﻿body,
body #content {
    background-color: #f7f7fc;
}

body {
    overflow-x: hidden;
}

.adsense {
    width: 100%;
    list-style: none !important;
}

.text-center {
    text-align: center;
}

body #content {
    padding: 20px 0 0 0 !important;
}

@media (max-width: 860px) {
    #fix-page-height {
        height: 120px;
    }

    #content.search-results-content {
        padding: 10px 0 0 0 !important;
    }

        #content.search-results-content .rmd-container {
            padding-left: 0;
            padding-right: 0;
        }
}

@media (min-width: 861px) {
    #content.search-results-content {
        padding: 0 !important;
    }
}

.search-results-page-title {
    display: block;
    font-size: 14px;
    font-family: var(--secondary-font-family);
    padding: 0 10px;
    color: #222;
}

@media (min-width: 861px) {
    .search-results-page-title {
        padding: 10px 10px 0;
        font-size: 18px;
    }
}

.rmd-container-search-results {
    width: 100%;
    padding: 0 10px !important;
}

@media (min-width: 641px) {
    .rmd-container-search-results {
        padding: 0 !important;
    }
}

.als-dash {
    display: none;
}

@media (min-width: 861px) {
    .als-dash {
        display: inline-block;
        font-style: normal;
        margin-right: 10px;
    }
}

.articles-per-page {
    display: inline-block;
    height: 28px;
    line-height: 24px;
    margin-top: 2px;
    font-size: 14px;
}

@media (min-width: 861px) {
    .articles-per-page {
        margin-top: 6px;
        font-size: 16px;
    }
}

    .articles-per-page span {
        display: inline-block;
        text-align: center;
        margin-left: 4px;
        padding: 3px;
        border: 1px solid transparent;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--primary-font-family);
        text-decoration: none;
        color: #2e95df;
    }

        .articles-per-page span:not(.selected) {
            cursor: pointer;
        }

    .articles-per-page .selected {
        color: #444;
        border: 1px solid #ccc;
        padding: 3px 6px;
    }

#adsperpage span {
    font-weight: bold;
    color: #2e95df;
    cursor: pointer;
}

#adsperpage .selected {
    color: #222;
}

.searchresult .article-title a {
    color: #2e95df;
}

@media (min-width: 861px) {
    .searchresult .article-title a:hover {
        color: #2e95df;
    }
}

.searchresult .article-item {
    overflow: hidden;
}

/* start modal styles, the modal is hidden on page load */
@media (min-width: 641px) {
    .modal-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.7);
        z-index: 9998;
    }

    #filters.visible .modal-backdrop {
        display: block;
    }

    #searchai.visible .modal-backdrop {
        display: block;
    }
}

#mobileSearchModal {
    display: none;
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    z-index: 9998;
}

#filters.visible #mobileSearchModal {
    display: block;
}

#searchai.visible #mobileSearchModal {
    display: block;
}
/* end modal styles*/

.cat-sep {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 0 8px;
    font-family: monospace;
    font-size: 18px;
    font-weight: 600;
}

.subtitle-with-delivery {
    margin-top: 32px;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 10px;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
}

.active-filters-bubble {
    display: inline-block;
    margin-left: 8px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    background-color: #81b9e2;
    border-radius: 16px;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
}

.active-search-filters {
    padding: 0 10px;
    margin: 8px 0;
}

.modal-dialog .active-search-filters {
    padding: 0;
    margin: 0 0 8px;
}

@media (min-width: 641px) {
    .active-search-filters {
        margin: 16px 0;
    }
}

.top-search-filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    background: #fff;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: -2px -2px 6px rgba(154, 168, 192, 0.2), 2px 5px 11px rgba(154, 168, 192, 0.2);
}

