@charset "UTF-8";

/* node_modules/pik-frontend-libs/packages/leaflet-distortableimage/dist/vendor.css */
.leaflet-toolbar-0 {
  list-style: none;
  padding-left: 0;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
}
.leaflet-toolbar-0 > li {
  position: relative;
}
.leaflet-toolbar-0 > li > .leaflet-toolbar-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.leaflet-toolbar-0 > li > .leaflet-toolbar-icon:hover {
  background-color: #f4f4f4;
}
.leaflet-toolbar-0 .leaflet-toolbar-1 {
  display: none;
  list-style: none;
}
.leaflet-toolbar-tip-container {
  margin: -16px auto 0;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.leaflet-toolbar-tip {
  width: 16px;
  height: 16px;
  margin: -8px auto 0;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .2);
  background-clip: content-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 4px;
}
.leaflet-control-toolbar .leaflet-toolbar-1 > li:last-child > .leaflet-toolbar-icon,
.leaflet-popup-toolbar > li:last-child > .leaflet-toolbar-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.leaflet-control-toolbar > li > .leaflet-toolbar-icon {
  border-bottom: 1px solid #ccc;
}
.leaflet-control-toolbar > li:first-child > .leaflet-toolbar-icon {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-control-toolbar > li:last-child > .leaflet-toolbar-icon {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 0;
}
.leaflet-control-toolbar .leaflet-toolbar-1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 0;
  white-space: nowrap;
  height: 30px;
}
.leaflet-control-toolbar .leaflet-toolbar-1 > li {
  display: inline-block;
}
.leaflet-control-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon {
  display: block;
  background-color: #919187;
  border-left: 1px solid #aaa;
  color: #fff;
  font:
    11px/19px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  line-height: 30px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
}
.leaflet-control-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon:hover {
  background-color: #a0a098;
}
.leaflet-popup-toolbar {
  position: relative;
  box-sizing: content-box;
}
.leaflet-popup-toolbar > li {
  float: left;
}
.leaflet-popup-toolbar > li > .leaflet-toolbar-icon {
  border-right: 1px solid #ccc;
}
.leaflet-popup-toolbar > li:first-child > .leaflet-toolbar-icon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.leaflet-popup-toolbar > li:last-child > .leaflet-toolbar-icon {
  border-bottom-width: 0;
  border-right: none;
}
.leaflet-popup-toolbar .leaflet-toolbar-1 {
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 0;
}
.leaflet-popup-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
}

