:root {
	--title-bar-fallback-height: 40px;
}

.navbar {
  /*position: absolute;*/
  left: env(titlebar-area-x, 0);
  width: env(titlebar-area-width, 100%);
  height: env(titlebar-area-height, var(--title-bar-fallback-height));
  -webkit-app-region: drag;
}

.inline-header {
  /*height: 60px;*/
  font-size: 0.8rem;
}
.inline-header .navbar-brand {
  font-size: 0.8rem;
}
.inline-header .navbar-expand-sm .navbar-nav .nav-link {
  height: 100%;
  padding: 0 1.0rem;
  margin: auto 0;
}

.navbar .appbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M6 7h2M14 7h2M22 7h2M6 15h2M14 15h2M22 15h2M6 23h2M14 23h2M22 23h2'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-inverse {

  .navbar-toggle-always {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar-always {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }
}

.navbar-toggle-always{

  .navbar-toggle;

  @media (min-width: 768px){
    display: block!important;
    background-color: transparent;
    border:1px solid #333333;
  }

  /*.zero-margins;*/

  .icon-bar-always {
    .icon-bar;
    border:1px solid #fff;
    display: block;
    border-radius: 1px;
  }

  .icon-bar-always + .icon-bar-always {
    margin-top: 4px;
  }
}

#resource-sidebar {
	transform: translateX(-280px);
	transition: transform 0.2s;
}
#resource-sidebar.active {
	transform: translateX(0);
}
.overlay.active {
    display: block;
    opacity: 1;
}
.overlay {
	display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*background: rgba(0, 0, 0, 0.7);*/
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
	top: 0;
}

.pin2 {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: 115px;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 8px;
  height: 8px;
}

  .pin2::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -30px;
    left: -6px;
    border: 10px solid transparent;
    border-top: 17px solid #000;
  }

.container {
  max-width: 100% !important;
}

.install-button {
  font-family: inherit;
  margin-left: var(--spacingHorizontalS);
  margin-bottom: var(--spacingVerticalXS);
  margin-top: var(--spacingVerticalXS);
  min-width: 0px;
  border-top-left-radius: var(--borderRadiusMedium);
  border-top-right-radius: var(--borderRadiusMedium);
  border-bottom-left-radius: var(--borderRadiusMedium);
  border-bottom-right-radius: var(--borderRadiusMedium);
  color: var(--colorNeutralForegroundOnBrand);
  background-color: var(--colorBrandBackground);
  line-height: var(--lineHeightBase200);
  margin-right: var(--spacingHorizontalNone);
  height: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  font-size: var(--fontSizeBase200);
  font-weight: var(--fontWeightRegular);
  padding: 3px var(--spacingHorizontalS);

  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  text-decoration-line: none;
  vertical-align: middle;
  overflow: hidden;
  border: var(--strokeWidthThin) solid var(--colorNeutralStroke1);
  outline-style: none;
  transition-duration: var(--durationFaster);
  transition-property: background, border, color;
  transition-timing-function: var(--curveEasyEase);
}


.narrow header {
	top: env(titlebar-area-height, 0);
	left: 0;
	width: 100%;
	height: 67px;
	padding-top: 27px;
}

.navbar-nav, .pull-right {
	-webkit-app-region: no-drag;
}
div.pull-right {
	padding-right: 1.0rem;
	padding-left: 1.0rem;
}

#sidebarCollapse:hover {
  background-color: var(--colorNeutralBackground1Hover);
  color: var(--colorNeutralForeground1Hover);
  cursor: pointer;
}





.install-button {
	font-family: inherit;
	margin-left: var(--spacingHorizontalS);
	margin-bottom: var(--spacingVerticalXS);
	margin-top: var(--spacingVerticalXS);
	min-width: 0px;
	border-top-left-radius: var(--borderRadiusMedium);
	border-top-right-radius: var(--borderRadiusMedium);
	border-bottom-left-radius: var(--borderRadiusMedium);
	border-bottom-right-radius: var(--borderRadiusMedium);
	color: var(--colorNeutralForegroundOnBrand);
	background-color: var(--colorBrandBackground);
	line-height: var(--lineHeightBase200);
	margin-right: var(--spacingHorizontalNone);
	height: 24px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	font-size: var(--fontSizeBase200);
	font-weight: var(--fontWeightRegular);
	padding: 3px var(--spacingHorizontalS);

	align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    text-decoration-line: none;
    vertical-align: middle;
	overflow: hidden;
	border: var(--strokeWidthThin) solid var(--colorNeutralStroke1);
	outline-style: none;
	transition-duration: var(--durationFaster);
    transition-property: background, border, color;
    transition-timing-function: var(--curveEasyEase);
}

.root-164 {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: default;
    vertical-align: top;
    padding-top: var(--spacingVerticalNone);
    padding-right: var(--spacingHorizontalSNudge);
    padding-bottom: var(--spacingVerticalNone);
    padding-left: var(--spacingHorizontalSNudge);
    border-radius: var(--borderRadiusMedium);
    height: 31px;
    background-color: var(--colorTransparentBackground);
    color: var(--colorNeutralForeground2);
    user-select: none;
}

