@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700";

/* node_modules/maplibre-gl/dist/maplibre-gl.css */
.maplibregl-map {
  font:
    12px/20px Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}
.maplibregl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-interactive,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer {
  cursor: pointer;
}
.maplibregl-canvas-container.maplibregl-interactive:active,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active {
  cursor: grabbing;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: pinch-zoom;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right,
.maplibregl-ctrl-top-left,
.maplibregl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.maplibregl-ctrl-top-left {
  left: 0;
  top: 0;
}
.maplibregl-ctrl-top-right {
  right: 0;
  top: 0;
}
.maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.maplibregl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}
.maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.maplibregl-ctrl-top-left .maplibregl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}
.maplibregl-ctrl-top-right .maplibregl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}
.maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}
.maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}
.maplibregl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}
.maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
}
@media (forced-colors: active) {
  .maplibregl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.maplibregl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  padding: 0;
  width: 29px;
}
.maplibregl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.maplibregl-ctrl button .maplibregl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
@media (forced-colors: active) {
  .maplibregl-ctrl-icon {
    background-color: transparent;
  }
  .maplibregl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.maplibregl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.maplibregl-ctrl-attrib-button:focus,
.maplibregl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl button:disabled {
  cursor: not-allowed;
}
.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: .25;
}
@media (hover: hover) {
  .maplibregl-ctrl button:not(:disabled):hover {
    background-color: rgba(0, 0, 0, .05);
  }
}
.maplibregl-ctrl button:not(:disabled):active {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.maplibregl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}
.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}
.maplibregl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: maplibregl-spin 2s linear infinite;
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.maplibregl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}
a.maplibregl-ctrl-logo.maplibregl-compact {
  width: 14px;
}
@media (forced-colors: active) {
  a.maplibregl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  a.maplibregl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl.maplibregl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, .5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .maplibregl-ctrl-attrib.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact-show,
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
    display: none;
  }
  .maplibregl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, .5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button {
    left: 0;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner {
    display: block;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, .05);
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (forced-colors: active) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, .75);
  text-decoration: none;
}
.maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.maplibregl-attrib-empty {
  display: none;
}
.maplibregl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, .75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.maplibregl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}
.maplibregl-popup-anchor-top,
.maplibregl-popup-anchor-top-left,
.maplibregl-popup-anchor-top-right {
  flex-direction: column;
}
.maplibregl-popup-anchor-bottom,
.maplibregl-popup-anchor-bottom-left,
.maplibregl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.maplibregl-popup-anchor-left {
  flex-direction: row;
}
.maplibregl-popup-anchor-right {
  flex-direction: row-reverse;
}
.maplibregl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}
.maplibregl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.maplibregl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  padding: 15px 10px;
  pointer-events: auto;
  position: relative;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}
.maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-map:hover .maplibregl-popup-track-pointer {
  display: flex;
}
.maplibregl-map:active .maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-marker {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  will-change: transform;
}
.maplibregl-user-location-dot,
.maplibregl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.maplibregl-user-location-dot:before {
  animation: maplibregl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}
.maplibregl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}
@keyframes maplibregl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.maplibregl-user-location-dot-stale {
  background-color: #aaa;
}
.maplibregl-user-location-dot-stale:after {
  display: none;
}
.maplibregl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}
.maplibregl-crosshair,
.maplibregl-crosshair .maplibregl-interactive,
.maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}
.maplibregl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 0;
}
.maplibregl-cooperative-gesture-screen {
  align-items: center;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  display: flex;
  font-size: 1.4em;
  inset: 0;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 1s ease 1s;
  z-index: 99999;
}
.maplibregl-cooperative-gesture-screen.maplibregl-show {
  opacity: 1;
  transition: opacity .05s;
}
.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
  display: none;
}
@media (hover: none), (pointer: coarse) {
  .maplibregl-cooperative-gesture-screen .maplibregl-desktop-message {
    display: none;
  }
  .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}
.maplibregl-pseudo-fullscreen {
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999;
}

/* node_modules/@bryntum/calendar/material3-light.css */
:root:not(.b-nothing),
:host(:not(.b-nothing)) {
  --b-primary: var(--b-color-blue);
  --b-secondary: var(--b-color-orange);
  --b-mix: #fff;
  --b-opposite: #000;
  --b-ripple-background: #00000010;
  --b-ripple-blend-mode: soft-light;
  --b-widget-color-scheme: light;
  --b-widget-border-radius: 0.35em;
  --b-widget-border-radius-large: 1.5em;
  --b-button-border-radius: 3em;
  --b-button-filled-hover-box-shadow: var(--b-elevation-1);
  --b-button-outlined-border-color: var(--b-border-5);
  --b-button-outlined-hover-border-color: var(--b-border-4);
  --b-button-tonal-hover-box-shadow: var(--b-elevation-1);
  --b-button-padding: 0 calc(var(--b-button-height) * 0.6);
  --b-button-icon-padding: 0 calc(var(--b-button-height) * 0.6) 0 calc(var(--b-button-height) * 0.4);
  --b-button-end-icon-padding: 0 calc(var(--b-button-height) * 0.4) 0 calc(var(--b-button-height) * 0.6);
  --b-button-rotate-padding: calc(var(--b-button-height) * 0.6) 0;
  --b-button-gap: calc(var(--b-button-height) * 0.2);
  --b-checkbox-border-color: var(--b-neutral-35);
  --b-checkbox-border-width: 2px;
  --b-checkbox-check-font-size: 1em;
  --b-checkbox-hover-background: transparent;
  --b-checkbox-hover-border-color: var(--b-border-2);
  --b-checkbox-focus-outline-width: 0;
  --b-checkbox-ring-hover-opacity: 0.1;
  --b-checkbox-ring-focus-opacity: 0.2;
  --b-checkbox-ring-active-opacity: 0.3;
  --b-checkbox-ring-content: "";
  --b-checkbox-inner-gap: 1em;
  --b-field-label-default-gap: 0.5em;
  --b-field-set-label-font-size: 0.7em;
  --b-label-above-width: auto;
  --b-panel-with-header-padding: 0 1.5em 1.5em 1.5em;
  --b-panel-header-font-size: 1.4em;
  --b-panel-bottom-toolbar-padding: calc(var(--b-panel-padding) / 2) var(--b-panel-padding) var(--b-panel-padding) var(--b-panel-padding);
  --b-panel-top-toolbar-margin-inline: var(--b-panel-padding);
  --b-panel-top-toolbar-border-radius: 100em;
  --b-popup-border-radius: var(--b-widget-border-radius-large);
  --b-radio-group-gap: 0;
  --b-slide-toggle-border-color: var(--b-border-3);
  --b-slide-toggle-thumb-background: var(--b-neutral-50);
  --b-slide-toggle-thumb-size: .9em;
  --b-slide-toggle-checked-thumb-size: 1.25em;
  --b-slide-toggle-hovered-thumb-background: var(--b-neutral-30);
  --b-slide-toggle-disabled-border-color: var(--b-neutral-80);
  --b-slider-ring-content: "";
  --b-splitter-size: 1px;
  --b-splitter-hover-size: 5px;
  --b-tab-label-position: relative;
  --b-tab-indicator-border-radius: var(--b-widget-border-radius) var(--b-widget-border-radius) 0 0;
  --b-tab-indicator-height: .25em;
  --b-tab-color: var(--b-neutral-20);
  --b-toolbar-background: var(--b-neutral-97);
  --b-tooltip-plain-font-size: 0.8em;
  --b-tooltip-rich-border-radius: 1em;
  --b-field-trigger-color: var(--b-neutral-30);
  --b-text-field-label-scale: 0.7;
  --b-text-field-label-above-grid-area: inner;
  --b-text-field-label-grid-area: inner;
  --b-text-field-focus-border-width: 2px;
  --b-text-field-default-template-areas: "above" "inner";
  --b-text-field-default-template-rows: auto 1fr;
  --b-text-field-default-template-columns: 1fr;
  --b-text-field-filled-border-width: 0 0 1px 0;
  --b-text-field-filled-focus-border-width: 0 0 2px 0;
  --b-text-field-filled-border-radius: var(--b-widget-border-radius) var(--b-widget-border-radius) 0 0;
  --b-text-field-filled-input-padding: 1.25em 1em 0.5em 1em;
  --b-text-field-filled-no-label-input-padding: 1em;
  --b-text-field-outlined-focus-border-width: 2px;
  --b-text-field-outlined-label-padding: 0 0.5em;
  --b-text-field-outlined-label-before-padding: 0 1em 0 0;
  --b-text-field-outlined-label-above-padding: 0 0.5em;
  --b-text-field-outlined-background: transparent;
  --b-text-field-outlined-hover-background: transparent;
  --b-text-field-outlined-focus-background: transparent;
  --b-text-field-outlined-hover-border-color: var(--b-border-1);
  --b-text-field-label-above-placeholder-color: transparent;
  --b-text-field-filled-material-label-position: absolute;
  --b-text-field-filled-material-label-top: 0.5em;
  --b-text-field-filled-material-label-left: 1em;
  --b-text-field-filled-material-label-cursor: text;
  --b-text-field-filled-material-empty-label-top: calc(50% - 0.5em);
  --b-text-field-filled-material-empty-label-left: 1em;
  --b-text-field-filled-material-trigger-label-left: 3em;
  --b-text-field-filled-material-trigger-empty-label-left: 3em;
  --b-text-field-outlined-material-label-position: absolute;
  --b-text-field-outlined-material-label-top: -0.35em;
  --b-text-field-outlined-material-label-left: .5em;
  --b-text-field-outlined-material-label-cursor: text;
  --b-text-field-outlined-material-empty-label-background: transparent;
  --b-text-field-outlined-material-empty-label-padding: 0em;
  --b-text-field-outlined-material-empty-label-top: calc(50% - 0.5em);
  --b-text-field-outlined-material-empty-label-left: 1em;
  --b-text-field-outlined-material-trigger-empty-label-left: 3em;
  --b-tooltip-plain-color: var(--b-neutral-100);
  --b-chart-designer-labels-list-padding-block: 0;
}
.b-bryntum:not(.b-nothing) {
  --bi-primary-shade: var(--b-primary-40);
  --b-button-outlined-pressed-background: var(--b-primary-85);
  --b-button-outlined-color: var(--bi-primary-shade);
  --b-button-type-text-focused-background: var(--b-primary-90);
  --b-button-type-text-pressed-background: var(--b-primary-85);
  --b-button-type-text-color: var(--b-primary-40);
  --b-checkbox-checked-background: var(--b-primary-45);
  --b-checkbox-checked-border-color: var(--b-checkbox-checked-background);
  --b-checkbox-checked-hover-background: var(--bi-primary-shade);
  --b-checkbox-focus-outline-color: null;
  --b-chip-view-chip-color: var(--b-primary-30);
  --b-field-error-tip-color: var(--b-neutral-100);
  --b-field-error-tip-background: var(--b-primary-25);
  --b-list-background: var(--b-primary-100);
  --b-list-floating-background: var(--b-primary-100);
  --b-list-checkbox-checked-background: var(--b-primary-45);
  --b-menu-background: var(--b-primary-99);
  --b-menu-item-focus-background: var(--b-primary-85);
  --b-menu-item-hover-color: var(--b-primary-30);
  --b-menu-item-hover-icon-color: var(--b-primary-30);
  --b-panel-top-toolbar-button-type-text-color: var(--b-primary-20);
  --b-popup-background: var(--b-primary-99);
  --b-slider-track-color: var(--b-primary-90);
  --b-slider-thumb-focus-outline-color: transparent;
  --b-slide-toggle-background: var(--b-neutral-95);
  --b-slide-toggle-hover-background: var(--b-neutral-95);
  --b-slide-toggle-checked-hovered-thumb-background: var(--b-primary-95);
  --b-tab-active-tab-color: var(--b-primary-50);
  --b-tooltip-plain-background: var(--b-primary-25);
  --b-tooltip-rich-background: var(--b-primary-98);
  --b-text-field-focus-border-color: var(--bi-primary-shade);
  --b-text-field-outlined-focus-label-color: var(--bi-primary-shade);
  --b-text-field-outlined-label-background: var(--b-parent-background-color, var(--b-neutral-100));
  --b-text-field-filled-focus-label-color: var(--bi-primary-shade);
  --b-text-field-filled-hover-border-color: var(--bi-primary-shade);
}
.b-theme-info {
  --b-theme-name: "Material3Light";
  --b-theme-filename: "material3-light";
  --b-theme-button-rendition: "tonal";
  --b-theme-label-position: "above";
  --b-theme-overlap-label: "true";
  --b-theme-ripple: "true";
}

