#mod_bottom_l {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.highlight_deleted {
    background-color: #ff5b5b57;
}
#highlight_deleted {
    background-color: #ff5b5b57;
}
/* .tooltip-custom {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.tooltip-custom a {
    color: #007bff;
    text-decoration: none;
} */

.tooltip-custom {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: absolute;
    width: 600px;
    /* display: none; */
    z-index: 1000;
}

.tooltip-custom a {
    color: #007bff;
    text-decoration: none;
}

/* .leaflet-control-attribution .leaflet-control {
    display: none !important;
} */
.leaflet-bottom > .leaflet-control-attribution {
    display: none !important;
}