#appbar {
	background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%), var(--secondary-color);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .14);
	-webkit-backdrop-filter: blur(calc(var(--Material-Acrylic-Acrylic-blur, 60px) / 2));
    backdrop-filter: blur(calc(var(--Material-Acrylic-Acrylic-blur, 60px) / 2));
	width: -webkit-fill-available;
    height: -webkit-fill-available;
	position: absolute;
    top: 0px;
    height: 100%;
    width: 68px;
}
#appbar .appbar-container {
	align-items: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 68px;
	height: 100%;
	background-color: var(--colorTransparentBackground);
	flex-direction: column;
	display: flex;

}
#appbar .logo-container {
	min-height: 56px;
	overflow-x: visible;
}
#appbar .logo-container span {
	justify-content: center;
	display: flex;
}
#appbar .logo-container span img {
	flex-shrink: 0;
	height: 28px;
	width: 28px;
	padding-top: var(--spacingVerticalMNudge);
	align-items: center;
	top: var(--spacingVerticalXS);
	position: absolute;
}
#appbar .toolset-container {
	overflow-y: clip;
	align-items: center;
	min-height: 56px;
	justify-content: flex-start;
	flex-grow: 100;
	background-color: var(--colorTransparentBackground);
	flex-direction: column;
	display: flex;
	gap: var(--spacingVerticalS);
	line-height: var(--lineHeightBase300);
	font-weight: var(--fontWeightRegular);
	font-size: var(--fontSizeBase300);
	font-family: var(--fontFamilyBase);
	text-align: left;
	color: var(--colorNeutralForeground1);
}
#appbar .toolset-button {
	height: 56px;
	align-items: center;
	justify-content: center;
	width: 68px;
	position: relative;
	display: flex;
}
#appbar button:before {
	left: -5px;
	position: absolute;
	content: "";
	border-radius: var(--borderRadiusCircular);
	transition: width 0.3s, height 0.3s;
}
#appbar button:hover {
	background-color: var(--colorNeutralBackground4Selected);
	box-shadow: none;
	border-color: var(--colorNeutralStroke1Hover);
	color: var(--colorNeutralForeground1Hover);
	cursor: pointer;
}
#appbar button {
	outline-width: 0;
	width: 52px;
	min-height: 48px;
	max-width: 52px;
	min-width: 52px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	touch-action: none;
	user-select: none;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	outline-color: var(--colorNeutralStrokeAlpha);
	outline-style: solid;
	overflow-y: visible;
	position: relative;
	overflow-x: visible;
	height: 48px;
	font-weight: var(--fontWeightRegular);
	transition: 0.3s;

	align-items: center;
  	box-sizing: border-box;
  	display: inline-flex;
  	justify-content: center;
  	text-decoration-line: none;

  	font-family: var(--fontFamilyBase);

	font-size: var(--fontSizeBase300);
	line-height: var(--lineHeightBase300);

	background-color: transparent;
}
#appbar button.active {
	outline-width: var(--strokeWidthThin);
	background-color: var(--colorNeutralBackground4Selected);
}
#appbar button.active .button-icon::before {
	height: 16px;
	color: var(--colorNeutralForeground1);
  	border: var(--strokeWidthThin) solid var(--colorNeutralStroke1);
}
#appbar button .button-icon::before {
	height: 0px;
	width: 3px;
	background-color: var(--colorNeutralForeground3BrandSelected);
	transform: translateY(-50%);
	top: 50%;
	left: -5px;
	position: absolute;
	content: "";
	border-radius: var(--borderRadiusCircular);
	transition: width 0.3s, height 0.3s;
}
#appbar button .button-icon:active::before {
	height: 16px;
	width: 3px;
	border-radius: var(--borderRadiusCircular);
}
#appbar button:hover .button-icon::before {
	height: 3px;
	width: 3px;

	color: var(--colorNeutralForeground1Hover);
  	cursor: pointer;
}
#appbar button .button-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	font-size: 20px;
	height: 20px;
	width: 20px;
	--fui-Button__icon--spacing: var(--spacingHorizontalSNudge);

	font-weight: var(--fontWeightRegular);
	color: var(--colorNeutralForeground1);
	font-family: var(--fontFamilyBase);
	font-size: var(--fontSizeBase300);
	font-weight: var(--fontWeightSemibold);
	line-height: var(--lineHeightBase300);
}
#appbar button .label {
	font-size: var(--fontSizeBase100);
	line-height: var(--lineHeightBase100);
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	width: 60px;
	display: block;
	align-items: center;
	font-family: var(--fontFamilyBase);
	pointer-events: none;
	font-weight: var(--fontWeightRegular);
}
#appbar button .icon-inner {
	pointer-events: none;
	height: 56px;
	align-items: center;
	justify-content: center;
	width: 68px;
	flex-direction: column;
	display: flex;
	font-size: 20px;
  	--fui-Button__icon--spacing: var(--spacingHorizontalSNudge);
  	font-weight: var(--fontWeightRegular);
	  color: var(--colorNeutralForeground1);
	font-family: var(--fontFamilyBase);
	font-size: var(--fontSizeBase300);
	font-weight: var(--fontWeightSemibold);
	line-height: var(--lineHeightBase300);
}
#appbar button svg:hover {
	color: var(--colorNeutralForeground1Hover);
  	cursor: pointer;
}
#appbar button svg {
	color: var(--colorNeutralForeground1);
  	cursor: pointer;
}

.css-533 {
	margin: 0px;
  top: -3px;
  left: 0;
  width: 97px;
  height: var(--strokeWidthThick);
  pointer-events: none;
  position: relative;
  transition: 400ms cubic-bezier(0.17, 0.17, 0, 1);
  float: left;
  background-color: var(--colorCompoundBrandStroke);
  border-radius: var(--borderRadiusCircular);
}