/* src/styles/styles.scss */
@layer primeng, app-overrides;
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.b-widget,
.b-calendar,
.b-print .b-widget,
.b-print .b-calendar {
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #267dc1;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #039BE5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #039BE5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #039BE5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #267dc1;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #267dc1;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #039BE5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #039BE5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #267dc1;
  --mat-progress-bar-track-color: rgba(38, 125, 193, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #039BE5;
  --mat-progress-bar-track-color: rgba(3, 155, 229, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #267dc1 87%, transparent);
  --mat-form-field-filled-caret-color: #267dc1;
  --mat-form-field-filled-focus-active-indicator-color: #267dc1;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #267dc1 87%, transparent);
  --mat-form-field-outlined-caret-color: #267dc1;
  --mat-form-field-outlined-focus-outline-color: #267dc1;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #267dc1 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #039BE5 87%, transparent);
  --mat-form-field-filled-caret-color: #039BE5;
  --mat-form-field-filled-focus-active-indicator-color: #039BE5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #039BE5 87%, transparent);
  --mat-form-field-outlined-caret-color: #039BE5;
  --mat-form-field-outlined-focus-outline-color: #039BE5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #039BE5 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #267dc1;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #039BE5;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #267dc1;
  --mat-chip-elevated-disabled-container-color: #267dc1;
  --mat-chip-elevated-selected-container-color: #267dc1;
  --mat-chip-flat-disabled-selected-container-color: #267dc1;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #000000;
  --mat-chip-elevated-container-color: #039BE5;
  --mat-chip-elevated-disabled-container-color: #039BE5;
  --mat-chip-elevated-selected-container-color: #039BE5;
  --mat-chip-flat-disabled-selected-container-color: #039BE5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #000000;
  --mat-chip-selected-disabled-trailing-icon-color: #000000;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #000000;
  --mat-chip-selected-trailing-icon-color: #000000;
  --mat-chip-with-icon-disabled-icon-color: #000000;
  --mat-chip-with-icon-icon-color: #000000;
  --mat-chip-with-icon-selected-icon-color: #000000;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;
  --mat-chip-with-trailing-icon-trailing-icon-color: #000000;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #267dc1;
  --mat-slide-toggle-selected-handle-color: #267dc1;
  --mat-slide-toggle-selected-hover-state-layer-color: #267dc1;
  --mat-slide-toggle-selected-pressed-state-layer-color: #267dc1;
  --mat-slide-toggle-selected-focus-handle-color: #267dc1;
  --mat-slide-toggle-selected-hover-handle-color: #267dc1;
  --mat-slide-toggle-selected-pressed-handle-color: #267dc1;
  --mat-slide-toggle-selected-focus-track-color: #67a4d4;
  --mat-slide-toggle-selected-hover-track-color: #67a4d4;
  --mat-slide-toggle-selected-pressed-track-color: #67a4d4;
  --mat-slide-toggle-selected-track-color: #67a4d4;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #000000;
  --mat-slide-toggle-disabled-selected-icon-color: #000000;
  --mat-slide-toggle-selected-focus-state-layer-color: #039BE5;
  --mat-slide-toggle-selected-handle-color: #039BE5;
  --mat-slide-toggle-selected-hover-state-layer-color: #039BE5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #039BE5;
  --mat-slide-toggle-selected-focus-handle-color: #039BE5;
  --mat-slide-toggle-selected-hover-handle-color: #039BE5;
  --mat-slide-toggle-selected-pressed-handle-color: #039BE5;
  --mat-slide-toggle-selected-focus-track-color: #4FC3F7;
  --mat-slide-toggle-selected-hover-track-color: #4FC3F7;
  --mat-slide-toggle-selected-pressed-track-color: #4FC3F7;
  --mat-slide-toggle-selected-track-color: #4FC3F7;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #267dc1;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #267dc1;
  --mat-radio-selected-hover-icon-color: #267dc1;
  --mat-radio-selected-icon-color: #267dc1;
  --mat-radio-selected-pressed-icon-color: #267dc1;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #039BE5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #039BE5;
  --mat-radio-selected-hover-icon-color: #039BE5;
  --mat-radio-selected-icon-color: #039BE5;
  --mat-radio-selected-pressed-icon-color: #039BE5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #267dc1;
  --mat-slider-focus-handle-color: #267dc1;
  --mat-slider-handle-color: #267dc1;
  --mat-slider-hover-handle-color: #267dc1;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #267dc1 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #267dc1 4%, transparent);
  --mat-slider-inactive-track-color: #267dc1;
  --mat-slider-ripple-color: #267dc1;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #267dc1;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #039BE5;
  --mat-slider-focus-handle-color: #039BE5;
  --mat-slider-handle-color: #039BE5;
  --mat-slider-hover-handle-color: #039BE5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #039BE5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #039BE5 4%, transparent);
  --mat-slider-inactive-track-color: #039BE5;
  --mat-slider-ripple-color: #039BE5;
  --mat-slider-with-tick-marks-active-container-color: #000000;
  --mat-slider-with-tick-marks-inactive-container-color: #039BE5;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #267dc1;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #267dc1;
  --mat-radio-selected-hover-icon-color: #267dc1;
  --mat-radio-selected-icon-color: #267dc1;
  --mat-radio-selected-pressed-icon-color: #267dc1;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #039BE5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #039BE5;
  --mat-radio-selected-hover-icon-color: #039BE5;
  --mat-radio-selected-icon-color: #039BE5;
  --mat-radio-selected-pressed-icon-color: #039BE5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #267dc1;
  --mat-checkbox-selected-hover-icon-color: #267dc1;
  --mat-checkbox-selected-icon-color: #267dc1;
  --mat-checkbox-selected-pressed-icon-color: #267dc1;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #267dc1;
  --mat-checkbox-selected-hover-state-layer-color: #267dc1;
  --mat-checkbox-selected-pressed-state-layer-color: #267dc1;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #039BE5;
  --mat-checkbox-selected-hover-icon-color: #039BE5;
  --mat-checkbox-selected-icon-color: #039BE5;
  --mat-checkbox-selected-pressed-icon-color: #039BE5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #039BE5;
  --mat-checkbox-selected-hover-state-layer-color: #039BE5;
  --mat-checkbox-selected-pressed-state-layer-color: #039BE5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #267dc1;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #267dc1;
  --mat-tab-active-ripple-color: #267dc1;
  --mat-tab-inactive-ripple-color: #267dc1;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #267dc1;
  --mat-tab-active-hover-label-text-color: #267dc1;
  --mat-tab-active-focus-indicator-color: #267dc1;
  --mat-tab-active-hover-indicator-color: #267dc1;
  --mat-tab-active-indicator-color: #267dc1;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #039BE5;
  --mat-tab-active-ripple-color: #039BE5;
  --mat-tab-inactive-ripple-color: #039BE5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #039BE5;
  --mat-tab-active-hover-label-text-color: #039BE5;
  --mat-tab-active-focus-indicator-color: #039BE5;
  --mat-tab-active-hover-indicator-color: #039BE5;
  --mat-tab-active-indicator-color: #039BE5;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #267dc1;
  --mat-tab-foreground-color: #ffffff;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #039BE5;
  --mat-tab-foreground-color: #000000;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #039BE5;
  --mat-checkbox-selected-hover-icon-color: #039BE5;
  --mat-checkbox-selected-icon-color: #039BE5;
  --mat-checkbox-selected-pressed-icon-color: #039BE5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #039BE5;
  --mat-checkbox-selected-hover-state-layer-color: #039BE5;
  --mat-checkbox-selected-pressed-state-layer-color: #039BE5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #267dc1;
  --mat-checkbox-selected-hover-icon-color: #267dc1;
  --mat-checkbox-selected-icon-color: #267dc1;
  --mat-checkbox-selected-pressed-icon-color: #267dc1;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #267dc1;
  --mat-checkbox-selected-hover-state-layer-color: #267dc1;
  --mat-checkbox-selected-pressed-state-layer-color: #267dc1;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #267dc1;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #267dc1;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #267dc1 12%, transparent);
  --mat-button-outlined-state-layer-color: #267dc1;
  --mat-button-protected-container-color: #267dc1;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #267dc1;
  --mat-button-text-ripple-color: color-mix(in srgb, #267dc1 12%, transparent);
  --mat-button-text-state-layer-color: #267dc1;
  --mat-button-tonal-container-color: #267dc1;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #039BE5;
  --mat-button-filled-label-text-color: #000000;
  --mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-filled-state-layer-color: #000000;
  --mat-button-outlined-label-text-color: #039BE5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #039BE5 12%, transparent);
  --mat-button-outlined-state-layer-color: #039BE5;
  --mat-button-protected-container-color: #039BE5;
  --mat-button-protected-label-text-color: #000000;
  --mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-protected-state-layer-color: #000000;
  --mat-button-text-label-text-color: #039BE5;
  --mat-button-text-ripple-color: color-mix(in srgb, #039BE5 12%, transparent);
  --mat-button-text-state-layer-color: #039BE5;
  --mat-button-tonal-container-color: #039BE5;
  --mat-button-tonal-label-text-color: #000000;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-tonal-state-layer-color: #000000;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #267dc1;
  --mat-icon-button-state-layer-color: #267dc1;
  --mat-icon-button-ripple-color: color-mix(in srgb, #267dc1 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #039BE5;
  --mat-icon-button-state-layer-color: #039BE5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #039BE5 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
}
html {
  --mat-fab-container-color: white;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #267dc1;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #267dc1 12%, transparent);
  --mat-fab-small-container-color: #267dc1;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #039BE5;
  --mat-fab-foreground-color: #000000;
  --mat-fab-ripple-color: color-mix(in srgb, #039BE5 12%, transparent);
  --mat-fab-small-container-color: #039BE5;
  --mat-fab-small-foreground-color: #000000;
  --mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-fab-small-state-layer-color: #000000;
  --mat-fab-state-layer-color: #000000;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #67a4d4;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #267dc1;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #039BE5;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #267dc1;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #039BE5;
  --mat-badge-text-color: #000000;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #267dc1 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #039BE5 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #267dc1;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #267dc1 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #267dc1 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #267dc1 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #267dc1;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #039BE5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #039BE5 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #000000;
  --mat-datepicker-calendar-date-selected-state-background-color: #039BE5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #039BE5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #039BE5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #039BE5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #039BE5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #039BE5 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #267dc1;
}
.mat-icon.mat-accent {
  --mat-icon-color: #039BE5;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 4px;
  --mat-stepper-header-hover-state-layer-shape: 4px;
}
html {
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #267dc1;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #267dc1;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #267dc1;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #000000;
  --mat-stepper-header-selected-state-icon-background-color: #039BE5;
  --mat-stepper-header-selected-state-icon-foreground-color: #000000;
  --mat-stepper-header-done-state-icon-background-color: #039BE5;
  --mat-stepper-header-done-state-icon-foreground-color: #000000;
  --mat-stepper-header-edit-state-icon-background-color: #039BE5;
  --mat-stepper-header-edit-state-icon-foreground-color: #000000;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #267dc1;
  --mat-toolbar-container-text-color: #ffffff;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #039BE5;
  --mat-toolbar-container-text-color: #000000;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
}
html {
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}
@media (min-width: 961px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1166px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1860px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}
.row.nt-flex {
  max-width: calc(100% + 16px);
}
.row {
  min-width: 0;
}
[class^=col-],
[class*=" col-"] {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1 {
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
  max-width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
  max-width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
  max-width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
  max-width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 961px) {
  .col-md-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.3333333333%;
  }
  .col-xxl-push-2 {
    left: 16.6666666667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.3333333333%;
  }
  .col-xxl-push-5 {
    left: 41.6666666667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.3333333333%;
  }
  .col-xxl-push-8 {
    left: 66.6666666667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.3333333333%;
  }
  .col-xxl-push-11 {
    left: 91.6666666667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 2560px) {
  .col-fhd-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-fhd-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-fhd-3 {
    width: 25%;
    max-width: 25%;
  }
  .col-fhd-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-fhd-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-fhd-6 {
    width: 50%;
    max-width: 50%;
  }
  .col-fhd-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-fhd-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-fhd-9 {
    width: 75%;
    max-width: 75%;
  }
  .col-fhd-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-fhd-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-fhd-12 {
    width: 100%;
    max-width: 100%;
  }
  .col-fhd-pull-0 {
    right: auto;
  }
  .col-fhd-pull-1 {
    right: 8.3333333333%;
  }
  .col-fhd-pull-2 {
    right: 16.6666666667%;
  }
  .col-fhd-pull-3 {
    right: 25%;
  }
  .col-fhd-pull-4 {
    right: 33.3333333333%;
  }
  .col-fhd-pull-5 {
    right: 41.6666666667%;
  }
  .col-fhd-pull-6 {
    right: 50%;
  }
  .col-fhd-pull-7 {
    right: 58.3333333333%;
  }
  .col-fhd-pull-8 {
    right: 66.6666666667%;
  }
  .col-fhd-pull-9 {
    right: 75%;
  }
  .col-fhd-pull-10 {
    right: 83.3333333333%;
  }
  .col-fhd-pull-11 {
    right: 91.6666666667%;
  }
  .col-fhd-pull-12 {
    right: 100%;
  }
  .col-fhd-push-0 {
    left: auto;
  }
  .col-fhd-push-1 {
    left: 8.3333333333%;
  }
  .col-fhd-push-2 {
    left: 16.6666666667%;
  }
  .col-fhd-push-3 {
    left: 25%;
  }
  .col-fhd-push-4 {
    left: 33.3333333333%;
  }
  .col-fhd-push-5 {
    left: 41.6666666667%;
  }
  .col-fhd-push-6 {
    left: 50%;
  }
  .col-fhd-push-7 {
    left: 58.3333333333%;
  }
  .col-fhd-push-8 {
    left: 66.6666666667%;
  }
  .col-fhd-push-9 {
    left: 75%;
  }
  .col-fhd-push-10 {
    left: 83.3333333333%;
  }
  .col-fhd-push-11 {
    left: 91.6666666667%;
  }
  .col-fhd-push-12 {
    left: 100%;
  }
  .col-fhd-offset-0 {
    margin-left: 0;
  }
  .col-fhd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-fhd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-fhd-offset-3 {
    margin-left: 25%;
  }
  .col-fhd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-fhd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-fhd-offset-6 {
    margin-left: 50%;
  }
  .col-fhd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-fhd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-fhd-offset-9 {
    margin-left: 75%;
  }
  .col-fhd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-fhd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-fhd-offset-12 {
    margin-left: 100%;
  }
}
:root {
  --neutral-100: #080D12;
  --neutral-90: #13202B;
  --neutral-80: #1D3040;
  --neutral-70: #244159;
  --neutral-60: #2E5070;
  --neutral-50: #4D6F8A;
  --neutral-40: #759AB4;
  --neutral-30: #A0BCCE;
  --neutral-20: #CBDDE8;
  --neutral-10: #E5EEF4;
  --neutral-05: #F5F7F8;
  --brand-red: #E11837;
  --informative-02: #3079F0;
  --positive: #42CE11;
  --negative: #FF4019;
  --water-blue: #19B1FC;
  --ic-blue: #417cbc;
  --ic-blue-rgb:
    65,
    124,
    188;
  --ic-blue-hover: #558ac3;
  --ic-blue-focus: #2165db;
  --ic-light-blue-focus: #2165db;
  --alto: #e0e0e0;
  --lightest-grey: #cccccc;
  --light-grey: #999999;
  --base-grey: #666666;
  --dark-grey: #333333;
  --rm-blue: #267dc1;
  --ic-gray-100: #080D12;
  --ic-gray-90: #1B1E21;
  --ic-gray-80: #33393D;
  --ic-gray-70: #4C5459;
  --ic-gray-60: #646E73;
  --ic-gray-50: #848E94;
  --ic-gray-40: #A2ADB2;
  --ic-gray-30: #BCC6CC;
  --ic-gray-20: #D9DFE2;
  --ic-gray-10: #ECEFF1;
  --ic-gray-05: #F5F7F8;
  --ic-neutral-alpha-05: rgba(8, 13, 18, 0.05);
  --ic-neutral-alpha-20: rgba(8, 13, 18, 0.2);
  --ic-neutral-alpha-40: rgba(8, 13, 18, 0.4);
  --ic-primary-50: #e5eff8;
  --ic-primary-100: #bed8ec;
  --ic-primary-200: #93bee0;
  --ic-primary-300: #67a4d4;
  --ic-primary-400: #4791ca;
  --ic-primary-500: #267dc1;
  --ic-primary-600: #2275bb;
  --ic-primary-700: #1c6ab3;
  --ic-primary-800: #1760ab;
  --ic-primary-900: #0d4d9e;
  --ic-primary-950: #0a3d7e;
  --warning: $negative-01;
  --transparent: rgba(0, 0, 0, 0);
  --light-blue-bg: #F3FBFF;
  --text-color: #2a2a2a;
  --map-black: #202224;
  --text-blue: #3079f0;
  --text-color-light: #808080;
  --bg-light-grey: #fbfbfb;
  --bg-light-grey-rgb:
    251,
    251,
    251;
  --rgb-white:
    255,
    255,
    255;
  --white-smoke: #f8f8f8;
  --border-grey: #e9e9e9;
  --table-border-grey: #E6E8E8;
  --border-blue: #2165DB;
  --shadow-grey: #ececec;
  --d-grey: #ddd;
  --primary-color: var(--rm-blue);
  --secondary-color: var(--white);
  --border-color: var(--transparent);
  --primary-light-bg: #f7f9fa;
  --primary-rgb:
    38,
    125,
    193;
  --white-rgb:
    255,
    255,
    255;
  --black-rgb:
    0,
    0,
    0;
  --cal-event-red: #ff6c6c;
  --cal-event-pink: #ff6cdd;
  --cal-event-violet: #896cff;
  --cal-event-purple: #c76cff;
  --cal-event-indigo: #304ffe;
  --cal-event-blue: #3079F0;
  --cal-event-teal: #00bfa5;
  --cal-event-green: #14aa5a;
  --cal-event-lime: #aeea00;
  --cal-event-yellow: #ffd600;
  --cal-event-orange: #ff6b56;
  --cal-event-cyan: #00b4d8;
  --cal-event-gray: #aeb1b6;
  --cs-et: #fbc376;
  --cs-master-valve: #8dd19e;
  --cs-rain-sensor: #ed5959;
  --cs-pump: #e68858;
  --cs-irrigation: #5cacc5;
  --cs-conventional-run: #93a57d;
  --cs-cycle-sock-run: #9b5939;
}
.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.well {
  flex: 1;
}
#ic-main-content > *:not(router-outlet) {
  display: flex;
  flex: 1;
  flex-shrink: 0;
}
#ic-main-content > *:not(router-outlet) app-dashboard {
  flex: 1 1 100%;
  width: 100%;
  flex-shrink: 0;
}
#page-body-white {
  display: block;
  height: 100%;
  background-color: var(--white);
  width: 100%;
}
.nt-display-none {
  display: none;
}
ic-collapsable-div legend {
  margin: 1.3em 0 1em;
}
ic-collapsable-div.account-collapsable legend {
  margin: 0.4em 0 1em;
}
ic-collapsable-div.account-collapsable .form-group:not([hidden]) {
  display: flex;
}
ic-page-container-v3 {
  width: 100%;
}
.v3-page app-spinner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  width: 100%;
}
.v3-page .is-collapsibleX {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.v3-page .is-collapsibleX.is-expandedX {
  overflow: initial;
}
.v3-page p {
  margin-top: 0;
}
.v3-page p.light-blue-text {
  color: #A2ADB2;
}
.v3-page p.small-text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
.v3-page p.large-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.v3-page p.xl-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.v3-page p *.no-margin,
.v3-page p.no-margin {
  margin-bottom: 0;
}
.v3-page p.info-alert {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(8, 13, 18, 0.1);
  background-color: #F5F7F8;
  color: #646E73;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  fill: #646E73;
}
.v3-page p.info-alert .icon {
  width: 16px;
  height: 18px;
  margin-top: 2px;
}
.v3-page h2:first-child {
  margin-top: 0;
}
.v3-page {
}
.v3-page #contentBody .v3-container div[slot=body] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nt-link-p-ol {
  color: var(--text-blue);
  fill: var(--text-blue);
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  transition: color 200ms ease-in-out, fill 200ms ease-in-out;
}
.nt-link-p-ol.nt-link-ic-icon {
  display: inline-flex;
}
.nt-link-p-ol:hover {
  color: var(--border-blue);
  fill: var(--border-blue);
}
.nt-link-p-ol:focus {
  color: var(--text-blue);
  fill: var(--text-blue);
  text-decoration: underline;
}
.nt-link-p-ol.disabled {
  color: #A2ADB2;
  fill: #A2ADB2;
}
.nt-link-s-ol {
  color: #33393D;
  fill: #33393D;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  transition: color 200ms ease-in-out, fill 200ms ease-in-out;
  cursor: pointer;
}
.nt-link-s-ol:hover {
  color: var(--text-blue);
  fill: var(--text-blue);
}
.nt-link-s-ol:focus {
  color: var(--text-blue);
  fill: var(--text-blue);
  text-decoration: underline;
}
.nt-link-s-ol.disabled {
  color: #A2ADB2;
  fill: #A2ADB2;
}
.nt-icon-btn-s-ol {
  display: inline-block;
  vertical-align: middle;
  color: #080D12;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid var(--transparent);
  transition: border-color 200ms ease-in-out, border-color 200ms ease-in-out;
  text-align: center;
  cursor: pointer;
}
.nt-icon-btn-s-ol:hover {
  color: #080D12;
  border-color: #A2ADB2;
}
.nt-icon-btn-s-ol:focus {
  border-color: var(--text-blue);
}
.nt-icon-btn-s-ol.disabled {
  color: #D9DFE2;
  border-color: #D9DFE2;
}
app-controller-select {
  width: 100%;
  display: block;
  overflow-x: auto;
}
.app-element,
ic-controllers {
  width: 100%;
}
.nt-flex {
  display: flex;
  max-width: 100%;
  min-width: 0;
}
.nt-flex-1 {
  flex: 1;
  min-width: 0;
}
.nt-flex-w-100 {
  flex: 0 0 100%;
}
.nt-flex-100 {
  display: flex;
  flex: 0 0 100%;
}
.nt-flex-100 > * {
  flex: 0 0 100%;
}
.nt-child-flex-100 > * {
  flex: 0 0 100%;
}
.nt-flex-full-height {
  display: flex;
  min-height: 100%;
  width: 100%;
}
.nt-flex-gap {
  gap: 16px;
}
.nt-flex-auto {
  flex: 1 1 auto;
}
.nt-flex-space-bw {
  justify-content: space-between;
}
.nt-flex-align-center {
  justify-content: center;
}
.nt-flex-horizontal-middle {
  justify-content: center;
}
.nt-flex-vertical-middle {
  align-items: center;
}
.nt-align-self-center {
  align-self: center;
}
.nt-flex-justify-right {
  justify-content: flex-end;
}
.nt-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nt-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nt-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 0;
}
.nt-flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  min-width: 0;
}
.nt-scroll-x {
  overflow-x: auto;
  max-width: 100%;
}
.nt-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nt-flex-right {
  justify-content: flex-end;
}
.nt-flex-col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.nt-flex-wrap {
  flex-wrap: wrap;
}
.nt-flex-row-half-g20 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .nt-flex-row-half-g20.mobile-full-w .nt-flex-half {
    flex: 0 0 100%;
  }
}
.nt-flex-row-half-g20 .nt-flex-half {
  flex: 0 0 calc(50% - 20px / 2);
  box-sizing: border-box;
}
.nt-flex-same-col-w {
  flex: 1 1 0px;
}
.nt-flex-fill-height {
  flex: 1;
}
.nt-fill-height {
  height: 100%;
}
.nt-w-100 {
  width: 100%;
}
.nt-max-w-100 {
  max-width: 100%;
}
.nt-block {
  display: block;
}
.nt-light-text {
  color: var(--alto);
}
.nt-error-text {
  color: var(--toro-red);
}
.nt-alert {
  background-color: #F5F7F8;
  padding: 8px;
  color: #646E73;
  fill: #646E73;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.nt-alert .info-icon {
  width: 16px;
  height: 18px;
}
.nt-alert .info-icon.space-right {
  margin-right: 8px;
}
.nt-info-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #F5F7F8;
  border-radius: 4px;
}
.nt-info-bar ic-icon-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.nt-info-bar .nt-info-bar-text {
  font-size: 12px;
  line-height: 1.667em;
  font-weight: 400;
  color: #646E73;
}
.nt-text-right {
  text-align: right;
}
.nt-text-center {
  text-align: center;
}
.nt-position-relative {
  position: relative;
}
.nt-uppercase {
  text-transform: uppercase;
}
.nt-capitalize {
  text-transform: capitalize;
}
.nt-bold {
  font-weight: 700;
}
.nt-semi-bold {
  font-weight: 500;
}
.nt-clickable {
  cursor: pointer;
}
#content {
  width: 100%;
}
#nt-top-wrapper {
  padding-top: 10px;
  padding-bottom: 50px;
}
.nt-well {
  background-color: var(--bg-light-grey);
  border: 1px solid var(--d-grey);
  box-shadow: 0 1px 1px var(--shadow-grey);
  -webkit-box-shadow: 0 1px 1px var(--shadow-grey);
}
.screen-fit-layout #ic-main-container {
  display: flex;
  flex-flow: column;
}
.screen-fit-layout #ic-main-container #ic-main-content {
  position: relative;
}
.screen-fit-layout #ic-main-container #ic-main-content > *:not(router-outlet) {
  height: 100%;
  display: flex;
}
.screen-fit-layout ic-screen-fit-content {
  height: 100%;
  display: block;
}
.screen-fit-layout .screen-fit-flex-spinner > :nth-child(2) {
  flex: 1;
}
@media (max-width: 600px) {
  #nt-top-wrapper {
    padding-bottom: 0;
  }
}
.nt-spacer-10 {
  margin-bottom: 10px;
  display: block;
}
.nt-padding-lr-10 {
  padding-left: 10px;
}
.nt-not-list {
  padding-left: 0;
  list-style: none;
}
.auth-pages h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 1.75rem;
}
@media (max-width: 1919px) {
  .auth-pages h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 1199px) {
  .auth-pages h1 {
    font-size: 2.25rem;
  }
}
.auth-pages h3 {
  font-weight: bold;
  margin: 0 0 8px;
}
.auth-pages p {
  font-size: 0.875rem;
  line-height: 21px;
  color: #646E73;
}
.auth-pages p .large-text {
  font-size: 1.26em;
  line-height: 1.5em;
}
.auth-pages p:last-child {
  margin-bottom: 0;
}
.auth-pages p.nt-uppercase {
  letter-spacing: 0.5px;
}
.auth-pages a {
  font-weight: 500;
  cursor: pointer;
}
.auth-pages .auth-page {
  padding: 2.5rem 7.5rem;
}
@media (max-width: 1439px) {
  .auth-pages .auth-page {
    padding: 2.5rem 5rem;
  }
}
@media (max-width: 1199px) {
  .auth-pages .auth-page {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .auth-pages app-register,
  .auth-pages app-invite,
  .auth-pages app-locked,
  .auth-pages app-logout,
  .auth-pages app-forgot,
  .auth-pages app-email-confirmation {
    width: 100%;
  }
}
.help-block {
  color: #FF4019;
}
.nt-form .nt-form-field-wrap {
  position: relative;
}
.nt-form .nt-form-field-wrap .nt-form-field-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
}
.nt-form .nt-form-flex-gap {
  column-gap: 16px;
}
.nt-form .nt-form-flex-gap-24 {
  column-gap: 24px;
}
@media (max-width: 1199px) {
  .nt-form .nt-form-fields-sbs-50 {
    column-gap: 16px;
    flex-flow: row;
  }
}
@media (max-width: 767px) {
  .nt-form .nt-form-fields-sbs-50 {
    column-gap: 0;
    flex-flow: column;
  }
}
.nt-form .nt-form-header {
  margin-bottom: 2rem;
}
.nt-form .nt-label-field.form-group label {
  flex: 1 0 150px;
  line-height: 2;
}
.nt-form .nt-label-field.form-group .nt-field {
  flex: 1 0 80%;
}
.nt-form .nt-label-field.form-group .has-error .help-block,
.nt-form .nt-label-field.form-group .ng-invalid.ng-touched .help-block {
  top: 2px;
  right: 15px;
}
.nt-form .form-group {
  margin-bottom: 17px;
}
.nt-form .form-group.last-child,
.nt-form .form-group.no-margin {
  margin-bottom: 0;
}
.nt-form .form-group .nt-field-note {
  margin: 8px 0 0;
  color: rgba(var(--natural-rgb), 0.4);
}
.nt-form .form-group .eye-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: rebeccapurple;
}
.nt-form .form-group .nt-label {
  color: #646E73;
  font-size: 0.9375rem;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
.nt-form .form-group .nt-label.l-disabled {
  color: rgba(8, 13, 18, 0.4);
}
.nt-form .form-group .nt-label.nt-label-no-b-margin {
  margin-bottom: 0;
}
.nt-form .form-group .nt-label.nt-label-dark {
  color: #080D12;
}
.nt-form .form-group .nt-label.nt-label-bold {
  font-weight: 700;
}
.nt-form .form-group .nt-label.nt-label-lg {
  font-size: 16px;
  line-height: 24px;
}
.nt-form .form-group .nt-label.nt-label-right {
  margin-left: 8px;
}
.nt-form .form-group .nt-label.nt-label-left {
  margin-right: 8px;
}
.nt-form .form-group .p-form-field-text-only.fix-width input {
  width: 100%;
}
.nt-form .form-group .p-form-field-text-only input {
  border: 0;
  color: #080D12;
  font-size: 14px;
  padding: 0;
}
.nt-form .form-group .p-form-field-text-only input:focus {
  box-shadow: none;
}
.nt-form .form-group .p-input input:focus {
  box-shadow: none;
}
.nt-form .form-group .p-input.p-inputnumber-stacked {
  position: relative;
}
.nt-form .form-group .p-input.p-inputnumber-stacked .p-inputnumber-button-group .p-inputnumber-increment-button,
.nt-form .form-group .p-input.p-inputnumber-stacked .p-inputnumber-button-group .p-inputnumber-decrement-button {
  background: none;
  border: 0;
  fill: #646E73;
}
.nt-form .form-group .p-input.p-inputnumber-stacked .p-inputnumber-button-group .p-inputnumber-increment-button .icon,
.nt-form .form-group .p-input.p-inputnumber-stacked .p-inputnumber-button-group .p-inputnumber-decrement-button .icon {
  width: 13px;
  height: 10px;
}
.nt-form .form-group .p-input.nt-w-100 *:not(.p-inputnumber-button-group) {
  width: 100%;
}
.nt-form .form-group .p-input.nt-w-100 .p-datepicker-time-picker * {
  width: auto;
}
.nt-form .form-group .p-inputnumber-button-group > button.p-inputnumber-button {
  padding: 0;
  margin: 0;
  border: 0;
  text-transform: none;
}
.nt-form .form-group .p-inputnumber-button-group > button.p-inputnumber-button + button {
  margin-left: 0;
}
.nt-form .form-group .p-toggleswitch {
  margin-top: 4px;
  cursor: pointer;
  position: relative;
}
.nt-form .form-group .p-toggleswitch:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  border: 2px solid rgba(8, 13, 18, 0.05);
  border-radius: 12px;
}
.nt-form .form-group .p-toggleswitch.p-toggleswitch-checked:after {
  border-color: rgba(66, 206, 17, 0.2);
}
.nt-form .form-group p-toggleswitch + .nt-label {
  margin-left: 12px;
  margin-bottom: 0;
}
.nt-form .form-group p-toggleswitch.partial .p-toggleswitch-slider {
  background-color: rgba(66, 206, 17, 0.6);
}
.nt-form .form-group p-toggleswitch.partial .p-toggleswitch-handle {
  background: var(--white);
  color: #33393D;
  transform: translateX(7px);
}
.nt-form .form-group p-toggleswitch.partial .p-toggleswitch-handle:after {
  content: "-";
  font-size: 26px;
  line-height: 0.3;
  text-align: center;
  font-weight: 100;
}
.nt-form .form-group .p-datepicker-not-100 .p-datepicker-timeonly {
  width: auto;
}
.nt-form .form-group .time-input {
  position: relative;
}
.nt-form .form-group .time-input .time-spinner {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  fill: #646E73;
  cursor: pointer;
}
.nt-form .form-group .time-spinner-mask p-inputMask input {
  display: block;
  width: 100%;
  padding-right: 30px;
}
.nt-form .form-group .time-spinner-mask.no-spinner-btn p-inputMask input {
  padding-right: 12px;
}
.nt-form .form-group p-select .p-select:not(.p-disabled).p-focus {
  box-shadow: none;
}
.nt-form .form-group p-select .p-select .p-select-label {
  padding: 0;
  font-size: inherit;
}
.nt-form .form-group p-select .p-select .p-select-dropdown {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: -5px;
  color: #646E73;
  fill: #646E73;
}
.nt-form .form-group p-select .p-select-overlay .p-select-list .p-select-option {
  font-size: 13px;
  color: #33393D;
}
.nt-form .form-group p-select .p-select-overlay .p-select-list .p-select-option.p-select-option-selected {
  color: var(--text-blue);
  background: #F5F7F8;
}
.nt-form .form-group p-select .p-select-overlay .p-select-list .p-select-option:hover {
  background: #F5F7F8;
}
.nt-form .form-group .p-inputtext:enabled:hover {
  border-color: #BCC6CC;
}
.nt-form .form-group .p-inputtext:enabled:focus {
  box-shadow: none;
}
.nt-form .form-group p-inputnumber {
  position: relative;
  display: flex;
}
.nt-form .form-group p-inputnumber .p-inputnumber {
  flex: 0 0 100%;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button svg {
  transform: scale(1.32);
  opacity: 0.6;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button svg path {
  fill: #646E73;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button.p-inputnumber-increment-button {
  align-items: flex-end;
  line-height: 4px;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button.p-inputnumber-decrement-button {
  align-items: flex-start;
  line-height: 0;
}
.nt-form .form-group p-inputnumber .p-inputnumber-button-group button.p-inputnumber-decrement-button .icon {
  margin-top: -2px;
}
.nt-form .form-group p-inputMask input {
  width: 100%;
}
.nt-form .form-group .nt-from-message {
  color: #646E73;
  font-size: 12px;
  line-height: 16px;
}
.nt-form .form-group p-inputMask.no-border-focus-on input {
  border-color: transparent;
}
.nt-form .form-group p-inputMask.no-border-focus-on input:focus {
  border-color: #BCC6CC;
}
.nt-form .form-group .nt-form-field,
.nt-form .form-group .p-input input,
.nt-form .form-group .time-spinner-mask input,
.nt-form .form-group p-select.p-select,
.nt-form .form-group p-inputNumber input,
.nt-form .form-group p-inputMask input {
  border: 1px solid #BCC6CC;
  border-radius: 4px;
  padding: 6px 12px;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #080D12;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.nt-form .form-group .nt-form-field.no-border-focus-on,
.nt-form .form-group .p-input input.no-border-focus-on,
.nt-form .form-group .time-spinner-mask input.no-border-focus-on,
.nt-form .form-group p-select.p-select.no-border-focus-on,
.nt-form .form-group p-inputNumber input.no-border-focus-on,
.nt-form .form-group p-inputMask input.no-border-focus-on {
  border-color: transparent;
}
.nt-form .form-group .nt-form-field.no-border-focus-on:focus,
.nt-form .form-group .p-input input.no-border-focus-on:focus,
.nt-form .form-group .time-spinner-mask input.no-border-focus-on:focus,
.nt-form .form-group p-select.p-select.no-border-focus-on:focus,
.nt-form .form-group p-inputNumber input.no-border-focus-on:focus,
.nt-form .form-group p-inputMask input.no-border-focus-on:focus {
  border-color: #BCC6CC;
}
.nt-form .form-group .nt-form-field.no-padding,
.nt-form .form-group .p-input input.no-padding,
.nt-form .form-group .time-spinner-mask input.no-padding,
.nt-form .form-group p-select.p-select.no-padding,
.nt-form .form-group p-inputNumber input.no-padding,
.nt-form .form-group p-inputMask input.no-padding {
  padding: 0;
}
.nt-form .form-group .nt-form-field.small-text,
.nt-form .form-group .p-input input.small-text,
.nt-form .form-group .time-spinner-mask input.small-text,
.nt-form .form-group p-select.p-select.small-text,
.nt-form .form-group p-inputNumber input.small-text,
.nt-form .form-group p-inputMask input.small-text {
  font-size: 12px;
  line-height: 1;
}
.nt-form .form-group .nt-form-field.light-color,
.nt-form .form-group .p-input input.light-color,
.nt-form .form-group .time-spinner-mask input.light-color,
.nt-form .form-group p-select.p-select.light-color,
.nt-form .form-group p-inputNumber input.light-color,
.nt-form .form-group p-inputMask input.light-color {
  color: #646E73;
}
.nt-form .form-group .nt-form-field.light-color::placeholder,
.nt-form .form-group .p-input input.light-color::placeholder,
.nt-form .form-group .time-spinner-mask input.light-color::placeholder,
.nt-form .form-group p-select.p-select.light-color::placeholder,
.nt-form .form-group p-inputNumber input.light-color::placeholder,
.nt-form .form-group p-inputMask input.light-color::placeholder {
  color: #A2ADB2;
  opacity: 0.5;
}
.nt-form .form-group .nt-form-field.no-border,
.nt-form .form-group .p-input input.no-border,
.nt-form .form-group .time-spinner-mask input.no-border,
.nt-form .form-group p-select.p-select.no-border,
.nt-form .form-group p-inputNumber input.no-border,
.nt-form .form-group p-inputMask input.no-border {
  border: 0;
}
.nt-form .form-group .nt-form-field.no-bg,
.nt-form .form-group .p-input input.no-bg,
.nt-form .form-group .time-spinner-mask input.no-bg,
.nt-form .form-group p-select.p-select.no-bg,
.nt-form .form-group p-inputNumber input.no-bg,
.nt-form .form-group p-inputMask input.no-bg {
  background: none;
}
.nt-form .form-group .nt-form-field:focus,
.nt-form .form-group .p-input input:focus,
.nt-form .form-group .time-spinner-mask input:focus,
.nt-form .form-group p-select.p-select:focus,
.nt-form .form-group p-inputNumber input:focus,
.nt-form .form-group p-inputMask input:focus {
  border-color: #3079F0;
  outline: none;
}
.nt-form .form-group .nt-form-field:disabled,
.nt-form .form-group .nt-form-field.p-disabled,
.nt-form .form-group .p-input input:disabled,
.nt-form .form-group .p-input input.p-disabled,
.nt-form .form-group .time-spinner-mask input:disabled,
.nt-form .form-group .time-spinner-mask input.p-disabled,
.nt-form .form-group p-select.p-select:disabled,
.nt-form .form-group p-select.p-select.p-disabled,
.nt-form .form-group p-inputNumber input:disabled,
.nt-form .form-group p-inputNumber input.p-disabled,
.nt-form .form-group p-inputMask input:disabled,
.nt-form .form-group p-inputMask input.p-disabled {
  border-color: rgba(8, 13, 18, 0.2);
  background: rgba(8, 13, 18, 0.05);
  color: rgba(8, 13, 18, 0.4);
}
.nt-form .form-group .nt-form-field.loading,
.nt-form .form-group .nt-form-field.loading:disabled,
.nt-form .form-group .p-input input.loading,
.nt-form .form-group .p-input input.loading:disabled,
.nt-form .form-group .time-spinner-mask input.loading,
.nt-form .form-group .time-spinner-mask input.loading:disabled,
.nt-form .form-group p-select.p-select.loading,
.nt-form .form-group p-select.p-select.loading:disabled,
.nt-form .form-group p-inputNumber input.loading,
.nt-form .form-group p-inputNumber input.loading:disabled,
.nt-form .form-group p-inputMask input.loading,
.nt-form .form-group p-inputMask input.loading:disabled {
  color: rgba(8, 13, 18, 0.2);
}
.nt-form .form-group .nt-radio input {
  width: 18px;
  height: 20px;
  cursor: pointer;
  margin-top: 2px;
}
.nt-form .form-group .nt-radio input:checked {
  accent-color: #3079F0;
}
.nt-form .form-group .nt-radio input.icon-left-align {
  margin-right: 8px;
}
.nt-form .form-group .nt-radio input.icon-right-align {
  margin-right: 8px;
}
.nt-form .form-group .nt-radio label {
  margin: 0;
  cursor: pointer;
}
.nt-form .form-group .nt-checkbox .nt-checkbox-icon {
  height: 18px;
  width: 18px;
}
.nt-form .form-group .nt-checkbox .nt-checkbox-icon input {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
}
.nt-form .form-group .nt-checkbox .nt-checkbox-icon input:not(:checked) + label.icon.check-cross {
  border-color: #FF4019;
  background-color: #FF4019;
  fill: var(--white);
}
.nt-form .form-group .nt-checkbox .nt-checkbox-icon input:checked + label.icon {
  border-color: var(--text-blue);
  background-color: var(--text-blue);
  fill: var(--white);
}
.nt-form .form-group .nt-checkbox .nt-checkbox-icon input + label.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #A2ADB2;
  margin: 0 0;
}
.nt-form .form-group .nt-checkbox label {
  margin-bottom: 0;
}
.nt-form .nt-position-relative .nt-form-error-message {
  position: absolute;
  top: 100%;
  right: 0;
  color: var(--toro-red);
  padding-top: 4px;
}
.nt-form .nt-position-relative .nt-tooltip {
  top: 100%;
  right: 0;
  margin-top: 2px;
}
.nt-form .nt-position-relative .nt-tooltip .nt-not-list {
  margin: 5px 0;
}
.nt-form .nt-position-relative .nt-tooltip .nt-not-list li {
  margin-bottom: 2px;
}
.nt-form .has-error,
.nt-form .ng-invalid.ng-touched {
  position: relative;
}
.nt-form .has-error .nt-form-field,
.nt-form .has-error .p-input input,
.nt-form .ng-invalid.ng-touched .nt-form-field,
.nt-form .ng-invalid.ng-touched .p-input input {
  border-color: var(--toro-red);
}
.nt-form .has-error .help-block,
.nt-form .ng-invalid.ng-touched .help-block {
  position: absolute;
  top: 0;
  margin-top: 5px;
  right: 0;
}
@media (max-width: 1919px) {
  .nt-form .has-error .help-block,
  .nt-form .ng-invalid.ng-touched .help-block {
    font-size: 12px;
  }
}
@media (max-width: 1439px) {
  .nt-form .has-error .help-block,
  .nt-form .ng-invalid.ng-touched .help-block {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .nt-form .has-error .help-block,
  .nt-form .ng-invalid.ng-touched .help-block {
    font-size: 10px;
    top: 9px;
  }
}
.nt-form .nt-form-footer {
  margin: 1.5rem 0 1.5rem;
}
.nt-form .nt-form-footer .nt-submit-btn {
  padding: 0.625rem 0.75rem;
  background-color: #1B1E21;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  transition: background-color 0.2s ease-in-out;
}
.nt-form .nt-form-footer .nt-submit-btn:hover {
  background-color: #33393D;
}
.nt-form .toggle-password-btn {
  padding: 0;
  background: transparent;
  border: 0;
  color: #33393D;
}
.nt-form .nt-slider {
  padding: 10px 0;
}
.nt-form .nt-slider .p-slider .p-slider-handle {
  width: 25px;
  height: 25px;
  border: 2px solid var(--border-blue);
}
.nt-form .nt-slider .p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -13px;
}
.nt-form-text-wrap {
  margin: 1rem 0;
  padding-top: 0.25rem;
}
.nt-form-text-wrap .nt-form-text {
  font-weight: 500;
}
.nt-form-text-wrap .nt-form-text.font-light-normal {
  font-weight: normal;
  color: #646E73;
}
.nt-form-text-wrap .nt-form-text .nt-form-text-link {
  color: var(--primary-color);
  cursor: pointer;
}
.nt-form-text-wrap .nt-form-text .nt-form-text-link:hover {
  color: #33393D;
}
.nt-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(var(--black-rgb), 0.6);
  border-radius: 4px;
  transition:
    transform 0.1s ease-in-out,
    width 0.1s ease-in-out,
    height 0.1s ease-in-out;
  visibility: hidden;
  color: var(--white);
  font-size: 0.8em;
  padding: 4px 8px;
  transform: scale(1, 0);
  z-index: 2;
}
.nt-tooltip.show {
  width: fit-content;
  height: fit-content;
  visibility: visible;
  transform: scale(1, 1);
}
.nt-select-controller tr td {
  cursor: pointer;
}
.nt-select-controller tr:hover td {
  background-color: var(--lightest-grey);
}
.nt-select-controller tr.selected td {
  color: white;
  background-color: var(--primary-color);
}
.nt-fixed-btn-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #33393D;
  padding: 14px 0;
  border-top: 1px solid #dee2e6;
  z-index: 100;
}
.nt-split-btn-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  background-color: #33393D;
  padding: 14px 0;
  border-top: 1px solid #dee2e6;
  z-index: 100;
}
ic-map {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.map-col {
  width: calc((100% - 63px) / 2);
}
.pinned-container .map-col {
  width: calc((100% - 340px) / 2);
}
.dataTables_filter label {
  position: relative;
}
.dataTables_filter label .input-group-addon {
  position: absolute;
  top: 8px;
  left: 8px;
}
.dataTables_filter label input {
  padding-left: 32px;
}
.dt-toolbar {
  margin-top: 8px;
}
.dt-toolbar .dataTables_length {
  display: flex;
  justify-content: flex-end;
}
.dataTables_paginate.paging_simple_numbers {
  display: flex;
  justify-content: flex-end;
}
.fmi-page .full-screen-height .container-fluid .row {
  position: relative;
}
.popover {
  width: 250px !important;
  max-width: 300px !important;
}
.pinned-container .map-wrapper {
  width: calc(50% - 170px);
  transition: width 0.1s ease-in-out;
}
.b-past-event.b-continues-past .b-cal-event,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar .b-cal-event {
  position: relative;
  z-index: 1;
}
.b-past-event.b-continues-past .b-cal-event:after,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar .b-cal-event:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  z-index: -1;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block .time-header,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block .time-header {
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  margin-top: -3px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block .et-box,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block .et-box {
  position: absolute;
  left: 0;
  top: -8px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block .et-box .esTitle,
.b-past-event.b-continues-past ic-week-event-renderer .event-block .et-bar,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block .et-box .esTitle,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block .et-bar {
  display: none;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block .title,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block .title {
  margin-top: 20px;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block:hover .time-header,
.b-past-event.b-continues-past ic-week-event-renderer .event-block:hover .et-box,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block:hover .time-header,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block:hover .et-box {
  opacity: 1;
}
.b-past-event.b-continues-past ic-week-event-renderer .event-block:hover .title,
.b-dayview-allday .b-cal-event-bar-container .b-cal-event-wrap.b-solid-bar ic-week-event-renderer .event-block:hover .title {
  opacity: 0;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field,
.b-toolbar .b-toolbar-content.b-overflow .b-button {
  background: transparent;
  border: 1px solid #BCC6CC;
  color: #080D12;
  padding: 0.5rem;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field.printBtn,
.b-toolbar .b-toolbar-content.b-overflow .b-button.printBtn {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field label,
.b-toolbar .b-toolbar-content.b-overflow .b-button label {
  color: #080D12;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field:hover,
.b-toolbar .b-toolbar-content.b-overflow .b-button:hover {
  background: #A2ADB2;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field.b-pressed,
.b-toolbar .b-toolbar-content.b-overflow .b-button.b-pressed {
  background: #33393D;
  border-color: #33393D;
  color: white;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field.b-pressed label,
.b-toolbar .b-toolbar-content.b-overflow .b-button.b-pressed label {
  color: white;
}
app-programs-stations-station-table,
app-programs-stations-program-table,
app-auto-learn-station-table,
ic-water-usage-detail {
  width: 100%;
}
.pinned-container .map-wrapper {
  width: calc(50% - 170px);
}
@font-face {
  font-family: "Golos UI";
  src: url(/assets/fonts/golos-ui/golos-ui_vf.woff2) format("woff2"), url(/assets/fonts/golos-ui/golos-ui_vf.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos UI";
  src: url(/assets/fonts/golos-ui/golos-ui_regular.woff2) format("woff2"), url(/assets/fonts/golos-ui/golos-ui_regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos UI";
  src: url(/assets/fonts/golos-ui/golos-ui_medium.woff2) format("woff2"), url(/assets/fonts/golos-ui/golos-ui_medium.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos UI";
  src: url(/assets/fonts/golos-ui/golos-ui_bold.woff2) format("woff2"), url(/assets/fonts/golos-ui/golos-ui_bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --lightest-grey: #cccccc;
  --light-grey: #999999;
  --base-grey: #666666;
  --dark-grey: #333333;
  --white: #ffffff;
  --green: #28a745;
  --toro-red: #E11837;
  --red: #bd2130;
  --alert-text: #630303;
  --rm-blue: #267dc1;
  --transparent: rgba(0, 0, 0, 0);
  --primary-color: var(--rm-blue);
  --secondary-color: var(--white);
  --border-color: var(--transparent);
}
body {
  background-color: #fff;
}
html,
body {
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
button,
a,
[role=button] {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
[hidden] {
  display: none;
}
h1,
.h1 {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.25px;
}
h1.no-margin,
h1 .no-margin,
.h1.no-margin,
.h1 .no-margin {
  margin: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 1.4375rem;
  }
}
h2,
.h2 {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.25px;
}
h2.no-margin,
h2 .no-margin,
.h2.no-margin,
.h2 .no-margin {
  margin: 0;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.375rem;
  }
}
h3,
.h3 {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
}
h3.no-margin,
h3 .no-margin,
.h3.no-margin,
.h3 .no-margin {
  margin: 0;
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}
h4,
.h4,
legend {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}
h4.no-margin,
h4 .no-margin,
.h4.no-margin,
.h4 .no-margin,
legend.no-margin,
legend .no-margin {
  margin: 0;
}
@media (max-width: 575px) {
  h4,
  .h4,
  legend {
    font-size: 0.875rem;
  }
}
h5,
.h5 {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
}
h5.no-margin,
h5 .no-margin,
.h5.no-margin,
.h5 .no-margin {
  margin: 0;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 0.8125rem;
  }
}
h6,
.h6 {
  color: #080D12;
  fill: #080D12;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 16px;
}
h6.no-margin,
h6 .no-margin,
.h6.no-margin,
.h6 .no-margin {
  margin: 0;
}
.eyebrow-1 {
  color: #080D12;
  fill: #080D12;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.eyebrow-2 {
  color: #080D12;
  fill: #080D12;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.eyebrow-3 {
  color: #080D12;
  fill: #080D12;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.no-margin {
  margin: 0 !important;
}
p,
.p,
label,
th,
td,
a,
li,
input,
select,
textarea,
strong,
.p-inputtext,
.p-component {
  color: #33393D;
  fill: #33393D;
  font-family:
    "Golos UI",
    "Golos Text",
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
p.bold,
.p.bold,
label.bold,
th.bold,
td.bold,
a.bold,
li.bold,
input.bold,
select.bold,
textarea.bold,
strong.bold,
.p-inputtext.bold,
.p-component.bold {
  font-weight: 700;
}
a {
  color: #3079F0;
  fill: #3079F0;
  text-decoration: none;
  transition: color 250ms ease-in-out, fill 250ms ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #2165DB;
  fill: #2165DB;
}
a:disabled,
a[disabled] {
  cursor: default;
  color: #A2ADB2;
  fill: #A2ADB2;
}
.p-bold,
strong {
  font-weight: 700;
}
.xs-text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
small,
.small-text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.mid-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.mid-text-bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.large-text-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
large,
.large-text {
  color: #33393D;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.numbers-1 {
  color: #080D12;
  fill: #080D12;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
}
.numbers-2 {
  color: #080D12;
  fill: #080D12;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
}
.numbers-3 {
  color: #080D12;
  fill: #080D12;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
.numbers-4 {
  color: #080D12;
  fill: #080D12;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
}
input,
select,
textarea {
  color: #080D12;
  fill: #080D12;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #BCC6CC;
  background: #ffffff;
  max-width: 100%;
  line-height: 24px;
}
select {
  padding-top: 8px;
  padding-bottom: 8px;
}
label.input > input,
label.select > select {
  width: 100%;
}
label.radio {
  display: inline-flex;
  align-items: center;
}
label.radio + label.radio {
  margin-left: 16px;
}
input[type=radio]:not(.p-radiobutton-input) {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  border: 1px solid #A2ADB2;
}
input[type=radio]:not(.p-radiobutton-input):after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #A2ADB2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: border-color 0.25s ease-in-out;
}
input[type=radio]:not(.p-radiobutton-input):before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: #3079F0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
input[type=radio]:not(.p-radiobutton-input):checked:after {
  border-color: #3079F0;
}
input[type=radio]:not(.p-radiobutton-input):checked:before {
  opacity: 1;
}
label.checkbox {
  display: flex;
  vertical-align: middle;
}
label.checkbox input[type=checkbox] {
  margin-right: 8px;
}
label.checkbox > span {
  display: inline-block;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input) {
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: 0;
  cursor: pointer;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input):after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #A2ADB2;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 2;
  transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input):checked:after {
  background: url(/assets/svg/checkmark.svg) no-repeat center center #3079F0;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input):disabled {
  cursor: default;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input):disabled:after {
  border-color: #D9DFE2;
  background-color: #F5F7F8;
}
input[type=checkbox]:not(.p-toggleswitch-input):not(.p-checkbox-input):indeterminate:after {
  background: url(/assets/svg/line-horizontal.svg) no-repeat center center #3079F0;
}
alert[type=info] div {
  background-color: rgba(102, 161, 255, 0.15);
  color: #3079F0;
  fill: #3079F0;
  border: 1px solid rgba(102, 161, 255, 0.5);
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 0.8125rem;
}
alert[type=info] div p,
alert[type=info] div strong {
  font-size: 0.8125rem;
  color: #3079F0;
  margin: 0;
}
alert[type=info] div button {
  font-size: 1.5rem;
  color: #3079F0;
  line-height: 1;
  display: inline-flex;
  margin-top: -2px;
}
alert[type=info] div button :hover {
  color: #2165DB;
}
alert[type=info] div button .sr-only {
  display: none;
}
button {
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #BCC6CC;
  box-shadow: none;
  color: #080D12;
  fill: #080D12;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition:
    border-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    fill 0.25s ease-in-out;
}
button:hover {
  border-color: #A2ADB2;
}
button:focus {
  outline: 2px solid #3079F0;
}
button + button {
  margin-left: 8px;
}
button:disabled,
button[disabled] {
  border-color: #D9DFE2;
  color: #D9DFE2;
  fill: #D9DFE2;
  cursor: default;
}
button.primary-btn {
  background-color: #1B1E21;
  border-color: #1B1E21;
  color: #ffffff;
  fill: #ffffff;
}
button.primary-btn:hover {
  background-color: #33393D;
  border-color: #33393D;
}
button.primary-btn:focus {
  background-color: #33393D;
  outline: 2px solid #3079F0;
}
button.primary-btn:disabled,
button.primary-btn[disabled] {
  background-color: #A2ADB2;
  border-color: #A2ADB2;
  color: #D9DFE2;
  fill: #D9DFE2;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.m-0 {
  margin: 0;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.p-12 {
  padding: 12px;
}
.p-16 {
  padding: 16px;
}
.p-20 {
  padding: 20px;
}
.p-t-16 {
  padding-top: 16px;
}
.p-b-16 {
  padding-bottom: 16px;
}
hr,
.hr-1 {
  margin: 0px;
  padding: 0px;
  height: 1px;
  display: block;
  width: 100%;
  background-color: rgba(8, 13, 18, 0.1);
  border: 0;
}
#ic-header {
  background-color: #33393D;
  top: -3px;
  left: 0;
}
.page-footer {
  background: #417cbc;
}
.LanguageMenu {
  color: white;
}
.menu-on-top .menu-item-parent {
  max-width: 100px;
  min-width: 75px;
}
.linknew {
  visibility: visible;
  font-weight: normal;
  font-size: 9pt;
  text-decoration: none;
  color: Blue;
  cursor: pointer;
}
.TableHeaderClass {
  font-size: 12px;
  color: #3276b1;
  font-weight: bold;
  cursor: pointer;
}
.TableHeader {
  background-color: #267dc1;
}
textarea {
  background-color: transparent;
}
.MessageBoxContainer {
  background-color: #267dc1;
}
.mx-auto {
  margin: 0 auto;
}
.mx-10 {
  margin: 10px auto;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-space-around {
  display: flex;
  justify-content: space-around;
}
.bootstrap-timepicker {
  width: 150px;
  display: inline-table;
}
i.spin {
  -webkit-animation: pace-spinner 1500ms linear infinite;
  -moz-animation: pace-spinner 1500ms linear infinite;
  -ms-animation: pace-spinner 1500ms linear infinite;
  -o-animation: pace-spinner 1500ms linear infinite;
  animation: pace-spinner 1500ms linear infinite;
}
@-webkit-keyframes app-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes app-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes app-spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes app-spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes app-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disabled-text {
  color: rgba(0, 0, 0, 0.5);
}
.hover-text {
  color: rgb(50, 118, 177);
}
.hover-text:hover {
  color: rgb(33, 78, 117);
  cursor: pointer;
}
.hidden {
  display: none;
}
.waiting-indicator-host {
  position: relative;
}
.name-w-status {
  display: flex;
  align-items: center;
}
.name-w-status.list ic-controller-online-status {
  margin-right: 3px;
}
.name-w-status.title ic-controller-online-status {
  margin-left: 5px;
}
.smart-form footer {
  display: flex;
  justify-content: flex-end;
}
#content {
  padding: 0 16px;
}
ic-controller-online-status {
  font-size: 12px;
  color: #646E73;
}
@layer app-overrides {
  .flow-unit-dropdown .p-select-option.p-disabled {
    cursor: default;
  }
  .p-component {
    font-family:
      "Golos UI",
      "Golos Text",
      sans-serif;
  }
  .p-menubar-item-label,
  .p-menu-item-label {
    font-size: 13px;
  }
  .p-menubar-item-icon,
  .p-menu-item-icon {
    margin-top: 3px;
    font-size: 16px;
    width: 18px;
  }
  @media screen and (min-width: 961px) {
    .p-menubar .p-menubar-root-list .p-menubar-item {
      min-width: 93px;
      border-right: 1px solid #ddd;
    }
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link {
      flex-direction: column;
      height: 62px;
      padding-top: 4px;
      padding-bottom: 0;
      color: var(--text-color);
    }
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link:hover {
      color: var(--rm-blue);
    }
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link .p-menubar-item-icon {
      color: inherit;
      font-size: 22px;
      height: 26px;
    }
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link .p-menubar-submenu-icon,
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link .p-menubar-item-label {
      color: inherit;
    }
    .p-menubar .p-menubar-root-list .p-menubar-item .p-menubar-item-link .p-menubar-submenu-icon.p-icon {
      margin-top: 2px;
      margin-left: -1px;
      width: 14px;
      height: 14px;
    }
    .p-menubar .p-menubar-submenu {
      width: 230px;
    }
    .p-menubar .p-menubar-submenu .p-menubar-item .p-menubar-item-link {
      flex-direction: row;
      min-height: 35px;
      height: unset;
    }
    .p-menubar .p-menubar-submenu .p-menubar-item .p-menubar-item-link .p-menubar-item-icon {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 960px) {
    .p-menubar .p-icon {
      width: 16px;
      height: 16px;
    }
    .p-menubar .p-menubar-item .p-menubar-item-link {
      min-height: 35px;
    }
    .p-menubar .p-menubar-item .p-menubar-item-link .p-menubar-item-icon {
      font-size: 16px;
      width: 18px;
    }
    .p-menubar .p-menubar-item .p-menubar-item-link .p-menubar-submenu-icon.p-icon {
      width: 14px;
      height: 14px;
    }
    .p-menubar .p-menubar-submenu .p-menubar-item .p-menubar-item-link {
      min-height: 33px;
    }
    .p-menubar .p-menubar-submenu .p-menubar-item .p-menubar-item-link .p-menubar-item-icon {
      font-size: 14px;
      margin-right: 5px;
    }
  }
  .p-accordion.ic-sn-acc {
    padding: 0 5px;
  }
  .p-accordion.ic-sn-acc .ic-sn-nav-icon img {
    display: block;
    height: 20px;
    width: auto;
  }
  .p-accordion.ic-sn-acc .ic-sn-header-text {
    display: flex;
    align-items: center;
  }
  .p-accordion.ic-sn-acc .ic-sn-1x1-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 1.25rem;
  }
  .p-accordion.ic-sn-acc .ic-sn-item-icon {
    height: 24px;
    width: 24px;
    margin-right: 7px;
    display: flex;
  }
  .p-accordion.ic-sn-acc .ic-sn-item-icon img {
    flex: 1;
  }
  .p-accordion.ic-sn-acc:not(.open) {
    padding: 0;
  }
  .p-accordion.ic-sn-acc:not(.open) .ic-sn-item-icon {
    margin-right: 0;
  }
  .p-accordion.ic-sn-acc .p-accordionpanel {
    margin-bottom: 12px;
  }
  .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader {
    color: #D9DFE2;
    background-color: #080D12;
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0 12px;
    border-radius: 4px;
  }
  .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader .p-accordionheader-toggle-icon {
    display: none;
  }
  .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader:hover {
    background-color: #33393D;
    color: #ffffff;
  }
  @media (max-width: 960px) {
    .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader {
      background-color: #1B1E21;
      border: 1px solid transparent;
    }
    .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader:hover {
      background: #33393D;
      border: 1px solid #4C5459;
    }
  }
  .p-accordion.ic-sn-acc .p-accordionpanel .p-accordionheader:not(.p-disabled):focus {
    box-shadow: none;
  }
  .p-accordion.ic-sn-acc .p-accordionpanel .p-accordioncontent-content {
    color: #D9DFE2;
    background-color: #080D12;
    border: none;
    font-size: 16px;
    padding: 8px 12px 0 17px;
  }
  @media (max-width: 960px) {
    .p-accordion.ic-sn-acc .p-accordionpanel .p-accordioncontent-content {
      background-color: #080D12;
    }
  }
  @media (max-width: 960px) {
    .p-accordion.ic-sn-acc .p-accordionpanel.p-accordionpanel-active .p-accordionheader {
      background-color: #080D12;
    }
  }
  .p-accordion.ic-sn-acc.open .p-accordionpanel {
    margin-bottom: 16px;
  }
  .p-accordion.ic-sn-acc:not(.open) .p-accordionheader {
    display: flex;
    justify-content: flex-end;
    padding: unset;
  }
  .p-accordion.ic-sn-acc:not(.open) .p-accordionpanel:not(.p-accordionpanel-active) .p-accordionheader:not(.p-disabled):hover {
    background: #33393D;
  }
  .ic-form-tooltip {
    max-width: none;
  }
  .ic-form-tooltip .p-tooltip-text {
    white-space: nowrap;
    background: #1B1E21;
    color: #ffffff;
    font-family: "Golos UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 8px;
    border-radius: 1px;
    box-shadow: none;
  }
  .ic-form-tooltip .p-tooltip-arrow {
    border-width: 0 4px 4px;
    border-bottom-color: #1B1E21;
    margin-left: -4px;
  }
  .menu-tooltip {
    font-weight: 500;
    color: #ffffff;
    margin-left: 5px;
  }
  .menu-tooltip .p-tooltip-arrow {
    border-right-color: #1B1E21;
  }
  .menu-tooltip .p-tooltip-text {
    background-color: #1B1E21;
  }
  p-select .ic-mt-acct-select {
    background-color: transparent;
    border: none;
    width: 100%;
  }
  p-select .ic-mt-acct-select.p-select:not(.p-disabled).p-focus {
    border: none;
    box-shadow: none;
  }
  p-select .ic-mt-acct-select.p-select .p-select-label {
    font-size: 14px;
    color: #D9DFE2;
  }
  p-select .ic-mt-acct-select.p-select .p-select-dropdown {
    color: #D9DFE2;
  }
  .p-select-overlay.ic-mt-acct-select-panel {
    background-color: #33393D;
  }
  .p-select-overlay.ic-mt-acct-select-panel .p-select-option {
    color: #D9DFE2;
    font-size: 14px;
  }
  .p-select-overlay.ic-mt-acct-select-panel .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover {
    color: #D9DFE2;
    background: #646E73;
  }
  .p-select-overlay.ic-mt-acct-select-panel .p-select-option.p-select-option-selected {
    color: #D9DFE2;
    background: #080D12;
  }
  .p-checkbox .p-checkbox-box {
    height: 18px;
    width: 18px;
    border-radius: 2px;
  }
  .p-datepicker-dropdown {
    border-color: #ced4da;
    background-color: transparent;
    fill: #1B1E21;
    border-left: none;
    color: #D9DFE2;
  }
  p-datepicker[name=suspendStartDate] input {
    border-right: none;
  }
  #ga-entity-selector-container .p-checkbox .p-checkbox-box,
  #ga-entity-selector-container .p-checkbox .p-checkbox-icon {
    transition: none;
  }
  #ga-entity-selector-container #ga-es-entity-selector #ga-es-entity-selection #ga-ea-cfg-container .p-select {
    width: 100%;
  }
  #ga-entity-selector-container #ga-es-entity-selector #ga-es-entity-selection #ga-ea-cfg-container .p-select .p-select-label {
    font-size: 14px;
  }
}
.mdc-button {
  font-size: 14px;
}
.mat-mdc-table {
  white-space: nowrap !important;
}
.mat-mdc-radio-button {
  margin: 2px 0;
}
.mat-mdc-radio-button .mdc-form-field {
  height: 30px;
}
.mat-mdc-radio-button .mdc-radio {
  --mat-radio-state-layer-size: 38px;
  padding: calc((var(--mat-radio-state-layer-size, 30px) - 20px) / 2) !important;
}
.mat-mdc-radio-button label {
  margin-bottom: 0;
}
.mat-mdc-card.ic-mat-overview-card {
  padding: 5px 16px;
}
.ic-cg-actions .mat-mdc-button {
  min-width: 116px;
}
.ic-cg-actions .mat-mdc-button:not(:disabled) {
  color: white;
}
.mat-mdc-dialog-container .mdc-dialog__content#ic-mat-dialog-content {
  font-family: unset;
  line-height: unset;
  font-size: 14px;
  font-weight: unset;
  letter-spacing: unset;
}
th.align_center .mat-sort-header-container {
  justify-content: center;
}
.mat-mdc-dialog-container .ic-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  border-bottom: 1px solid #e0e0e0;
}
.mat-mdc-dialog-container .ic-dialog-header.ic-error-dialog h2 {
  color: var(--alert-text);
}
.mat-mdc-dialog-container .ic-dialog-header .close-button {
  float: right;
  z-index: 1;
}
.mat-mdc-dialog-container .ic-dialog-header .close-button:hover {
  background-color: unset;
}
.mat-mdc-dialog-container .ic-dialog-header .close-button:active {
  background-color: unset;
}
.mat-mdc-dialog-container .ic-dialog-header .close-button .close-icon {
  transition: 0.5s ease-in-out;
}
.mat-mdc-dialog-container .ic-dialog-header .close-button:hover .close-icon {
  transform: rotate(180deg);
}
.mat-mdc-dialog-container .ic-dialog-content {
  color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-dialog-container .ic-dialog-content span {
  margin-left: 5px;
}
.mat-mdc-dialog-container .ic-dialog-content .btn-wrap {
  margin: 15px 0 0;
}
.mat-mdc-dialog-container .ic-dialog-content .btn-wrap button {
  margin-top: 10px;
}
.mat-mdc-dialog-container .ic-dialog-content .btn-link {
  color: inherit;
}
.mat-mdc-dialog-container .ic-dialog-content .btn-link i {
  display: inline-block;
}
.mat-mdc-dialog-container .ic-dialog-content .btn-link i + span {
  display: inline-block;
  margin-left: 5px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions {
  justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
}
.isr-controller-list .mat-mdc-row.selected,
.isr-controller-list .mat-mdc-row.selected:hover {
  background-color: var(--primary-color);
}
.isr-controller-list .mat-mdc-row.selected .mdc-data-table__cell,
.isr-controller-list .mat-mdc-row.selected:hover .mdc-data-table__cell {
  color: var(--white);
}
app-shared-table .mat-mdc-table .mat-mdc-header-cell {
  background-color: #ECEFF1;
}
.select-controller-style .mat-checkbox-checked .mat-checkbox-background {
  background-color: #0062cc;
}
.select-controller-style .mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #0062cc;
}
.select-controller-style .popover {
  width: 250px;
  max-width: 300px;
}
.select-controller-style .mat-row.highlighted {
  background: rgb(236, 243, 248);
}
ic-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.ic-ah-snap,
.ic-coming-soon {
  height: 100%;
  display: flex;
}
@media (max-width: 1199px) {
  .auth-pages .router-wrap .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .auth-pages .router-wrap .container .row {
    width: 100%;
  }
}
#ic-cg-wrapper {
  border: 1px solid var(--border-grey);
  width: 100%;
  position: relative;
  height: auto;
  transition: max-height 0.25s;
  border-radius: 8px;
}
#ic-cg-wrapper #ic-cg-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 100%;
  cursor: pointer;
}
#ic-cg-wrapper #ic-cg-toggle .circle-icon {
  fill: #3079F0;
  padding-right: 16px;
}
#ic-cg-wrapper .widget-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
#ic-cg-wrapper header {
  width: 100%;
  color: #080D12;
  border-bottom: 1px solid var(--border-grey);
  background: #ffffff;
  height: 60px;
  padding: 0;
}
#ic-cg-wrapper header h2 {
  line-height: 24px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 16px 0;
  margin: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
#ic-cg-wrapper header h4 {
  line-height: 31px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 10px;
  margin: 0;
}
#ic-cg-wrapper.is-collapsible header {
  width: calc(100% - 34px);
}
#ic-cg-wrapper .widget-footer {
  height: 34px;
  background-color: #ffffff;
}
#ic-cg-wrapper .widget-body {
  transition: all 0.5s;
  padding: 13px;
}
#widgets-grid #ic-cg-wrapper {
  margin-bottom: 10px;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mat-mdc-dialog-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: unset;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mdc-dialog__content {
  letter-spacing: unset;
  line-height: unset;
  color: unset;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mdc-dialog__content h2 {
  letter-spacing: -1px;
  font-size: 20px;
  margin: 20px 0 2px 0;
  line-height: normal;
  font-weight: bold;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mdc-dialog__content h2:first-of-type {
  margin-top: 0;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mdc-dialog__content .selection-explanation {
  margin: 8px 0 5px 10px;
}
.ic-tooltip-dialog .mat-mdc-dialog-container .mat-mdc-dialog-actions {
  margin-top: 10px;
}
.p-datatable .p-datatable-thead > tr > th {
  padding: var(--p-datatable-header-cell-padding);
  font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr > td {
  padding: var(--p-datatable-body-cell-padding);
}
.ic-hp-controllers-table.p-datatable .p-datatable-thead th {
  font-size: 16px;
}
.ic-hp-controllers-table.p-datatable .p-datatable-thead th:not(:first-of-type) {
  text-align: center;
}
.ic-hp-controllers-table.p-datatable .p-datatable-tbody td {
  font-size: 14px;
}
.ic-hp-controllers-table.p-datatable .p-datatable-tbody td:first-of-type {
  font-size: 14px;
  font-weight: bold;
}
.ic-hp-controllers-table.p-datatable .p-datatable-tbody td:nth-of-type(2) {
  text-align: center;
}
.controller-pin-1 {
  fill: #A6A998;
}
.station-pin-1 {
  background-color: #A6A998;
}
.controller-pin-2 {
  fill: #EFAC32;
}
.station-pin-2 {
  background-color: #EFAC32;
}
.controller-pin-3 {
  fill: #5C8D5B;
}
.station-pin-3 {
  background-color: #5C8D5B;
}
.controller-pin-4 {
  fill: #789399;
}
.station-pin-4 {
  background-color: #789399;
}
.controller-pin-5 {
  fill: #B47250;
}
.station-pin-5 {
  background-color: #B47250;
}
.controller-pin-6 {
  fill: #F8C391;
}
.station-pin-6 {
  background-color: #F8C391;
}
.controller-pin-7 {
  fill: #2A5953;
}
.station-pin-7 {
  background-color: #2A5953;
}
.controller-pin-8 {
  fill: #C4A300;
}
.station-pin-8 {
  background-color: #C4A300;
}
.controller-pin-9 {
  fill: #DFD6C7;
}
.station-pin-9 {
  background-color: #DFD6C7;
}
.controller-pin-10 {
  fill: #899CFA;
}
.station-pin-10 {
  background-color: #899CFA;
}
.controller-pin-11 {
  fill: #645F86;
}
.station-pin-11 {
  background-color: #645F86;
}
.controller-pin-12 {
  fill: #905E42;
}
.station-pin-12 {
  background-color: #905E42;
}
.controller-pin-13 {
  fill: #919873;
}
.station-pin-13 {
  background-color: #919873;
}
.controller-pin-14 {
  fill: #FFB480;
}
.station-pin-14 {
  background-color: #FFB480;
}
.controller-pin-15 {
  fill: #456EE5;
}
.station-pin-15 {
  background-color: #456EE5;
}
.controller-pin-16 {
  fill: #B7D9EB;
}
.station-pin-16 {
  background-color: #B7D9EB;
}
.controller-pin-17 {
  fill: #FB6565;
}
.station-pin-17 {
  background-color: #FB6565;
}
.controller-pin-18 {
  fill: #F3D43B;
}
.station-pin-18 {
  background-color: #F3D43B;
}
.controller-pin-19 {
  fill: #009603;
}
.station-pin-19 {
  background-color: #009603;
}
.controller-pin-20 {
  fill: #C4A300;
}
.station-pin-20 {
  background-color: #C4A300;
}
.controller-pin-21 {
  fill: #C42080;
}
.station-pin-21 {
  background-color: #C42080;
}
.controller-pin-22 {
  fill: #F3D43B;
}
.station-pin-22 {
  background-color: #F3D43B;
}
.controller-pin-23 {
  fill: #899CFA;
}
.station-pin-23 {
  background-color: #899CFA;
}
.controller-pin-24 {
  fill: #A4EB17;
}
.station-pin-24 {
  background-color: #A4EB17;
}
.controller-pin-25 {
  fill: #996100;
}
.station-pin-25 {
  background-color: #996100;
}
.controller-pin-26 {
  fill: #1596D6;
}
.station-pin-26 {
  background-color: #1596D6;
}
.controller-pin-27 {
  fill: #FA86CA;
}
.station-pin-27 {
  background-color: #FA86CA;
}
.controller-pin-28 {
  fill: #14B8FF;
}
.station-pin-28 {
  background-color: #14B8FF;
}
.controller-pin-29 {
  fill: #E82E2E;
}
.station-pin-29 {
  background-color: #E82E2E;
}
.controller-pin-30 {
  fill: #81CFF0;
}
.station-pin-30 {
  background-color: #81CFF0;
}
.controller-pin-31 {
  fill: #CAABFF;
}
.station-pin-31 {
  background-color: #CAABFF;
}
.controller-pin-32 {
  fill: #00BF9F;
}
.station-pin-32 {
  background-color: #00BF9F;
}
.controller-pin-33 {
  fill: #D93193;
}
.station-pin-33 {
  background-color: #D93193;
}
.controller-pin-34 {
  fill: #7DB200;
}
.station-pin-34 {
  background-color: #7DB200;
}
.controller-pin-35 {
  fill: #0C7A68;
}
.station-pin-35 {
  background-color: #0C7A68;
}
.controller-pin-36 {
  fill: #FF9E03;
}
.station-pin-36 {
  background-color: #FF9E03;
}
.controller-pin-37 {
  fill: #FF6714;
}
.station-pin-37 {
  background-color: #FF6714;
}
.controller-pin-38 {
  fill: #66F2FF;
}
.station-pin-38 {
  background-color: #66F2FF;
}
.controller-pin-39 {
  fill: #993760;
}
.station-pin-39 {
  background-color: #993760;
}
.controller-pin-40 {
  fill: #91F2A1;
}
.station-pin-40 {
  background-color: #91F2A1;
}
.controller-pin-41 {
  fill: #82ADB2;
}
.station-pin-41 {
  background-color: #82ADB2;
}
.controller-pin-42 {
  fill: #F5FA5C;
}
.station-pin-42 {
  background-color: #F5FA5C;
}
.controller-pin-43 {
  fill: #009EB2;
}
.station-pin-43 {
  background-color: #009EB2;
}
.controller-pin-44 {
  fill: #FC5198;
}
.station-pin-44 {
  background-color: #FC5198;
}
.controller-pin-45 {
  fill: #8736D9;
}
.station-pin-45 {
  background-color: #8736D9;
}
.controller-pin-46 {
  fill: #B3BF8F;
}
.station-pin-46 {
  background-color: #B3BF8F;
}
.controller-pin-47 {
  fill: #C91E38;
}
.station-pin-47 {
  background-color: #C91E38;
}
.controller-pin-48 {
  fill: #417CBC;
}
.station-pin-48 {
  background-color: #417CBC;
}
.toro-notification-sidebar.p-drawer {
  top: 54px;
  bottom: 0;
  height: unset;
  width: 400px;
  max-width: 99%;
  display: flex;
  padding: 5px;
}
.toro-notification-sidebar.p-drawer .p-drawer-header,
.toro-notification-sidebar.p-drawer .p-drawer-footer {
  display: none;
}
.toro-notification-sidebar.p-drawer .p-drawer-content {
  display: flex;
  padding: 0;
}
.toro-notification-sidebar.p-drawer .p-drawer-content .toro-notification-panel {
  flex: 1;
  display: flex;
}
ic-dialog,
p-confirmdialog {
  display: contents;
}
.dlg-dual-btn-container {
  display: flex;
  justify-content: space-between;
}
.dlg-dual-btn-container ic-button {
  width: 49%;
}
.dlg-dual-btn-container ic-button .nt-button {
  width: 100%;
}
#ga-header .gah-row.top ic-breadcrumbs-n-title h1 {
  font-size: 32px;
  color: #646E73;
  margin-bottom: 16px;
}
.pinned-container .map-wrapper {
  width: calc(50% - 170px) !important;
}
.p-popover.ic-op-sub-accounts,
.p-popover.ic-op-user-details,
.p-popover.ic-op-remove-controller {
  font-size: 13px;
}
.ic-op-sub-accounts.p-popover {
  max-width: 300px;
}
.ic-op-sub-accounts.p-popover #ic-sa-move-note {
  margin-top: 3px;
}
.ic-op-remove-controller.p-popover {
  max-width: 300px;
}
.ic-network-performance tr td {
  cursor: pointer;
}
.ic-network-performance tr:hover td {
  background-color: var(--lightest-grey);
}
.ic-network-performance tr.selected td {
  color: white;
  background-color: var(--primary-color);
}
.ic-network-performance .mat-horizontal-content-container {
  padding: 0;
}
.ic-network-performance .mat-stepper-horizontal,
.ic-network-performance .mat-stepper-vertical {
  background-color: transparent;
}
.ic-network-performance .mat-horizontal-stepper-header-container {
  background-color: var(--white);
}
.ic-network-performance .ic-network-performance-step-view-performance .highcharts-scrollbar-thumb,
.ic-network-performance .ic-network-performance-step-view-performance .highcharts-scrollbar-thumb + path {
  display: none;
}
.carousel-fill-height .carousel.slide,
.carousel-fill-height .carousel-inner {
  height: 100%;
}
.carousel-fill-height .carousel.slide .item,
.carousel-fill-height .carousel-inner .item {
  height: 100%;
}
@media (max-width: 767px) {
  .carousel-fill-height .carousel.slide .item,
  .carousel-fill-height .carousel-inner .item {
    height: 600px;
  }
}
.onboarding-carousel .auth-carousel {
  width: 100%;
}
.onboarding-carousel .auth-carousel .p-carousel,
.onboarding-carousel .auth-carousel .p-carousel-content-container,
.onboarding-carousel .auth-carousel .p-carousel-content,
.onboarding-carousel .auth-carousel .p-carousel-viewport,
.onboarding-carousel .auth-carousel .p-carousel-item-list {
  height: 100%;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container {
  position: relative;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container .p-carousel-indicator-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 9px 41px 11px;
  gap: 0;
  margin: 0;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container .p-carousel-indicator-list li button {
  border-radius: 30px;
  border: 1px solid rgba(var(--rgb-white), 0.2);
  background: rgba(var(--rgb-white), 0.1);
  width: 3.7em;
  height: 0.5em;
  margin: 0;
  font-size: 10px;
  padding: 0;
  box-sizing: border-box;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container .p-carousel-indicator-list li {
  margin: 0;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container .p-carousel-indicator-list li button {
  margin-right: 0.8em;
  margin-bottom: 1px;
}
.onboarding-carousel .auth-carousel .p-carousel-content-container .p-carousel-indicator-list li.p-carousel-indicator-active button {
  background: var(--white);
  border-color: var(--white);
}
@layer app-overrides {
  .nt-accordion .p-accordion.row-wrap-col-half {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .nt-accordion .p-accordion.row-wrap-col-half .p-accordionpanel {
    flex: 0 0 calc(50% - 20px / 2);
    box-sizing: border-box;
  }
  .nt-accordion .p-accordion .p-accordionpanel {
    border: 1px solid rgba(8, 13, 18, 0.12);
    border-radius: 8px;
    background: var(--white);
    margin-bottom: 24px;
  }
  @media (max-width: 1439px) {
    .nt-accordion .p-accordion .p-accordionpanel {
      background-color: #F5F7F8;
    }
  }
  .nt-accordion .p-accordion .p-accordionpanel .accordion-section:not(:last-child) {
    margin-bottom: 32px;
  }
  .nt-accordion .p-accordion .p-accordionpanel .gap-top {
    margin-top: 16px;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordionheader {
    padding: 16px 12px;
    transition: padding 0.3s ease-in-out;
    border: 0;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordionheader .p-accordionheader-toggle-icon {
    display: none;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordionheader h3 {
    color: #080D12;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordionheader p {
    color: #33393D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0 0;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordionheader:not(.p-disabled):focus {
    box-shadow: none;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content {
    border: none;
    padding: 8px 0 16px;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content h4,
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content .accordion-label {
    color: #33393D;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content h4.nt-bold,
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content .accordion-label.nt-bold {
    font-weight: 700;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content h4 {
    margin-bottom: 16px;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content h5 {
    color: #33393D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content .sub-title {
    color: #646E73;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin: 8px 0 0;
    text-transform: none;
  }
  .nt-accordion .p-accordion .p-accordionpanel .p-accordioncontent .p-accordioncontent-content .accordion-label {
    margin-bottom: 8px;
    display: inline-block;
  }
  @media (max-width: 1439px) {
    .nt-accordion .p-accordion .p-accordioncontent-content {
      background-color: #F5F7F8;
    }
  }
  .flex-wrap-col-50 .nt-accordion .p-accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .flex-wrap-col-50 .nt-accordion .p-accordion > p-accordion-panel {
    flex: 0 0 calc(50% - 20px / 2);
    box-sizing: border-box;
  }
  .flex-wrap-col-50 .nt-accordion .p-accordion > p-accordion-panel.p-accordionpanel {
    margin-bottom: 0;
  }
  .p-tabs .p-tablist {
    margin-bottom: 4px;
  }
  .p-tabs .p-tablist .p-tablist-tab-list {
    display: inline-flex;
    padding: 4px;
    gap: 4px;
    border-radius: 8px;
    background: #ECEFF1;
    border: 0;
  }
  .p-tabs .p-tablist .p-tablist-active-bar {
    display: none;
  }
  .p-tabs .p-tablist .p-tab {
    color: #646E73;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    background: none;
    border-radius: 4px;
  }
  .p-tabs .p-tablist .p-tab.p-tab-active {
    color: #080D12;
    background: var(--white);
    box-shadow: 0 2px 8px 0 rgba(8, 13, 18, 0.06), 0 2px 4px -2px rgba(8, 13, 18, 0.06);
  }
  .p-tabs .p-tablist .p-tab:not(.p-disabled):focus {
    box-shadow: none;
  }
  .no-padding-tab-content .p-tabs .p-tabpanels {
    padding: 0;
  }
  .gray-dialog .p-dialog-content {
    background-color: #F5F7F8;
  }
  .gray-dialog .p-dialog-header {
    background-color: #F5F7F8;
  }
  .p-dialog .p-dialog-header {
    padding: 48px 48px 18px 48px;
  }
  @media (max-width: 767px) {
    .p-dialog .p-dialog-header {
      padding: 20px 60px 29px 20px;
    }
  }
  @media (max-width: 575px) {
    .p-dialog .p-dialog-header {
      padding: 15px 60px 19px 15px;
    }
  }
  .p-dialog .p-dialog-header .p-dialog-close-button {
    top: 12px;
    right: 12px;
    border-radius: 8px;
    border: 1px solid #BCC6CC;
    padding: 12px;
    width: 48px;
    height: 48px;
    position: absolute;
  }
  @media (max-width: 767px) {
    .p-dialog .p-dialog-header .p-dialog-close-button {
      width: 38px;
      height: 38px;
    }
  }
  .p-dialog .p-dialog-header .p-dialog-close-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-close-button svg path {
    fill: #080D12;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    color: #080D12;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.25px;
  }
  .p-dialog .p-dialog-content {
    padding: 0 48px 48px 48px;
  }
  @media (max-width: 767px) {
    .p-dialog .p-dialog-content {
      padding: 20px 20px 20px 20px;
    }
  }
  @media (max-width: 575px) {
    .p-dialog .p-dialog-content {
      padding: 15px 15px 15px 15px;
    }
  }
  .p-dialog .p-dialog-content section:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-dialog .note {
    margin-top: 8px;
  }
  .p-dialog p {
    color: #33393D;
    letter-spacing: 0;
  }
  .p-dialog p.light-color {
    color: #646E73;
  }
  .p-dialog h6 {
    color: #33393D;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.25px;
    margin: 0 0 12px;
  }
  .p-dialog-subtitle .p-dialog .p-dialog-header {
    padding-bottom: 8px;
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-mask {
    align-items: flex-start;
    top: 50px;
    height: calc(100vh - 50px) !important;
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-mask .p-dialog {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    border-radius: 0;
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-header {
    padding-left: 48px;
    border-radius: 0;
  }
  @media (max-width: 575px) {
    .p-dialog-subtitle.pageLikeView .p-dialog-header {
      padding-left: 37px;
    }
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-header .p-dialog-close-button {
    left: 12px;
    padding: 12px;
    border: 0;
    top: 17px;
  }
  @media (max-width: 575px) {
    .p-dialog-subtitle.pageLikeView .p-dialog-header .p-dialog-close-button {
      left: 3px;
      top: 13px;
    }
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-header .p-dialog-close-button:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("./media/chevron-left-N5YO5WSE.svg") no-repeat center center;
    width: 100%;
    height: 100%;
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-header .p-dialog-close-button .p-icon {
    width: 0;
  }
  .p-dialog-subtitle.pageLikeView .p-dialog-content {
    padding-top: 10px;
  }
  .p-dialog-mask {
    background-color: rgba(8, 13, 18, 0.7) !important;
    z-index: 1005;
  }
  .half-right .p-dialog-mask {
    width: calc((100% - 63px) / 2) !important;
    left: auto;
    right: 0;
    top: 50px;
    background: rgba(181, 181, 181, 0.2) !important;
  }
  .pinned-container .half-right .p-dialog-mask {
    width: calc((100% - 340px) / 2) !important;
  }
  .map-instruction .p-dialog-mask {
    background-color: transparent !important;
  }
  .map-instruction .p-dialog .p-dialog-header {
    padding: 10px 0 0 0;
  }
  .map-instruction .p-dialog .p-dialog-header .p-dialog-close-button {
    top: 28px;
    right: 28px;
  }
  .map-instruction .p-dialog .p-dialog-content {
    padding: 6px 16px 16px 16px;
  }
  .map-instruction .p-dialog .p-dialog-content:last-of-type {
    padding-bottom: 16px;
  }
  .map-instruction-dialog.p-overflow-hidden {
    overflow: visible;
  }
}
.map-stations-carousel {
  position: relative;
}
.map-stations-carousel .p-carousel-prev-button .p-icon {
  fill: #A2ADB2;
  transition: fill 0.2s ease-in-out;
}
.map-stations-carousel .p-carousel-prev-button .p-icon:hover {
  fill: #080D12;
}
.map-stations-carousel .p-carousel-prev-button {
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: 9;
}
.map-stations-carousel .p-carousel-next-button {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
}
.map-stations-carousel .p-carousel-content {
  overflow: inherit;
}
.map-stations-carousel .p-carousel-viewport {
  overflow: inherit;
}
.map-stations-carousel .p-carousel-item {
  padding: 0 10px;
}
.map-stations-carousel .p-carousel-item > div {
  display: flex;
  justify-content: center;
}
.p-carousel .p-carousel-content .p-carousel-prev-button:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next-button:enabled:hover {
  background-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev-button:focus,
.p-carousel .p-carousel-content .p-carousel-next-button:focus {
  box-shadow: none;
}
app-weather-setup-stepper .weather-setup-wizard .mat-horizontal-stepper-header-container,
app-weather-setup-stepper .weather-setup-wizard .mat-horizontal-stepper-header,
app-weather-setup-stepper .weather-setup-wizard .mat-vertical-stepper-header,
app-weather-setup-stepper .weather-setup-wizard .mat-stepper-horizontal-line {
  display: none !important;
}
app-weather-setup-stepper .weather-setup-wizard .mat-horizontal-content-container,
app-weather-setup-stepper .weather-setup-wizard .mat-vertical-content-container {
  padding: 0;
}
app-weather-setup-stepper .weather-setup-wizard .mat-horizontal-stepper-content,
app-weather-setup-stepper .weather-setup-wizard .mat-vertical-content {
  overflow: visible;
}
app-weather-setup-stepper .weather-setup-wizard.mat-stepper-vertical .mat-vertical-content-container.mat-stepper-vertical-line {
  margin-left: 0;
}
app-weather-setup-stepper .weather-setup-wizard.mat-stepper-vertical .mat-vertical-content-container.mat-stepper-vertical-line::before {
  display: none;
}
app-weather-setup-station-selection .weather-setup-station-selection__table .clickable-row {
  cursor: pointer;
}
app-weather-setup-station-selection .weather-setup-station-selection__table .clickable-row:hover td {
  background-color: rgba(48, 121, 240, 0.06) !important;
}
app-weather-setup-station-selection .weather-setup-station-selection__table tr.selected td {
  color: #080D12 !important;
  background-color: #f4f8ff !important;
  border-top: 2px solid #3775f0;
  border-bottom: 2px solid #3775f0;
  box-shadow: none;
}
app-weather-setup-station-selection .weather-setup-station-selection__table tr.selected td:first-child {
  border-left: 2px solid #3775f0;
}
app-weather-setup-station-selection .weather-setup-station-selection__table tr.selected td:last-child {
  border-right: 2px solid #3775f0;
}
app-weather-setup-station-selection .weather-setup-station-selection__table tr.selected:hover td {
  background-color: #eef4ff !important;
}
app-weather-setup-station-selection .weather-setup-station-selection__table tr.selected a {
  color: #3079F0 !important;
}
.weather-setup-programs-step__group-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 16px;
  line-height: 24px;
  color: #080D12;
}
app-weather-setup-programs-step .weather-setup-programs-step__group-select .mat-mdc-select {
  flex: 1;
  width: 100%;
  min-width: 0;
}
app-weather-setup-programs-step .weather-setup-programs-step__group-select .mat-mdc-select-trigger {
  width: 100%;
  min-height: 24px;
}
app-weather-setup-programs-step .weather-setup-programs-step__group-select .mat-mdc-select-value {
  font-size: 16px;
  line-height: 24px;
  color: #080D12;
  max-width: 100%;
}
app-weather-setup-programs-step .weather-setup-programs-step__group-select .mat-mdc-select-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
app-weather-setup-programs-step .weather-setup-programs-step__group-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
app-weather-setup-programs-step .weather-setup-programs-step__toggle-form .p-toggleswitch {
  margin-top: 0;
}
app-weather-setup-programs-step .weather-setup-programs-step__toggle-form .p-toggleswitch.p-toggleswitch-checked .p-toggleswitch-slider {
  background-color: #42CE11;
}
app-weather-setup-programs-step .weather-setup-programs-step__toggle-form .p-toggleswitch.p-toggleswitch-checked:after {
  border-color: rgba(66, 206, 17, 0.2);
}
.weather-setup-details__guide-select-panel .mat-mdc-option,
.weather-setup-details__guide-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #080D12;
}
.weather-setup-details__guide-select-panel .mat-mdc-option .mat-pseudo-checkbox,
.weather-setup-details__guide-select-panel .mat-mdc-option .mdc-list-item__start,
.weather-setup-details__guide-select-panel .mat-mdc-option .mat-mdc-option-pseudo-checkbox {
  display: none !important;
}
.weather-setup-details__guide-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled),
.weather-setup-details__guide-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  --mat-list-list-item-selected-container-color: #ECEFF1;
  background-color: #ECEFF1;
  font-weight: 400;
  color: #080D12;
}
.weather-setup-details__guide-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.weather-setup-details__guide-select-panel .mat-mdc-option.mdc-list-item--selected:hover:not(.mdc-list-item--disabled) {
  background-color: #ECEFF1;
}
ic-weather-setup-details-panel .weather-setup-details__guide-select .mat-mdc-select {
  flex: 1;
  width: 100%;
  min-width: 0;
}
ic-weather-setup-details-panel .weather-setup-details__guide-select .mat-mdc-select-trigger {
  width: 100%;
  min-height: 24px;
}
ic-weather-setup-details-panel .weather-setup-details__guide-select .mat-mdc-select-value {
  font-size: 16px;
  line-height: 24px;
  color: #080D12;
  max-width: 100%;
}
ic-weather-setup-details-panel .weather-setup-details__guide-select .mat-mdc-select-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ic-weather-setup-details-panel .weather-setup-details__guide-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
app-weather-setup .weather-setup-main-column ic-page-container-v3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
app-weather-setup .weather-setup-main-column ic-page-container-v3 .page-content-wrapper,
app-weather-setup .weather-setup-main-column ic-page-container-v3 .page-wrapper,
app-weather-setup .weather-setup-main-column ic-page-container-v3 #spinner-content,
app-weather-setup .weather-setup-main-column ic-page-container-v3 .container-fluid,
app-weather-setup .weather-setup-main-column ic-page-container-v3 .row {
  flex: 1;
  min-height: 0;
}
app-weather-setup .weather-setup-main-column ic-page-container-v3 #contentBodyNoPadding {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
app-weather-setup .weather-setup-main-column ic-page-container-v3 .header-left .page-description {
  max-width: none;
}
app-weather-setup .weather-setup-main-column #fullWidthPage.weather-setup-page--rmws-wizard header.col-xs-12,
app-weather-setup .weather-setup-main-column #fullWidthPage.weather-setup-page--rmws-wizard #contentBodyNoPadding.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
app-weather-setup .weather-setup-main-column #fullWidthPage.weather-setup-page--rmws-wizard header .v3-container {
  padding-left: 65px;
  padding-right: 65px;
  box-sizing: border-box;
}
@media (max-width: 1919px) {
  app-weather-setup .weather-setup-main-column #fullWidthPage.weather-setup-page--rmws-wizard header .v3-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard h1 {
  margin-top: 4px;
  margin-bottom: 0;
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard .nt-breadcrumb li {
  padding-bottom: 4px;
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard header {
  min-width: 0;
  overflow-x: visible;
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard .header-left {
  min-width: 0;
  max-width: 100%;
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard .header-right:empty {
  display: none;
}
app-weather-setup .weather-setup-main-column .weather-setup-page--rmws-wizard .header-extension {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  overflow: visible;
}
ic-help-article-shell ic-icon-svg .icon-box,
ic-help-article-shell ic-icon-svg .icon-box > span,
ic-help-article-stub ic-icon-svg .icon-box,
ic-help-article-stub ic-icon-svg .icon-box > span,
ic-help-category ic-icon-svg .icon-box,
ic-help-category ic-icon-svg .icon-box > span,
ic-help-contact-aside ic-icon-svg .icon-box,
ic-help-contact-aside ic-icon-svg .icon-box > span,
ic-help-feature-article ic-icon-svg .icon-box,
ic-help-feature-article ic-icon-svg .icon-box > span,
ic-help-home ic-icon-svg .icon-box,
ic-help-home ic-icon-svg .icon-box > span,
ic-help-search ic-icon-svg .icon-box,
ic-help-search ic-icon-svg .icon-box > span,
ic-help-task-article ic-icon-svg .icon-box,
ic-help-task-article ic-icon-svg .icon-box > span,
ic-help-topic-card ic-icon-svg .icon-box,
ic-help-topic-card ic-icon-svg .icon-box > span,
ic-help-topic-chips ic-icon-svg .icon-box,
ic-help-topic-chips ic-icon-svg .icon-box > span,
ic-help-trouble-article ic-icon-svg .icon-box,
ic-help-trouble-article ic-icon-svg .icon-box > span {
  display: flex;
  width: 100%;
  height: 100%;
}
ic-ga-program-adjust .ga-pgm-adj-editor-host > ic-program-setup {
  display: block;
  flex: 1;
  min-height: 0;
}
ic-ga-program-adjust .ga-pgm-adj-editor-host > ic-program-setup .program-summary-info {
  display: none !important;
}
app-irrigation-schedule tr.selected > td {
  color: white;
  background-color: var(--primary-color) !important;
}
app-irrigation-schedule tr:hover > td {
  background-color: var(--lightest-grey);
}

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