@charset "UTF-8";
@font-face {
  font-family: "bcp-map-leaflet-icons";
  src: url("../assets/fonts/bcp-map-leaflet-icons.eot?") format("eot"), url("../assets/fonts/bcp-map-leaflet-icons.woff") format("woff"), url("../assets/fonts/bcp-map-leaflet-icons.ttf") format("truetype"), url('../assets/fonts/bcp-map-leaflet-icons.svg#str-replace("bcp-map-leaflet-icons", " ", "_")') format("svg");
}

.bcp-map-leaflet-icons:before {
  content: "";
  color: inherit;
  font-size: 1em;
  vertical-align: initial;
  position: relative;
  display: inline-block;
  font-family: "bcp-map-leaflet-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bcp-map-leaflet-icons.bcp-map-leaflet-icons-hide:before {
  content: "";
}

.bcp-map-leaflet-icons.bcp-map-leaflet-icons-show:before {
  content: "";
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left {
  display: flex;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container .legend-toggler, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container .legend-toggler {
  transition: all 0.2s ease;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container .legend-toggler:before, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container .legend-toggler:before {
  content: "";
  color: inherit;
  font-size: 1.2rem;
  vertical-align: initial;
  position: relative;
  display: inline-block;
  font-family: "bcp-map-leaflet-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container .legend-toggler.toggled:before, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container .legend-toggler.toggled:before {
  content: "";
  color: inherit;
  font-size: 1.2rem;
  vertical-align: initial;
  position: relative;
  display: inline-block;
  font-family: "bcp-map-leaflet-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container .legend-toggler.toggled:before, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container .legend-toggler.toggled:before {
  line-height: inherit;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container .legend-toggler:before, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container .legend-toggler:before {
  line-height: inherit;
}

@media all and (max-width: 480px) {
  .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .legend-toggler-container, .leaflet-container .leaflet-control-container .leaflet-bottom.leaflet-left .legend-toggler-container {
    display: none;
  }
}

.marker-cluster-wrapper {
  background-clip: padding-box;
  border-radius: 20px;
  background-color: rgba(60, 60, 60, 0.6);
}

.marker-cluster-wrapper div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
  color: white;
  background-color: rgba(27, 27, 27, 0.6);
}

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

.map-icon-container {
  display: flex;
  align-content: center;
  border-radius: 100%;
  border: solid rgba(236, 236, 236, 0.25) 10px;
}

.map-icon-container .map-icon {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: black;
  border-radius: 100%;
  border: solid white 11px;
}
