._37qQG button {
    /*-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  background-color: white;
  width: 20px;
  height: 20px;
  box-shadow: rgb(0 0 0 / 65%) 0px 1px 5px;*/
    /*
  The whole JS bundling ecosystem is cursed. No (simple) way to just generate a CSS with an image that works (at least: not using microbundle)
  background-image: url('area-icon.png');
  */
    /*background-image: url('images/drawselection.svg');
  background-size: cover;*/
    color: #FFF;
    background-color: #CCC;
    height: 18px;
    width: 18px;
    
    border: none;
    margin-left: 19px;
    background: url(images/drawselection.svg) no-repeat;
    margin-top: 5px;
}

    ._37qQG button:hover {
        background-color: #dddddd;
        transition: background-color 0.2s ease-out;
    }

._37qQG button:focus {
  background-color: #f4f4f4;
}
._37qQG button.active {
  background-color: #17a2b8;
}

._37qQG button img {
  width: 100%;
  pointer-events: none;
}

._39tTo.inactive {
  pointer-events: none;
}

._39tTo {
  position: static;
  cursor: crosshair;
}

._39tTo .leaflet-area-draw-selection-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 550;
}

._39tTo.fading-enabled .leaflet-area-draw-selection-pane {
  background-color: rgba(255, 255, 255, 0.25);
}

._39tTo.inactive .leaflet-area-draw-selection-pane {
  background-color: transparent;
}

._39tTo ._2Ftyt {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow-x: clip;
  overflow-y: hidden;
  text-align: center;
  font-size: 17px;
  padding: 0.5em 0.3em;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

._39tTo.inactive .draw-pane-help {
  display: none;
}

@media screen and (max-width: 667px) {
  ._39tTo ._2Ftyt {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  ._39tTo ._2Ftyt {
    font-size: 11px;
  }
}

._3Xj9O {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

._1h_hk {
  width: 16px;
  height: 16px;
  border: 1px solid #0e4e73;
  background-color: #fff;
  cursor: move;
}
._1h_hk:hover {
  background-color: #0e4e73;
}
._1h_hk.active {
  background-color: #0e4e73;
}

._1KD2U {
  width: 14x;
  height: 14px;
  background-color: #c0c0c0;
  opacity: 0.5;
}

@media (hover: none) and (pointer: coarse) {
  ._1h_hk:after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    margin-left: -15px;
    margin-top: -15px;
  }
}

._1h_hk.start-marker {
  background-color: #28a745;
  -webkit-animation: endpath-pulse 1.5s infinite;
          animation: endpath-pulse 1.5s infinite;
}

._1h_hk.invalid {
  border-color: rgb(220, 53, 69);
  background-color: rgba(220, 53, 69, 0.7);
}

.leaflet-overlay-pane path.areaCloseLine {
  stroke-dasharray: 20;
  -webkit-animation: closeline-dash 10s linear;
          animation: closeline-dash 10s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.leaflet-overlay-pane path.rect-progress-line {
  stroke-dasharray: 10;
  -webkit-animation: closeline-dash 10s linear;
          animation: closeline-dash 10s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.map-container.drawing-area .leaflet-control-attribution {
  display: none;
}

@keyframes closeline-dash {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes endpath-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
