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

/* node_modules/leaflet-geosearch/dist/geosearch.css */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}
.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: "";
}
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 17px;
  left: 15px;
  width: 6px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}
.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 10px;
  left: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #555;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: "";
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: "!";
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-geosearch-button form.open {
  border-radius: 0 4px 4px 4px;
}
.leaflet-control-geosearch.active form {
  display: block;
}
.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 4px 0 0 4px;
  width: 30px;
}
.leaflet-geosearch-button form {
  max-width: 350px;
}
.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}
.leaflet-touch .leaflet-geosearch-bar form {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.leaflet-touch .leaflet-geosearch-bar form input {
  height: 30px;
}
.leaflet-control-geosearch .results {
  background: #fff;
}
.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}
.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}
.leaflet-control-geosearch .results.active:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}
.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 2px solid rgba(0, 0, 0, .2);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
  display: none;
}
.leaflet-geosearch-bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  max-width: calc(100% - 120px);
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}
.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}
.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
}
.leaflet-geosearch-bar .results.active:after {
  opacity: .2;
}
.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}
.leaflet-bar-notfound {
  font-style: italic;
}
.leaflet-control-geosearch button.reset {
  color: black;
  font-weight: bold;
  position: absolute;
  line-height: 26px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}
.leaflet-touch .leaflet-control-geosearch button.reset {
  line-height: 30px;
}
.leaflet-control-geosearch button.reset:hover {
  background: #f5f5f5;
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css */
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font:
    12px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* node_modules/@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css */
.marker-icon {
  background-color: #fff;
  border: 1px solid #3388ff;
  border-radius: 50%;
  margin: -8px 0 0 -8px !important;
  width: 14px !important;
  height: 14px !important;
  outline: 0;
  transition: opacity ease .3s;
}
.marker-icon-middle {
  opacity: .7;
  margin: -6px 0 0 -6px !important;
  width: 10px !important;
  height: 10px !important;
}
.leaflet-pm-draggable {
  cursor: move !important;
}
.cursor-marker {
  cursor: crosshair;
  pointer-events: none;
  opacity: 0;
}
.cursor-marker.visible {
  opacity: 1 !important;
}
.geoman-draw-cursor,
.geoman-draw-cursor .leaflet-interactive {
  cursor: crosshair;
}
.rect-style-marker,
.rect-start-marker {
  opacity: 0;
}
.rect-style-marker.visible,
.rect-start-marker.visible {
  opacity: 1 !important;
}
.vertexmarker-disabled {
  opacity: .7;
}
.pm-text-marker {
  width: 0;
  height: 0;
}
.pm-textarea {
  box-sizing: content-box;
  background-color: #fff;
  color: #000;
  resize: none;
  border: none;
  outline: 0;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 7px;
  padding-bottom: 0;
  padding-top: 4px;
}
.leaflet-pm-draggable .pm-textarea {
  cursor: move;
}
.pm-textarea:focus,
.pm-textarea:focus-within,
.pm-textarea:focus-visible,
.pm-textarea:active {
  border: 2px solid #000;
  outline: 0;
}
.pm-textarea.pm-disabled {
  border: none;
  -webkit-user-select: none;
  user-select: none;
}
.pm-textarea.pm-hasfocus {
  cursor: auto;
}
.leaflet-pm-toolbar .leaflet-buttons-control-button {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),
.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right {
  border-radius: 0;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
  border-radius: 0;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
  border-radius: 0 0 2px 2px;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button {
  border-radius: 2px 2px 0 0;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
  border-bottom: none;
}
.leaflet-pm-toolbar .control-fa-icon {
  font-size: 19px;
  line-height: 24px;
}
.leaflet-pm-toolbar .control-icon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.leaflet-pm-toolbar .leaflet-pm-icon-marker {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Marker</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M15.5,24.8782959 C15.2909201,24.8772219 15.1744857,24.8467817 14.6590866,24.2354163 C10.2196955,19.4118054 8,15.5014392 8,12.5043177 C8,8.35979746 11.3578644,5 15.5,5 C19.6421356,5 23,8.35979746 23,12.5043177 C23,17 18.2878217,21.9268378 16.3336601,24.2440186 C15.8224622,24.8501802 15.7090799,24.8793699 15.5,24.8782959 Z M15.5,15.5326948 C17.275201,15.5326948 18.7142857,14.1180004 18.7142857,12.3728864 C18.7142857,10.6277723 17.275201,9.21307792 15.5,9.21307792 C13.724799,9.21307792 12.2857143,10.6277723 12.2857143,12.3728864 C12.2857143,14.1180004 13.724799,15.5326948 15.5,15.5326948 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Marker" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-polygon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="polygon-a" d="M19.4206892,9.16509725 C19.1523681,8.66992914 19,8.10275831 19,7.5 C19,5.56700338 20.5670034,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 L19.4206892,9.16509725 Z M20.8349073,10.5793063 L10.5793108,20.8349027 C10.6086731,20.8890888 10.6366469,20.9441372 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 C20.9441372,10.6366469 20.8890888,10.6086731 20.8349027,10.5793108 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="polygon-b" fill="%23fff">%0A      <use xlink:href="%23polygon-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23polygon-a"/>%0A    <g fill="%235B5B5B" mask="url(%23polygon-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-polyline {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="line-a" d="M9.16509725,19.4206892 L18.4206892,10.1650973 C18.1523681,9.66992914 18,9.10275831 18,8.5 C18,6.56700338 19.5670034,5 21.5,5 C23.4329966,5 25,6.56700338 25,8.5 C25,10.4329966 23.4329966,12 21.5,12 C20.8972417,12 20.3300709,11.8476319 19.8349027,11.5793108 L10.5793108,20.8349027 C10.8476319,21.3300709 11,21.8972417 11,22.5 C11,24.4329966 9.43299662,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 Z M21.5,10 C22.3284271,10 23,9.32842712 23,8.5 C23,7.67157288 22.3284271,7 21.5,7 C20.6715729,7 20,7.67157288 20,8.5 C20,9.32842712 20.6715729,10 21.5,10 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="line-b" fill="%23fff">%0A      <use xlink:href="%23line-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23line-a"/>%0A    <g fill="%235B5B5B" mask="url(%23line-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-circle {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Circle</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M18.2897751,6.78602275 C18.8924131,6.29464981 19.661797,6 20.5,6 C22.4329966,6 24,7.56700338 24,9.5 C24,10.338203 23.7053502,11.1075869 23.2139772,11.7102249 C23.719599,12.8712053 24,14.1528571 24,15.5 C24,20.7467051 19.7467051,25 14.5,25 C9.25329488,25 5,20.7467051 5,15.5 C5,10.2532949 9.25329488,6 14.5,6 C15.8471429,6 17.1287947,6.28040098 18.2897751,6.78602275 Z M17.1504228,8.4817586 C16.3263581,8.17039236 15.4330777,8 14.5,8 C10.3578644,8 7,11.3578644 7,15.5 C7,19.6421356 10.3578644,23 14.5,23 C18.6421356,23 22,19.6421356 22,15.5 C22,14.5669223 21.8296076,13.6736419 21.5182414,12.8495772 C21.1960383,12.9473968 20.8541622,13 20.5,13 C18.5670034,13 17,11.4329966 17,9.5 C17,9.14583778 17.0526032,8.80396169 17.1504228,8.4817586 Z M14.5,17 C13.6715729,17 13,16.3284271 13,15.5 C13,14.6715729 13.6715729,14 14.5,14 C15.3284271,14 16,14.6715729 16,15.5 C16,16.3284271 15.3284271,17 14.5,17 Z M20.5,11 C21.3284271,11 22,10.3284271 22,9.5 C22,8.67157288 21.3284271,8 20.5,8 C19.6715729,8 19,8.67157288 19,9.5 C19,10.3284271 19.6715729,11 20.5,11 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Circle" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A            <g id="Atoms/Color/Grey" mask="url(%23mask-2)" fill="%235B5B5B">%0A                <rect id="Rectangle" x="0" y="0" width="30" height="30"></rect>%0A            </g>%0A        </g>%0A    </g>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A%0A<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" stroke="%235B5B5B" stroke-width="8"%0A     fill="none">%0A<circle cx="50" cy="50" r="35"/>%0A  <circle cx="50" cy="50" r="3" fill="%235B5B5B"/>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-rectangle {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="rectangle-a" d="M23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.736764 5.30385293,19.2780593 7,19.0354444 L7,10.9645556 C5.30385293,10.7219407 4,9.26323595 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 C9.26323595,4 10.7219407,5.30385293 10.9645556,7 L19.0354444,7 C19.2780593,5.30385293 20.736764,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 Z M21,10.6631844 C20.272154,10.3174225 19.6825775,9.72784598 19.3368156,9 L10.6631844,9 C10.3174225,9.72784598 9.72784598,10.3174225 9,10.6631844 L9,19.3368156 C9.72784598,19.6825775 10.3174225,20.272154 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 Z M7.5,9 C8.32842712,9 9,8.32842712 9,7.5 C9,6.67157288 8.32842712,6 7.5,6 C6.67157288,6 6,6.67157288 6,7.5 C6,8.32842712 6.67157288,9 7.5,9 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="rectangle-b" fill="%23fff">%0A      <use xlink:href="%23rectangle-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rectangle-a"/>%0A    <g fill="%235B5B5B" mask="url(%23rectangle-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-delete {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Eraser</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M17.7874219,18.4812552 L11.6480079,13.3498184 L6.40466009,19.3816001 L10.5539156,22.9884929 L13.86934,22.9884929 L17.7874219,18.4812552 Z M16.5074252,22.9884929 L26.0000002,22.9884929 L26.0000002,24.9884929 L10.0000002,24.9884929 L9.80708313,24.9884929 L5.09254204,20.8910192 C4.25891285,20.1663564 4.17057814,18.9031112 4.89524093,18.069482 L16.0482444,5.23941916 C16.7729072,4.40578998 18.0361525,4.31745526 18.8697816,5.04211806 L24.9074583,10.2905903 C25.7410875,11.0152531 25.8294222,12.2784983 25.1047594,13.1121275 L16.5074252,22.9884929 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Eraser" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Combined-Shape" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-edit {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="edit_anchor-a" d="M13.5,11 C11.5670034,11 10,9.43299662 10,7.5 C10,5.56700338 11.5670034,4 13.5,4 C15.4329966,4 17,5.56700338 17,7.5 C17,9.43299662 15.4329966,11 13.5,11 Z M13.5,9 C14.3284271,9 15,8.32842712 15,7.5 C15,6.67157288 14.3284271,6 13.5,6 C12.6715729,6 12,6.67157288 12,7.5 C12,8.32842712 12.6715729,9 13.5,9 Z M12.0002889,7.52973893 C12.0125983,8.16273672 12.4170197,8.6996643 12.9807111,8.90767966 L3,15 L3,13 L12.0002889,7.52973893 Z M14.2172722,6.18228472 L19.453125,3 L22.6589355,3 L14.989102,7.68173885 C14.9962971,7.62216459 15,7.56151472 15,7.5 C15,6.93138381 14.6836098,6.4366645 14.2172722,6.18228472 Z M23.4434042,19.2851736 L20.1282799,19.2851736 L21.8729983,23.5349525 C21.9945296,23.8295773 21.8556546,24.1599209 21.5778734,24.2849208 L20.0414675,24.9545142 C19.7550613,25.0795141 19.4338738,24.9366704 19.3123426,24.6509518 L17.6544367,20.6154541 L14.9461873,23.4010151 C14.5852811,23.7721711 14,23.4860463 14,22.9992653 L14,9.57183533 C14,9.05933561 14.6225311,8.809492 14.946156,9.17008555 L23.8340292,18.3120179 C24.1925291,18.6613615 23.9279979,19.2851736 23.4434042,19.2851736 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="edit_anchor-b" fill="%23fff">%0A      <use xlink:href="%23edit_anchor-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23edit_anchor-a"/>%0A    <g fill="%235B5B5B" mask="url(%23edit_anchor-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-drag {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="move-a" d="M21,14 L21,10 L27,15 L21,20 L21,16 L16,16 L16,21 L20,21 L15,27 L10,21 L14,21 L14,16 L9,16 L9,20 L3,15 L9,10 L9,14 L14,14 L14,9 L10,9 L15,3 L20,9 L16,9 L16,14 L21,14 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="move-b" fill="%23fff">%0A      <use xlink:href="%23move-a"/>%0A    </mask>%0A    <use fill="%23D8D8D8" xlink:href="%23move-a"/>%0A    <g fill="%235B5B5B" mask="url(%23move-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-cut {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Scissors</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M12.9691574,13.4939435 L21.0317032,5.54167013 L23.4649499,5.67722957 L17.0470713,14.5106816 L27.5660336,17.1333535 L25.7891944,18.8012588 L14.5854951,17.8987506 L13.6487955,19.188007 C13.794639,19.2650958 13.9367985,19.3534417 14.0741377,19.4532245 C15.6379648,20.5894114 15.9846357,22.7782052 14.8484488,24.3420324 C13.7122619,25.9058595 11.5234681,26.2525304 9.95964096,25.1163435 C8.39581384,23.9801565 8.04914296,21.7913627 9.18532986,20.2275356 C9.74587276,19.4560145 10.5626188,18.9807475 11.4341218,18.8336407 L12.6805656,17.1180579 L12.5239724,16.3747216 L11.9506932,15.3012391 L9.89310646,14.7882251 C9.13093796,15.2357261 8.19977854,15.3966447 7.27445355,15.1659352 C5.39887519,14.698301 4.25751094,12.7987519 4.72514515,10.9231736 C5.19277935,9.04759519 7.09232846,7.90623094 8.96790682,8.37386515 C10.8434852,8.84149935 11.9848494,10.7410485 11.5172152,12.6166268 C11.4761464,12.7813449 11.4240335,12.9404001 11.3618627,13.0931999 L12.9691574,13.4939435 Z M7.75829735,13.2253438 C8.56211664,13.4257584 9.37620912,12.9366023 9.57662378,12.132783 C9.77703844,11.3289637 9.28788233,10.5148713 8.48406303,10.3144566 C7.68024373,10.1140419 6.86615126,10.603198 6.6657366,11.4070173 C6.46532194,12.2108366 6.95447805,13.0249291 7.75829735,13.2253438 Z M10.8033639,21.4031061 C10.3164266,22.0733177 10.4649998,23.0113722 11.1352115,23.4983095 C11.8054231,23.9852467 12.7434776,23.8366735 13.2304148,23.1664619 C13.7173521,22.4962502 13.5687788,21.5581957 12.8985672,21.0712585 C12.2283556,20.5843212 11.2903011,20.7328945 10.8033639,21.4031061 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Scissors" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(16.093194, 15.663351) rotate(-32.000000) translate(-16.093194, -15.663351) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-snapping {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->%0A    <title>Atoms/Icons/Tools/Magnet</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M21.9994759,10.9428183 L21.9999985,16.3710417 C22,16.6872007 22,17.0058278 22,17.3269411 C22,21.5646545 18.6421356,25 14.5,25 C10.3578644,25 7,21.5646545 7,17.3269411 L7.00087508,10.9907507 L11.0022808,10.9984125 C11.0017033,11.6980114 11.001247,12.4168248 11.0008992,13.1554887 L11,17.3269411 C11,19.3756809 12.5876841,21 14.5,21 C16.4123159,21 18,19.3756809 18,17.3269411 C18,15.0702032 17.9995696,12.9619668 17.998539,10.9910032 L21.9994759,10.9428183 Z M10,7 C10.5522847,7 11,7.44771525 11,8 L11,10 L7,10 L7,8 C7,7.44771525 7.44771525,7 8,7 L10,7 Z M21,7 C21.5522847,7 22,7.44771525 22,8 L22,10 L18,10 L18,8 C18,7.44771525 18.4477153,7 19,7 L21,7 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Magnet" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(14.500000, 16.000000) rotate(45.000000) translate(-14.500000, -16.000000) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>');
}
.leaflet-pm-toolbar .leaflet-pm-icon-rotate {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A    <defs>%0A        <path id="rotate" d="M21.2,5.8c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.4-0.5l-0.2-0.3l2.8-3.1L18,0.6l-4.6,0.1l0.5,4.5l0.5,4.5l3.2-3.6v0.1l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0.1,0.2C18,7,18,7.1,18.1,7.2c0.3,0.7,0.6,1.4,0.7,2.1c0.2,1.4,0,2.9-0.6,4.2L18,13.9L17.9,14l-0.3,0.5l-0.1,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.5,0.5-1.1,1-1.7,1.3c-0.6,0.4-1.3,0.6-2.1,0.8c-0.7,0.1-1.5,0.2-2.2,0.1c-0.8-0.1-1.5-0.3-2.2-0.5c-0.7-0.3-1.3-0.7-1.9-1.2l-0.4-0.4l-0.2-0.3L6,15c-0.1-0.1-0.2-0.2-0.2-0.3l-0.3-0.4l-0.1-0.1l-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2l-0.3-0.5l-0.1-0.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.8-0.3-1.6-0.3-2.4c0-0.2,0-0.3,0-0.5V8.9c0-0.2,0-0.3,0.1-0.4l0.1-0.6l0.2-0.6c0.3-0.8,0.7-1.5,1.2-2.2c0.5-0.7,1.1-1.3,1.8-1.8c0.2-0.1,0.3-0.4,0.1-0.6C7.5,2.6,7.4,2.5,7.3,2.5H7.1L7,2.6C6.1,3,5.4,3.6,4.7,4.2C4,4.9,3.5,5.7,3,6.6c-0.9,1.8-1.2,3.8-0.8,5.8c0.1,0.5,0.2,0.9,0.3,1.4l0.3,0.8C2.9,14.7,3,14.8,3,15l0.2,0.4c0,0.1,0.1,0.2,0.1,0.2l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4L5,17.8c0.7,0.7,1.6,1.3,2.5,1.8c0.9,0.5,1.9,0.8,3,0.9c0.5,0.1,1,0.1,1.5,0.1c0.6,0,1.1,0,1.6-0.1c1-0.2,2.1-0.5,3-1l0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3l0.7-0.4c0.2-0.1,0.3-0.2,0.4-0.3l0.2-0.2c0.2-0.1,0.4-0.3,0.5-0.5l0.1-0.1c0.3-0.3,0.7-0.7,0.9-1l0.6-0.9l0.4-0.6c1-1.9,1.4-4.1,1.1-6.2C22,7.8,21.7,6.7,21.2,5.8z"/>%0A    </defs>%0A    <g fill="none" fill-rule="evenodd" transform="translate(0 2)">%0A        <mask id="rotate-b" fill="%23fff">%0A            <use xlink:href="%23rotate"/>%0A        </mask>%0A        <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rotate"/>%0A        <g fill="%235B5B5B" mask="url(%23rotate-b)">%0A            <rect width="30" height="30"/>%0A        </g>%0A    </g>%0A</svg>%0A');
}
.leaflet-pm-toolbar .leaflet-pm-icon-text {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:%235b5b5b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;}<\/style></defs><title>Text</title><g id="Ebene_2" data-name="Ebene 2"><polyline class="cls-1" points="19.64 7.27 19.64 4 12 4 12 20 15.91 20 8.09 20 12 20 12 4 4.36 4 4.36 7.27"/></g></svg>');
}
.leaflet-buttons-control-button:hover,
.leaflet-buttons-control-button:focus {
  cursor: pointer;
  background-color: #f4f4f4;
}
.active > .leaflet-buttons-control-button {
  box-shadow: inset 0 -1px 5px 2px #514d4d4f;
}
.leaflet-buttons-control-text-hide {
  display: none;
}
.button-container {
  position: relative;
}
.button-container .leaflet-pm-actions-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  white-space: nowrap;
  direction: ltr;
}
.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container {
  right: 100%;
  left: auto;
}
.button-container.active .leaflet-pm-actions-container {
  display: block;
}
.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 0;
}
.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child {
  border-radius: 3px 0 0 3px;
}
.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child {
  border-right: 0;
}
.button-container .leaflet-pm-actions-container .leaflet-pm-action {
  padding: 0 10px;
  background-color: #666;
  color: #fff;
  display: inline-block;
  width: auto;
  border-right: 1px solid #eee;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: none;
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
}
.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button {
  border-top-left-radius: 0;
}
.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button {
  border-top-right-radius: 0;
}
.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,
.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus {
  cursor: pointer;
  background-color: #777;
}
.button-container .leaflet-pm-actions-container .leaflet-pm-action.active-action {
  background-color: #8e8e8e;
}
.leaflet-pm-toolbar.activeChild {
  z-index: 801;
}
.leaflet-buttons-control-button.pm-disabled {
  background-color: #f4f4f4;
}
.leaflet-buttons-control-button.pm-disabled > .control-icon {
  filter: opacity(.6);
}
.button-container .leaflet-pm-actions-container .pm-action-button-mode.control-icon {
  filter: brightness(0) invert(1);
  width: 18px;
}

