#jsp-map{
    position: relative;
}
#jsp-map-categories{
    width: 30%;
    max-width: 30%;
    position: absolute;
    right: 5px;
    top: 45px;
    z-index: 9999;
    left: 50px;
    top: 50px;
}
#jsp-map-categories form{
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    border-bottom: 10px solid #fff;
}
#jsp-map-categories .jsp-map-categories-header{
    background: #000;
    border-radius: 15px 15px 0px 0px;
}
#jsp-map-categories .jsp-map-categories-header h4{
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px 5px 10px 5px;
    font-family: "Poppins", Sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}
#jsp-map-categories .categ-selector{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e8ebec;
    margin-bottom: 10px;
}
#jsp-map-categories .categ-selector input{
    margin: 0px 0 0;
}
#jsp-map-categories .categ-selector label{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 10px;
    align-items: center;
    margin-bottom: 0px;
}
#jsp-map-categories .categ-selector label img{
    width: 50px;
}
/* Popup style */
#jsp-map .leaflet-popup, #jsp-map .leaflet-popup-content {
    width: 300px;
}

#jsp-map .leaflet-popup-content{
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    width: 300px;
}

#jsp-map .leaflet-popup-content img {
    border-radius: 12px 12px 0px 0px;
}
#jsp-map .leaflet-popup-content-wrapper{
    padding: 0px;
}
#jsp-map .leaflet-popup-content b {
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}
#jsp-map .leaflet-popup-content *:not(img){
    margin-left: 20px;
    margin-right: 20px;
}
#jsp-map .leaflet-popup-content span {
    margin-bottom: 15px;
}
body .leaflet-container a.leaflet-popup-close-button{
    background: #fff;
    top: 5px;
    right: 5px;
    font-weight: 600;
}