.leaflet-map-container,
.leaflet-map {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
    z-index: 1;
}

.leaflet-map-container .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: inherit;
    background: #e8e8e8;
}

#gmap.leaflet-map-container,
#gmap .leaflet-container {
    width: 100%;
    height: 360px;
    min-height: 360px;
}

.scheda-agenzia .mission-left #gmap.leaflet-map-container {
    width: 49% !important;
    height: 360px;
    min-height: 360px;
}

#map.leaflet-map-container,
body.immobili-mappa #map {
    min-height: 300px;
}

#sede .item .leaflet-map-container {
    width: 100%;
    height: 300px;
    min-height: 300px;
    -webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
}

#container-map .leaflet-map-container {
    height: 330px;
    min-height: 330px;
}

#mappa-riepilogo .leaflet-map-container {
    height: 300px;
    min-height: 300px;
}

.dot2dot-map-box {
    min-height: 400px;
}

.dot2dot-map-box .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.dot2dot-overlay .dot2dot-dialog {
    position: relative;
}

.dot2dot-overlay .dot2dot-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}

.dot2dot-overlay .dot2dot-close-btn:hover {
    background: #f5f5f5;
    color: #000;
}

.dot2dot-overlay .dot2dot-action-buttons .dot2dot-btn-finish {
    display: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 0.8em 0.3em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.dot2dot-overlay .dot2dot-map-box .leaflet-draw {
    display: none;
}
