#map .scimagomapsTooltip .maplibregl-popup-content{
    padding:6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.mapboxgl-ctrl-group, .maplibregl-ctrl-group {
    border-radius: 2px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url('../img/zoomin.svg');
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url('../img/zoomout.svg');
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url('../img/fullscreen.svg');
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url('../img/exitfullscreen.svg');
}
.mapboxgl-ctrl-bottom-right, .maplibregl-ctrl-bottom-right {
    bottom: 0;
    right: auto;
    left:0px;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib, .maplibregl-ctrl.maplibregl-ctrl-attrib {
    background-color: hsl(0deg 0% 100% / 72%);
}
.mapbox-gl-draw_polygon {
    background-image: url('../img/select.svg') !important;
}
.mapbox-gl-draw_trash {
    background-image: url('../img/unselect.svg') !important;
}
.mapbox-gl-zoom_draw_polygon {
    background-image: url('../img/zoom_select.svg') !important;
}