.clusterItem {
  margin: 0.3rem;
  font-size: 0.8rem;
}

.clusterIcon {
  margin-right: 5px !important;
}

.leaflet-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #ccc;
  text-decoration: none;
  border-radius: 50%;
}

.leaflet-bar button:hover {
  background-color: white;
  transition: 600ms;
  border: 2px solid white;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

.easy-button-button .button-state {
  display: flex;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}

.leaflet-touch .leaflet-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: 10px !important;
}

.leaflet-bar button {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.15rem !important;
  color: #090826 !important;
}

.leaflet-bar button:hover {
  background-color: #090826 !important;
  color: white !important;
  font-size: 1.2rem;
  text-align: center;
}
