
.active {
    background-color: white !important;
}

.leaflet-bottom.leaflet-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#custom-legend.leaflet-control {
    order: 1;
    right: 0;
}

.leaflet-control-coordinates {
    order: 2;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.leaflet-control-logo {
    order: 3;
    margin: 0px;
}

.leaflet-control-attribution {
    order: 4;
    margin: 0px;
}