@charset "UTF-8";

/* node_modules/driver.js/dist/driver.css */
.driver-active .driver-overlay,
.driver-active * {
  pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
  pointer-events: auto;
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.driver-fade .driver-overlay {
  animation: animate-fade-in .2s ease-in-out;
}
.driver-fade .driver-popover {
  animation: animate-fade-in .2s;
}
.driver-popover {
  all: unset;
  box-sizing: border-box;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px #0006;
  z-index: 1000000000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
}
.driver-popover * {
  font-family:
    Helvetica Neue,
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.driver-popover-title {
  font: 19px/normal sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
  margin: 0;
}
.driver-popover-close-btn {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 28px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #d2d2d2;
  z-index: 1;
  text-align: center;
  transition: color;
  transition-duration: .2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
  color: #2d2d2d;
}
.driver-popover-title[style*=block] + .driver-popover-description {
  margin-top: 5px;
}
.driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  line-height: 1.5;
  font-weight: 400;
  zoom: 1;
}
.driver-popover-footer {
  margin-top: 15px;
  text-align: right;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.driver-popover-progress-text {
  font-size: 13px;
  font-weight: 400;
  color: #727272;
  zoom: 1;
}
.driver-popover-footer button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  background-color: #fff;
  color: #2d2d2d;
  font: 12px/normal sans-serif;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.driver-popover-footer .driver-popover-btn-disabled {
  opacity: .5;
  pointer-events: none;
}
:not(body):has(> .driver-active-element) {
  overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
  pointer-events: none !important;
}
.driver-popover-footer button:hover,
.driver-popover-footer button:focus {
  background-color: #f7f7f7;
}
.driver-popover-navigation-btns {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.driver-popover-navigation-btns button + button {
  margin-left: 4px;
}
.driver-popover-arrow {
  content: "";
  position: absolute;
  border: 5px solid #fff;
}
.driver-popover-arrow-side-over {
  display: none;
}
.driver-popover-arrow-side-left {
  left: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-right {
  right: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-top {
  top: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
  bottom: 100%;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.driver-popover-arrow-side-center {
  display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
  top: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
  left: 15px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
  bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
  top: 50%;
  margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
  left: 50%;
  margin-left: -5px;
}
.driver-popover-arrow-none {
  display: none;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* projects/system/src/styles.scss */
@font-face {
  font-family: "Material Symbols Outlined";
  src: url(/fonts/material-symbols/material-symbols-outlined.woff2) format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "M PLUS 1 Code";
  src: url(/fonts/Monospace/MPLUS1Code-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1 Code";
  src: url(/fonts/Monospace/MPLUS1Code-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1 Code";
  src: url(/fonts/Monospace/MPLUS1Code-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Bold/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/SemiBold/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Medium/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Regular/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Bold/Poppins-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/SemiBold/Poppins-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Medium/Poppins-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/Regular/OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/Light/OpenSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: Poppins, sans-serif;
  --secondary-font: Open Sans, sans-serif;
  --terciary-font: Montserrat, sans-serif;
  --monospace-font: M PLUS 1 Code, monospace;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 800;
}
body {
  font-size: 16px;
  line-height: 1.875;
  font-family: var(--secondary-font);
}
.nav-menu {
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
}
strong.ng__gradient,
a.ng__gradient {
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
  background:
    linear-gradient(
      45deg,
      #e90262,
      #db62fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
strong.ignix {
  font-family: var(--terciary-font);
  font-weight: var(--font-regular);
  background: transparent;
  color: #d94d5a;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  font-size: clamp(1.4em, 16vw, 1.6em);
}
strong.ignix sup {
  font-size: 0.6em;
}
.logotitle {
  display: grid;
  padding: 0.8rem 0;
}
.logotitle strong {
  color: #00dddd;
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
  text-transform: lowercase;
  font-size: 1em;
  height: 2.3rem;
  line-height: 2rem;
}
.logotitle strong sup {
  font-size: 0.6em;
}
.logotitle span {
  display: grid;
  font-size: 0.5em;
  line-height: 1rem;
  text-wrap: balanced;
  font-family: var(--secondary-font);
  font-weight: var(--font-light);
  color: #f1f1f1;
}
.main-section *,
.main__body * {
  font-family: var(--secondary-font);
  font-weight: var(--font-regular);
}
.text-primary {
  font-family: var(--primary-font);
}
.text-secondary {
  font-family: var(--secondary-font);
}
.text-monospace {
  font-family: var(--monospace-font);
}
.font-normal {
  font-weight: var(--font-regular);
}
.font-bold {
  font-weight: var(--font-bold);
}
.font-semi {
  font-weight: var(--font-semibold);
}
.font-med {
  font-weight: var(--font-medium);
}
.font-light {
  font-weight: var(--font-light);
}
.menu {
  padding: 1rem 0;
}
.menu li {
  padding: 1rem;
}
.text-start {
  display: block;
  text-align: left;
  border-left: 3px solid #f7573e;
}
.text-end {
  text-align: right;
  display: block;
  border-right: 3px solid #f7573e;
}
.text-centered {
  text-align: center;
}
.text-small {
  font-size: 0.8rem;
  padding: 1rem;
}
.text-error {
  padding: 1rem;
}
.title {
  display: block;
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
  font-size: clamp(1.5rem, 16vw, 2.4rem);
  padding: 0.2rem 1rem;
  line-height: clamp(3.5rem, 18vw, 2.4rem);
}
.title.main-titles {
  font-size: clamp(2.8rem, 16vw, 3.6rem);
}
.title.adapted-titles {
  font-size: clamp(2rem, 16vw, 2.2rem);
}
.short-title {
  font-family: inherit;
  font-weight: inherit;
  max-width: 12ch;
}
.title-small {
  font-size: clamp(1rem, 16vw, 1.3rem);
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
  padding: 0.5rem 1rem;
}
.title-medium {
  font-weight: var(--font-semibold);
  font-size: clamp(1.6rem, 16vw, 1.8rem);
  padding: 0.5rem 1rem;
  font-family: var(--terciary-font);
}
.title-desc {
  font-weight: var(--font-semibold);
  font-size: clamp(1.2em, 14vw, 1.4em);
  padding: 0.2rem 0.8rem;
  font-family: var(--secondary-font);
}
.search__container > * {
  font-family: var(--secondary-font) !important;
}
.balanced {
  text-wrap: balance;
}
span.inside-text {
  word-spacing: 0rem;
  letter-spacing: 1rem;
}
.texts {
  font-size: 4rem;
  font-weight: var(--font-light);
  font-family: var(--secondary-font);
}
.ytb-link {
  padding: 0 0.3rem;
  color: var(--light-color-primary);
}
.ytb-link .ytb {
  color: #f20002;
}
.ytb-link i.ico-youtube {
  font-size: 2.4em;
}
.ytb-link .title-small {
  padding: 0;
}
#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background-image: url(/images/basement-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 50%;
}
.loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 6px solid transparent;
  border-bottom: 6px solid var(--basement-primary);
  border-radius: 50%;
  padding: 6px;
  animation: rotate 3s linear infinite;
}
.loader.onel {
  border-top: 6px solid var(--basement-primary);
}
.loader.twol {
  animation: reverse rotate 1s linear infinite;
  border: 6px solid transparent;
  border-top: 6px solid var(--basement-primary);
  border-bottom: 6px solid var(--basement-primary);
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --basement-primary: #1976d2;
  --basement-secondary: #00897b;
  --basement-tertiary: #5e35b1;
  --basement-success: #2e7d32;
  --basement-warning: #f57c00;
  --basement-error: #c62828;
  --basement-amber: #ffa000;
  --basement-demo: #6FCF97;
  --basement-super-admin: #ffde00;
  --basement-primary-light: rgb(213.6, 230.34, 246.9);
  --basement-primary-container: rgb(232, 241.3, 250.5);
  --basement-primary-dark: rgb(21.25, 100.3, 178.5);
  --basement-secondary-light: rgb(209.1, 233.76, 231.24);
  --basement-secondary-container: rgb(229.5, 243.2, 241.8);
  --basement-secondary-dark: rgb(0, 116.45, 104.55);
  --basement-tertiary-light: rgb(226.02, 218.64, 240.96);
  --basement-tertiary-container: rgb(238.9, 234.8, 247.2);
  --basement-tertiary-dark: rgb(79.9, 45.05, 150.45);
  --basement-on-primary: #ffffff;
  --basement-on-secondary: #ffffff;
  --basement-on-tertiary: #ffffff;
  --basement-on-success: #ffffff;
  --basement-on-warning: #000000;
  --basement-on-error: #ffffff;
  --basement-on-demo: #000000;
  --basement-neutral: #787777;
  --basement-neutral-light: #c8c6c6;
  --basement-neutral-dark: #313030;
  --basement-neutral-bg: #f3f0f0;
  --basement-neutral-bg-dark: #1c1b1c;
  --basement-neutral-surface: #fcf9f8;
  --basement-neutral-outline: #929090;
  --basement-neutral-variant: #787776;
  --basement-neutral-variant-light: #c9c6c5;
  --basement-neutral-variant-dark: #313030;
  --basement-neutral-variant-bg: #f4f0ef;
  --basement-neutral-variant-outline: #92908f;
  --theme-bg: #f5f5f5;
  --theme-bg-elevated: #ffffff;
  --theme-bg-surface: #fafafa;
  --theme-text: rgba(0, 0, 0, 0.87);
  --theme-text-secondary: rgba(0, 0, 0, 0.6);
  --theme-text-disabled: rgba(0, 0, 0, 0.38);
  --theme-border: #e0e0e0;
  --theme-divider: rgba(0, 0, 0, 0.12);
  --theme-header-bg: var(--basement-primary);
  --theme-header-text: #ffffff;
  --theme-sidenav-bg: #ffffff;
  --theme-sidenav-text: #313030;
  --theme-sidenav-hover: #f5f5f5;
  --theme-sidenav-active-bg: #e3f2fd;
  --theme-sidenav-active-text: #1976d2;
  --theme-sidenav-subitem-bg: #e9f2fd;
  --theme-sidenav-subitem-hover: #d6e8fc;
  --mat-sys-on-surface: var(--theme-text);
  --mat-form-field-outlined-input-text-color: var(--theme-text);
}
[data-role=user] {
  --theme-header-bg: var(--basement-secondary);
  --theme-header-text: #ffffff;
}
[data-role=admin] {
  --theme-header-bg: var(--basement-tertiary);
  --theme-header-text: #ffffff;
}
[data-role=super_admin] {
  --theme-header-bg: var(--basement-super-admin);
  --theme-header-text: #000000;
}
[data-theme=dark][data-role=user] {
  --theme-header-bg: var(--basement-secondary);
  --theme-header-text: #ffffff;
}
[data-theme=dark][data-role=admin] {
  --theme-header-bg: var(--basement-tertiary);
  --theme-header-text: #ffffff;
}
[data-theme=dark][data-role=super_admin] {
  --theme-header-bg: var(--basement-super-admin);
  --theme-header-text: #000000;
}
[data-sandbox=true] {
  --theme-header-bg: var(--basement-demo);
  --theme-header-text: var(--basement-on-demo);
  --theme-sidenav-active-bg: #e8f5e9;
  --theme-sidenav-active-text: #2e7d32;
  --theme-sidenav-subitem-bg: #f1f8e9;
  --theme-sidenav-subitem-hover: #dcedc8;
}
[data-theme=dark][data-sandbox=true] {
  --theme-header-bg: var(--basement-demo);
  --theme-header-text: var(--basement-on-demo);
  --theme-sidenav-active-bg: #1b5e20;
  --theme-sidenav-active-text: #81c784;
  --theme-sidenav-subitem-bg: #1a3a1a;
  --theme-sidenav-subitem-hover: #2e5a2e;
}
[data-theme=dark] {
  --theme-bg: #121212;
  --theme-bg-elevated: #1e1e1e;
  --theme-bg-surface: #252525;
  --theme-text: #f5f5f5;
  --theme-text-secondary: #cccccc;
  --theme-text-disabled: #777777;
  --theme-border: #333333;
  --theme-divider: rgba(255, 255, 255, 0.12);
  --theme-header-bg: #1e1e1e;
  --theme-header-text: #ffffff;
  --theme-sidenav-bg: #1e1e1e;
  --theme-sidenav-text: #f5f5f5;
  --theme-sidenav-hover: #333333;
  --theme-sidenav-active-bg: #1976d2;
  --theme-sidenav-active-text: #ffffff;
  --theme-sidenav-subitem-bg: #2a3f54;
  --theme-sidenav-subitem-hover: #3a5068;
  --mat-sys-on-surface: var(--theme-text);
  --mat-form-field-outlined-input-text-color: var(--theme-text);
  --mat-form-field-container-text-color: var(--theme-text);
  --mdc-outlined-text-field-container-color: transparent;
  --mdc-filled-text-field-container-color: #1c1b1c;
  --mdc-text-field-filled-container-color: #1c1b1c;
}
.basement-primary {
  color: var(--basement-primary);
}
.basement-secondary {
  color: var(--basement-secondary);
}
.basement-tertiary {
  color: var(--basement-tertiary);
}
.basement-success {
  color: var(--basement-success);
}
.basement-warning {
  color: var(--basement-warning);
}
.basement-error {
  color: var(--basement-error);
}
.basement-bg-primary {
  background-color: var(--basement-primary);
  color: var(--basement-on-primary);
}
.basement-bg-secondary {
  background-color: var(--basement-secondary);
  color: var(--basement-on-secondary);
}
.basement-bg-tertiary {
  background-color: var(--basement-tertiary);
  color: var(--basement-on-tertiary);
}
.basement-bg-success {
  background-color: var(--basement-success);
  color: var(--basement-on-success);
}
.basement-bg-warning {
  background-color: var(--basement-warning);
  color: var(--basement-on-warning);
}
.basement-bg-error {
  background-color: var(--basement-error);
  color: var(--basement-on-error);
}
.basement-outline-primary {
  border: 1px solid var(--basement-primary);
}
.basement-outline-secondary {
  border: 1px solid var(--basement-secondary);
}
.basement-outline-tertiary {
  border: 1px solid var(--basement-tertiary);
}
.basement-outline-success {
  border: 1px solid var(--basement-success);
}
.basement-outline-warning {
  border: 1px solid var(--basement-warning);
}
.basement-outline-error {
  border: 1px solid var(--basement-error);
}
.basement-neutral {
  color: var(--basement-neutral);
}
.basement-neutral-light {
  color: var(--basement-neutral-light);
}
.basement-neutral-dark {
  color: var(--basement-neutral-dark);
}
.basement-neutral-variant {
  color: var(--basement-neutral-variant);
}
.basement-neutral-variant-light {
  color: var(--basement-neutral-variant-light);
}
.basement-neutral-variant-dark {
  color: var(--basement-neutral-variant-dark);
}
.basement-bg-neutral {
  background-color: var(--basement-neutral-bg);
  color: var(--basement-neutral-dark);
}
.basement-bg-neutral-dark {
  background-color: var(--basement-neutral-bg-dark);
  color: var(--basement-neutral-light);
}
.basement-bg-neutral-surface {
  background-color: var(--basement-neutral-surface);
  color: var(--basement-neutral-dark);
}
.basement-bg-neutral-variant {
  background-color: var(--basement-neutral-variant-bg);
  color: var(--basement-neutral-variant-dark);
}
.basement-outline-neutral {
  border: 1px solid var(--basement-neutral-outline);
}
.basement-outline-neutral-variant {
  border: 1px solid var(--basement-neutral-variant-outline);
}
html {
  --mat-sys-background: ;
  --mat-sys-error: ;
  --mat-sys-error-container: ;
  --mat-sys-inverse-on-surface: ;
  --mat-sys-inverse-primary: #a6c8f0;
  --mat-sys-inverse-surface: ;
  --mat-sys-on-background: ;
  --mat-sys-on-error: ;
  --mat-sys-on-error-container: ;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #00497e;
  --mat-sys-on-primary-fixed: #001d36;
  --mat-sys-on-primary-fixed-variant: #00497e;
  --mat-sys-on-secondary: ;
  --mat-sys-on-secondary-container: ;
  --mat-sys-on-secondary-fixed: ;
  --mat-sys-on-secondary-fixed-variant: ;
  --mat-sys-on-surface: ;
  --mat-sys-on-surface-variant: ;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #432870;
  --mat-sys-on-tertiary-fixed: #1a0a33;
  --mat-sys-on-tertiary-fixed-variant: #432870;
  --mat-sys-outline: ;
  --mat-sys-outline-variant: ;
  --mat-sys-primary: #0062a6;
  --mat-sys-primary-container: #d3e4fa;
  --mat-sys-primary-fixed: #d3e4fa;
  --mat-sys-primary-fixed-dim: #a6c8f0;
  --mat-sys-scrim: ;
  --mat-sys-secondary: ;
  --mat-sys-secondary-container: ;
  --mat-sys-secondary-fixed: ;
  --mat-sys-secondary-fixed-dim: ;
  --mat-sys-shadow: ;
  --mat-sys-surface: ;
  --mat-sys-surface-bright: ;
  --mat-sys-surface-container: ;
  --mat-sys-surface-container-high: ;
  --mat-sys-surface-container-highest: ;
  --mat-sys-surface-container-low: ;
  --mat-sys-surface-container-lowest: ;
  --mat-sys-surface-dim: ;
  --mat-sys-surface-tint: #0062a6;
  --mat-sys-surface-variant: ;
  --mat-sys-tertiary: #5a368e;
  --mat-sys-tertiary-container: #ded5f0;
  --mat-sys-tertiary-fixed: #ded5f0;
  --mat-sys-tertiary-fixed-dim: #beade1;
  --mat-sys-neutral-variant20: ;
  --mat-sys-neutral10: ;
  --mat-sys-level0:
    0px 0px 0px 0px ,
    0px 0px 0px 0px ,
    0px 0px 0px 0px ;
  --mat-sys-level1:
    0px 2px 1px -1px ,
    0px 1px 1px 0px ,
    0px 1px 3px 0px ;
  --mat-sys-level2:
    0px 3px 3px -2px ,
    0px 3px 4px 0px ,
    0px 1px 8px 0px ;
  --mat-sys-level3:
    0px 3px 5px -1px ,
    0px 6px 10px 0px ,
    0px 1px 18px 0px ;
  --mat-sys-level4:
    0px 5px 5px -3px ,
    0px 8px 10px 1px ,
    0px 3px 14px 2px ;
  --mat-sys-level5:
    0px 7px 8px -4px ,
    0px 12px 17px 2px ,
    0px 5px 22px 4px ;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html[data-theme=dark] {
  --mat-sys-background: ;
  --mat-sys-error: ;
  --mat-sys-error-container: ;
  --mat-sys-inverse-on-surface: ;
  --mat-sys-inverse-primary: #0062a6;
  --mat-sys-inverse-surface: ;
  --mat-sys-on-background: ;
  --mat-sys-on-error: ;
  --mat-sys-on-error-container: ;
  --mat-sys-on-primary: #003258;
  --mat-sys-on-primary-container: #d3e4fa;
  --mat-sys-on-primary-fixed: #001d36;
  --mat-sys-on-primary-fixed-variant: #00497e;
  --mat-sys-on-secondary: ;
  --mat-sys-on-secondary-container: ;
  --mat-sys-on-secondary-fixed: ;
  --mat-sys-on-secondary-fixed-variant: ;
  --mat-sys-on-surface: ;
  --mat-sys-on-surface-variant: ;
  --mat-sys-on-tertiary: #2d1a52;
  --mat-sys-on-tertiary-container: #ded5f0;
  --mat-sys-on-tertiary-fixed: #1a0a33;
  --mat-sys-on-tertiary-fixed-variant: #432870;
  --mat-sys-outline: ;
  --mat-sys-outline-variant: ;
  --mat-sys-primary: #a6c8f0;
  --mat-sys-primary-container: #00497e;
  --mat-sys-primary-fixed: #d3e4fa;
  --mat-sys-primary-fixed-dim: #a6c8f0;
  --mat-sys-scrim: ;
  --mat-sys-secondary: ;
  --mat-sys-secondary-container: ;
  --mat-sys-secondary-fixed: ;
  --mat-sys-secondary-fixed-dim: ;
  --mat-sys-shadow: ;
  --mat-sys-surface: ;
  --mat-sys-surface-bright: ;
  --mat-sys-surface-container: ;
  --mat-sys-surface-container-high: ;
  --mat-sys-surface-container-highest: ;
  --mat-sys-surface-container-low: ;
  --mat-sys-surface-container-lowest: ;
  --mat-sys-surface-dim: ;
  --mat-sys-surface-tint: #a6c8f0;
  --mat-sys-surface-variant: ;
  --mat-sys-tertiary: #beade1;
  --mat-sys-tertiary-container: #432870;
  --mat-sys-tertiary-fixed: #ded5f0;
  --mat-sys-tertiary-fixed-dim: #beade1;
  --mat-sys-neutral-variant20: ;
  --mat-sys-neutral10: ;
  --mat-sys-level0:
    0px 0px 0px 0px ,
    0px 0px 0px 0px ,
    0px 0px 0px 0px ;
  --mat-sys-level1:
    0px 2px 1px -1px ,
    0px 1px 1px 0px ,
    0px 1px 3px 0px ;
  --mat-sys-level2:
    0px 3px 3px -2px ,
    0px 3px 4px 0px ,
    0px 1px 8px 0px ;
  --mat-sys-level3:
    0px 3px 5px -1px ,
    0px 6px 10px 0px ,
    0px 1px 18px 0px ;
  --mat-sys-level4:
    0px 5px 5px -3px ,
    0px 8px 10px 1px ,
    0px 3px 14px 2px ;
  --mat-sys-level5:
    0px 7px 8px -4px ,
    0px 12px 17px 2px ,
    0px 5px 22px 4px ;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  color-scheme: dark;
}
.mat-mdc-button.basement-primary {
  --mdc-text-button-label-text-color: var(--basement-primary);
}
.mat-mdc-button.basement-secondary {
  --mdc-text-button-label-text-color: var(--basement-secondary);
}
.mat-mdc-raised-button.basement-primary {
  --mdc-filled-button-container-color: var(--basement-primary);
  --mdc-filled-button-label-text-color: var(--basement-on-primary);
}
.mat-mdc-raised-button.basement-secondary {
  --mdc-filled-button-container-color: var(--basement-secondary);
  --mdc-filled-button-label-text-color: var(--basement-on-secondary);
}
.mat-mdc-unelevated-button {
  height: 2.5rem;
}
.mat-mdc-chip,
.mdc-evolution-chip {
  border-radius: 2rem;
  border: none;
}
.mat-mdc-chip.basement-primary,
.mdc-evolution-chip.basement-primary {
  --mdc-chip-container-color: var(--basement-primary);
  --mdc-chip-text-color: var(--basement-on-primary);
}
.mat-mdc-chip.basement-secondary,
.mdc-evolution-chip.basement-secondary {
  --mdc-chip-container-color: var(--basement-secondary);
  --mdc-chip-text-color: var(--basement-on-secondary);
}
.mat-mdc-chip.basement-success,
.mdc-evolution-chip.basement-success {
  --mdc-chip-container-color: var(--basement-success);
  --mdc-chip-text-color: var(--basement-on-success);
}
.mat-mdc-chip.basement-warning,
.mdc-evolution-chip.basement-warning {
  --mdc-chip-container-color: var(--basement-warning);
  --mdc-chip-text-color: var(--basement-on-warning);
}
.mat-mdc-chip.basement-error,
.mdc-evolution-chip.basement-error {
  --mdc-chip-container-color: var(--basement-error);
  --mdc-chip-text-color: var(--basement-on-error);
}
.mat-mdc-chip.basement-neutral,
.mdc-evolution-chip.basement-neutral {
  --mdc-chip-container-color: var(--basement-neutral);
  --mdc-chip-text-color: #ffffff;
}
.mat-mdc-card {
  --mdc-elevated-card-container-elevation: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: var(--mdc-elevated-card-container-elevation) !important;
  border: 1px solid var(--theme-border);
  border-radius: 0.5rem !important;
  background: var(--theme-bg-elevated) !important;
}
[data-theme=dark] .mat-mdc-card {
  --mdc-elevated-card-container-elevation: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);
  border-color: var(--theme-border);
}
.mat-datepicker-content {
  background-color: var(--theme-bg-elevated) !important;
  color: var(--theme-text);
  border-radius: 1rem !important;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15), 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}
.mat-datepicker-content .mat-calendar {
  background: var(--theme-bg-elevated);
}
.mat-datepicker-content .mat-calendar-header {
  background: var(--theme-bg-elevated);
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  color: var(--theme-text);
}
.mat-datepicker-content .mat-calendar-body-label {
  color: var(--theme-text-secondary);
}
.mat-datepicker-content .mat-calendar-arrow {
  fill: var(--theme-text);
}
.mat-datepicker-content .mat-calendar-table-header th {
  color: var(--theme-text-secondary);
}
.mat-datepicker-content .mat-calendar-body-selected {
  color: #ffffff !important;
}
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--basement-primary);
}
.mat-mdc-dialog-container {
  border-radius: 1rem !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 1rem !important;
}
.mat-mdc-dialog-container {
  background-color: var(--basement-neutral-surface) !important;
  color: var(--basement-neutral-dark) !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title,
.mat-mdc-dialog-container h1,
.mat-mdc-dialog-container h2,
.mat-mdc-dialog-container h3,
.mat-mdc-dialog-container h4 {
  color: var(--basement-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--basement-primary);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content,
.mat-mdc-dialog-container .mat-dialog-content {
  padding: 1rem !important;
  margin: 0 !important;
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content::-webkit-scrollbar,
.mat-mdc-dialog-container .mat-dialog-content::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content::-webkit-scrollbar-track,
.mat-mdc-dialog-container .mat-dialog-content::-webkit-scrollbar-track {
  background: var(--basement-neutral-bg);
}
.mat-mdc-dialog-container .mat-mdc-dialog-content::-webkit-scrollbar-thumb,
.mat-mdc-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb {
  background: var(--basement-neutral-outline);
}
.mat-mdc-dialog-container .mat-mdc-dialog-content::-webkit-scrollbar-thumb:hover,
.mat-mdc-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb:hover {
  background: var(--basement-neutral);
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions {
  border-top: 1px solid rgba(128, 128, 128, 0.3);
  padding-top: 1rem;
  margin-top: 1rem;
}
.mat-mdc-dialog-container.basement-dialog-primary .mdc-dialog__surface {
  border-color: var(--basement-primary) !important;
}
.mat-mdc-dialog-container.basement-dialog-secondary .mdc-dialog__surface {
  border-color: var(--basement-secondary) !important;
}
.mat-mdc-dialog-container.basement-dialog-success .mdc-dialog__surface {
  border-color: var(--basement-success) !important;
}
.mat-mdc-dialog-container.basement-dialog-warning .mdc-dialog__surface {
  border-color: var(--basement-warning) !important;
}
.mat-mdc-dialog-container.basement-dialog-error .mdc-dialog__surface {
  border-color: var(--basement-error) !important;
}
[data-theme=dark] .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #2d2d2d;
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.87);
}
[data-theme=dark] .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #2d2d2d !important;
  color: rgba(255, 255, 255, 0.87) !important;
  border: 1px solid var(--basement-primary);
}
[data-theme=dark] .mat-mdc-dialog-container .mat-mdc-dialog-content,
[data-theme=dark] .mat-mdc-dialog-container .mat-dialog-content {
  background-color: #2d2d2d !important;
  color: var(--basement-neutral-light) !important;
}
.orders-dialog-panel .mat-mdc-dialog-container {
  padding: 0 !important;
}
.orders-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 1rem !important;
  overflow: hidden;
}
.orders-dialog-panel .mat-mdc-dialog-content {
  padding: 0 !important;
  max-height: none !important;
}
.stock-dialog-panel .mat-mdc-dialog-container {
  border-radius: 1rem !important;
  overflow: hidden !important;
}
.stock-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 1rem !important;
  overflow: hidden !important;
  padding: 1.5rem !important;
}
.employees-schedule-dialog-panel .mat-mdc-dialog-container {
  border-radius: 0.5rem;
}
.employees-schedule-dialog-panel .mat-mdc-dialog-surface {
  border-radius: 0.5rem !important;
}
.mat-mdc-form-field .mat-mdc-select .mat-mdc-select-trigger {
  border: none !important;
  background: transparent !important;
}
.mat-mdc-form-field.basement-form-field-primary {
  --mdc-filled-text-field-focus-active-indicator-color: var( --basement-primary ) !important;
  --mdc-filled-text-field-focus-label-text-color: var( --basement-primary ) !important;
}
.mat-mdc-form-field.basement-form-field-secondary {
  --mdc-filled-text-field-focus-active-indicator-color: var( --basement-secondary ) !important;
  --mdc-filled-text-field-focus-label-text-color: var( --basement-secondary ) !important;
}
mat-form-field.has-error .mdc-notched-outline__leading,
mat-form-field.has-error .mdc-notched-outline__notch,
mat-form-field.has-error .mdc-notched-outline__trailing {
  border-color: var(--basement-error) !important;
}
mat-form-field.has-error .mdc-floating-label {
  color: var(--basement-error) !important;
}
mat-form-field.has-error input,
mat-form-field.has-error textarea {
  color: var(--basement-error) !important;
}
mat-form-field.has-error .mat-mdc-select-value-text {
  color: var(--basement-error) !important;
}
mat-form-field.has-error .mat-datepicker-toggle,
mat-form-field.has-error .mat-mdc-icon-button {
  color: var(--basement-error) !important;
}
mat-form-field.has-error mat-hint {
  color: var(--basement-error) !important;
}
.mat-mdc-select {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.mat-mdc-select .mat-mdc-select-trigger {
  border-radius: 0.5rem !important;
  color: var(--basement-neutral-outline) !important;
  transition: all 0.2s ease-in-out !important;
}
.mat-mdc-select .mat-mdc-select-trigger:hover {
  border-color: var(--basement-secondary) !important;
}
.mat-mdc-select .mat-mdc-select-trigger:focus-within,
.mat-mdc-select .mat-mdc-select-trigger.mat-focused {
  border-color: var(--basement-primary) !important;
}
.mat-mdc-select .mat-mdc-select-arrow {
  color: var(--basement-neutral) !important;
}
.mat-mdc-select .mat-mdc-select-arrow svg {
  fill: var(--basement-primary) !important;
}
.mat-mdc-select .mat-mdc-select-placeholder {
  color: var(--basement-neutral) !important;
}
.mat-mdc-select .mat-mdc-select-value-text {
  color: var(--basement-neutral-dark) !important;
  font-weight: 500 !important;
}
.mat-mdc-select-panel {
  border-radius: 0.4rem !important;
  padding: 0 !important;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15) !important;
  -webkit-backdrop-filter: blur(0.5rem) !important;
  backdrop-filter: blur(0.5rem) !important;
  background-color: var(--basement-neutral-surface) !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  color: var(--basement-neutral-dark) !important;
  transition: all 0.2s ease-in-out !important;
}
.mat-mdc-select-panel .mat-mdc-option:hover {
  background-color: #e9f2fd !important;
  color: var(--basement-primary) !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active,
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background-color: var(--basement-primary) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-weight: inherit !important;
}
.material-symbols-outlined,
mat-icon,
.mat-icon {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal !important;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.icon-filled {
  font-variation-settings:
    "FILL" 1,
    "wght" 500,
    "GRAD" 0,
    "opsz" 48;
}
.icon-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.icon-light {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 20;
}
.icon-bold {
  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 24;
}
.icon-small {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.icon-medium {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.icon-large {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
}
.icon-xlarge {
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
}
.mat-mdc-menu-panel {
  background-color: var(--theme-bg-elevated) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15), 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  min-width: 11rem !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  background: transparent !important;
  padding: 0.5rem 0 !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  color: var(--theme-text) !important;
  padding: 0 1rem !important;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
  justify-content: flex-start !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
  color: var(--theme-text-secondary) !important;
  margin-right: 0.75rem !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text {
  color: inherit !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]) {
  background-color: var(--theme-bg-surface) !important;
  color: var(--basement-primary) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]) .mat-icon {
  color: var(--basement-primary) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item[disabled] {
  opacity: 0.6;
}
.mat-mdc-menu-panel .sandbox-toggle {
  padding: 0 1rem !important;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
}
.mat-mdc-menu-panel .sandbox-toggle .mat-mdc-slide-toggle {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.75rem;
}
.mat-mdc-menu-panel .sandbox-toggle .mat-mdc-slide-toggle .mdc-switch {
  transform: scale(0.6);
  transform-origin: center;
  margin: 0 !important;
}
.mat-mdc-menu-panel .sandbox-toggle .mat-mdc-slide-toggle .mdc-label {
  color: var(--theme-text) !important;
  font-size: 0.875rem !important;
  padding: 0 !important;
  margin: 0 !important;
  order: -1;
}
[data-theme=dark] .mat-mdc-menu-panel {
  background-color: #2d2d2d !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.mat-mdc-tooltip {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.025em !important;
  background-color: var(--basement-neutral-dark) !important;
  color: #ffffff !important;
  border: 1px solid var(--basement-neutral-dark) !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem 0.75rem !important;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2) !important;
  -webkit-backdrop-filter: blur(0.5rem) !important;
  backdrop-filter: blur(0.5rem) !important;
  transition: all 0.2s ease-in-out !important;
}
.basement-tooltip-primary {
  background-color: var(--basement-primary) !important;
  color: #ffffff !important;
  border: 1px solid var(--basement-primary) !important;
  box-shadow: 0 0.25rem 1rem rgba(25, 118, 210, 0.3) !important;
}
.basement-tooltip-secondary {
  background-color: var(--basement-secondary) !important;
  color: #ffffff !important;
  border: 1px solid var(--basement-secondary) !important;
  box-shadow: 0 0.25rem 1rem rgba(0, 137, 123, 0.3) !important;
}
.basement-tooltip-success {
  background-color: var(--basement-success) !important;
  color: #ffffff !important;
  border: 1px solid var(--basement-success) !important;
  box-shadow: 0 0.25rem 1rem rgba(46, 125, 50, 0.3) !important;
}
.basement-tooltip-warning {
  background-color: var(--basement-warning) !important;
  color: #000000 !important;
  border: 1px solid var(--basement-warning) !important;
  box-shadow: 0 0.25rem 1rem rgba(245, 124, 0, 0.3) !important;
}
.basement-tooltip-error {
  background-color: var(--basement-error) !important;
  color: #ffffff !important;
  border: 1px solid var(--basement-error) !important;
  box-shadow: 0 0.25rem 1rem rgba(198, 40, 40, 0.3) !important;
}
[data-theme=dark] .landing__title {
  color: #64b5f6;
}
[data-theme=dark] .landing__subtitle {
  color: var(--theme-text);
}
:root {
  --grid-container-width: repeat(auto-fit, minmax(min(100%, 26rem), 1fr));
  --grid-profile-card: repeat(auto-fit, minmax(min(100%, 19.74rem), 1fr));
  --grid-skills-width: repeat(auto-fit, minmax(min(100%, 19.74rem), 1fr));
  --grid-mobile-width: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
  --grid-complete-width: repeat(auto-fit, minmax(min(100%, 36rem), 1fr));
  --container-width: min(100%, 12rem);
  --container-pic-width: minmax(min(100%, 12rem), 1fr);
  --gallery-pic-width: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  --forma-input-width: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  --container-minmax-width: minmax(min(100%, 12rem), 1fr);
  --main-section-width: minmax(min(80%, 12rem), 80%);
  --container-height: calc(100vh - 5rem);
  --gallery-container-height: calc(80vh - 13rem);
  --gallery-container-width: minmax(min(100%, 12rem), 1fr);
  --services-blocks-width: repeat(auto-fit, minmax(min(100%, 32rem), 1fr));
  --grid-footer-width: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  --navbar-width: min(100%, 18rem);
  --header-height: 5rem;
  --main-section-height: calc(100vh - var(--header-height));
  --logo-width: min(100%, 10rem);
  --ticker: min(100%, 28rem);
}
html {
  width: 100%;
}
html * {
  box-sizing: border-box;
}
html *::after,
html *::before {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
body {
  position: absolute;
  inset: 0;
  overflow: hidden;
  height: 100vh;
  height: 100%;
}
a,
a:hover,
a:focus {
  outline: 0;
  outline-color: transparent;
  text-decoration: none;
  transition: 0.3s;
}
a:active,
a.active {
  color: var(--basement-primary);
}
button,
button:focus {
  outline: 0;
  transition: 0.3s;
}
ul,
li {
  list-style-type: none;
}
ul.square__list li {
  list-style-type: square;
  list-style-position: outside;
  margin-inline: 1rem;
  text-wrap: balance;
}
:root {
  --basement-font-body:
    "Open Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  --basement-font-heading: "Poppins", sans-serif;
  --basement-primary: #1976d2;
  --basement-accent: #ff4081;
  --basement-success: #38c17d;
  --basement-error: #ff2200;
  --basement-warning: #f8ed1f;
  --basement-info: #93b3ee;
  --basement-success-contrast: #ffffff;
  --basement-error-contrast: #ffffff;
  --basement-warning-contrast: #000000;
  --basement-info-contrast: #000000;
}
.dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
}
.dialog-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.2s ease;
}
.dialog-container {
  position: relative;
  z-index: 1;
  max-inline-size: 90vw;
  max-block-size: 90vh;
  background-color: var(--surface, #fff);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  animation: slideIn 0.3s ease;
  overflow: hidden;
}
.dialog-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.5rem;
  border-block-end: 0.0625rem solid var(--outline, #e0e0e0);
}
.dialog-header .dialog-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--on-surface, #000);
}
.dialog-header .close-btn {
  display: grid;
  place-items: center;
  inline-size: 2rem;
  block-size: 2rem;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dialog-header .close-btn:hover {
  background-color: var(--surface-variant, #f5f5f5);
}
.dialog-header .close-btn .material-symbols-outlined {
  font-size: 1.5rem;
  color: var(--on-surface-variant, #666);
}
.dialog-content {
  padding: 1.5rem;
  overflow-y: auto;
}
.dialog-actions {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-block-start: 0.0625rem solid var(--outline, #e0e0e0);
  background-color: var(--surface-variant, #f5f5f5);
}
.btn {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn .material-symbols-outlined {
  font-size: 1.25rem;
}
.btn--primary {
  background-color: var(--primary, #1976d2);
  color: var(--on-primary, #fff);
}
.btn--primary:hover:not(:disabled) {
  background-color: var(--primary-container, #1565c0);
}
.btn--primary:active:not(:disabled) {
  transform: scale(0.98);
}
.btn--secondary {
  background-color: transparent;
  color: var(--primary, #1976d2);
  border: 0.125rem solid var(--outline, #e0e0e0);
}
.btn--secondary:hover:not(:disabled) {
  background-color: var(--surface-variant, #f5f5f5);
}
.btn--secondary:active:not(:disabled) {
  transform: scale(0.98);
}
.btn--danger {
  background-color: var(--error, #f44336);
  color: var(--on-error, #fff);
}
.btn--danger:hover:not(:disabled) {
  background-color: #d32f2f;
}
.btn--danger:active:not(:disabled) {
  transform: scale(0.98);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-2rem) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.leaflet-control-attribution a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.warning-snackbar {
  background: var(--basement-warning) !important;
  color: white !important;
}
.error-snackbar {
  background: var(--basement-error) !important;
  color: white !important;
}
.voucher-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow-x: hidden;
}
.voucher-dialog-panel .voucher-preview__html {
  font-size: 0.75rem;
  line-height: 1.2;
}
.voucher-dialog-panel .voucher-preview__html h1,
.voucher-dialog-panel .voucher-preview__html h2,
.voucher-dialog-panel .voucher-preview__html h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0.25em 0;
}
.voucher-dialog-panel .voucher-preview__html h4,
.voucher-dialog-panel .voucher-preview__html h5,
.voucher-dialog-panel .voucher-preview__html h6 {
  font-size: 0.85em;
  font-weight: 500;
  margin: 0.2em 0;
}
.voucher-dialog-panel .voucher-preview__html p {
  margin: 0.1em 0;
  font-size: 1em;
}
.voucher-dialog-panel .voucher-preview__html table {
  font-size: 0.9em;
  border-collapse: collapse;
}
.voucher-dialog-panel .voucher-preview__html table th,
.voucher-dialog-panel .voucher-preview__html table td {
  padding: 0.2rem 0.4rem;
  line-height: 1.2;
}
.voucher-dialog-panel .voucher-preview__html table tr {
  line-height: 1.2;
}
.voucher-dialog-panel .voucher-preview__html strong,
.voucher-dialog-panel .voucher-preview__html b {
  font-weight: 600;
}
.voucher-dialog-panel .voucher-preview__html img {
  max-width: 100%;
  height: auto;
  display: block;
}
.voucher-dialog-panel .voucher-preview__html button {
  display: none !important;
}
.voucher-dialog-panel .voucher-preview__html input,
.voucher-dialog-panel .voucher-preview__html select,
.voucher-dialog-panel .voucher-preview__html textarea {
  display: none !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 1em;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family:
    "Open Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
p,
span,
div,
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
.mat-mdc-button,
.mat-mdc-icon-button,
.mat-mdc-form-field,
.mat-mdc-select,
.mat-mdc-option,
.mat-mdc-menu-item,
.mdc-list-item__primary-text {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}
strong,
b {
  font-weight: 600 !important;
}
.text-number-display {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}
a {
  color: inherit;
  text-decoration: none;
}
.user-menu-panel {
  min-width: 16rem;
}
.user-menu-panel .mat-mdc-menu-item.menu-logout {
  border-top: 1px solid var(--theme-border);
}
.user-menu-panel .mat-mdc-menu-item.sandbox-toggle {
  display: grid;
  grid-template-columns: 1fr;
}
.user-menu-panel .mat-mdc-menu-item.sandbox-toggle mat-slide-toggle {
  width: 100%;
}
.user-menu-panel .mat-mdc-menu-item.sandbox-toggle mat-slide-toggle div[mat-internal-form-field] {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
}
button {
  font-family: "Open Sans", sans-serif !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}
.detail-container .mat-mdc-tab-header {
  overflow-x: auto;
}
.detail-container .mat-mdc-tab {
  min-width: auto;
  padding: 0 0.75rem;
}
.snackbar--success .mdc-snackbar__surface {
  background-color: var(--basement-success) !important;
}
.snackbar--success .mdc-snackbar__surface .mdc-snackbar__label {
  color: #fff !important;
}
.snackbar--success .mdc-snackbar__surface .mat-mdc-button {
  color: #fff !important;
}
.snackbar--error .mdc-snackbar__surface {
  background-color: var(--basement-error) !important;
}
.snackbar--error .mdc-snackbar__surface .mdc-snackbar__label {
  color: #fff !important;
}
.snackbar--error .mdc-snackbar__surface .mat-mdc-button {
  color: #fff !important;
}
.snackbar--warning .mdc-snackbar__surface {
  background-color: var(--basement-warning) !important;
}
.snackbar--warning .mdc-snackbar__surface .mdc-snackbar__label {
  color: var(--basement-neutral-dark) !important;
}
.snackbar--warning .mdc-snackbar__surface .mat-mdc-button {
  color: var(--basement-neutral-dark) !important;
}
.snackbar--info .mdc-snackbar__surface {
  background-color: var(--basement-primary) !important;
}
.snackbar--info .mdc-snackbar__surface .mdc-snackbar__label {
  color: #fff !important;
}
.snackbar--info .mdc-snackbar__surface .mat-mdc-button {
  color: #fff !important;
}
.leaflet-popup-content-wrapper {
  background: var(--theme-bg-elevated);
  color: var(--theme-text);
  border: 1px solid var(--theme-border);
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.leaflet-popup-tip {
  background: var(--theme-bg-elevated);
  border: 1px solid var(--theme-border);
  border-top: none;
  border-right: none;
}
.leaflet-popup-close-button {
  color: var(--theme-text-secondary) !important;
}
.leaflet-popup-close-button:hover {
  color: var(--theme-text) !important;
}
.branch-popup {
  min-width: 10rem;
  font-family: "Open Sans", sans-serif;
}
.branch-popup strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--theme-text);
}
.branch-popup__details {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--theme-text-secondary);
}
.branch-popup__phone {
  margin-top: 0.25rem;
  color: var(--basement-primary);
}
.custom-marker {
  background: transparent;
  border: none;
}
.mat-mdc-table .mat-mdc-row:nth-child(even) {
  background: color-mix(in srgb, var(--theme-text, #000) 4%, transparent);
}
.mat-mdc-table .mat-mdc-row .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  border-bottom: 1px solid var(--theme-border);
}
.mat-mdc-table .mat-mdc-row:hover {
  background: color-mix(in srgb, var(--theme-text, #000) 10%, transparent);
}
.mat-mdc-table .mat-column-actions {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.menu-item--healthy {
  background: rgba(76, 175, 80, 0.1) !important;
}
.menu-item--degraded {
  background: rgba(255, 152, 0, 0.15) !important;
}
.menu-item--degraded:hover {
  background: rgba(255, 152, 0, 0.25) !important;
}
.menu-item--critical {
  background: rgba(244, 67, 54, 0.15) !important;
}
.menu-item--critical:hover {
  background: rgba(244, 67, 54, 0.25) !important;
}
.serie-panel .mat-expansion-panel-header {
  padding: 1rem 1.5rem;
  height: auto;
  min-height: 4rem;
}
.serie-panel .mat-expansion-panel-header:hover {
  background: var(--mat-sys-surface-container-low) !important;
}
.serie-panel .mat-expansion-panel-body {
  padding: 0;
}
.my-reports__loading mat-spinner circle {
  stroke: var(--mat-sys-primary);
}
.results-tabs .mat-mdc-tab-body-wrapper {
  flex: 1;
}
.results-tabs .mat-mdc-tab-labels {
  padding: 0 2rem;
}
.results-tabs .mat-mdc-tab {
  min-width: 8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.branches-comparison .mat-button-toggle-group {
  border: 1px solid var(--theme-border);
  border-radius: 0.25rem;
}
.branches-comparison .mat-button-toggle {
  background: var(--theme-bg-surface);
  color: var(--theme-text-secondary);
}
.branches-comparison .mat-button-toggle.mat-button-toggle-checked {
  background: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
}
.branches-comparison .mat-button-toggle .mat-button-toggle-button {
  padding: 0.25rem 0.5rem;
}
.branches-comparison .mat-button-toggle mat-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.leaflet-left {
  left: auto !important;
  right: 0 !important;
}
.leaflet-control-zoom {
  margin-right: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 0 !important;
}
.leaflet-bottom.leaflet-left {
  left: auto !important;
  right: 0 !important;
}
.leaflet-bottom.leaflet-right {
  right: 1rem !important;
}
.leaflet-control-attribution {
  margin-right: 0 !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0 !important;
  font-size: 0.625rem !important;
  padding: 0.125rem 0.375rem !important;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
}
.mat-mdc-select-panel,
.po-form__autocomplete-panel {
  background: var(--theme-bg-elevated) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 0.5rem !important;
}
.foundation__col-plan .mdc-switch,
.feature-management__col-override .mdc-switch {
  transform: scale(0.6);
  transform-origin: center;
}
.landing__faq-panel {
  background: var(--theme-bg-elevated) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
}
.landing__faq-panel.mat-expanded {
  border-color: var(--basement-primary) !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
