﻿
.dropdown-header-item {
    font-size: 15px;
}

.ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text {
    color: var(--text-muted);
    font-weight: 400;
}

.search-input-bar {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 4px;
    align-items: center;
    height: 45px;
}

.customize-dropdown {
    font-size: 14px;
    min-height: 32px !important;
    height: 32px !important;
    border: 1px solid #ccc;
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    vertical-align: baseline !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.dropdown .icon {
    color: black;
}

.size-dropdown {
    height: 19px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

.dropdown-content-item {
    width: 140% !important;
    border-radius: 1rem !important;
}

.icon-dropdown {
    cursor: pointer;
    color: black;
    margin-top: 3px !important;
}

.grid-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0;
}

.ui.label {
    display: inline-block;
}

.search-input-bar .city-selection {
    width: 20% !important;
    align-content: center;
}

.search-input-bar .search-text-input {
    width: 80% !important;
    align-content: center;
}

.filter-realestate .column {
    width: 20%;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.search-icon {
    display: none;
}

.city-selection-mobile-mode {
    display: none;
}

#mobile-btn-filter-post {
    border-radius: 4px;
    margin: 20px;
    width: 87% !important;
}


.mobile-filter-icon {
    display: none;
}

.text-muted {
    color: rgb(51, 51, 51) !important;
}

.custom-scroll {
    margin-left: -10px !important;
}

    .custom-scroll .item {
        cursor: pointer !important;
        padding-left: 10px !important;
        display: flex !important;
        align-items: center !important;
        line-height: 24px !important;
        gap: 8px;
        justify-content: space-between;
    }

        .custom-scroll .item:hover {
            background-color: #F2F2F2 !important;
        }

        .custom-scroll .item:after {
            content: none !important;
        }

        .custom-scroll .item.active {
            background-color: #F2F2F2 !important;
        }

.icon-toggle {
    margin: 0 !important;
    transition: transform 0.5s ease;
    color: #999;
    min-width: 24px;
    min-height: 24px;
}

    .icon-toggle.rotate {
        transform: rotate(180deg);
    }

.btn-filter {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 32px !important;
    width: 97px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFFFFF !important;
}

    .btn-filter svg {
        margin-right: 8px;
        min-width: 16px;
    }

    .btn-filter i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        width: 16px;
        height: 16px;
        padding: 4.5px 5px;
        background-color: #E03C31;
        color: #fff;
        border-radius: 4px;
        font-size: 10px;
        line-height: 20px;
        font-weight: normal !important;
        margin-left: 8px;
    }

.btn-broker {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    background: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--text-muted) !important;
    font-weight: 400 !important;
}

.popup-container {
    display: none;
    width: 464px;
    /*height: 66dvh;*/
    background: #fff;
    box-shadow: 0px 8px 20px 0px #b6b6b66b !important;
    left: auto;
    z-index: 1002;
    border-radius: 8px !important;
    overflow: hidden !important;
    position: fixed !important;
    /*margin: 0px !important;*/
    /* top: 50% !important;
        left: 50% !important;*/
    /*transform: translate(-50%, -50%);*/
}

/*.popup {
        background: #fff;
        padding: 20px;
        width: 464px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        height: 100%;
    }*/

.ui.modal.tvnd-modal .content.popup-body {
    max-height: 66dvh;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    height: 66dvh;
}


.popup-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

    .popup-header h2 {
        margin: 0;
    }

    .popup-header .close {
        color: var(--text-primary) !important;
        top: auto !important;
    }

.close-btn {
    font-size: 24px;
    cursor: pointer;
}

.filter-section {
    margin-bottom: 15px;
}

    .filter-section label {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
    }

.checkbox-group input {
    margin-right: 10px;
}

.bedroom-options ul {
    display: flex;
    padding-left: 0;
}

.bedroom-options .item /*.direction-options button*/ {
    padding: 6px 20px;
    border-radius: 30px;
    background: #F2F2F2;
    cursor: pointer;
    margin-right: 10px;
    font-weight: normal;
    list-style-type: none !important;
}

    .bedroom-options .item.active {
        background: var(--secondary-color) !important;
        color: #fff;
    }

    .bedroom-options .item:hover {
        opacity: 0.8;
    }

