.leaflet-tooltip.geojson-label {
  height: 20px;
  width: 20px;
  background-color: #181818;
  margin-left: 1rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .leaflet-tooltip.geojson-label {
    width: auto;
    height: auto;
    background: #fff;
    color: #000;
    box-shadow: none;
    opacity: 1;
    border-radius: 22px;
    padding: 8px 30px;
    font-size: 1.4rem;
  }
}

.marker-cluster.leaflet-marker-icon {
  color: #181818;
  background-color: #ffffff;
  font-family: "Futura", sans-serif;
  font-size: 1.4rem;
  width: 42px !important;
  height: 42px !important;
}
.marker-cluster.leaflet-marker-icon div {
  background-color: #181818;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  margin-left: 2px;
  margin-top: 2px;
}
.marker-cluster.leaflet-marker-icon span {
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 1.4rem;
  line-height: 40px;
}

.leaflet-control-container {
  position: absolute;
  right: 5rem;
  top: 0;
}
