.leaflet-control-attribution {
color: #a8a29e; background: #fff !important; opacity: 80%;
}

.leaflet-container a {
  color: #8a9a5b;
}
.leaflet-attribution-flag {
display: none !important ;
}

.leaflet-tooltip {
border-radius: 12px;
padding: 10px;
}

.leaflet-control-locate {
  --locate-control-icon-color: #a8a29e;
  --locate-control-active-color: #8a9a5b;
  --locate-control-following-color: #818cf8;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
    -webkit-mask: url("../icons/current-location.svg") center / contain no-repeat;
    mask: url("../icons/current-location.svg") center / contain no-repeat;
  }

.location-map {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background: transparent;
}
