.fullscreen-map{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding: 0;
}

.leaflet-control-container {
    position: absolute;
    left: 92%;
    bottom: 100px;
}

.leaflet-control-attribution{
    display: none;
}

.div-map-input{
    position: absolute;
    width: 30%;
    z-index: 99999;
    top:15px;
    right: 80px;
}

.div-xmark-close{
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 40px
}

.div-map-filters{
    position: absolute;
    width: 30%;
    z-index: 999999;
    top:15px;
    left: 35px;
}

.map-input-search{
    width: 100%;height: 41px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0 rgba(0,0,0,0.02);font-size: 14px;
    font-weight: 600;padding-left: 20px;
    padding-top: 6px;
}

.icon-map-input-search{
    position: absolute;
    top: 50%;
    transform: translateY(-70%); right: 13px;
}

.close-map{
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 900;
    cursor: pointer;
    font-size:35px;
}

.card-map-housing{
    position: relative;
    z-index: 9999;
    top: -320px;
    width: 200px;
    left: 5px;
    border-radius: 10px;
    display: none
}

.location-header{
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: 50%;
    background-size: cover
}

.location-card{
    position: relative; z-index: 9999; top: -346px; width: 200px; left: 25px; border-radius: 10px;display: none;
}

.location-card-header{
    height: 150px; border-top-left-radius: 10px; border-top-right-radius: 10px; background-position: 50%;background-size: cover;
}

.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 11px;
}
.f-13{
    font-size: 13px;
}
.f-14{
    font-size: 14px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-17{
    font-size: 17px;
}
.f-19{
    font-size: 19px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}