@import url('https://fonts.cdnfonts.com/css/inter?styles=169530,29139,29142,29132,29135,29137,29140,29128,29130,29126');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
                
.hidden {
    display: none;
}

.propertySearchV2 {
    width: 100%;
    letter-spacing: normal;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px 32px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 101;
    top: 100px;
}

#new .propertySearchV2 {
    top: 107px;
    background: white;
    padding-top: 8px;
    padding-bottom: 8px;
}


.propertySearchV2 #propertySearch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#propertySearch .line {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}

.toggle-map-list {
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 800px;
    padding: 6px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.btn-list,.btn-map {
    font-family: "jost", serif;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    height: fit-content;
    border-radius: 800px;
    padding: 13px 18px;
    cursor: pointer;
    text-decoration: none;
    line-height: 10px;
}

.btn-list.active,
.btn-map.active {
    background-color: #7D8595;
    color: white;
}

@media screen and (max-width: 860px) {
    .btn-list, .btn-map {
        padding: 10px 12px;
    }
}

.toggle-list-map .map {
    color: #000000;
    text-decoration: none;
    width: 62px;
    height: 36px;
    border-radius: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

/* helper */

.mobile-menu {
    display: none;
}

.mobile-view-button {
    display: none;
}

.desktop-view-button {
    display: flex;
}

.custom-mobile {
    padding: 0px 20px;
}

@media screen and (max-width: 860px) {
    .mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .desktop-view-button {
        display: none;
    }

    .mobile-view-button {
        display: flex;
        padding: 5px 7px;
    }
}


/* end helper */

/*Styling dropdown*/
.dropdown {
    min-width: 120px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    text-align: left;
    border: 1px solid #d8d8d8;
}

.dropdown .select {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}

.dropdown .select span{
    font-family: 'jost', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

.formHeadline {
    font-family: "jost", serif;
    margin-bottom: 16px;
}

.dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: white;
    left: 0;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 100;
    padding: 24px !important;
}

.dropdown .dropdown-menu.active {
    display: block;
}

/* dropdwon price */
.dropdown .dropdown-menu .range-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
}

.dropdown .dropdown-menu .range-wrapper .range-input-wrapper {
    height: 138px;
}

.dropdown .dropdown-menu .range-wrapper .range-input-wrapper .icon {
    width: 100%;
    background-color: antiquewhite;
    height: 112px;
}

.dropdown .dropdown-menu .range-wrapper .range-input-wrapper .range-input {
    background-color: #888;
}

.dropdown .dropdown-menu .range-wrapper .input-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dropdown .dropdown-menu .range-wrapper .input-wrapper input {
    border: 1px solid #888;
    width: 45%;
    padding: 10px;
}

@media screen and (max-width: 860px) {
    .dropdown .select {
        padding: 10px;
    }
}

/* end dropdown price */



/* area-station */

.area-station ul {
    display: flex;
    gap: 12px;
}

.area-station ul li {
    width: fit-content !important;
    height: fit-content !important;
    display: flex;
    align-items: center;
    font-family: Helvatica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 6px;
}

.area-station ul li .input-radio {
    width: 24px;
    height: 24px;
    border: 1px solid #D8D8D8;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin: 0px;
}

.area-station ul li .input-radio:checked {
    background-color: white;
    border: 6px solid #002368;
}

.area-station ul li .input-radio:checked::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

/* end area-station */


/* station */
.stationSearch-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.station li {
    width: 100% !important;
    height: fit-content !important;
}

.disabled-input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    height: 44px;
    background-color: #F5F5F5;
    margin-top: 10px;
}

/* end station */

/* area */
.area li {
    width: 100% !important;
    height: fit-content !important;
}

.area ul li label {
    width: 100%;
    min-height: 24px;
    align-items: center;
}

.area ul li label span {
    display: flex !important;
    justify-content: space-between;
    padding-right: 10px !important;
    min-height: 24px;
    width: 100%;
    align-items: center;
}
/* end area */


/* beds */
.beds-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.beds-wrapper .bedroom-select {
    display: flex;
    width: fit-content;
}

.beds-wrapper .bedroom-select li {
    border: 1px solid #D8D8D8;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.beds-wrapper .bedroom-select li:hover {
    border: 1px solid #003399;
    color: #003399;
}

.beds-wrapper .bedroom-select li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.beds-wrapper .bedroom-select li label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}   

.beds-wrapper .bedroom-select li input:checked + label {
    border: 1px solid #D8D8D8;
    color: #000000;
    background-color: #EFF1F5;
}

/* end beds */

