img {
  max-width: 100%;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: #3c90ce4d !important;
}

.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
  color: #fff !important;
  background-color: #3c90ce !important;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  text-align: center;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-popup {
  z-index: 1000;
}

.leaflet-image-layer {
  transition: opacity .1s ease-in-out;
}

.leaflet-container {
  z-index: 0;
  border-radius: 4px;
}

.leaflet-control-layers.leaflet-control, .leaflet-control-zoom.leaflet-bar.leaflet-control {
  border: none !important;
  box-shadow: 0 0 0 1px #cacdd8 !important;
}

.leaflet-touch .leaflet-control-layers-toggle, .leaflet-control-zoom-out, .leaflet-control-zoom-in {
  width: 36px !important;
  height: 36px !important;
}

.leaflet-control-zoom-out {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;

  &:hover {
    box-shadow: 0 0 0 1px #5092aa !important;
  }
}

.leaflet-control-zoom-in {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;

  &:hover {
    border: none !important;
    box-shadow: 0 0 0 1px #5092aa !important;
  }
}

a.leaflet-control-layers-toggle {
  background-image: url("map-layers.1bc8f17a.svg") !important;
  background-size: 20px 20px !important;
}

body {
  background-color: #f1f1f3 !important;
}
/*# sourceMappingURL=dashboard.2ac668c5.css.map */