/* src/main/webapp/content/scss/global.scss */
.gantt {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  color: #1a1a1a;
  opacity: 0;
}
.gantt svg {
  overflow: visible !important;
}
.gantt .gantt-side {
  border-right: 1px solid #eee;
  position: relative;
  z-index: 3;
  box-shadow: none;
}
.gantt .gantt-side .gantt-side-header {
  box-sizing: border-box;
}
.gantt .gantt-side .gantt-side-container {
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.gantt .gantt-side .gantt-side-container .gantt-table {
  height: 100%;
  flex: 1;
  display: flex;
}
.gantt .gantt-side .gantt-side-container::-webkit-scrollbar {
  display: none;
}
.gantt .gantt-container {
  flex: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
.gantt .gantt-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
}
.gantt .gantt-scrollbar.gantt-scrollbar-bg {
  background-color: #fff;
}
.gantt .gantt-scrollbar.gantt-scrollbar-bg .gantt-table-scrollbar.with-scrollbar {
  border-right: 1px solid #eee;
  z-index: 3;
  box-shadow: 10px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
.gantt .gantt-scrollbar .gantt-table-scrollbar.with-scrollbar {
  overflow-x: scroll;
}
.gantt .gantt-scrollbar .gantt-main-scrollbar {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.gantt .gantt-main-container {
  width: 100%;
  height: calc(100% - var(--gantt-header-height));
  flex: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.gantt .gantt-main-container .gantt-main-groups,
.gantt .gantt-main-container .gantt-main-items {
  overflow: hidden;
  min-height: 100%;
}
.gantt .gantt-main-container .gantt-group {
  background: rgba(243, 243, 243, 0.5);
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.gantt .gantt-main-container .gantt-item {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.gantt .gantt-main-container .gantt-item.gantt-main-item-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt .gantt-main-container .gantt-quick-time-focus-container {
  position: absolute;
  left: 0;
  top: 0;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus {
  position: sticky;
  left: 0;
  width: 0px;
  z-index: 3;
  pointer-events: none;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  pointer-events: all;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item span:hover .gantt-quick-time-focus-item-arrow {
  border: 1px solid #0fafe2;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.05);
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow .gantt-icon {
  display: inline-block;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow .gantt-icon svg {
  width: 14px;
  height: 14px;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-hide {
  visibility: hidden;
}
.gantt .gantt-normal-viewport {
  display: flex;
}
.gantt .gantt-virtual-scroll-viewport {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
}
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-table-body {
  padding-bottom: 44px;
}
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-main-groups,
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-main-items {
  padding-bottom: 44px;
}
.gantt .gantt-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
  min-width: unset;
  display: flex;
  min-height: 100%;
}
.gantt .gantt-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .gantt-container .gantt-main-container {
  height: 100%;
  top: 0;
  overflow-y: hidden;
}
.gantt .gantt-virtual-scroll-viewport.gantt-scroll-container .gantt-container .gantt-main-container::-webkit-scrollbar {
  position: static;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .cdk-virtual-scroll-content-wrapper {
  height: 100%;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .cdk-virtual-scroll-spacer {
  display: none;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .gantt-container .gantt-main-container {
  overflow-y: auto;
}
.gantt-header {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.gantt-header .gantt-container-header {
  flex: 1;
  overflow: hidden;
  background-color: #fafafa;
}
.gantt-footer {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.gantt-footer .gantt-table-footer {
  height: 44px;
  border-right: 1px solid #eee;
  box-shadow: 16px 0 14px -10px rgba(0, 0, 0, 0.15);
  overflow-x: auto;
  overflow-y: hidden;
}
.gantt-footer .gantt-table-footer::-webkit-scrollbar {
  display: none;
}
.gantt-footer .gantt-container-footer {
  height: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
}
.gantt-footer .gantt-container-footer::-webkit-scrollbar {
  display: none;
}
.gantt-table-header {
  text-align: center;
  background: #fff;
  box-shadow: none;
  position: relative;
  z-index: 3;
  border-right: 1px solid #eee;
}
.gantt-table-header .gantt-table-header-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.gantt-table-header .gantt-table-header-container::-webkit-scrollbar {
  display: none;
}
.gantt-table-header .gantt-table-header-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gantt-table-header {
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.gantt-table-header .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.gantt-table-header .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-header .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-header {
  cursor: pointer;
}
.gantt-table-header-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.gantt-table-header-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.gantt-table-header .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-header .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-header:hover {
  background-color: #fff;
}
.gantt-table-header-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-header-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-header .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-header .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-header .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-header .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-header .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-header .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.gantt-table-header:hover {
  background-color: #fff;
}
.gantt-table-header-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-header-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-header .gantt-table-column {
  font-weight: 400;
  z-index: 1;
}
.gantt-table-body {
  display: block;
  flex: 1;
}
.gantt-table-body .gantt-table-group {
  display: flex;
  background: rgba(243, 243, 243, 0.5);
  padding: 0 10px;
  align-items: center;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.gantt-table-body .gantt-table-group .gantt-table-group-title {
  cursor: pointer;
}
.gantt-table-body .gantt-table-group .gantt-table-group-title .expand-icon {
  color: #aaa;
  margin-right: 6px;
}
.gantt-table-body .gantt-table-item {
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.gantt-table-body .gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-body .gantt-table-item {
  cursor: pointer;
}
.gantt-table-body .gantt-table-item-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.gantt-table-body .gantt-table-item-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-body .gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-body .gantt-table-item:hover {
  background-color: #fff;
}
.gantt-table-body .gantt-table-item-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-body .gantt-table-item-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-body .gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-body .gantt-table-item .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-body .gantt-table-item .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.gantt-table-body .gantt-table-item:hover {
  background-color: #fff;
}
.gantt-table-body .gantt-table-item-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-body .gantt-table-item-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-body .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-empty {
  height: 100%;
  position: relative;
}
.gantt-table-empty .gantt-table-body-container {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 22px;
}
.gantt-table-empty .gantt-table-body-container .empty-icon svg {
  height: 78px;
  width: 78px;
}
.gantt-table-empty .gantt-table-body-container .empty-text {
  color: #cacaca;
}
.table-resize-handle,
.column-resize-handle {
  width: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: ew-resize;
  height: 5000px;
  z-index: 2;
}
.table-resize-handle:hover,
.column-resize-handle:hover {
  background: #0fafe2;
}
.column-resize-handle {
  height: unset;
  z-index: 2;
}
.table-resize-auxiliary-line {
  width: 3px;
  background: #0fafe2;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  height: 5000px;
}
.cdk-drag-preview.gantt-table-item {
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.9;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.cdk-drag-preview.gantt-table-item {
  cursor: pointer;
}
.cdk-drag-preview.gantt-table-item-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.cdk-drag-preview.gantt-table-item-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdk-drag-preview.gantt-table-item:hover {
  background-color: #fff;
}
.cdk-drag-preview.gantt-table-item-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.cdk-drag-preview.gantt-table-item-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdk-drag-preview.gantt-table-item .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.cdk-drag-preview.gantt-table-item .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.cdk-drag-preview.gantt-table-item:hover {
  background-color: #fff;
}
.cdk-drag-preview.gantt-table-item-active {
  background-color: rgba(15, 175, 226, 0.1);
}
.cdk-drag-preview.gantt-table-item-active:hover {
  background-color: rgba(15, 175, 226, 0.1);
}
.gantt-table-body.gantt-table-draggable .cdk-drag-placeholder {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .cdk-drag-placeholder + .cdk-drop-list {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .cdk-drag-disabled.gantt-table-item .gantt-drag-handle svg {
  display: none;
}
.gantt-table-body.gantt-table-draggable.gantt-table-dragging .gantt-table-item:hover {
  background: unset;
}
.gantt-table-body.gantt-table-draggable.gantt-table-dragging .gantt-table-item:hover .gantt-drag-handle {
  visibility: hidden !important;
}
.gantt-table-body.gantt-table-draggable .drag-item-hide {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column {
  height: 100%;
  border-top: 2px dashed #0fafe2 !important;
  border-bottom: 2px dashed #0fafe2 !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column:first-child {
  border-left: 2px dashed #0fafe2 !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column:last-child {
  border-right: 2px dashed #0fafe2 !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-before {
  background: #f5f5f5 !important;
  border-top: 2px solid #0fafe2 !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-after {
  background: #f5f5f5 !important;
  border-bottom: 2px solid #0fafe2 !important;
}
.gantt-calendar {
  display: block;
  height: 100%;
  overflow: hidden;
}
.gantt-calendar svg {
  position: relative;
  background-color: #fff;
}
.gantt-calendar line {
  shape-rendering: crispEdges;
}
.gantt-calendar .primary-line {
  stroke: #bababa;
}
.gantt-calendar .gantt-calendar-today-overlay {
  position: relative;
  z-index: 1;
}
.gantt-calendar .gantt-calendar-today-overlay .today-rect {
  width: 35px;
  height: 24px;
  position: absolute;
  background: #ff9f73;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gantt-calendar .gantt-calendar-today-overlay .today-line {
  position: absolute;
  width: 3px;
  background: #ff9f73;
  transform: scaleX(0.5);
  transform-origin: 100% 0;
  margin-left: -2px;
}
.gantt-calendar-header {
  position: relative;
  z-index: 2;
}
.gantt-calendar-header .gantt-calendar-today-overlay {
  z-index: 2;
}
.gantt-calendar-header .header-line {
  stroke: #eee;
}
.gantt-calendar-header .primary-text {
  fill: #1a1a1a;
  font-size: 13px;
}
.gantt-calendar-header .secondary-text {
  fill: #1a1a1a;
  font-size: 13px;
}
.gantt-calendar-header .secondary-text-weekend {
  fill: #aaa;
}
.gantt-calendar-header .primary-text,
.gantt-calendar-header .secondary-text {
  text-anchor: middle;
}
.gantt-calendar-grid {
  position: absolute;
  width: 100%;
}
.gantt-calendar-grid svg {
  background-color: transparent;
}
.gantt-calendar-grid .gantt-calendar-grid-fill {
  position: absolute;
  top: 0;
}
.gantt-calendar-grid .gantt-calendar-grid-main {
  z-index: 2;
}
.gantt-calendar-grid .secondary-line {
  stroke-dasharray: 2px 5px;
  stroke: #cacaca;
}
.gantt-calendar-grid .secondary-backdrop {
  fill: rgba(243, 243, 243, 0.5);
}
.gantt-drag-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
}
.gantt-drag-mask {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: none;
  background: rgba(15, 175, 226, 0.05);
}
.gantt-drag-mask .date-range {
  width: 100%;
  min-width: 120px;
  top: -23px;
  background: #0fafe2;
  line-height: 23px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.gantt-link-drag-container {
  width: 100%;
  height: 1px;
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.gantt-link-drag-container .link-dragging-line {
  stroke: #0fafe2;
  stroke-width: 2px;
}
.gantt-bar {
  position: absolute;
  border-radius: 4px;
  z-index: 2;
  background: #fff;
}
.gantt-bar .gantt-bar-layer {
  width: calc(100% + 32px);
  height: calc(100% + 42px);
  position: absolute;
  border-radius: 4px;
  left: -16px;
  top: -21px;
  display: none;
}
.gantt-bar .gantt-bar-layer .drag-handles {
  background: #fff;
  width: 100%;
  height: calc(100% - 16px * 2);
  position: absolute;
  border-radius: 4px;
  top: 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.gantt-bar .gantt-bar-layer .drag-handles .handle {
  width: 15px;
  height: 100%;
  position: absolute;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:before,
.gantt-bar .gantt-bar-layer .drag-handles .handle:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #cacaca;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle::before {
  margin-right: 2px;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:first-child {
  left: 0;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:last-child {
  right: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:first-child {
  left: 0;
  top: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:last-child {
  right: 0;
  bottom: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle .point {
  color: #0fafe2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0fafe2;
  transition: 0.3 ease;
}
.gantt-bar .gantt-bar-layer .link-handles .handle .point:hover {
  width: 12px;
  height: 12px;
}
.gantt-bar .gantt-bar-border {
  width: calc(100% + 5px * 2);
  height: calc(100% + 5px * 2);
  position: absolute;
  border-radius: 4px;
  left: -5px;
  top: -5px;
  display: none;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.gantt-bar .gantt-bar-content {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #0fafe2;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gantt-bar .gantt-bar-content .gantt-bar-content-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.gantt-bar-active {
  z-index: 1000;
}
.gantt-bar-active .gantt-bar-layer {
  display: block;
  z-index: 1;
}
.gantt-bar-active .gantt-bar-content {
  z-index: 1;
  box-shadow: none;
}
.gantt-bar-active .cdk-drag {
  transition: none;
}
.gantt-bar-single-drop-active .gantt-bar-border {
  display: block;
}
.gantt-bar-single-drop-active .gantt-bar-content {
  box-shadow: none;
}
.gantt-bar-draggable-drag {
  z-index: 1001;
}
.gantt-bar-drop-active {
  z-index: 1000;
}
.gantt-bar-drop-active .gantt-bar-layer {
  display: block;
  z-index: 1;
}
.gantt-bar-drop-active .gantt-bar-content {
  z-index: 1;
  box-shadow: none;
}
.gantt-bar-drop-active .cdk-drag {
  transition: none;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle {
  width: 26px;
  height: 100%;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:first-child {
  left: -21px;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:last-child {
  right: -21px;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:hover .point {
  width: 12px;
  height: 12px;
}
.gantt-range {
  position: absolute;
  z-index: 2;
}
.gantt-range .gantt-range-main {
  height: 10px;
  background: #dfdfdf;
  border: 1px solid #888;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  position: relative;
}
.gantt-range .gantt-range-main .gantt-range-main-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #888;
}
.gantt-range .gantt-range-triangle {
  width: 0;
  height: 0;
  border-top: 7px solid #888;
  position: absolute;
  top: 10px;
}
.gantt-range .gantt-range-triangle.left {
  border-right: 6px solid transparent;
  left: 0;
}
.gantt-range .gantt-range-triangle.right {
  border-left: 6px solid transparent;
  right: 0;
}
.gantt-icon {
  font-size: 1rem;
  line-height: 0;
}
.gantt-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
  background-repeat: no-repeat;
}
.gantt-links-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gantt-links-overlay svg {
  overflow: visible;
  z-index: 2;
  position: absolute;
}
.link-dragging-container {
  width: 100%;
  height: 1px;
  overflow: visible !important;
  position: absolute;
  left: 0;
  z-index: 2000;
}
.link-dragging-container .link-dragging-line {
  stroke: #0fafe2;
  stroke-width: 2px;
}
.gantt-baseline {
  position: absolute;
  z-index: 2;
}
.gantt-baseline .baseline-content {
  height: 8px;
  border-radius: 2px;
  background-color: #cacaca;
}
.gantt-toolbar {
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 1000;
}
.gantt-toolbar .toolbar-views {
  display: inline-flex;
}
.gantt-toolbar .toolbar-views .toolbar-view {
  padding: 0 15px;
  cursor: pointer;
  flex: 0 1 auto;
  border: 1px solid #ddd;
  margin-left: -1px;
  position: relative;
  background-color: #ffffff;
}
.gantt-toolbar .toolbar-views .toolbar-view.active {
  color: #0fafe2;
  border-color: #0fafe2;
  z-index: 1;
}
.gantt-toolbar .toolbar-views .toolbar-view:first-child {
  border-radius: 4px 0 0 4px;
}
.gantt-toolbar .toolbar-views .toolbar-view:last-child {
  border-radius: 0 4px 4px 0;
}
.gantt-loader-overlay {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}
.gantt-loader-wrapper {
  position: absolute;
  padding-top: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gantt-loader-loading {
  display: inline-block;
  position: relative;
  height: 8px;
  border-radius: 4px;
  transform: translateX(-18px);
}
.gantt-loader-loading:before,
.gantt-loader-loading:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 4px;
}
.gantt-loader-loading:before {
  animation: gantt-loader-loading-ellipsis-b 1s ease-in-out infinite;
  background: #0fafe2;
  opacity: 0.4;
}
.gantt-loader-loading:after {
  animation: gantt-loader-loading-ellipsis-a 1s ease-in-out infinite;
  background: #0fafe2;
  opacity: 0.8;
}
.gantt-loader-loading-spot {
  position: absolute;
  left: 13px;
  height: 8px;
  width: 8px;
  background: #0fafe2;
  border-radius: 4px;
}
@keyframes gantt-loader-loading-ellipsis-b {
  0% {
    left: 0;
    transform: scale(1.1);
  }
  50% {
    left: 25px;
    transform: scale(1);
  }
  100% {
    left: 0;
    transform: scale(1.1);
  }
}
@keyframes gantt-loader-loading-ellipsis-a {
  0% {
    left: 25px;
    transform: scale(1.1);
  }
  50% {
    left: 0;
    transform: scale(1);
  }
  100% {
    left: 25px;
    transform: scale(1.1);
  }
}
.gantt {
  font-size: 13px;
  font-weight: 400;
}
.gantt .gantt-side {
  border-right: 1px solid #ccc;
}
.gantt-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.gantt-header .gantt-table-header {
  border-right: 1px solid #ccc;
  background: #f0f0f0;
}
.gantt-header .gantt-table-header .gantt-table-column {
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.gantt-header .gantt-table-header .gantt-table-column:last-child {
  border-right: none;
}
.gantt-header .gantt-container-header {
  background-color: #fff;
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  padding: 0 0 0 15px;
}
.gantt-table-body .gantt-table-item .gantt-table-column .gantt-icon {
  width: 0;
}
.gantt-table-body .gantt-table-item .gantt-table-column .gantt-expand-icon {
  width: 0;
}
.gantt-table-body .gantt-table-item .gantt-table-column-content {
  overflow: visible;
}
.gantt-bar .gantt-bar-layer {
  width: calc(100% + 16px);
  left: -8px;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle {
  display: none;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:before,
.gantt-bar .gantt-bar-layer .drag-handles .handle:after {
  width: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle {
  width: 26px;
  height: 100%;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:first-child {
  left: -21px;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:last-child {
  right: -21px;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:hover .point {
  width: 12px;
  height: 12px;
}
.gantt-drag-mask .date-range {
  min-width: 220px;
}
.gantt-calendar-header .primary-text {
  font-weight: bold;
}
.button-ela-primary,
.button-ela-secondary,
.button-ela-secondary-selected,
.button-ela-tertiary,
.button-ela-excel {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 7px 40px;
  text-transform: initial;
  font-size: 15px;
  line-height: 1.5;
  border: none;
}
.button-ela-primary:focus,
.button-ela-secondary:focus,
.button-ela-secondary-selected:focus,
.button-ela-tertiary:focus,
.button-ela-excel:focus {
  outline: none;
}
.button-ela-primary:disabled,
.button-ela-secondary:disabled,
.button-ela-secondary-selected:disabled,
.button-ela-tertiary:disabled,
.button-ela-excel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button-ela-primary.round-btn.button-loading::after,
.button-ela-secondary.round-btn.button-loading::after,
.button-ela-secondary-selected.round-btn.button-loading::after,
.button-ela-tertiary.round-btn.button-loading::after,
.button-ela-excel.round-btn.button-loading::after {
  content: " ";
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0.8;
  animation: spin 2s linear infinite;
  position: absolute;
  width: 35px;
  height: 35px;
}
.button-ela-primary {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  background: #0fafe2;
  color: white;
}
.button-ela-primary:focus-visible,
.button-ela-primary:hover {
  background: #0c9fce;
  color: white;
}
.button-ela-primary.round-btn.button-loading::after {
  border-top-color: #0fafe2;
}
.button-ela-secondary {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  background: white;
  color: #343434;
}
.button-ela-secondary-selected {
  background: #343434;
  color: white;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
}
.button-ela-disabled {
  color: #bababa;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  cursor: not-allowed;
  pointer-events: none;
}
.button-ela-tertiary {
  background: transparent;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #0fafe2;
  color: #0fafe2;
}
.button-ela-tertiary:hover {
  font-weight: bold;
}
.button-ela-excel {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  background: #008000;
  color: white;
}
.button-ela-excel:hover {
  background: #005000;
  color: white;
}
.button-ela-excel.round-btn.button-loading::after {
  border-top-color: #008000;
}
.table-container {
  overflow: auto;
}
.table-container .mdc-data-table__cell,
.table-container .mdc-data-table__header-cell {
  padding: 5px 10px;
}
.table-container .mdc-data-table__header-row {
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #f0f0f0;
}
.table-container .mat-sort-header-content {
  flex-direction: column;
  text-align: center;
}
.table-container .mat-sort-header-container {
  position: relative;
}
.table-container .mat-sort-header-container .mat-sort-header-arrow {
  position: absolute;
  right: -15px;
}
.table-container .mdc-checkbox--disabled {
  opacity: 0.5;
}
.table-container .smaller-header {
  width: 110px;
  min-width: 110px;
}
.table-container .big-header {
  width: 140px;
  min-width: 140px;
}
.table-container .bigger-header {
  width: 170px;
  min-width: 170px;
}
.table-container .header-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 5px;
}
.table-container .header-filter .header-title {
  display: flex;
  flex: 1;
  align-items: flex-end;
  font-size: 12px;
}
.table-container .header-filter input {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  padding: 4px 8px;
}
.table-container .mat-input-element {
  width: 75px;
  border-bottom: 1px solid #f0f0f0;
}
.table-container .center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-container .work-order-item {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 9px;
  padding: 3px 10px;
  border-radius: 20px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fullscreen-dialog {
  max-width: 100vw !important;
  max-height: 100vh;
  height: 92%;
  width: 95%;
}
.dialog-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.dialog-header-container .title {
  display: flex;
  flex: 1;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
  font-size: 30px;
}
.dialog-header-container .buttons {
  color: #0fafe2;
}
.dialog-header-container .buttons fa-icon:hover {
  color: rgba(15, 175, 226, 0.2509803922);
  cursor: pointer;
}
.dialog-footer-container {
  display: flex;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}
.dialog-footer-container button {
  margin: 0 100px;
}
.small {
  font-size: 0.875em;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ela-primary,
.text-primary {
  color: #0fafe2;
}
.text-success {
  color: #48906d;
}
.text-warning {
  color: #ff8812;
}
.text-error,
.text-danger {
  color: #e20101;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.w-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-visible {
  overflow: visible !important;
}
.border {
  border: 1px solid #e6e6e6;
}
.border-primary {
  border-color: #0fafe2;
}
.border-success {
  border-color: #48906d;
}
.border-warning {
  border-color: #ff8812;
}
.bg-white {
  background-color: white;
}
.rounded {
  border-radius: 4px;
}
.rounded-circle {
  border-radius: 50%;
}
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:disabled {
  pointer-events: none;
}
button {
  cursor: pointer;
}
button.link {
  color: #0fafe2;
  background: none;
  border: none;
  padding: 0;
}
button.link:hover {
  text-decoration: underline;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #e6e6e6;
  border-collapse: collapse;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/content/fonts/roboto-v51-latin-300.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/content/fonts/roboto-v51-latin-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/content/fonts/roboto-v51-latin-700.woff2) format("woff2");
}
html {
  overflow-x: hidden;
  color-scheme: light;
  --mat-sys-background: light-dark(#f5fafe, #0f1417);
  --mat-sys-error: light-dark(#c00000, #ffb4a8);
  --mat-sys-error-container: light-dark(#ffdad4, #930000);
  --mat-sys-inverse-on-surface: light-dark(#ecf1f6, #2c3135);
  --mat-sys-inverse-primary: light-dark(rgb(170.9142461964, 230.4439834025, 249.4190871369), #0fafe2);
  --mat-sys-inverse-surface: light-dark(#2c3135, #dee3e7);
  --mat-sys-on-background: light-dark(#171c1f, #dee3e7);
  --mat-sys-on-error: light-dark(#ffffff, #690000);
  --mat-sys-on-error-container: light-dark(#930000, #ffdad4);
  --mat-sys-on-primary: light-dark(#ffffff, rgb(7.5, 87.5, 113));
  --mat-sys-on-primary-container: light-dark(rgb(11.25, 131.25, 169.5), rgb(212.9571230982, 242.7219917012, 252.2095435685));
  --mat-sys-on-primary-fixed: light-dark(rgb(3.75, 43.75, 56.5), rgb(3.75, 43.75, 56.5));
  --mat-sys-on-primary-fixed-variant: light-dark(rgb(11.25, 131.25, 169.5), rgb(11.25, 131.25, 169.5));
  --mat-sys-on-secondary: light-dark(, );
  --mat-sys-on-secondary-container: light-dark(, );
  --mat-sys-on-secondary-fixed: light-dark(, );
  --mat-sys-on-secondary-fixed-variant: light-dark(, );
  --mat-sys-on-surface: light-dark(#171c1f, #dee3e7);
  --mat-sys-on-surface-variant: light-dark(#3d484f, #d9e4ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, rgb(7.5, 87.5, 113));
  --mat-sys-on-tertiary-container: light-dark(rgb(11.25, 131.25, 169.5), rgb(212.9571230982, 242.7219917012, 252.2095435685));
  --mat-sys-on-tertiary-fixed: light-dark(rgb(3.75, 43.75, 56.5), rgb(3.75, 43.75, 56.5));
  --mat-sys-on-tertiary-fixed-variant: light-dark(rgb(11.25, 131.25, 169.5), rgb(11.25, 131.25, 169.5));
  --mat-sys-outline: light-dark(#6d7980, #879299);
  --mat-sys-outline-variant: light-dark(#bdc8d0, #3d484f);
  --mat-sys-primary: light-dark(#0fafe2, rgb(170.9142461964, 230.4439834025, 249.4190871369));
  --mat-sys-primary-container: light-dark(rgb(212.9571230982, 242.7219917012, 252.2095435685), rgb(11.25, 131.25, 169.5));
  --mat-sys-primary-fixed: light-dark(rgb(212.9571230982, 242.7219917012, 252.2095435685), rgb(212.9571230982, 242.7219917012, 252.2095435685));
  --mat-sys-primary-fixed-dim: light-dark(rgb(170.9142461964, 230.4439834025, 249.4190871369), rgb(170.9142461964, 230.4439834025, 249.4190871369));
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(, );
  --mat-sys-secondary-container: light-dark(, );
  --mat-sys-secondary-fixed: light-dark(, );
  --mat-sys-secondary-fixed-dim: light-dark(, );
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#f5fafe, #0f1417);
  --mat-sys-surface-bright: light-dark(#f5fafe, #343a3d);
  --mat-sys-surface-container: light-dark(#eaeef3, #1b2024);
  --mat-sys-surface-container-high: light-dark(#e4e9ed, #252b2e);
  --mat-sys-surface-container-highest: light-dark(#dee3e7, #303639);
  --mat-sys-surface-container-low: light-dark(#eff4f8, #171c1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #090f12);
  --mat-sys-surface-dim: light-dark(#d6dbdf, #0f1417);
  --mat-sys-surface-tint: light-dark(#0fafe2, rgb(170.9142461964, 230.4439834025, 249.4190871369));
  --mat-sys-surface-variant: light-dark(#d9e4ec, #3d484f);
  --mat-sys-tertiary: light-dark(#0fafe2, rgb(170.9142461964, 230.4439834025, 249.4190871369));
  --mat-sys-tertiary-container: light-dark(rgb(212.9571230982, 242.7219917012, 252.2095435685), rgb(11.25, 131.25, 169.5));
  --mat-sys-tertiary-fixed: light-dark(rgb(212.9571230982, 242.7219917012, 252.2095435685), rgb(212.9571230982, 242.7219917012, 252.2095435685));
  --mat-sys-tertiary-fixed-dim: light-dark(rgb(170.9142461964, 230.4439834025, 249.4190871369), rgb(170.9142461964, 230.4439834025, 249.4190871369));
  --mat-sys-neutral-variant20: #273238;
  --mat-sys-neutral10: #171c1f;
  --mat-sys-level0:
    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-sys-level1:
    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-sys-level2:
    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-sys-level3:
    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-sys-level4:
    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-sys-level5:
    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-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html h1 {
  font-size: 2em;
}
html h2 {
  font-size: 1.8em;
}
html h3 {
  font-size: 1.6em;
}
html h4 {
  font-size: 1.4em;
}
html h5 {
  font-size: 1.2em;
}
html h6 {
  font-size: 1em;
}
html {
  --mat-sys-surface: white;
  --mat-sys-surface-container: white;
  --mat-sys-background: white;
  --mat-datepicker-toggle-icon-color: #0fafe2;
  --mat-datepicker-calendar-date-preview-state-outline-color: #0fafe2;
}
html .mat-calendar-controls {
  margin: 0 !important;
}
html {
  --mat-slide-toggle-track-width: 48px;
  --mat-slide-toggle-track-height: 24px;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-with-icon-handle-size: 18px;
  --mat-slide-toggle-pressed-handle-size: 18px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0px 26px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0px 26px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0px 4px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0px 4px;
  --mat-slide-toggle-selected-icon-size: 12px;
  --mat-slide-toggle-unselected-icon-size: 12px;
}
html .slide-toggle-span {
  color: #bababa;
  font-size: 14px;
}
html .slide-toggle-span.selected {
  color: #0fafe2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
}
html {
  --mat-tab-active-label-text-color: #0fafe2;
  --mat-tab-active-focus-label-text-color: #0fafe2;
  --mat-tab-active-hover-label-text-color: #0fafe2;
  --mat-tab-inactive-label-text-color: #707070;
  --mat-tab-active-ripple-color: #0fafe2;
  --mat-tab-inactive-ripple-color: #0fafe2;
  --mat-tab-label-text-weight: bold;
}
html .mdc-tab-indicator--active .mdc-tab-indicator {
  background: rgb(242.3871369295, 251.3165975104, 254.1628630705);
}
html {
  --mat-sidenav-container-shape: 4px;
  --mat-list-active-indicator-shape: 4px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-row-item-outline-color: #f0f0f0;
  --mat-table-row-item-label-text-size: 13px;
  --mat-table-header-headline-size: 13px;
}
html .mat-mdc-table .mat-mdc-header-cell {
  background: #f0f0f0;
  -webkit-user-select: none;
  user-select: none;
}
html .mat-mdc-no-data-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
html {
  --mat-icon-button-icon-color: #0fafe2;
}
html .mat-mdc-form-field-icon-suffix {
  --mat-icon-button-icon-color: --mat-sys-on-surface-variant;
}
html {
  --mat-option-label-text-size: 14px;
}
html .smaller-select {
  --mat-select-trigger-text-size: 13;
  min-width: 150px;
}
html .smaller-select .mat-mdc-option {
  font-size: 13px;
}
html {
  --mat-option-selected-state-label-text-color: #0fafe2;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-selected-state-background-color: #0fafe2;
  --mat-button-toggle-selected-state-text-color: white;
  --mat-chip-elevated-container-color: white;
  --mat-dialog-container-elevation-shadow:
    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-dialog-container-max-width: 90vw;
  --mat-dialog-container-shape: 8px;
  --mat-dialog-with-actions-content-padding: 20px 24px 4px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-card-outlined-container-shape: 4px;
}
html .mat-mdc-menu-item.selected * {
  color: #0fafe2;
}
html .mat-elevation-z1 {
  box-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);
}
html .mat-elevation-z2 {
  box-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);
}
html .mat-mdc-form-field[appearance=outline]:not(.no-top-padding) {
  padding-top: 15px;
}
html .mat-mdc-form-field {
  padding-right: 10px;
  padding-left: 10px;
}
html .mat-mdc-form-field-icon-suffix {
  padding-right: 10px !important;
}
html .mat-mdc-tooltip {
  font-size: 12px;
  white-space: pre-line;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family:
    "Roboto",
    "Helvetica Neue",
    Arial,
    sans-serif;
}
body {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.1px;
}
.cdk-overlay-container:not(:empty) ~ .dropdown-menu {
  z-index: 4000;
}
.title {
  font-weight: bold;
  font-size: 2em;
}
a {
  color: #0fafe2;
}
a:hover {
  color: rgb(8.6514522822, 100.9336099585, 130.3485477178);
  cursor: pointer;
}
.administration-principal-title {
  font-size: 22.75px;
}
.administration-field-title {
  font-size: 13px;
  font-weight: bold;
}
.deactivated-item-text {
  color: #707070;
  font-style: oblique;
}
.row {
  margin: unset;
}
.row > * {
  padding-right: 0;
  padding-left: 0;
}
.browser-upgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.url-link:hover:not(:has(:hover)) {
  color: #0fafe2 !important;
  text-decoration: underline;
  cursor: pointer;
}
.rounded-border {
  border-radius: 0.375em 0.375em 0.25em 0.25em;
}
.center-text {
  text-align: center;
  width: inherit;
}
.no-wrap-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flex-container > * {
  display: flex;
}
.spacer > * {
  margin: 0.5em;
}
.spacer > *:first-child {
  margin-left: 0;
}
.spacer > *:last-child {
  margin-right: 0;
}
.spacer-x > * {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.spacer-x > *:first-child {
  margin-left: 0;
}
.spacer-x > *:last-child {
  margin-right: 0;
}
.not-selectable-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.round-btn {
  border-radius: 14px;
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-left: 1rem;
  padding: 0;
}
.action-btn {
  background-color: transparent;
  border: 0 transparent;
  padding: 0;
  color: #0fafe2;
  margin: 0 5px;
  cursor: pointer;
}
.action-btn:focus:not(:focus-visible) {
  outline: 0;
}
.action-btn.btn-error {
  color: #e20101;
}
.action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: inherit !important;
  width: inherit !important;
}
.input-icon-suffix {
  position: relative;
}
.input-icon-suffix fa-icon {
  top: -3px;
  position: relative;
}
.input-icon-suffix fa-icon svg {
  height: 14px;
  width: 14px;
}
.small-svg fa-icon svg {
  height: 12px;
  width: 12px;
}
.event-bg-color {
  background-color: #bababa;
}
.unavailable-container {
  cursor: not-allowed !important;
}
.readonly-container {
  cursor: not-allowed !important;
}
.state-container {
  border-radius: 20px;
  font-weight: bold;
  padding: 1px 0;
  font-size: 11px;
  display: inline-block;
  width: 50px;
  text-align: center;
}
.status-container {
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 11px;
  white-space: nowrap;
}
.planning-event-tooltip {
  white-space: pre-line;
  text-align: center;
}
.loading fa-icon {
  color: #0c9fce;
}
.loading h3 {
  display: inline-block;
}
.cdk-drag-preview {
  z-index: 9999 !important;
}
.cdk-overlay-container {
  z-index: 3000;
}
.cdk-overlay-connected-position-bounding-box {
  z-index: 1001 !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}
.small-icon-button .mat-mdc-icon-button .mat-mdc-button-touch-target {
  width: unset !important;
  height: unset !important;
}
.popover-opacity-0 {
  opacity: 0;
  pointer-events: none;
}
app-scheduling .cdk-virtual-scroll-content-wrapper {
  min-height: 100%;
}
fieldset {
  border: none;
}

/* angular:styles/global:styles */
