/* Fix tile e icone Leaflet rotti da CSS globali del sito */
.leaflet-container img,
.leaflet-container svg {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    height: auto;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.leaflet-tile {
    visibility: visible !important;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container {
    position: absolute;
    left: 0;
    top: 0;
}

.dot2dot-overlay .dot2dot-dialog {
    min-height: 0;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-map-box {
    flex: 1 1 0;
    width: 100%;
    min-height: 280px;
    position: relative;
    overflow: hidden;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-map-box .leaflet-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-tools .dot2dot-legend .dot2dot-user-guide-steps .dot2dot-user-guide-step b {
    background-image: none !important;
    padding-bottom: 0 !important;
}

#map,
#contact-map,
#static-map-preview {
    position: relative;
}

#map .leaflet-container,
#contact-map .leaflet-container,
#static-map-preview .leaflet-container {
    width: 100%;
    height: 100%;
}

#static-map-preview {
    width: 100%;
    height: 450px;
}