/* type */
.type-select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-select li{
    display: flex;
    border: 1px solid #D8D8D8;
    width: 157px !important;
    height: 83px !important;
    /* min-height: 90px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    flex-direction: column;
}

.type-select li:hover {
    border: 1px solid #003399;
    color: #003399;
}

.type-select li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.type-select li .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.type-select li label {
    font-family: "jost", serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}


.type-select li label {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}   


.type-select li input:checked + div {
    border: 1px solid #D8D8D8;
    color: #000000;
    background-color: #EFF1F5;
}

/* end type */

/* price */

.price-in {
    display: flex;
    gap: 10px;
    justify-content: space-around;
}

.price-in .field{
    height: 45px;
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.price-in .field:nth-child(1){
    float: left;
}
.price-in .field:nth-child(2){
    display: inline-flex;
}

.price-in .separator {
    margin-top: 15px;
}

.field input{
    width: 100%;
    height: 82%;
    outline: none;
    border: 1px solid #D8D8D8;
    background: white;
    padding-left: 10px;
}
.field input[type="number"]::-webkit-inner-spin-button,
.field input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.slider{
    height: 5px;
    border-radius: 5px;
    background: #D8D8D8;
    position: relative;
    top: 5px;
}
.slider .pro{
    height: 5px;
    left: 7%;
    right: 4%;
    position: absolute;
    border-radius: 5px;
    background: #052157;
}
.range-in{
    position: relative;
}
.range-in input{
    position: absolute;
    top: -1px;
    height: 5px;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}
.range-in input[type="range"]::-webkit-slider-thumb{
    height: 24px;
    width: 24px;
    border-radius: 50px;
    border: 2px solid #052157;
    pointer-events: auto;
    -webkit-appearance: none;
    background: white;
    cursor: pointer;
}

.price-tag {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.price-tag span {
    color: #808080;
    font-family: "Helvatica", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/* end price */


/* all filter */
.all-filter-wrapper {
  position: relative;
}

.all-filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    height: 100% !important;
}

.area-station-wrapper {
    margin-bottom: 8px;
}

.size-wrapper, .pet-wrapper, .building-age-wrapper, .time-station-wrapper, .parking-wrapper, .features-area, .facilities-area, .area-station-wrapper, .station, .area {
    padding: 0px 24px;
}

.button-all-filter {
    background-color: #002368;
    color: white;
    padding: 13.5px 39px;
    cursor: pointer;
    font-size: 16px !important;
}

.all-filter .area {
    padding-top: 30px;
}

/* end all filter */

/* features */
.features-area .features-wrapper {
    display: flex;
    gap: 16px;
}

.features-area .feature-list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.features-area .feature-list li {
    width: 100% !important;
    height: fit-content !important;
}

/* end features */

/* facilities */
.facilities-area .facilities-wrapper{
    display: flex;
}

.facilities-area .facility-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.facilities-area .facility-list .wrapper {
    width: 100%;
    display: flex;
}

.facilities-area .facility-list .wrapper li {
    width: 50% !important;
}

.facilities-area .facility-list li {
    width: 100% !important;
    height: fit-content !important;
}

/* end facilities */


/* dropdown */

.dropdown .dropdown-menu-scroll {
    height: 800px;
    padding: 30px 0px 0px 0px !important;
    min-width: 400px;
}

@media screen and (max-width: 860px) {
    .dropdown .dropdown-menu-scroll {
        min-width: fit-content;
    }
}

.dropdown .dropdown-menu .button-group {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: end;
    position: sticky;
    left: 0;
    bottom: 0;
    background: white;
}

.button-helper {
    padding: 10px 20px;
    border-top: 1px solid #E6E6E6;
}

.dropdown .dropdown-menu .button-group .button-reset {
    background-color: white;
    color: #808080;
    padding: 10px 20px;
    cursor: pointer;
    padding: 13.5px 39px;
}

.dropdown .dropdown-menu .button-group .button-done {
    background-color:#002368;
    color: white;
    padding: 13.5px 39px;
    cursor: pointer;
}

.dropdown .dropdown-menu li {
    width: 52px;
    height: 48px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.button-group-v2 {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-self: center;
    position: relative;
}

.button-group-v2 .saved-balloon-with-alerts {
    right: 75px !important;
}

.saved_balloon_v2 {
    min-width: fit-content;
    background-color: #EFF1F5;
    color: #002368;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "jost", serif;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 16px;
}

.button-alert {
    padding: 14px 16px;
    background-color: #EFF1F5;
    color: #002368;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "jost", serif;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 860px) {
    .button-alert, .saved_balloon_v2 {
        padding: 12.5px 10px;
        font-size: 14px;
        gap: 6px;
        border-radius: 4px;
    }

    .button-alert {
        min-width: fit-content;
    }
}


/* all filter */

.size-inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.size-inner-wrapper .separator {
    margin-top: 10px;
}

.size-inner-wrapper li {
    width: 46% !important;
}

.formAnswer .icon {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #003894;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
    #new .propertySearchV2 {
        top:60px;
    }
}

@media screen and (max-width: 860px) {
    .propertySearchV2 {
        gap: 10px;
        padding: 8px 16px 8px 16px;
    }

    .dropdown .select span {
        font-size: 14px;
    }

    .newlist-wrapper {
        justify-content: end !important;
    }

    .button-group-newlist {
        width: fit-content !important;
    }

    .propertySearchV2 #propertySearch {
        width: 100%;
        justify-content: start;
        gap: 8px;
    }

    .dropdown-all-filter {
        order: 1;
        border-radius: 4px;
        min-width: fit-content;
    }

    .button-group-v2 {
        order: 2;
        align-items: center;
        width: 80%;
        overflow-x: auto;
        justify-content: start;
        position: static;
    }

    .dropdown-price, .dropdown-beds, .dropdown-type {
        display: none;
    }
}