.leaflet-left .leaflet-control {
  margin-left: 0;
}

.leaflet-right .leaflet-control {
  margin-right: 0;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 0;
}

.leaflet-top .leaflet-control {
  margin-top: 0;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 4px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.leaflet-bar a {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.leaflet-bar a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.leaflet-bar a.leaflet-disabled {
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.5);
}

.leaflet-top.leaflet-right {
  margin-top: 0 !important;
  margin-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: white;
  border-radius:;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.leaflet-top.leaflet-right .leaflet-control {
  background: none;
  margin: 0;
  color: white;
}

.leaflet-control-refresh {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  height: 30px;
  width: 30px;
}

.leaflet-control-refresh:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
