.filter-bar {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 7%);
}

#map {
    height: 303px;
    border-radius: 20px;
}

.btn-map {
    bottom: 20px;
    /* right: 12px; */
    z-index: 999;
    width: 100%;
}

.bloc-bien {
    height: 350px;
}

.btn-map>span {
    background-color: #fff;
    border-radius: 12px;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-map button {
    background-color: #fff;
    border-radius: 20px;

}

.btn-map span {
    background-color: #fff;
    border-radius: 20px;
    color: var(--primary);
    border-color: var(--primary);
}

.card-map {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 0
}

.map-icon {
    line-height: 1 !important
}

.map-icon.active {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07) !important;
    border-radius: 10px;
    color: var(--primary) !important;
}

.result {
    line-height: 19px;
}

.price {
    color: #001514;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-map {
    color: var(--success);
    margin-bottom: 5px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#map span.map-label {
    font-family: "Almarai", sans-serif !important;
}

.description {
    font-size: 18px;
    line-height: 18px;
}

.more-info ul li::marker {
    color: var(--primary);
}

.address {
    font-size: 16px;
    line-height: normal;
}

.bloc-bien img {
    /* object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%; */
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.bottom-5 {
    bottom: 5px
}

.pagination {
    background: rgba(255, 255, 255, 0.61);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: fit-content;
    margin: 50px auto;
}

.pagination .page-item {
    padding: 2px 7px;
    border-right: solid 1px var(--gray-01);
}

.pagination .page-item:last-child {
    border-right: none;
}

.pagination .active {
    color: var(--dark) !important;
}


.price-input .field {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.slider {
    height: 3px;
    position: relative;
    background: #17375c3d;
    border-radius: 60px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    background: var(--primary);
    border-radius: 60px;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bubble {

    position: absolute;
    /* transform: translateX(-50%); */
}

input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: var(--dark);

}

@media(max-width: 1000px) {
    .bloc-bien {
        height: auto
    }

    .bloc-bien .bottom-5 {
        position: relative !important;
        bottom: unset
    }
}

.list-lg {
    overflow-y: scroll;
    height: 100vh;

    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.list-lg::-webkit-scrollbar {
    display: none;
}


.leaflet-mouse-marker {
    background: var(--primary);
    border-radius: 50%;
    width: 24px !important;
    height: 24px !important;
}

.leaflet-popup-content {
    height: 94px;
    display: flex;
    justify-items: center;
    /* justify-content: space-between; */
    width: 341px !important;
    margin: 13px 11px;
}

.leaflet-popup-content p {
    margin: 0;
}

.loader-bloc {
    top: 20px;
    z-index: 999;
    width: 100%;
    display: flex
}

.loader {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.loader img {
    height: 15px;
}

.hide {
    display: none
}

.h-100vh {
    height: 100vh !important;
}

.map-lg {
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;

}

#map_lg {
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    touch-action: pan-x pan-y;
}

.map-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.card-text-content {
    min-height: 300px;
}

#list-bloc {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* height:calc(100vh - 133px); */

}

/* .map_bloc {
    height: 100vh;

} */

.label-container {
    position: relative;
    padding-left: 30px;
}

.checkbox_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #646464;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #646464;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-container input:checked~.checkmark:after {
    display: block;
}

.skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

.skeleton-text {
    min-height: 28px;
    border-radius: 4px;
}

li.skeleton-text {
    width: 80px;
}

@media(max-width: 992px) {
    .map_bloc {
        display: none
    }

    .list-lg {
        overflow-y: unset;
        height: 100%;
    }
}