<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 de jun. de 2024, 07:26:56
    Author     : anild
*/

/*---------------------
  Filter Search
-----------------------*/
.ajs-sombra-elementos{
    /*box-shadow: 10px 10px 5px rgba(19, 182, 107, 0.7)!important;*/
}

.filter-search {
    margin-top: -57px;
    z-index: 9;
    position: relative;
}

.filter-search.search-opt {
    z-index: 9;
    position: absolute;
    width: 100%;
    margin-top: 0;
}

.filter-form {
    border-radius: 4px;
    background: #fff;
    height: 115px;
    -webkit-box-shadow: 2px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.7);
}

.location p {
    font-weight: 300;
    margin-bottom: 20px;
}

.location .nice-select.filter-location {
    border-bottom: 1px solid #E7E7E7;
    float: none;
    margin-top: -10px;
    height: 34px;
    line-height: 34px;
}

.location .nice-select.filter-location:after {
    border-bottom: 2px solid #3F3F4B;
    border-right: 2px solid #3F3F4B;
    height: 7px;
    width: 7px;
}

.location .nice-select.filter-location span {
    color: #3f3f4b;
    font-size: 16px;
    font-weight: 500;
}

.location .nice-select.filter-location .list {
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
}

.search-type p {
    color: #61616e;
    font-weight: 300;
    margin-bottom: 20px;
}

.search-type .nice-select.filter-property {
    border-bottom: 1px solid #E7E7E7;
    float: none;
    margin-top: -10px;
    height: 34px;
    line-height: 34px;
}

.search-type .nice-select.filter-property:after {
    border-bottom: 2px solid #3F3F4B;
    border-right: 2px solid #3F3F4B;
    height: 7px;
    width: 7px;
}

.search-type .nice-select.filter-property span {
    color: #3f3f4b;
    font-size: 16px;
    font-weight: 500;
}

.search-type .nice-select.filter-property .list {
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
}

.price-range p {
    font-size: 14px;
    color: #61616e;
    font-weight: 300;
    margin-bottom: 28px;
}

.range-slider {
    margin-left: 5px;
}

.ui-slider .ui-slider-handle.slider-left,
.ui-slider .ui-slider-handle.slider-right {
    width: auto;
    height: 25px;
    margin-top: -8px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 3px;
    border: none;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #30304E;
    font-weight: 500;
    color: #ffffff;
}

.bedrooms p {
    color: #61616e;
    font-weight: 300;
    margin-bottom: 13px;
}

.bathrooms p {
    color: #61616e;
    font-weight: 300;
    margin-bottom: 13px;
}

.room-filter-pagi .bf-item {
    display: inline-block;
}

.room-filter-pagi .bf-item input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.room-filter-pagi .bf-item input[type=radio]:checked+label {
    background: #0a8cbb;
}

.room-filter-pagi .bf-item label {
    display: inline-block;
    background: #8F8FA8;
    padding: 8px 9px;
    line-height: 13px;
    margin-right: -3px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.room-filter-pagi .bf-item:last-child label {
    padding: 8px 5px;
}

.room-filter-pagi a {
    display: inline-block;
    background: #8F8FA8;
    padding: 8px 9px;
    line-height: 13px;
    margin-right: -3px;
    border-radius: 4px;
    color: #fff;
}

.room-filter-pagi a:last-child {
    padding: 8px 5px;
}

.room-filter-pagi a:nth-child(2) {
    background: #0a8cbb;
}

.search-btn button[type=submit] i {
    margin-right: 10px;
}

.nice-select {
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #E7E7E7;
    border: 0;
    padding-left: 0;
}

.filter-location,
.filter-property {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;  /* Add some space for better readability */
}

.ajs-card-height{
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #000;
}

select{
    font-size: 0.8rem!important;
    border-radius:2px;
}
@media (max-width:969px){
    .ajs-card-height{
        height: auto;
        margin-bottom: 50px;

    }
    .ajs-float-right{
        float: right;
    }
    .search-btn button[type=submit] {
        font-weight: 400;
        background: #0a8cbb;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        padding: 10px 20px 23px 5px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        margin-top: 15px;
    }

    .filter-search .row {
        display: flex;
        flex-direction: column;
    }
    .filter-location,
    .filter-property {
        margin-bottom: 10px;
    }

    .bedrooms p {
        font-size: 1.5rem!important;
    }

    .bathrooms p {
        font-size: 1.5rem!important;
    }

    select{
        font-size: 1rem!important;
        border-radius:2px;
    }
}

@media (min-width: 970px){

    .search-btn {
        width: 14%;
        float: left;
    }

    .search-type p {
        font-size: 0.8rem;
    }

    .bedrooms p {
        font-size: 0.8rem;
    }

    .bathrooms p {
        font-size: 0.8rem;
    }
    .search-btn button[type=submit] {
        font-weight: 400;
        background: #0089ff;
        border: none;
        border-radius: 4px 4px;
        cursor: pointer;
        padding: 10px 10px 10px 5px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        margin-top: 25px;
    }
    .bedrooms {
        border-right: 1px solid #F3F3F3;
        float: left;
        padding: 20px 15px 31px 15px;
        width: 16%;
    }
    .bathrooms {
        border-right: 1px solid #F3F3F3;
        float: left;
        padding: 20px 25px 31px 25px;
        width: 16%;
    }
    .location {
        border-right: 1px solid #F3F3F3;
        float: left;
        padding: 10px 5px;
        width: 18%;
    }

    .search-type {
        border-right: 1px solid #F3F3F3;
        float: left;
        padding: 6px 2px;
        width: 14%;
    }
    .price-range {
        border-right: 1px solid #F3F3F3;
        float: left;
        padding: 10px 5px;
        width: 18%;
    }
    .search-btn {
        width: 14%;
        float: left;
    }

}

@media (min-width: 971px) and (max-width: 1200px) {
    .ajs-btn-search {
        /*width: 290px;*/
        margin-top: -22px;
    }
}</pre></body></html>