
.leaflet-container {
    background-color: #fff;
}

.leaflet-control-attribution {
    display: none;
}

.transparent-tooltip {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
}
.transparent-tooltip::before {
    border: none;
}