.top-search-filters-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.filter-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #ddefff;
    border: 1px solid #ddefff;
    text-decoration: none;
    transition: none;
    font-size: 13px;
    line-height: 1;
    color: #222;
    cursor: pointer;
    /* the next 2 lines are very important for INP score */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 861px) {
    .filter-link:hover {
        background-color: #ddefff;
        border: 1px solid #9cc7ff;
    }

    .filter-link:link,
    .filter-link:visited,
    .filter-link:hover,
    .filter-link:active,
    .filter-link:focus {
        text-decoration: none;
    }
}

    .filter-link i {
        display: inline-block;
        margin-top: 1px;
        width: 10px;
        height: 10px;
        margin-left: 4px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAgMTAnIGZpbGw9JyMyMjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTguODk5NSAxLjEyMTI2QzguNTA4OTcgMC43MzA3MzggNy44NzU4MSAwLjczMDczOCA3LjQ4NTI4IDEuMTIxMjZMNS4wMTA0MSAzLjU5NjE0TDIuNTM1NTQgMS4xMjEyNkMyLjE0NTAxIDAuNzMwNzM4IDEuNTExODUgMC43MzA3MzggMS4xMjEzMiAxLjEyMTI2QzAuNzMwNzk5IDEuNTExNzkgMC43MzA3OTkgMi4xNDQ5NSAxLjEyMTMyIDIuNTM1NDhMMy41OTYyIDUuMDEwMzVMMS4xMjEzMiA3LjQ4NTIyQzAuNzMwNzk5IDcuODc1NzUgMC43MzA3OTkgOC41MDg5MSAxLjEyMTMyIDguODk5NDRDMS41MTE4NSA5LjI4OTk2IDIuMTQ1MDEgOS4yODk5NiAyLjUzNTU0IDguODk5NDRMNS4wMTA0MSA2LjQyNDU2TDcuNDg1MjggOC44OTk0NEM3Ljg3NTgxIDkuMjg5OTYgOC41MDg5NyA5LjI4OTk2IDguODk5NSA4Ljg5OTQ0QzkuMjkwMDIgOC41MDg5MSA5LjI5MDAyIDcuODc1NzUgOC44OTk1IDcuNDg1MjJMNi40MjQ2MiA1LjAxMDM1TDguODk5NSAyLjUzNTQ4QzkuMjkwMDIgMi4xNDQ5NSA5LjI5MDAyIDEuNTExNzkgOC44OTk1IDEuMTIxMjZaJz48L3BhdGg+PC9zdmc+");
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

.delete-all-filters-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #9cc7ff;
    transition: none;
    font-size: 13px;
    line-height: 1;
    color: #2e95df;
    cursor: pointer;
}

@media (min-width: 861px) {
    .delete-all-filters-link:hover {
        text-decoration: none;
        border: 1px solid #2087d1;
        background-color: #eef8ff;
        color: #2087d1;
    }
}

    #loginModal {
        position: relative;
        z-index: 10000;
    }

.breadcrumbs {
    margin-bottom: 20px;
}

.selected-options {
    float: none;
    min-height: 16px;
    margin-bottom: 4px;
}

.searchresult li.save {
    background: transparent !important;
}

.searchresult .map {
    margin: 20px 0;
}

.spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    opacity: 0.5;
    z-index: 999;
    display: none;
}

.filters-container-desktop {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border-bottom: 1px solid #d0e0ef;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 18%);
    width: 100%;
    z-index: 4;
    transform: translateY(-100%);
    transition: transform 350ms ease 0s;
}

    .filters-container-desktop.scroll-down {
        transform: none;
        transition: transform 350ms ease 0s;
    }

.topFilter.financialInterese {
    border: 1px solid #2986c8;
    border-radius: 8px;
}

    .topFilter.financialInterese select {
        font-size: 13px;
        font-family: var(--primary-font-family);
        line-height: 1.1;
        background-color: transparent;
        cursor: pointer;
        color: #2986c8;
        border: none;
        width: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 13px 15px;
        font-weight: 500;
    }

        .topFilter.financialInterese select option {
            font-size: 14px;            
        }

    .topFilter.financialInterese select {
        width: 168px;
        cursor: pointer;
    }

