.imoveis-header {
    background-color: #fff !important;
}

.search-icon {
    font-size: 25px;
}

.imoveis-search {
    font-weight: 300;
    color: black;
}

.filtros-header {
    height: 30px;
    width: 115px;
    border: #d9d9d9 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
}

.filtros-div {
    gap: 7px;
}

.modal-btn-left {
    border-radius: 10px 0 0 10px;
}

.modal-btn-right {
    border-radius: 0 10px 10px 0;
}

.tag-imoveis{
    border: 2px solid;
    height: 30px;
    border-radius: 10px;
    gap: 5px ;
    /*width: 115px;*/
}

.tag-separator{
    border: 1px solid;
    height: 17px;
    width: 2px;
}
.tag-link{
    width: 30px;
}

.total-text{
    margin-bottom: 0 !important;
}
.tags-row{
    column-gap: 10px;
}

/*LISTA*/
.imoveis-list{
    height: 760px;
    overflow-y:scroll;
    scrollbar-width: thin;
}

.img-figure{
    min-width: 280px;
}
.imovel-item-img{
    height: 210px;
    max-width: 280px;
    object-fit: cover;
    border-radius: 5px;
}
.imovel-item-img-div{
    height: 210px;
    max-width: 280px;
    object-fit: cover;
    background-color: #ececec
}
.descricao{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    max-height: 32px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 12px !important;
    font-weight: 600;
}
.whatsapp-btn {
    border: 1px solid;
    border-radius: 10px;
    transition: 0.4s ease all;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    transition: 0.4s ease all;
}

.whatsapp-btn:hover{
    border: 1px solid #2aad19;
    color: #FFF;
    background-color: #2aad19;
}

.whatsapp-btn i{
    margin-right: 10px;
}

.tag-item{
    height: 20px !important;
}
.imovel-link{
    text-decoration: none;
    color: black;
}
.imovel-link:hover{
    color: black;
}

.tags-top-imoveis {
    position: relative;
    display: flex;
    justify-content: space-around;
    top: -200px;
}
.imoveis-img-swiper{
    width: fit-content;
}
.swiper{
    width: 285px;
    height: 210px;
}

.tagSubmitButton{
    background-color: transparent;
    border: transparent;
}

#map{
    height: 760px;
}

.selectize-dropdown-content {
    border-top: 0 none;
    background-color: #FFF !important;
}

/*slider*/

.swiper-button-next::after {
    content: "" !important; /* Clear any existing content */
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-image: url('../images/right.png');
    background-size: cover;
    margin-left: -30px;
    border-radius: 100%;
}

.swiper-button-prev::after {
    content: "" !important; /* Clear any existing content */
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-image: url('../images/left.png');
    background-size: cover;
    position: absolute;
    margin-left: 20px;
    border-radius: 100%;
}
.pagination-btn{
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-btn:hover{
    background-color: #f1f1f1;
    transition: 0.4s ease all;
}

.pagination-btn-current{
    /*background-color: #f1f1f1;*/
    font-weight: 700;
    color: white;
}
.leaflet-popup-content{
    margin:0 !important;
    width: fit-content;
}
.leaflet-popup-content-wrapper{
    width: fit-content;
}
.leaflet-imovel-img{
    border-radius: 10px 10px 0 0
}
.leaflet-popup-close-button *{
    color: white !important;
}


/* MODAL ---------------------------------------------------*/
.modal-content{
    border: 1px solid white;
    border-radius: 20px;
}

.rounded-10{
    border-radius: 10px;
}

.modal-content input,.modal-content select{
    border-radius: 10px;
}
.modal-footer{
    column-gap: 20px;
}


/*sliders*/

.sliders {
    height: 5px !important;
}

.sliders .noUi-connect {
    height: 20px !important;
    background: black ;
    border: black 1px solid;
}

.sliders .noUi-handle {
    height: 11px !important;
    width: 11px !important;
    top: -4px !important;
    right: -9px !important; /* half the width */
    border-radius: 9px !important;
    border: transparent;
    background-color: black;
    box-shadow: none;
}

.sliders .noUi-handle::before, .sliders .noUi-handle::after{
    display: none;
}
.list-imovel-item{
    transition: 0.7s ease all;
    padding: 5px;
}
.list-imovel-item:hover{
    background-color: #ececec;
}

.radio-imoveis-filtro{
    width: 194px;
    height: 26px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.modal-footer.d-flex.justify-content-center.row.fixed-bottom {
    width: 98%;
    left: 3%;
}

.empty-text {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}

a.btn-limpar {
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border: none !important;
    background-color: #FFF;
    background-image: none;
    border-radius: 10px !important;
}

.selectize-control.single .selectize-input:after {
    display: none !important;
}

@media (max-width: 767px) {
    .empty-text {   
        line-height: 35px;
    }
}

#id_index{
    display: none;
}
