.leaflet-control-custom {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: 50px;
  height: 50px;
}
.map-marker {
  background-size: cover;
  background-repeat: no-repeat;
}
.map-marker-contain-center {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.marker-cluster {
  z-index: 4000 !important;
  margin-left: -20px !important;
  margin-top: -20px !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
  border-radius: 20px !important;
  background-color: rgba(255, 0, 0, 0.4);
}
.marker-cluster div {
  z-index: 4001 !important;
  background-color: rgba(255, 0, 0, 0.8);
}