@media (max-width: 860px) {
    .filters-container-desktop {
        display: none;
    }
}

.filters-container-mobile {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1248px;
    z-index: 25;
}

@media (max-width: 860px) {
    .filters-container-mobile,
    .filters-container-mobile.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-top: 52px solid transparent;
        max-width: none;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 28%);
        background: #fff;
        transform: none;
        transition: transform 350ms ease 0s;
    }

        .filters-container-mobile.scroll-up {
            transform: translateY(-100%);
            transition: transform 350ms ease 0s;
        }
}

@media (min-width: 861px) {
    /*.filters-container-mobile.fixed {
        position: fixed;
        top: 59px;
        left: 0px;
        right: 0px;
        max-width: none;
        border-bottom: 1px solid #d0e0ef;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 18%);
    }*/
}

.sort-filters {
    text-align: center;
}

.sort-filters-label {
    display: block;
    margin: -4px auto 6px;
    font-family: var(--primary-font-family);
    font-size: 11px;
    color: #888;
}

.sort-filters-dropdown {
    /*background-color: #f6f9fc;*/
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    color: #2986c8 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 1.1;
    font-family: var(--primary-font-family);
}
.sort-icon-box{
    margin-left: 6px;
}
.sort-text-title {
    align-items: center;
    display: none;
}
.applyLocation {
    display: inline-block;
    width: 120px;
    margin-top: 20px;
    padding: 12px 8px;
    border-radius: 8px;
    text-align: center;
    background-color: #a1caeb;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    font-family: var(--primary-font-family);
    color: #fff;
}

    .applyLocation.active {
        background-color: #2986c8;
    }

.sort-filters-dropdown svg,
.show-map-view svg,
.show-list-view svg {
    padding: 5px !important;
    border: 1px solid #1177bb;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    width: 29px;
    height: 29px;
    fill: #1177bb !important;
}

.search-results-order {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Make the select transparent */
    z-index: 2; /* Ensure select is above the SVG icon */
    /* Adjust width and height as needed */
}

.scroll-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent divs from wrapping to new lines */
    scrollbar-width: none; /* Hide the scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide the scrollbar for Internet Explorer and Edge */
}

    .scroll-container::-webkit-scrollbar {
        display: none; /* Hide the scrollbar for Chrome, Safari, and Opera */
    }

.scroll-content {
    display: inline-block; /* Ensure that the container expands horizontally to fit all divs */
}

.scroll-item {
    display: inline-block; /* Make divs appear in a row */
    width: 200px; /* Set the width of each div as needed */
    margin-right: 10px; /* Add spacing between divs */
    border: 1px solid #ccc; /* Optional: Add border for visual separation */
}

.topRadiusFilter select {
    font-size: 13px;
    font-family: var(--primary-font-family);
    line-height: 1.5;
    background-color: transparent;
    cursor: pointer;
    color: #2986c8;
    border: none;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%232986c8%22%3E%3Cpath%20d%3D%22M137.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l128-128c9.2-9.2%2011.9-22.9%206.9-34.9s-16.6-19.8-29.6-19.8L32%20192c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%206.9%2034.9l128%20128z%22%2F%3E%3C%2Fsvg%3E);
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    padding: 7px 22px 7px 10px !important;
}

.topRadiusFilter select {
    padding-right: 13px !important;
}

@media (max-width: 860px) {
    .filterOverlay {
        position: fixed;
        top: 188px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (0.5) for transparency */
        z-index: 1000; /* Set z-index lower than the modal to ensure it's below */
    }
}

.bold {
    font-weight: bold;
}

    .sort-filters-dropdown select {
        font-size: 13px;
        font-family: var(--primary-font-family);
        font-weight: 500;
        line-height: 1.5;
        padding: 7px 5px 7px 5px !important;
        border: 1px solid #2986c8;
        border-radius: 6px;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        overflow: hidden;
        outline: none;
        cursor: pointer;
        color: #2986c8;
        text-align: center;
    }

