#map_10b250abf3b9fb60cf6682f90e22c04c {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#map {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}


.foliumtooltip {
width: min(420px, calc(100vw - 32px));
white-space: normal;
}
.foliumtooltip table{
margin: auto;
width: 100%;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
width: 110px;
padding: 2px;
padding-right: 8px;
vertical-align: top;
}
.foliumtooltip td {
vertical-align: top;
word-break: normal;
overflow-wrap: break-word;
}


.folium-map { top: 52px !important; height: calc(100% - 52px) !important; }
#map_10b250abf3b9fb60cf6682f90e22c04c { height: 100% !important; }

.leaflet-control-layers { display: none !important; }
.leaflet-top.leaflet-left { top: 60px !important; }

.leaflet-touch .leaflet-bar a {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

/* Keep drawn analysis boundaries clickable in Geoman removal mode. Data
   paths may otherwise sit above them and some browsers retain an edit cursor. */
.leaflet-container.opis-removal-mode .opis-drawn-boundary {
    cursor: pointer !important;
    pointer-events: auto;
}