.direction-btn {
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
}

.popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
    height: 92px;
    box-shadow: 0px -2px 2px 0px #cbcbcb40;
    background-color: white;
    position: relative;
    bottom: 0;
    width: 100%;
}

.apply-btn, .submit-btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.2px;
    cursor: pointer;
    height: 48px;
    border: none;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.apply-btn {
    width: 25%;
    background: #fff;
    border: 1px solid #ccc;
}

.submit-btn {
    width: 75%;
}

.submit-btn {
    background-color: #4CAF50;
}

    .apply-btn:hover, .submit-btn:hover {
        opacity: 0.8;
    }

.pie-chart {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 200px;
    max-height: 200px;
}

    .pie-chart svg {
        transform: rotate(23deg);
    }

    .pie-chart div {
        font-size: 11px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        border: none;
        font-weight: normal;
    }

    .pie-chart .text1 {
        top: 15%;
        left: 49%;
    }

    .pie-chart .text2 {
        top: 25%;
        left: 66%;
    }

    .pie-chart .text3 {
        top: 47%;
        left: 78%;
    }

    .pie-chart .text4 {
        top: 69%;
        left: 64%;
    }

    .pie-chart .text5 {
        top: 78%;
        left: 48%;
    }

    .pie-chart .text6 {
        top: 69%;
        left: 17%;
    }

    .pie-chart .text7 {
        top: 46%;
        left: 17%;
    }

    .pie-chart .text8 {
        top: 25%;
        left: 19%;
    }

    .pie-chart .text {
        position: absolute;
        transition: color 0.2s ease;
        cursor: pointer;
    }

        .pie-chart .text span {
            color: #2C2C2C;
            cursor: pointer;
        }

    .pie-chart .center {
        position: absolute;
        top: 52%;
        left: 54%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .pie-chart .pieSegmentGroup {
        cursor: pointer;
    }

        .pie-chart .pieSegmentGroup:hover, .pie-chart .pieSegmentGroup .pieSegment:hover, .pie-chart .pieSegmentGroup .pieSegment-hover {
            fill: rgb(204,204,204);
        }

    .pie-chart .pie-checked {
        fill: var(--secondary-color) !important;
        color: white !important;
    }

    .pie-chart .text-selected span {
        color: #fff !important
    }

.icon-money:before {
    content: "\ea1c";
}

.button-range {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 48px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 12px 16px !important;
    font-weight: normal !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.btn-plus {
    color: var(--secondary-color) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 32px;
    margin-bottom: 8px;
    border: none;
    background: transparent;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
    gap: 5px;
}

    .btn-plus:hover {
        background-color: #4caf5021;
    }

    .btn-plus .plus {
        margin-bottom: 5px;
    }

.tab-sale-rent .item {
    font-weight: 500 !important;
}

    .tab-sale-rent .item.active {
        border: 2px solid var(--text-highlight) !important;
        opacity: 0.8;
        background-color: rgba(128, 203, 196, 0.1);
    }

.ui.menu > .item:last-child {
    border-radius: 0px 0.28571429rem 0.28571429rem 0px;
}

.list-item-sale .item, .list-item-price .item, .list-item-price-rent .item, .list-item-area .item, .list-item-rent .item {
    line-height: 32px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    cursor: pointer;
}

    .list-item-sale .item:after, .list-item-rent .item:after, .list-item-price .item:after, .list-item-price-rent .item:after, .list-item-area .item:after {
        content: none !important;
    }

.back-icon-sale {
    cursor: pointer;
}

.min-price, .max-price {
    float: left !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    /*font-family: "Roboto Regular", Roboto, Arial !important;*/
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    color: #2C2C2C !important;
    padding: 6px 16px !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 16px !important;
}

.group-itemsale, .group-item-project-area {
    display: flex;
    flex-wrap: wrap;
}

.selected-item {
    padding: 8px 12px;
    background: #F2F2F2;
    margin-right: 8px;
    border-radius: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /*max-height: 32px;*/
    position: relative;
}

    .selected-item .close {
        position: static;
    }

.label-broker::before {
    content: "";
    display: inline-block;
    width: 32px !important;
    height: 15px !important;
    background-color: #ccc;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.label-broker::after {
    content: "";
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.ui.toggle.checkbox input:checked ~ .box:after, .ui.toggle.checkbox input:checked ~ label:after {
    left: 17px;
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

.ui.toggle.checkbox input:checked ~ label:before {
    background-color: var(--secondary-color) !important;
}

.text-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

._input-city, ._input-dictrict, ._input-ward, ._input-address, ._input-project {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    height: 46px !important;
}

    ._input-city input, ._input-dictrict input, ._input-ward input, ._input-address input, ._input-project input {
        height: 20px;
        border: none !important;
    }

.menu-input-city, .menu-input-dictrict, .menu-input-ward, .menu-input-address, .menu-input-project {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    position: absolute;
    z-index: 10;
    background: white;
    min-width: 287px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 10px;
    height: 410px;
    max-height: 410px;
    margin-top: 5px;
    overflow: hidden auto;
}

    .menu-input-city .item, .menu-input-dictrict .item, .menu-input-ward .item, .menu-input-address .item, .menu-input-project .item {
        line-height: 36px;
        margin: 0 -10px;
        padding: 0 20px;
        cursor: pointer;
    }

        .menu-input-city .item:hover, .menu-input-dictrict .item:hover, .menu-input-ward .item:hover, .menu-input-address .item:hover, .menu-input-project .item:hover {
            background-color: #F2F2F2 !important;
        }

.disabled {
    cursor: not-allowed;
    background: #F2F2F2 !important;
    pointer-events: none;
}

    .disabled input {
        background: #F2F2F2 !important;
    }

.remove-item {
    cursor: pointer;
}

.btn-project-area.disabled-project {
    cursor: not-allowed;
    background: initial !important;
    opacity: 0.6;
}

.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    display: none;
}

.item-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

#dropdown-content-itemsaleprice .ui.grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dropdown-header-item {
    font-size: 15px;
}

.ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text {
    color: var(--text-muted);
    font-weight: 400;
}

.search-input-bar {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 4px;
    align-items: center;
}

.customize-dropdown {
    background-color: #fff !important;
    /*        width: max-content !important;*/
}

.dropdown .icon {
    color: black;
}

.dropdown-content-item {
    width: 140% !important
}


.ui.label {
    display: inline-block;
}

.search-input-bar .city-selection {
    width: 20% !important;
    align-content: center;
}

.search-input-bar .search-text-input {
    width: 80% !important;
    align-content: center;
}

.filter-realestate {
    justify-content: space-between;
    gap: 10px;
}

.search-icon {
    display: none;
}

.city-selection-mobile-mode {
    display: none;
}

#mobile-btn-filter-post {
    border-radius: 4px;
    margin: 20px;
    width: 87% !important;
}


.mobile-filter-icon {
    display: none;
}

.dropdown-content-item {
    touch-action: auto !important;
}

.close-icon {
    cursor: pointer;
}

.actions .button:last-child {
    margin-right: 0 !important;
}

.menu-location-mobile .item {
    padding: 5px;
}

.search-input-bar-mobile, .search-input-bar-header {
    border-radius: 4px !important;
    background-color: #fefefe !important;
    border: 1px solid #0f9202 !important;
    height: 40px;
}

.map-color-icon {
    background: none !important;
    align-items: center;
}

.project-color-icon {
    background: none !important;
    align-items: center;
    color: #2859c5 !important;
}

.menu-location-mobile .item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.button-group .label {
    display: flex;
}

.panel-filter {
    display: flex;
    padding-top: 26px;
    gap: 15px;
    width: 100%;
    align-items: center;
}

.PC-filter-panel {
    background: #f7f8f9;
    padding-bottom: 10px!important;
}

@media screen and (max-width: 992px) {
    .search-input-bar {
        border-radius: 4px !important;
        background-color: #fefefe !important;
        border: 1px solid #0f9202 !important;
    }

        .search-input-bar .city-selection {
            display: none;
        }

        .search-input-bar .search-text-input {
            width: 100% !important;
            align-content: center;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .search-input-bar .dividerbar {
            display: none;
        }

        .search-input-bar .dropdown-menu-location .search {
            display: none !important;
        }

        .search-input-bar .dropdown-menu-location {
            padding: 0;
        }

    .city-selection-mobile-mode {
        display: block !important;
    }

        .city-selection-mobile-mode .mobile-mode {
            /*display: flex !important;*/
            align-items: center !important;
            border: none !important;
            color: black !important;
            height: auto;
            /*padding: 1% 1% 0 1% !important;*/
        }

        .city-selection-mobile-mode .cityselection-content {
            background-color: #F5F5F5;
        }

    .btn-with-bg {
        width: 100% !important;
    }

    .grid-list {
        overflow: auto;
        height: calc(100dvh - 298px);
        padding-bottom: 6px;
    }

    .dropdown-content-item {
        width: 95% !important;
        max-height: 100% !important;
    }

    .ui.tiny.modal {
        width: 95% !important;
        margin: 0em 0em 0em 0em;
    }

    .menu .item.KinhDoanhNhaDat-index-page {
        justify-content: center;
    }
    /* Slick slider*/
    .filter-realestate {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        margin-right: 0px !important;
        -webkit-overflow-scrolling: touch;
    }

        .filter-realestate .row {
            display: flex !important;
            flex-wrap: nowrap !important;
            overflow-x: auto !important;
            scrollbar-width: none !important;
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }



        .filter-realestate .column .container {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

    .col-150 {
        min-width: 150px !important;
    }

    .mobile-filter-panel {
        align-items: center !important;
    }

    .mobile-container-list {
        margin-top: -15px !important;
    }
    /* Start Swiper*/
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    /*End*/

    .filter-realestate .ui.selection.dropdown {
        min-height: unset;
        display: flex;
        align-items: center;
    }

    .mobile-filter-colum-popup {
        width: 100% !important;
        margin-top: 5%;
    }

    #mobile-filter-button {
        background: #f9f9f9 !important;
        border-radius: 15px !important;
        padding: 0;
        height: 25px;
        width: auto;
        margin: 0;
    }

    .mobile-filter-icon {
        display: flex !important;
        width: 20%;
        align-items: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 4px;
        margin-top: 5px;
        height: 32px;
        padding-left: 0.5rem !important;
    }

        .mobile-filter-icon span {
            margin-left: 5px;
        }

    .mobile-icon-dropdown {
        padding: 8% 4% !important;
    }

    .ui.label.button-group-in-input.btn-search {
        margin: 1%;
    }

    .customize-dropdown {
        border-radius: 8px !important;
    }

    .panel-filter {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 8px;
        background-color: #f7f8f9 !important;
    }

    .searchBarSale {
        padding-top: 98px;
        padding-left: 2rem;
    }

    .panel-filter {
        padding-top: 39px !important;
    }
}
@media screen and (max-width: 820px) {
    .PC-filter-panel {
        padding-bottom: 3px !important;
    }
}
@media screen and (max-width: 768px) {
    .panel-filter {
        padding-top: 35px !important;
    }
}

@media screen and (max-width: 480px) {
    .bedroom-options .item {
        padding: 6px 15px !important;
    }

    .btn-broker {
        width: 250px !important;
    }

    .btn-filter {
        width: 90px !important
    }

    .dropdown-content-item {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    #dropdown-content-itemsaleprice .grid {
        flex-wrap: nowrap;
    }

    .btn-filter {
        margin-top: 9px !important;
    }

    .filter-realestate {
        margin-top: -6px !important;
    }

    .btn-apply {
        width: 75%;
        margin-right: 0 !important;
    }

    .btn-reset {
        width: 25%;
        background: #fff !important;
        border: 1px solid #ccc !important;
    }

    .btn-reset, .btn-apply {
        font-size: 14px;
        letter-spacing: -.2px;
        cursor: pointer;
        height: 48px;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 500 !important;
        text-align: center !important;
        display: flex !important;
    }

    .actions {
        gap: 10px !important;
    }

    .column-mobile {
        text-align: left;
    }

        .column-mobile .column {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .icon-dropdown {
        margin-top: 0 !important;
    }

    .menu-location-mobile .item {
        line-height: 25px;
        text-align: left;
        padding: 3px 5px 3px 0;
    }

    .dropdown-header {
        text-align: left;
    }

    .city-selection-mobile-mode {
        height: 20px;
    }

    .mobile-mode {
        height: 46px !important;
        padding: 0 !important;
        display: none;
    }

    .city-selection-mobile-mode .cityselection-content {
        background-color: white !important;
        height: calc(100dvh - 39px);
        padding: 15px 0;
        border-top: 1px solid #ddd;
        z-index: 100;
        position: relative;
    }

    .grid-list {
        gap: 8px !important;
        height: calc(100dvh - 270px) !important;
    }

    .cityselection-content .dropdown-header {
        padding-bottom: 5px;
    }

    .btn-filter-mobile {
        padding: 16px;
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: white;
        box-shadow: 0 8px 20px 0px #b6b6b66b;
        left: 0;
        height: 80px;
        transition: bottom 0.35s linear;
        z-index: 1000;
    }

    #search-input-location {
        position: fixed;
        top: 0;
        height: 100%;
        background-color: white;
        padding: 0;
        margin: 0;
        overflow: hidden auto;
        padding: 0 10px;
    }

    .mobile-mode {
        display: flex !important;
    }

    .city-selection-mobile-mode {
        height: 46px;
    }
    /*.search-input-bar {
            padding: 0 10px!important;*/
    /*width: calc(100vw - 20px)!important;*/
    /*}*/
    .search-icon-input {
        margin-right: 5px !important;
        margin-left: 0 !important;
    }

    .custom-scroll-header .item div {
        line-height: 20px;
    }

    .map-color-icon {
        background-color: #80cbc433 !important;
        border-radius: 100px;
        height: 30px !important;
        width: 30px !important;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
    }

    .project-color-icon {
        background-color: #80cbc433 !important;
        border-radius: 100px;
        height: 30px !important;
        width: 30px !important;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
        color: #2859c5 !important;
    }

    .sub-street {
        font-size: 12px;
        line-height: 16px;
        font-weight: normal !important;
        color: #999;
    }

    .location-dropdown-item .menu .item .icon-active {
        display: none;
        flex-grow: 1;
        text-align: right;
    }

    .location-dropdown-item .menu .item.active .icon-active {
        display: block;
    }

    #delete-all-icon-button {
        padding-right: 8px;
    }

    .search-input-bar {
        height: 40px;
    }

    .ui.modal > .header.popup-header {
        padding-right: 10px !important;
    }

    #btn-search-post {
        display: none;
    }

    .location-dropdown-item {
        z-index: 0 !important;
    }

    .grid-list {
        display: inline-grid;
        gap: 8px;
        width: 100%;
        justify-content: start;
        align-items: flex-start;
        text-align: start;
        grid-template-columns: none;
        overflow: hidden auto;
        min-height: calc(100dvh - 273px) !important;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0;
    }

    .popup-container {
        top: 0 !important;
        bottom: 0 !important;
    }

    .ui.modal.tvnd-modal > .header.popup-header {
        border-radius: 0 !important;
    }

    .popup-footer {
        position: fixed;
        bottom: 0;
    }

    .ui.modal.tvnd-modal .content.popup-body {
        height: calc(100dvh - 137px);
        max-height: calc(100dvh - 137px);
    }

    .searchBarSale {
        padding-top: 84px;
        padding-left: 1rem;
    }

    .panel-filter {
        padding-top: 31px !important;
    }
}

@media screen and (max-width: 360px) {
    .mobile-container-list {
        margin-top: -12px !important
    }

    .btn-reset {
        width: 30% !important;
    }

    .popup-body {
        max-height: 83dvh !important;
    }

    .popup-footer {
        height: 74px !important;
    }

    .ui.modal.tvnd-modal .content.popup-body {
        height: calc(100dvh - 118px);
        max-height: calc(100dvh - 118px);
    }

    .panel-filter {
        padding-top: 73px !important;
    }
}