.topRadiusFilter {
    display: none;
}

.header_location .easy-autocomplete {
    float: left;
    position: relative;
    width: unset !important;
}

#Filter_Location {
    margin: 0px 16px 0;
    width: calc(100% - 32px);
    border-radius: 8px;
}

#Header_Location {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#radiusSearch {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filterCities {
    min-width: 160px;
    max-height: 314px;
    overflow-x: hidden;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}

    .filterCities li {
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        font-weight: bold;
    }

.clear-button {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 108px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #444;
    z-index: 99999;
    font-weight: bold;
}

    .clear-button::after {
        content: "\00D7"; /* Unicode character for "X" */
    }

.reveal-modal-filter-location {
    display: none;
}

@media (max-width: 860px) {
    .reveal-modal-filter-location {
        position: absolute;
        top: 60px;
        width: 100%;
        z-index: 1005;
        left: 0;
        background-color: #EDF0F1;
        border: solid 1px #E2E5E7;
        padding: 20px 0;
        text-align: center;
    }
}

.reveal-modal-filter-location .easy-autocomplete-container {
    text-align: left;
    left: 20px;
    width: calc(100% - 40px) !important;
}

@media (min-width: 641px) {
    .sort-filters-dropdown select {
        padding: 8px 24px 8px 10px !important;
    }
    .sort-text-title {
        display: flex;
    }
}

.sort-filters-dropdown select:active,
.sort-filters-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.sort-filters-dropdown option {
    font-size: 12px;
    background: #fff;
    color: #222;
    width: 100%;
}

.filters-box.nav-up {
    top: -100px !important;
}

.filters-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    /*background: #f6f9fc;*/
    background: #fff;
    margin: 0 auto;
    padding: 8px 0;
    font-family: var(--secondary-font-family);
    font-size: 13px;
    max-width: 1248px;
    width: 100%;
    height: 60px;
}

@media (min-width: 541px) {
    .filters-box {
        justify-content: flex-start;
        gap: 16px;
    }
}

@media (min-width: 861px) {
    .filters-container-mobile .filters-box {
        border: 1px solid #d0e0ef;
    }

    .filters-box {
        padding: 8px 12px;
    }
}

.filters-box > * {
    float: none !important;
}

.filters-box > div:first-child {
    padding-left: 0;
}

.filters-box > div:last-child {
    padding-right: 0;
}

.icon-filters {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    margin-right: 2px;
    text-align: center;
}

    .icon-filters svg {
        max-width: 14px;
        width: auto;
        height: 14px;
        fill: #2e95df;
        margin: 0 auto;
    }

.link-filters {
    display: flex;
    justify-content: center;
}

.link-filter {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    margin: 0 2px;
    padding: 3px 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font-family);
    text-decoration: none;
    color: #2e95df;
    cursor: pointer;
}

@media (min-width: 741px) {
    .link-filter:link,
    .link-filter:visited,
    .link-filter:hover,
    .link-filter:active {
        text-decoration: none;
        color: #2e95df;
    }

    .link-filter:not(.active):hover {
        background: #eef8ff;
        color: #444;
    }

    .link-filter.active {
        color: #444;
        border: 1px solid #ccc;
    }
}

.lf-count {
    font-size: 13px;
}

.currency-filter {
    width: auto;
    min-width: auto;
    text-align: center;
    padding: 7px 6px;
    font-size: 13px;
}

.switch-listing {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.switch-view {
    display: flex;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font-family);
    text-align: center;
    color: #2986c8;
    line-height: 1.1;
}

    .switch-view span {
        padding: 5px;
    }

@media (min-width: 861px) {
    .switch-view {
        padding: 6px;
        min-width: 28px;
    }

        .switch-view:not(.active):hover {
            background: #e7eff7;
        }
}