/* node_modules/pik-frontend-libs/packages/leaflet-distortableimage/dist/leaflet.distortableimage.css */
.ldi .leaflet-popup-toolbar {
  width: max-content !important;
}
.ldi .leaflet-pane .leaflet-overlay-pane img {
  pointer-events: all !important;
}
.ldi .leaflet-pane .leaflet-overlay-pane img.disabled {
  cursor: default;
}
.ldi img.leaflet-image-layer.collected {
  box-shadow: 0px 0px 0px 12px #ffea00;
}
.ldi-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #4050b5;
}
.ldi-icon.ldi-delete_forever {
  fill: #c10d0d;
}
.ldi-icon.ldi-keyboard_open {
  fill: black;
}
input.ldi {
  position: absolute;
  top: -100px;
}
.ldi .leaflet-toolbar-icon {
  box-sizing: initial;
}
.ldi .leaflet-toolbar-tip {
  box-sizing: border-box;
}
.ldi-keymapper {
  background-color: rgba(255, 255, 255, 1);
  color: black;
  padding: 8px;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  height: auto;
  width: 235px;
  border-radius: 21px;
  overflow: hidden;
}
.ldi #keymapper-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 186px;
  min-height: 186px;
}
.ldi .left {
  width: 46%;
}
.ldi .left span {
  overflow-wrap: break-word;
}
.ldi .right {
  display: flex;
  max-width: 40%;
  flex-wrap: wrap;
  margin-left: 20px;
  align-items: flex-start;
}
.ldi #keymapper-hr {
  transform: rotate(90deg);
  position: relative;
  transform-origin: 0px;
  left: 50%;
  margin: -2px;
  width: 200%;
}
.ldi-keymapper tr {
  display: block;
}
.ldi-keymapper td {
  padding: 0.2rem;
  display: flex;
  width: 100%;
}
.ldi-keymapper kbd {
  padding: 0.2rem 0.4rem;
  color: black;
  background-color: rgb(247, 247, 247);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  text-shadow: 0 0.5px 0 #fff;
}
#toggle-keymapper {
  background-color: #fff;
  padding: 0px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  right: 16px;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 2px solid rgba(184, 178, 173, 0.9);
  line-height: 30px;
}
#toggle-keymapper:hover {
  background-color: #f4f4f4;
}
.close-icon#toggle-keymapper {
  text-transform: uppercase;
  width: 254px;
  font-size: 11px;
  border: 1px solid lightgray;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  border-radius: 0;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  position: relative;
  height: 21px;
  line-height: 22px;
  color: gray;
  top: 10px;
  left: -10px;
}
.close-icon#toggle-keymapper:hover {
  background-color: #efefef;
}
a.leaflet-toolbar-icon.rotate.selected-mode,
a.leaflet-toolbar-icon.freeRotate.selected-mode {
  background-color: #4050b5;
  border: inset 0.5px lightgray;
  position: relative;
}
a.leaflet-toolbar-icon.rotate span.deg-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 1px;
  border-radius: 20px;
  background: #fff;
  border: 0.5px solid #4050b5;
  font-size: 9px;
  line-height: 1;
  color: #000;
  opacity: 0;
  pointer-events: none;
}
a.leaflet-toolbar-icon.rotate.selected-mode span.deg-marker {
  opacity: 1;
}
a.leaflet-toolbar-icon.rotate.selected-mode .ldi-icon,
a.leaflet-toolbar-icon.freeRotate.selected-mode .ldi-icon,
a.leaflet-toolbar-icon.drag.selected-mode .ldi-icon {
  fill: white;
}
a.leaflet-toolbar-icon.drag.selected-mode {
  background-color: rgba(9, 155, 56, 0.75);
  border: inset 0.5px lightgray;
}
a.leaflet-toolbar-icon.distort.selected-mode,
a.leaflet-toolbar-icon.scale.selected-mode {
  background-color: #4050b5;
  border: inset 0.5px lightgray;
}
a.leaflet-toolbar-icon.distort.selected-mode .ldi-icon,
a.leaflet-toolbar-icon.scale.selected-mode .ldi-icon {
  fill: white;
}
a.leaflet-toolbar-icon.lock.selected-mode {
  background-color: hsla(0, 0%, 1%, 0.7490196078431373);
  border: inset 0.5px lightgray;
}
li.disabled {
  cursor: auto;
}
li.disabled .ldi-icon {
  opacity: .7;
}
a.leaflet-toolbar-icon.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
a.leaflet-toolbar-icon.lock.selected-mode .ldi-icon {
  fill: white;
}
a.leaflet-toolbar-icon[title="Loading..."] {
  background-color: whitesmoke;
  pointer-events: none;
  cursor: default;
}
.ldi-icon.loader {
  -webkit-animation: ldi-spin 1.1s infinite;
  animation: ldi-spin 1.1s infinite;
  fill: black;
  width: 22px;
  height: 22px;
}
#cancel {
  fill: #c10d0d;
}
input[type=text]::-webkit-input-placeholder {
  color: #979797;
}
@keyframes ldi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
  }
  80% {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
  90% {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ldi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
  }
  80% {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
  90% {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* src/styles/index.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
button {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  outline-width: 0px;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
  color: inherit;
}
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: transparent;
  outline-width: 0px;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
}
input[type=number],
select[type=number],
textarea[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex !important;
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.center {
  justify-content: center;
}
.vertical {
  flex-direction: column;
}
.hidden {
  display: none !important;
}
.bold {
  font-weight: bold;
}
.container {
  padding: 0 15vmin;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.w-full {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-fit {
  width: fit-content;
}
.h-full {
  height: 100%;
}
.pointer-events-auto {
  pointer-events: all;
}
.pointer-events-none {
  pointer-events: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.color-accent {
  color: #fc4c02;
}
.color-error {
  color: #ff0000;
}
.relative {
  position: relative;
}
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable-x {
  overflow-x: auto;
}
.overflow-ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}
:root {
  --common-popup-width: 277px;
  --simple-popup-width: 277px;
  --color-pink-main: #ff4081;
  --mat-checkbox-width: 16px;
}
* {
  font-family: "Graphik" !important;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}
body {
  margin: 0;
  overflow: hidden;
  color: #141414;
}
.page-component {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding-top: 120px;
}
.page-title {
  font-size: 44px;
  font-weight: 600;
}
.page-close-button {
  position: absolute;
  right: -55px;
  top: -45px;
  width: 30px;
  height: 30px;
}
.page-close-button img {
  width: 100%;
  height: 100%;
}
.leaflet-pm-icon-merge {
  opacity: 0.85;
  background-image: url(/assets/img/merge-call.svg);
}
.leaflet-pm-icon-silhouette {
  opacity: 0.85;
  background-image: url(/assets/img/silhouette-call.svg);
}
.leaflet-pm-icon-holes {
  opacity: 0.6;
  background-image: url(/assets/img/picture_in_picture.svg);
}
.leaflet-pm-icon-pkk {
  background-image: url(/assets/img/pkk.png);
}
.leaflet-pm-icon-copy {
  background-image: url(/assets/img/content_copy.svg);
}
.leaflet-pm-icon-copy-holes {
  background-image: url(/assets/img/copy-holes.png);
}
.leaflet-pm-icon-fill-brush {
  background-image: url(/assets/img/brush_FILL0_wght400_GRAD0_opsz24.svg);
}
.leaflet-pm-icon-add-image {
  background-image: url(/assets/img/add-image.svg);
}
.leaflet-top {
  margin-top: 10px;
}
.leaflet-top div.leaflet-control {
  margin-top: 3px;
}
.leaflet-interactive {
  pointer-events: auto !important;
}
.leaflet-bar a.leaflet-disabled {
  cursor: not-allowed !important;
  background-color: #ffffff !important;
}
.leaflet-measure-map {
  cursor: crosshair !important;
}
.leaflet-measure-map .leaflet-measure-contents {
  display: block;
}
.leaflet-measure-lable {
  padding: 1px 7px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
}
.leaflet-measure-lable .content {
  width: auto;
  display: inline-block;
}
.leaflet-measure-lable .close {
  width: 15px;
  height: 15px;
  position: relative !important;
  top: 0px !important;
  left: 5px !important;
  cursor: pointer;
}
.leaflet-measure-lable .close .icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 2px;
  position: relative;
}
.leaflet-marker-icon.measure-point {
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ff0080;
}
.leaflet-marker-icon.rooms-count-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #141414;
}
.leaflet-marker-icon.marker-cluster {
  width: 17px !important;
  height: 17px !important;
  border: 1px solid black;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
}
.leaflet-marker-icon.marker-cluster.small {
  font-size: 7px;
}
.carplace-cluster {
  background-color: #d2d2d1 !important;
}
.marker-cluster-text {
  font-weight: bold;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header a,
.popup-link {
  color: #333;
}
.selection-label {
  width: initial !important;
  height: initial !important;
  border: 1px solid transparent;
}
.selection-label.editable-marker {
  display: flex;
}
.selection-label.selected {
  border-color: black;
}
.selection-label__value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  aspect-ratio: 1;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 50, 0.35) 0px 5px 10px 0px;
  text-align: center;
  border: 2px solid rgb(255, 255, 255);
}
.selection-label__value.scale span {
  transform: scale(0.7);
}
.icon-small {
  width: 16px;
  height: 16px;
}
.icon-medium {
  width: 16px;
  height: 16px;
}
.layer-marker {
  text-align: center;
  width: fit-content !important;
  height: fit-content !important;
  border: 2px solid transparent;
}
.layer-marker.selected {
  border-color: black;
}
.layer-marker.title-hidden .layer-marker__title {
  display: none;
}
.layer-marker.desc-hidden .layer-marker__desc {
  display: none;
}
.layer-marker__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  height: 16px;
  line-height: 1;
}
.layer-marker__title-background {
  height: 100%;
  background-color: white;
}
.layer-marker__title .developer-icon {
  width: auto;
  height: 100%;
}
.layer-marker__title--pik {
  color: #fc4c02;
  text-transform: uppercase;
}
.layer-marker__desc {
  font-size: 9px;
  white-space: nowrap;
  line-height: 1;
}
.layer-marker__desc--pik {
  color: #fc4c02;
}
.layer-marker__desc-wrapper {
  padding: 0 1px;
  background-color: #ffffff;
  border-top: 0px;
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.stroimos-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border: 1px solid #777;
  box-shadow: rgba(50, 50, 50, 0.35) 0px 5px 10px 0px;
}
.stroimos-icon,
.aero-circle {
  border-radius: 50%;
}
.stroimos-icon__readytobuild {
  background-color: #e2e1e1;
  border: 3px solid #777 !important;
}
.grey {
  background: #f2f2f2;
}
.search-marker-wrapper {
  background: rgba(250, 250, 250, 0);
  border: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
}
.search-marker {
  position: relative;
  padding: 4px 4px 0 4px;
}
.search-marker__image {
  width: 34px;
  height: 50px;
}
.search-marker__close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
  padding: 3px;
  background: white;
  border-radius: 10px;
  border: 1px solid black;
  display: none;
}
.search-marker__close-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/close-24-px.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.search-marker__number {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(calc(-50% + 4px));
  color: white;
  font-weight: 500;
}
.search-marker:hover .search-marker__close {
  display: block !important;
}
text {
  font-size: 9px !important;
}
.mat-mdc-form-field {
  font-size: 13px !important;
}
.mat-menu-pannel {
  max-width: 303px !important;
}
.custom-tooltip {
  max-width: unset !important;
}
.remove-colorpicker-template__tooltip {
  max-width: 300px !important;
}
div.point-layer > div > svg.leaflet-tile {
  overflow: visible;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loading-text-container {
  width: 170px;
  height: 170px;
  display: table;
  overflow: hidden;
  position: absolute;
}
.loading-text {
  display: table-cell;
  vertical-align: middle;
  font-weight: 100;
  font-size: 1.1em;
  color: #666666;
  text-align: center;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.close-button {
  width: 27px;
  height: 27px;
  background-color: rgba(255, 255, 255, 0);
  outline-color: white;
  border-width: 0px;
}
.feature-tooltip {
  font-size: 14px;
  font-weight: bold;
  padding: 3px !important;
}
.feature-tooltip > button {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding: 3px;
}
.feature-tooltip > button > img {
  width: 100%;
  height: 100%;
}
.leaflet-tooltip.route__tooltip {
  color: #141414;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.leaflet-tooltip.route__tooltip .flex {
  background: rgba(255, 255, 255, 0.95);
  width: auto;
  min-width: fit-content;
  background-color: #ffffff;
  border: 1px solid #dddcdb;
  border-radius: 20px;
  padding: 2px 8px;
}
.leaflet-tooltip.route__tooltip span {
  display: block;
  margin-left: 2px;
}
.leaflet-tooltip.route__tooltip img {
  display: block;
  min-width: 14px;
  width: 14px;
  height: 14px;
}
.leaflet-tooltip-left.route__tooltip::before,
.leaflet-tooltip-right.route__tooltip::before {
  display: none;
}
.mat-tooltip {
  white-space: pre-line;
}
.weekdays-select {
  min-width: 30px !important;
  max-width: 80px !important;
  font-size: 14px !important;
}
.travel-type-select {
  font-size: 14px !important;
}
.custom-button-container {
  height: 50px;
}
.custom-button-container > a {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  background-color: transparent !important;
  border-bottom: none !important;
  align-items: center;
}
.custom-button-container:hover {
  background-color: #f4f4f4;
}
.custom-button-container.active {
  box-shadow: inset 0 -1px 5px 2px rgba(81, 77, 77, 0.31);
}
.custom-button-text {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}
.active .leaflet-buttons-control-button {
  box-shadow: none !important;
}
.leaflet-pm-actions-container {
  border-radius: 8px;
  overflow: hidden;
}
.leaflet-pm-actions-container .leaflet-pm-action {
  padding: 0 8px !important;
}
.leaflet-pm-toolbar {
  margin-left: 88px !important;
  margin-bottom: 20px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 350px;
  box-sizing: border-box;
}
.leaflet-pm-toolbar .control-icon {
  width: 35px !important;
  height: 75% !important;
  flex-shrink: 0;
}
.leaflet-pm-actions-container {
  position: fixed !important;
  left: 450px !important;
  bottom: 20px !important;
  top: auto !important;
}
.no-boundary-label {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f3ab10;
  border-radius: 2px;
  padding: 3px 4px;
}
.choropleth-fields-box mat-dialog-container,
.route-palette-box mat-dialog-container {
  padding: 0;
}
.tooltip-list {
  white-space: pre;
}
.dialog-buttons-wrapper {
  display: flex;
  gap: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.full-grid-row {
  grid-column-start: 1;
  grid-column-end: -1;
}
.filter-item .mat-tab-header {
  margin-bottom: 6px;
}
.filter-item .mat-tab-header .mat-tab-header-pagination {
  display: none;
}
.filter-item .mat-mdc-form-field {
}
.filter-item .mat-mdc-form-field .mat-form-field-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-item .mat-mdc-form-field .mat-form-field-underline {
  bottom: 0;
}
.filter-item .additional-filters-button {
  padding: 0;
}
.filter-item .additional-filters-button .node-title__text {
  line-height: 1;
}
.filter-item .mat-slide-toggle {
  height: 20px;
}
.pkk-cadnumbers-tabs .mat-tab-list {
  margin-bottom: 10px;
}
.pkk-cadnumbers-tabs .mat-tab-label {
  flex: 1;
}
.pkk-cadnumbers-tabs .mat-tab-label {
  height: fit-content;
  padding-top: 5px;
  padding-bottom: 8px;
}
.pkk-cadnumbers-tabs .mat-tab-header {
  border: none;
}
.pkk-cadnumbers-tabs .single-tab .mat-tab-label-container,
.pkk-cadnumbers-tabs .single-tab .mat-tab-header {
  display: none;
}
.search-popup .leaflet-popup-tip {
  opacity: 0.5;
}
.tooltip {
  position: fixed;
  z-index: 1000;
  background-color: rgba(97, 97, 97, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-container {
  cursor: pointer;
}
.tools-button {
  position: relative;
  padding: 12px;
  justify-content: center;
  margin: 0px;
  border-width: 0px;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
}
.tools-button.editable,
.tools-button.active {
  color: #fc4c02;
  background-color: rgba(20, 20, 20, 0.4);
}
.tools-button:hover {
  background-color: rgba(20, 20, 20, 0.4);
}
.tools-button:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 8px;
  width: calc(100% - 16px);
  height: 1px;
  background-color: rgba(221, 220, 219, 0.35);
}
.tools-button:first-child {
  border-radius: 8px 8px 0 0;
}
.tools-button__wrapper--row .tools-button:first-child {
  border-radius: 8px 0 0 8px;
}
.tools-button:last-child {
  border-radius: 0 0 8px 8px;
}
.tools-button__wrapper--row .tools-button:last-child {
  border-radius: 0 8px 8px 0;
}
.tools-button img,
.tools-button svg,
.tools-button mat-icon.mat-icon {
  width: 24px;
  height: 24px;
}
.tools-button__wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: rgba(20, 20, 20, 0.4);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
.tools-button__wrapper--row {
  flex-direction: row;
}
.toolbar-nested-buttons {
  position: relative;
}
.toolbar-nested-buttons:hover .toolbar-nested-buttons__trigger {
  background-color: rgba(20, 20, 20, 0.4);
}
.toolbar-nested-buttons:hover .toolbar-nested-buttons__panel {
  pointer-events: all;
  opacity: 1;
}
.toolbar-nested-buttons__trigger.tools-button {
  border-radius: 0px;
}
.toolbar-nested-buttons__panel {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 8px;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.mono-color-mode .leaflet-tile-container img.leaflet-tile[src*="2gis"] {
  filter: brightness(1.075) grayscale(1);
}
.zu-layer-tiles img.leaflet-tile,
.oks-layer-tiles img.leaflet-tile {
  opacity: 0.65 !important;
}
.second-level__expansion-panel-content,
.tree-node div.expansion-panel-content {
  padding-left: 0;
}
.docs-icon {
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
g > .selected {
  filter: drop-shadow(0px 0px 3px #fc4c02);
}
.arrow {
  transition: transform 0.15s;
}
.arrow.active {
  transform: rotate(180deg);
}
.leaflet-marker-icon.isochrone-point {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #5a5a5a;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.funnel-label {
  white-space: nowrap;
}
.map-click-spinner-icon {
  background-image: url(/assets/img/sprite/loading.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  animation: spin 0.5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Segoe UI";
  src: url(/assets/fonts/SegoeUI/SegoeUI-light.woff2) format("woff2"), url(/assets/fonts/SegoeUI/SegoeUI-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/assets/fonts/SegoeUI/SegoeUI-regular.woff2) format("woff2"), url(/assets/fonts/SegoeUI/SegoeUI-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/assets/fonts/SegoeUI/SegoeUI-semibold.woff2) format("woff2"), url(/assets/fonts/SegoeUI/SegoeUI-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/assets/fonts/SegoeUI/SegoeUI-bold.woff2) format("woff2"), url(/assets/fonts/SegoeUI/SegoeUI-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik/Graphik-light.woff2) format("woff2"), url(/assets/fonts/Graphik/Graphik-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik/Graphik-regular.woff2) format("woff2"), url(/assets/fonts/Graphik/Graphik-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik/Graphik-medium.woff2) format("woff2"), url(/assets/fonts/Graphik/Graphik-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik/Graphik-semibold.woff2) format("woff2"), url(/assets/fonts/Graphik/Graphik-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik/Graphik-bold.woff2) format("woff2"), url(/assets/fonts/Graphik/Graphik-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-with-label-container-padding-top: 5px;
  --mat-form-field-filled-with-label-container-padding-bottom: 0px;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mdc-text-field {
  padding: 0;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-flex {
  background-color: #ffffff;
  border: 1px solid #dddcdb;
  border-radius: 8px !important;
  padding: 0px;
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-flex:hover {
  border-color: #abaaaa;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mdc-line-ripple::before {
  display: none;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-select {
  padding: 10px 10px 10px 16px;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-select-arrow {
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/icons/actions/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  margin: 0;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-select-arrow svg {
  display: none;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-select-arrow-wrapper {
  height: fit-content;
  transform: translateY(0);
}
mat-form-field.mat-mdc-form-field-type-mat-select .mdc-line-ripple,
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-floating-label {
  padding-left: 16px;
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-floating-label.mdc-floating-label--float-above {
  transform: translateX(3px) translateY(-18px) scale(0.75);
}
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-floating-label.mdc-floating-label--float-above + .mat-mdc-select {
  padding-top: 13px;
  padding-bottom: 7px;
}
.mat-mdc-text-field-wrapper.mdc-text-field--no-label .mat-mdc-form-field-infix {
  min-height: initial;
  padding: 0;
}
div.mat-mdc-select-panel.mdc-menu-surface {
  background-color: #ffffff;
  border: 1px solid #dddcdb;
  font-size: 13px;
  padding: 0;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-divider {
  display: none;
}
div.mat-mdc-select-panel.mdc-menu-surface .mdc-list-item__primary-text {
  width: 100%;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-select-search-inner-row {
  width: 100%;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-select-search-inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #eeedeb;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-select-search-input {
  background-color: #ffffff;
  height: 3em;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-select-search-input::placeholder {
  color: #979797;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-pseudo-checkbox {
  border-radius: 50%;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-pseudo-checkbox::after {
  width: 7px;
  height: 3px;
  left: 50%;
  top: 25%;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option {
  min-height: initial;
  padding-top: 11px;
  padding-bottom: 11px;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  bottom: 0;
  background-color: #eeedeb;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple) {
  padding-right: 40px;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple) .mat-pseudo-checkbox {
  display: none;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple)::after {
  content: "";
  position: absolute;
  right: 16px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/icons/control/select-option-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 0;
  border-radius: 100%;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple).mat-mdc-option-active::after,
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple):hover::after {
  opacity: 1;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option:not(.mat-mdc-option-multiple).mat-mdc-option-active::after {
  background-image: url(/assets/img/icons/control/select-option-check.svg);
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option.contains-mat-select-search {
  position: relative !important;
  height: fit-content;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-option .mat-pseudo-checkbox {
  width: 16px;
  height: 16px;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-select__select-all {
  display: block;
  width: 100%;
  height: 3em;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}
div.mat-mdc-select-panel.mdc-menu-surface .mat-mdc-select__select-all:hover {
  opacity: 0.5;
}
mat-pseudo-checkbox.mat-pseudo-checkbox {
  border-width: 1px;
  border-color: #dddcdb;
  background-color: #ffffff;
  border-radius: 16%;
}
mat-pseudo-checkbox.mat-pseudo-checkbox:hover {
  border-color: #abaaaa;
}
mat-pseudo-checkbox.mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #fc4c02;
  border-color: transparent;
}
mat-pseudo-checkbox.mat-pseudo-checkbox.mat-pseudo-checkbox-checked:hover {
  background-color: #e44502;
}
mat-pseudo-checkbox.mat-pseudo-checkbox::after {
  width: 9px;
  height: 4px;
  border-color: #ffffff;
  border-width: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-slider .ngx-slider {
  margin: 5px 0;
  padding-bottom: 10px;
}
.custom-slider .ngx-slider .ngx-slider-bar {
  background: rgba(255, 114, 68, 0.75);
  height: 2px;
}
.custom-slider .ngx-slider .ngx-slider-selection {
  background-color: #fc4c02;
}
.custom-slider .ngx-slider .ngx-slider-pointer {
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 4px;
  background-color: #fc4c02;
  border-radius: 50%;
  outline-width: 0px;
}
.custom-slider .ngx-slider .ngx-slider-pointer:after {
  display: none;
}
.custom-slider .ngx-slider .ngx-slider-bubble {
  top: 4px;
  font-size: 12px;
  color: #fc4c02;
}
.custom-slider .ngx-slider .ngx-slider-limit {
  font-weight: bold;
  color: #fc4c02;
}
.custom-slider .ngx-slider .ngx-slider-tick.ngx-slider-selected {
  background: #fc4c02;
}
.custom-slider .ngx-slider .ngx-slider-bubble.ngx-slider-limit {
  color: #4f4e4e;
  font-size: 12px;
  font-weight: 400;
}
.custom-slider--with-inputs.custom-slider--min-limit-label .ngx-slider-limit.ngx-slider-floor,
.custom-slider--with-inputs.custom-slider--max-limit-label .ngx-slider-limit.ngx-slider-ceil {
  opacity: 1 !important;
}
.custom-slider--with-inputs .ngx-slider-model-value,
.custom-slider--with-inputs .ngx-slider-model-high,
.custom-slider--with-inputs .ngx-slider-limit {
  opacity: 0 !important;
}
.custom-slider--with-inputs .ngx-slider-limit,
.custom-slider--with-inputs .ngx-slider-combined {
  transition: none !important;
}
.custom-slider--with-inputs .ngx-slider-combined {
  opacity: 0 !important;
}
.custom-slider--with-inputs .input-container__wrapper {
  margin-top: -7px;
}
.custom-slider--with-inputs .input-container {
  margin-top: 0 !important;
  width: fit-content;
  justify-content: center;
  color: #fc4c02;
}
.custom-slider--with-inputs .input-container--max {
  left: auto;
  right: 0;
}
.custom-slider--with-inputs .input-container input {
  position: absolute;
  display: block;
  height: 100%;
  top: 0px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  text-align: center;
  color: #e44502;
}
.custom-slider--with-inputs .input-container input:focus {
  opacity: 1;
}
.custom-slider--with-inputs .input-container input:focus + span {
  opacity: 0;
  pointer-events: none;
}
.custom-slider--with-inputs .input-container:hover input,
.custom-slider--with-inputs .input-container.pointer-touched input {
  opacity: 1;
}
.custom-slider--with-inputs .input-container:hover span,
.custom-slider--with-inputs .input-container.pointer-touched span {
  opacity: 0;
  pointer-events: none;
}
.mdc-tooltip {
  font-size: 12px;
  padding: 8px !important;
  color: #141414 !important;
  background-color: #ffffff;
  box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
:root {
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-min-width: 10vw;
}
mat-dialog-container.mat-mdc-dialog-container {
  --mdc-dialog-container-shape: 8px;
}
.modal {
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  width: 480px;
  max-height: 85vh;
  background-color: #ffffff;
  overflow-y: auto;
}
.modal__header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 15px 30px;
}
.modal__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  border: 0px;
}
.modal__content {
  padding: 0 30px 40px;
}
.mat-mdc-tab-group .mat-mdc-tab-list {
  transition: none;
  transform: translateZ(0) !important;
}
.mat-mdc-tab-group .mat-ripple.mat-mdc-tab-header-pagination {
  display: none;
}
.mat-mdc-tab-group .mat-ripple {
  position: relative;
  overflow: hidden;
}
.mat-mdc-tab-group .mat-ripple:not(:empty) {
  transform: translateZ(0) !important;
}
.mat-mdc-tab-group .mat-ripple-element {
  display: none;
}
.mat-mdc-tab-group .mdc-tab-indicator {
  display: none;
}
.mat-mdc-tab-group .mat-mdc-tab-label-container {
  border: 0px;
}
.mat-mdc-tab-group .mat-mdc-tab-labels {
  padding: 4px;
  border: 1px solid #dddcdb;
  border-radius: 30px;
}
.mat-mdc-tab-group .mat-mdc-tab-labels .mdc-tab {
  flex: 1;
  opacity: 1;
  height: 28px;
  min-width: fit-content;
}
.mat-mdc-tab-group .mat-mdc-tab-labels .mdc-tab--active {
  background-color: #f4f4f3;
  border-radius: 30px;
  font-weight: 500;
}
.filter-item .mat-mdc-tab-labels {
  font-size: 12px;
}
.filter-item .mat-mdc-tab-labels .mdc-tab {
  padding-left: 8px;
  padding-right: 8px;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-global-overlay-wrapper {
  display: flex;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: rgba(20, 20, 20, 0.4);
  opacity: 0;
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-overlay-pane {
  position: absolute;
  left: 0;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1010;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.mat-mdc-table {
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid #dddcdb !important;
  border-radius: 0 0 10px 10px;
}
.mat-mdc-table .header-row {
  background-color: #fc4c02;
  height: fit-content !important;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mat-mdc-table .header-cell {
  color: #ffffff;
  font-weight: 400;
  padding: 6px;
  white-space: nowrap;
  font-size: 12px;
}
.mat-mdc-table .header-cell:first-of-type {
  padding-left: 6px;
}
.mat-mdc-table .header-cell:last-of-type {
  padding-right: 6px;
}
.mat-mdc-table .cdk-footer-row .table-cell {
  border-top: 1px solid #dddcdb;
}
.mat-mdc-table .table-cell {
  font-size: 12px;
  padding: 6px;
  border-color: #dddcdb;
  border-left: 1px solid #dddcdb;
}
.mat-mdc-table .table-cell:first-child {
  padding-left: 6px;
}
.mat-mdc-table .table-cell.mat-column-index .row-index {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mat-mdc-table .table-cell.mat-column-index .row-index__number {
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-shadow: 1px 1px 2px black;
}
.mat-mdc-table .table-cell.mat-column-index .row-index app-style-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mat-mdc-table tbody {
  color: #5a5a5a;
}
div.mat-sort-header-content {
  text-align: left;
}
mat-icon.mat-icon {
  display: block;
  width: 100%;
  height: 100%;
}
mat-icon.mat-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mat-mdc-menu-content {
  background-color: #ffffff;
}
.mat-mdc-menu-content .mat-mdc-menu-item {
  min-height: initial;
  padding-top: 8px;
  padding-bottom: 8px;
}
mat-paginator .mat-mdc-paginator-container {
  justify-content: center;
}
mat-paginator .mdc-notched-outline {
  display: none;
}
mat-paginator .mdc-icon-button[disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.input {
  background-color: #ffffff;
  border: 1px solid #dddcdb;
  border-radius: 30px;
  padding: 16px 24px;
  font-weight: 500;
  color: #141414;
}
.input::placeholder {
  color: #abaaaa;
}
.input:not(:disabled):hover {
  border-color: #abaaaa;
}
.input:focus {
  border-color: #7c7b7a;
}
.input.comment-input {
  margin-top: 4px;
  width: 100%;
  font-size: 12px;
  padding: 8px;
  border-radius: 12px;
  resize: none;
}
.input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.leaflet-pm-toolbar.leaflet-bar {
  background-color: #ffffff;
  border-radius: 8px;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.leaflet-draw {
  position: initial !important;
  display: none;
  border-radius: 0px !important;
  padding: 0;
}
.draw-polygon-button-container .leaflet-draw {
  display: block;
}
.leaflet-draw .leaflet-draw-actions {
  left: 56px;
  top: 12px !important;
  margin-top: 0px !important;
  border-radius: 8px;
  overflow: hidden;
}
.leaflet-draw .leaflet-draw-toolbar {
  box-shadow: none;
  border-radius: 0px;
}
.leaflet-draw a.leaflet-draw-draw-polygon {
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border-radius: 0px;
}
.leaflet-draw a.leaflet-draw-draw-polygon:hover {
  background-color: transparent;
}
.leaflet-draw .leaflet-draw-section {
  position: initial;
}
.leaflet-measure {
  cursor: pointer !important;
}
.leaflet-measure .leaflet-measure-toggle {
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  width: 24px;
  height: 24px;
}
.leaflet-measure .leaflet-measure-contents {
  padding: 0;
  display: none;
  position: absolute;
  left: 100%;
  padding-left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.leaflet-measure .leaflet-control-measure h3 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.leaflet-measure .leaflet-measure-actions {
  background-color: rgba(20, 20, 20, 0.4);
  padding: 6px;
  text-align: center;
  list-style: none;
  list-style-image: none;
  display: flex;
  border-radius: 4px;
}
.leaflet-measure .leaflet-measure-action {
  width: 36px;
  height: 36px;
  background-color: transparent;
  position: relative;
}
.leaflet-measure .leaflet-measure-action:hover::before {
  opacity: 0.7;
}
.leaflet-measure .leaflet-measure-action:hover::after {
  opacity: 1;
}
.leaflet-measure .leaflet-measure-action::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.leaflet-measure .leaflet-measure-action::after {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 9px;
  background-color: rgba(97, 97, 97, 0.9);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.1s;
  width: fit-content;
}
.leaflet-measure .leaflet-measure-action--distance::after {
  content: "\418\437\43c\435\440\438\442\44c  \440\430\441\441\442\43e\44f\43d\438\435";
  left: 85px;
}
.leaflet-measure .leaflet-measure-action--distance::before {
  background-image: url(/assets/img/icons/control/measure-distance.svg);
}
.leaflet-measure .leaflet-measure-action--area::after {
  content: "\418\437\43c\435\440\438\442\44c  \43f\43b\43e\449\430\434\44c";
  left: 49px;
}
.leaflet-measure .leaflet-measure-action--area::before {
  background-image: url(/assets/img/icons/control/measure-area.svg);
}
.leaflet-measure .leaflet-measure-action--clear {
  display: none;
  margin-left: 4px;
}
.leaflet-measure .leaflet-measure-action--clear::after {
  content: "\423\434\430\43b\438\442\44c";
  left: 85px;
}
.leaflet-measure .leaflet-measure-action--clear::before {
  background-image: url(/assets/img/icons/control/clear-icon.svg);
}
.leaflet-measure .leaflet-measure-action--cancel {
  display: none;
}
.leaflet-measure .leaflet-measure-action--cancel::after {
  content: "\41e\442\43c\435\43d\438\442\44c  \43f\43e\441\43b\435\434\43d\435\435\435  \434\435\439\441\442\432\438\435";
  left: 50px;
}
.leaflet-measure .leaflet-measure-action--cancel::before {
  background-image: url(/assets/img/icons/control/undo-icon.svg);
}
.leaflet-measure .leaflet-measure-action.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.leaflet-measure .leaflet-measure-action.disabled::after {
  opacity: 0;
}
.leaflet-measure:hover .leaflet-measure-contents,
.leaflet-measure.active .leaflet-measure-contents {
  display: block;
}
.leaflet-measure.active .leaflet-measure-action--clear,
.leaflet-measure.active .leaflet-measure-action--cancel {
  display: block;
}
.leaflet-measure.active .leaflet-measure-action--distance::after {
  left: 161px;
}
.leaflet-measure.active .leaflet-measure-action--area::after {
  left: 125px;
}
.leaflet-measure.active .leaflet-measure-actions {
  position: relative;
}
.leaflet-measure.active .leaflet-measure-actions::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 2px;
  height: calc(100% - 16px);
  background-color: rgba(221, 220, 219, 0.35);
}
.driver-active .driver-overlay,
.driver-active * {
  pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
  pointer-events: auto;
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.driver-fade .driver-overlay {
  animation: animate-fade-in 0.2s ease-in-out;
}
.driver-fade .driver-popover {
  animation: animate-fade-in 0.2s;
}
.driver-popover {
  all: unset;
  box-sizing: border-box;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000000000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
}
.driver-popover * {
  font-family:
    Helvetica Neue,
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.driver-popover-title {
  font: 19px/normal sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
  margin: 0;
}
.driver-popover-close-btn {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 28px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #d2d2d2;
  z-index: 1;
  text-align: center;
  transition: color;
  transition-duration: 0.2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
  color: #2d2d2d;
}
.driver-popover-title[style*=block] + .driver-popover-description {
  margin-top: 5px;
}
.driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  line-height: 1.5;
  font-weight: 400;
  zoom: 1;
}
.driver-popover-footer {
  margin-top: 15px;
  text-align: right;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.driver-popover-progress-text {
  font-size: 13px;
  font-weight: 400;
  color: #727272;
  zoom: 1;
}
.driver-popover-footer button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #ffffff;
  color: #2d2d2d;
  font: 12px/normal sans-serif;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.driver-popover-footer .driver-popover-btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
:not(body):has(> .driver-active-element) {
  overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
  pointer-events: none !important;
}
.driver-popover-footer button:hover,
.driver-popover-footer button:focus {
  background-color: #f7f7f7;
}
.driver-popover-navigation-btns {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.driver-popover-navigation-btns button + button {
  margin-left: 4px;
}
.driver-popover-arrow {
  content: "";
  position: absolute;
  border: 5px solid #ffffff;
}
.driver-popover-arrow-side-over {
  display: none;
}
.driver-popover-arrow-side-left {
  left: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-right {
  right: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-top {
  top: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
  bottom: 100%;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.driver-popover-arrow-side-center {
  display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
  top: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
  left: 15px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
  bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
  top: 50%;
  margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
  left: 50%;
  margin-left: -5px;
}
.driver-popover-arrow-none {
  display: none;
}
.driver-popover-navigation-btns button {
  border: none;
  color: #fc4c02;
}
.driver-popover-title a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #5a5a5a;
}
.popup {
  position: fixed;
  top: 88px;
  right: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  color: #141414;
  z-index: 400;
  font-size: 12px;
  overflow: hidden;
}
.popup-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  gap: 10px;
}
.popup-header__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #141414;
}
.popup-header__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.popup-header__move {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  right: 25px;
  cursor: pointer;
}
.popup-header__move:hover {
  opacity: 0.5;
}
.popup-header__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 1;
}
.popup-header__close:hover {
  opacity: 0.5;
}
.popup-row {
  overflow-wrap: break-word;
  min-width: 170px;
  font-size: 12px;
  line-height: 1.4;
}
.popup-row b {
  font-weight: 500;
}
.popup-row span {
  color: #5a5a5a;
}
.popup-field {
  max-height: 90px;
}
.popup-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.popup-footer {
  padding-top: 8px;
}
.popup .simple-popup-content,
.popup .common-popup-choosen-content {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin: 20px 0;
  max-height: 347px;
  max-width: 275px;
  min-width: 150px;
}
.popup .common-popup-sidebar-content__expanded {
  padding: 0 16px;
  margin: 20px 0;
  display: flex;
  max-height: 347px;
  flex-direction: column;
  height: 100%;
  gap: 18px;
  width: 224px;
  border-right: 1px solid #dddcdb;
  overflow-y: auto;
}
.popup .btn {
  padding: 7px;
  font-size: 12px;
}
.popup-header__title a,
.popup-row a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.popup-header__title a:hover,
.popup-row a:hover {
  color: #fc4c02;
}
.tool-wrapper {
  position: fixed;
  z-index: 1000;
  width: 350px;
  max-height: 510px;
  font-size: 12px;
  line-height: 1.1;
  background: white;
  border-radius: 8px;
  bottom: 20px;
  left: 88px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.tool-wrapper__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tool-wrapper__head-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #141414;
}
.tool-wrapper__head .close-button {
  width: 16px;
  height: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  margin-left: auto;
}
.tool-wrapper__head .close-button:hover img {
  opacity: 1;
}
.tool-wrapper__head .close-button img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.table {
  font-size: 12px;
  margin-bottom: 60px;
}
.table-head {
  position: sticky;
  z-index: 1;
  top: -48px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fc4c02;
  overflow: initial;
}
.table-head div.table-row {
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  border-bottom: 0px;
}
.table-head .table-cell {
  color: #ffffff;
  border: none;
  overflow: visible;
}
.table__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.table-row {
  display: grid;
  gap: 0px;
  border-left: 1px solid #dddcdb;
  border-right: 1px solid #dddcdb;
  border-bottom: 1px solid #dddcdb;
}
.table-row:last-child {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
}
.table-cell {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 12px;
  word-break: break-word;
  padding: 12px 6px;
  border-left: 1px solid #dddcdb;
}
.table-cell:first-child {
  border-left: none;
}
@media (min-width: 1920px) {
  .table-cell {
    padding: 12px;
  }
}
.table-cell--error {
  color: #ff0000;
}
.table-cell a:hover,
.table-cell button:hover {
  opacity: 0.5;
}
.table-loading {
  padding: 100px 0;
}
.table-pagination {
  padding-bottom: 100px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(63, 78, 111, 0.3);
  opacity: 0.2;
  border-radius: 10px;
}
-webkit-scrollbar-thumb:hover {
  background-color: rgba(63, 78, 111, 0.5019607843);
}
markdown p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
markdown ul,
markdown ol,
markdown dl,
markdown figure,
markdown blockquote,
markdown pre {
  margin-block: 1em;
}
markdown h1 {
  margin: 0 0 1.25em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
markdown h2 {
  margin: 1.6em 0 0.64em;
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
markdown h3 {
  margin: 1.6em 0 0.8em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
markdown h2 + h3 {
  margin-top: 0.8em;
}
markdown h4 {
  margin: 1em 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}
markdown h5,
markdown h6 {
  margin: 1.25em 0;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
markdown h5 {
  text-transform: uppercase;
}
markdown h5 code {
  text-transform: none;
}
markdown hr {
  display: flow-root;
  margin: 1.5em 0;
  border-bottom: px2rem(1px) solid #141414;
}
markdown a {
  color: #4051b5;
  word-break: break-word;
}
markdown a,
markdown a::before {
  transition: color 125ms;
}
markdown a:is(:focus, :hover) {
  color: #fc4c02;
}
markdown a:is(:focus, :hover) code {
  background-color: #5a5a5a;
}
markdown a code {
  color: currentcolor;
  transition: background-color 125ms;
}
markdown code,
markdown pre,
markdown kbd {
  font-variant-ligatures: none;
  direction: ltr;
}
markdown code {
  padding: 0 0.2941176471em;
  font-size: 0.85em;
  word-break: break-word;
  border-radius: px2rem(2px);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
markdown code:not(.focus-visible) {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
markdown pre {
  position: relative;
  display: flow-root;
  line-height: 1.4;
}
markdown pre > code {
  display: block;
  padding: 0.7720588235em 1.1764705882em;
  margin: 0;
  overflow: auto;
  word-break: normal;
  touch-action: auto;
  scrollbar-width: thin;
  box-shadow: none;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
markdown pre > code::-webkit-scrollbar {
  width: px2rem(4px);
  height: px2rem(4px);
}
markdown kbd {
  display: inline-block;
  padding: 0 0.6666666667em;
  font-size: 0.75em;
  word-break: break-word;
  vertical-align: text-top;
  border-radius: px2rem(2px);
}
markdown mark {
  color: inherit;
  word-break: break-word;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
markdown abbr {
  text-decoration: none;
  cursor: help;
  border-bottom: px2rem(1px) dotted var(--md-default-fg-color--light);
}
markdown small {
  opacity: 0.75;
}
markdown sup,
markdown sub {
  margin-inline-start: 0.078125em;
}
markdown blockquote {
  padding-inline-start: px2rem(12px);
  margin-inline: 0;
}
markdown ul {
  list-style-type: disc;
}
markdown ul[type] {
  list-style-type: revert-layer;
}
markdown ul,
markdown ol {
  padding: 0;
  margin-inline-start: 0.625em;
}
markdown ul:not([hidden]),
markdown ol:not([hidden]) {
  display: flow-root;
}
markdown ul ol,
markdown ol ol {
  list-style-type: lower-alpha;
}
markdown ul ol ol,
markdown ol ol ol {
  list-style-type: lower-roman;
}
markdown ul ol ol ol,
markdown ol ol ol ol {
  list-style-type: upper-alpha;
}
markdown ul ol ol ol ol,
markdown ol ol ol ol ol {
  list-style-type: upper-roman;
}
markdown ul[type],
markdown ol[type] {
  list-style-type: revert-layer;
}
markdown ul li,
markdown ol li {
  margin-inline-start: 1.25em;
  margin-bottom: 0.5em;
}
markdown ul li p,
markdown ul li blockquote,
markdown ol li p,
markdown ol li blockquote {
  margin: 0.5em 0;
}
markdown ul li:last-child,
markdown ol li:last-child {
  margin-bottom: 0;
}
markdown ul li :is(ul, ol),
markdown ol li :is(ul, ol) {
  margin-block: 0.5em;
  margin-inline-start: 0.625em;
}
markdown dd {
  margin-block: 1em 1.5em;
  margin-inline-start: 1.875em;
}
markdown img,
markdown svg,
markdown video {
  max-width: 100%;
  height: auto;
}
markdown img[align=left] {
  margin: 1em;
  margin-left: 0;
}
markdown img[align=right] {
  margin: 1em;
  margin-right: 0;
}
markdown img[align]:only-child {
  margin-top: 0;
}
markdown figure {
  display: flow-root;
  width: fit-content;
  max-width: 100%;
  margin: 1em auto;
  text-align: center;
}
markdown figure img {
  display: block;
  margin: 0 auto;
}
markdown figcaption {
  max-width: px2rem(480px);
  margin: 1em auto;
  font-style: italic;
}
markdown iframe {
  max-width: 100%;
}
markdown table:not([class]) {
  display: inline-block;
  max-width: 100%;
  overflow: auto;
  font-size: px2rem(12.8px);
  touch-action: auto;
  background-color: var(--md-default-bg-color);
  border: px2rem(1px) solid var(--md-typeset-table-color);
  border-radius: px2rem(2px);
}
@media print {
  markdown table:not([class]) {
    display: table;
  }
}
markdown table:not([class]) + * {
  margin-top: 1.5em;
}
markdown table:not([class]) :is(th, td) > *:first-child {
  margin-top: 0;
}
markdown table:not([class]) :is(th, td) > *:last-child {
  margin-bottom: 0;
}
markdown table:not([class]) :is(th, td):not([align]) {
  text-align: left;
}
[dir=rtl] markdown table:not([class]) :is(th, td):not([align]) {
  text-align: right;
}
markdown table:not([class]) th {
  min-width: px2rem(100px);
  padding: 0.9375em 1.25em;
  font-weight: 700;
  vertical-align: top;
}
markdown table:not([class]) td {
  padding: 0.9375em 1.25em;
  vertical-align: top;
}
markdown table:not([class]) tbody tr {
  transition: background-color 125ms;
}
markdown table:not([class]) tbody tr:hover {
  background-color: var(--md-typeset-table-color--light);
  box-shadow: 0 px2rem(1px) 0 var(--md-default-bg-color) inset;
}
markdown table:not([class]) a {
  word-break: normal;
}
markdown table th[role=columnheader] {
  cursor: pointer;
}
markdown table th[role=columnheader]::after {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-inline-start: 0.5em;
  vertical-align: text-bottom;
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 125ms;
}

/* 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/@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;
}

/* node_modules/leaflet-draw/dist/leaflet.draw.css */
.leaflet-draw-section {
  position: relative;
}
.leaflet-draw-toolbar {
  margin-top: 12px;
}
.leaflet-draw-toolbar-top {
  margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}
.leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet-YHL5CRRG.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet-VSFTN6SR.svg");
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}
.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet-2x-KORMVNAU.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet-VSFTN6SR.svg");
}
.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}
.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}
.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}
.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}
.leaflet-draw-actions li {
  display: inline-block;
}
.leaflet-draw-actions li:first-child a {
  border-left: 0;
}
.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font:
    11px/19px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}
.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.leaflet-draw-actions-bottom {
  margin-top: 0;
}
.leaflet-draw-actions-top {
  margin-top: 1px;
}
.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}
.leaflet-draw-actions a:hover {
  background-color: #a0a098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}
.leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font:
    12px/18px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}
.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}
.leaflet-error-draw-tooltip {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}
.leaflet-error-draw-tooltip:before {
  border-right-color: #e6b6bd;
}
.leaflet-draw-tooltip-single {
  margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}
.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}
.leaflet-edit-move {
  cursor: move;
}
.leaflet-edit-resize {
  cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

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