#map .leaflet-control-zoom{
    border: none;
}
#map .leaflet-control-zoom-in, .leaflet-control-zoom-out{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 900;
    box-shadow: var(--theme-box-shadow-3d-harsh-min);
}
#map .leaflet-control-zoom-in{
    margin-bottom: 6px;
    border-radius: 12px 12px 2px 2px;
}
#map .leaflet-control-zoom-out{
   border-radius: 2px 2px 12px 12px;
}

#map .leaflet-control-scale-line{
    background: rgb(0 0 0 / 65%);
    border: 1px solid #000!important;
}
.leaflet-control-attribution, 
.leaflet-control-scale-line{
        color: #fff;
}


#map .leaflet-control-container .leaflet-top.leaflet-left{
        position: absolute;
    z-index: 500;
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    top: unset;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


/*------------------------------------------------------------------ popup */
#map .leaflet-popup-content{
}




#map .leaflet-popup-content-wrapper p{
    margin:0px;
}

#map .leaflet-pane.leaflet-popup-pane .leaflet-popup-close-button{
    top: -10px;
    background: #fff;
    border-radius: 50px;
    right: -10px;
    color: black;
    padding: 12px;
    height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
        box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.4);
}
#map .leaflet-pane.leaflet-popup-pane .leaflet-popup-close-button:hover {
    color: white;
    background: black;
}