.switch-view.active {
    color: #2986c8;
    border: 1px solid #2986c8;
}

    .switch-view.active svg {
        fill: #2986c8;
    }

.switch-view .icon-filters {
    margin: 0 auto;
}

.switch-view svg {
    fill: #2986c8;
}

@media (max-width: 860px) {
    .switch-view .icon-filters {
        margin: 0;
    }

    .switch-view .icon-filters-map {
        margin-right: -2px;
    }

    .switch-view .icon-filters-list {
        margin-right: -2px;
    }

    .switch-view span {
        display: none;
    }
}

.user-type-filters,
.currency-filters,
.save-search-button-wrap {
    display: none;
}

    .filter-button-wrap + .filters-separator,
    .user-type-filters + .filters-separator,
    .currency-filters + .filters-separator,
    .save-search-button-wrap + .filters-separator,
    .switch-listing + .filters-separator,
    .sort-filters + .filters-separator {
        display: none;
    }

@media (min-width: 541px) {
    .filter-button-wrap + .filters-separator,
    .save-search-button-wrap,
    .save-search-button-wrap + .filters-separator,
    .switch-listing + .filters-separator,
    .sort-filters + .filters-separator {
        display: block;
    }

    .switch-listing {
        display: flex;
    }
}

@media (min-width: 741px) {
    .currency-filters,
    .currency-filters + .filters-separator {
        display: block;
    }
}

@media (min-width: 1100px) {
    .user-type-filters,
    .user-type-filters + .filters-separator {
        display: block;
    }
}

.btn-open-filters {
    cursor: pointer;
    /* the next 2 lines are very important for INP score */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.btn-filters {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #2986c8;
    border: 1px solid #2986c8;
    padding: 8px 8px;
    color: #fff !important;
    border-radius: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 1.1;
    font-family: var(--primary-font-family);
    transition: none;
}

@media (min-width: 641px) {
    .btn-filters {
        padding: 10px 12px;
    }
}

@media (min-width: 861px) {
    .btn-filters {
        font-size: 14px;
    }

        .btn-filters:link,
        .btn-filters:visited,
        .btn-filters:hover,
        .btn-filters:active {
            text-decoration: none;
        }

        .btn-filters:hover {
            background-color: #2e95df;
            border: 1px solid #2e95df;
            cursor: pointer;
        }
}

.btn-filters .icon-filters {
    top: 1px;
    margin-right: 6px;
}

.btn-filters svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.filters-box .btn-open-search-ai {
    background: linear-gradient(to right, #d53a9d, #986edd) !important;
    border: 1px solid #ccc !important;
}

.dark .filters-box .btn-open-search-ai {
    background: linear-gradient(to right, #f990d3, #9c93fe) !important;
    border: 1px solid #618dd4 !important;
}

.btn-open-search-ai svg {
    max-width: 18px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.btn-save-search {
    background-color: #5db420;
    border: 1px solid #5db420;
}

@media (min-width: 861px) {
    .btn-save-search:hover {
        background-color: #6dbb36;
        border: 1px solid #6dbb36;
    }
}

.btn-show-articles {
    background-color: #2986c8;
    border: 1px solid #2986c8;
}

@media (min-width: 861px) {
    .btn-show-articles:hover {
        background-color: #2e95df;
        border: 1px solid #2e95df;
    }
}

.btn-select-category {
    width: 100%;
    margin-top: 8px;
    font-family: var(--secondary-font-family);
    font-size: 16px;
    font-weight: 600;
}

    .btn-select-category span {
        width: 100%;
        text-align: center;
    }

.filters-separator {
    display: block;
    position: relative;
    top: 0;
    width: 12px;
    height: calc(100% + 16px);
}

    .filters-separator:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: rgba(208, 224, 239, 0.6);
    }

.icon-warning {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 24px;
    text-align: center;
}

    .icon-warning svg {
        max-width: 24px;
        width: auto;
        height: 24px;
        fill: #ff8c00;
        margin: 0 auto;
    }

.icon-warning-light svg {
    fill: #fff;
}

.topLocationFilter {
    margin-left: 8px;
    display: none;
}

@media (max-width: 860px) {
    .topLocationFilter {
        display: inline-flex;
        /* the next 2 lines are very important for INP score */
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 640px) {
    .topRadiusFilter {
        display: block;
    }

    .topFilter.financialInterese {
        border: none;
        background-position: right 8px center;
    }
        .topFilter.financialInterese select {
            background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%232986c8%22%3E%3Cpath%20d%3D%22M137.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l128-128c9.2-9.2%2011.9-22.9%206.9-34.9s-16.6-19.8-29.6-19.8L32%20192c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%206.9%2034.9l128%20128z%22%2F%3E%3C%2Fsvg%3E);
            background-position: right 8px center;
            background-repeat: no-repeat;
            background-size: auto 14px;
            padding: 7px 22px 7px 10px !important;
            width: 170px;
        }
}

/* page actions bottom */
.page-actions-bottom {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    opacity: 1;
    transition: opacity 0.2s ease;
    z-index: 3;
}

    .page-actions-bottom.is-invisible {
        opacity: 0;
        pointer-events: none;
    }

.bnav-down .page-actions-bottom {
    justify-content: flex-start;
    gap: 10px;
    bottom: 60px;
}

.btn-page-actions-label {
    display: inline-block;
    height: 24px;
    margin: 0 8px 0 4px;
    padding-top: 1px;
    opacity: 1;
    transition: all 0.1s ease;
}

.bnav-down .btn-page-actions-label {
    max-width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}

@media (min-width: 861px) {
    .page-actions-bottom {
        bottom: 28px;
    }
}

.btn-page-actions {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 12px 10px;
    background-color: #2986c8;
    backdrop-filter: blur(3px) saturate(180%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    font-family: var(--primary-font-family);
    text-decoration: none;
    color: #fff !important;
}

.bnav-down .btn-page-actions {
    min-width: 0;
    border-radius: 30px;
    padding: 12px 10px;
}

@media (min-width: 378px) {
    .btn-page-actions {
        min-width: 168px;
    }
}

.icon-page-actions {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    margin: 0 4px;
    text-align: center;
}

    .icon-page-actions svg {
        max-width: 16px;
        width: auto;
        height: 16px;
        fill: #fff;
        margin: 0 auto;
    }

.bnav-down .icon-page-actions {
    width: 22px;
}

    .bnav-down .icon-page-actions svg {
        max-width: 20px;
        height: 22px;
    }

@media (max-width: 860px) {
    .page-actions-bottom .btn-page-actions {
        /* the next 2 lines are very important for INP score */
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .btn-page-actions-sell {
        display: none;
        background-color: rgba(224, 103, 32, 0.85);
    }

    .bnav-down .btn-page-actions-sell {
        display: inline-flex;
    }

    .btn-page-actions-save-search {
        display: inline-flex;
        background-color: rgba(93, 180, 32, 0.85);
    }
}

.save-search-wrap {
    display: none;
}

@media (min-width: 861px) {
    .save-search-wrap {
        display: block;
        position: fixed;
        height: 1px;
        bottom: 72px;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 1;
        transition: opacity 0.2s ease;
        z-index: 3;
    }

        .save-search-wrap.is-invisible {
            opacity: 0;
            pointer-events: none;
        }

        .save-search-wrap .btn-save-search {
            border: 2px solid #fff;
            background-color: rgba(93, 180, 32, 0.85);
            backdrop-filter: blur(3px) saturate(180%);
            box-shadow: -2px -2px 6px rgba(154, 168, 192, 0.2), 2px 5px 11px rgba(154, 168, 192, 0.2);
            border: 0;
            padding: 10px 14px;
            line-height: 1.5;
            cursor: pointer;
        }
}

@media (max-width: 640px) {
    .mobiHidden {
        display: none !important;
    }
}

.notification_info {
    border-bottom: 1px solid #ddd;
}

.not-available-warning {
    width: 100%;
    text-align: center;
}

    .not-available-warning h3 {
        font-size: 16px;
        line-height: 1.4;
        font-family: var(--secondary-font-family);
        font-weight: 600;
    }

@media (min-width: 641px) {
    .not-available-warning {
        margin-top: 20px;
    }
    .not-available-warning h3 {
        font-size: 20px;
    }
}

/* Footer links */
.fl-box {
    float: none;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem 1rem 8px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 -1px 0px rgba(0,0,0,0.02%);
    margin-bottom: 1rem;
    background: #fff;
}

.fl-group {
    position: relative;
    min-width: calc(50% - 8px);
}

@media (min-width: 501px) {
    .fl-box {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 8px;
    }
}

@media (min-width: 701px) {
    .fl-group {
        min-width: calc(33% - 8px);
    }
}

@media (min-width: 961px) {
    .fl-box {
        box-shadow: none;
    }

    .fl-group {
        min-width: calc(25% - 8px);
    }
}

.fl-group-content.initial-state {
    display: none;
}

.fl-group-title {
    font-size: 15px !important;
}

/* rmd info banner */
.rmd-info-banner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #ffdcb2;
    background: #fff3e5;
    border-radius: 8px;
}

.rmd-info-banner-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.rmd-info-banner a {
    text-decoration: underline;
    color: #222;
}

.rmd-info-banner p {
    margin-bottom: 0;
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.3;
    font-family: var(--primary-font-family);
    font-weight: 500;
    color: #222;
}

.rmd-info-text {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    text-align: left;
}

    .rmd-info-text .icon-warning {
        display: none;
    }

.rmd-info-labels {
    display: flex;
    min-width: 135px;
    gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
}

.btn-info-banner-action {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border: 1px solid #2986c8;
    padding: 10px;
    color: #2986c8 !important;
    border-radius: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 1.1;
    font-family: var(--primary-font-family);
    text-decoration: none !important;
    cursor: pointer;
}

.icon-delivery {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    margin-right: 8px;
    text-align: center;
}

    .icon-delivery svg {
        max-width: 16px;
        width: auto;
        height: 16px;
        fill: #2986c8;
        margin: 0 auto;
    }

@media (min-width: 641px) {
    .rmd-info-banner-content {
        gap: 16px;
    }

    .rmd-info-banner {
        padding: 10px 16px;
    }

        .rmd-info-banner p {
            line-height: 1.5;
            font-size: 16px;
        }

    .rmd-info-text .icon-warning {
        display: inline-block;
    }

    .rmd-info-text {
        width: 70%;
    }

    .rmd-info-labels {
        width: 30%;
    }

    .btn-info-banner-action {
        padding: 10px 18px;
        font-size: 14px;
    }
}

.nps-feedback-form-container #nps {
    background: #fff;
    margin-bottom: 0;
    border-bottom: none;
}

.nps-feedback-form-container.hidden,
.btn-info-banner-action.hidden {
    display: none !important;
}

.nps-feedback-form-container #nps table td {
    text-align: right;
}

/* dark css */
.dark .rmd-info-banner {
    background: #3d3f40 !important;
    border: 1px solid #7a5c38 !important;
    box-shadow: none !important;
}

    .dark .rmd-info-banner p,
    .dark .rmd-info-banner a {
        color: #bfbfbf !important;
    }

    .dark .rmd-info-banner .btn-info-banner-action {
        background: transparent !important;
        border: 1px solid #8ab4f8 !important;
        color: #8ab4f8 !important;
    }

.dark .icon-delivery svg {
    fill: #8ab4f8 !important;
}

.dark .icon-warning svg {
    fill: #d87700 !important;
}
