<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay_msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  color: white;
}

.overlay_msg-content {
  background: black;
  max-width: 70vw;
  max-height: 70vh;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: white;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 1.5px;
    background-color: transparent;
    border-radius: 0 0 8px 8px;
    padding: 5px 0 0 0;
    gap: 5px;
    position: relative;
    box-sizing: border-box;
}

.filters__filters-btn {
    min-width: 48px;
    height: 48px;
    padding: 5px 19px;
    font-weight: 400;
    font-size: var(--Paragraph-1);
    letter-spacing: -0.32px;
    border-radius: 6px;
}

.input_filter {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    align-items: center;
    padding: 0px 0px 0px 5px;
    border: 1px solid var(--border);
    border-radius: 6px;
    height: 48px;
    min-width: 50px;
    box-sizing: border-box;
}

.input__container {
    width: 100%;
}

.filter_important {
    margin-bottom: 5px;
}

.filter_group {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap; /* �仂弍舒于仍�亠仄 仗亠�亠仆仂� �仍亠仄亠仆�仂于 仆舒 仆仂于�� ���仂从� */
}

.filters &gt; .filter_group {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 100%;
    box-sizing: border-box;
}

/* 弌�亳仍亳 亟仍� 亞��仗仗� � 仗仂仍�仄亳 city 亳 location - 仂仆亳 于�亠亞亟舒 亟仂仍亢仆� 弍��� 于 仂亟仆仂亶 ���仂从亠
.location_filter_group {
    flex-wrap: nowrap !important;
    display: inline-flex !important;
    white-space: nowrap !important;
    break-inside: avoid !important;
} */

.filter_intent {
    order: 1;
    flex: 1 1 150px;
    min-width: 150px;
}

.filter_estatetype {
    order: 2;
    margin-left: 5px; /* �亠弍仂仍��仂亶 仂����仗 仂� 仗�亠亟�亟��亠亞仂 �仍亠仄亠仆�舒 */
    flex: 1 1 150px;
    min-width: 150px;
}

/* �舒�仗�亠亟亠仍�亠仄 �亳�亳仆� 仗仂仍亠亶 city 亳 location 于 仗�仂仗仂��亳亳 */
.filter_city {
    flex: 0 0 auto;
    width: 150px;
    min-width: 150px;
}

.filter_location {
    flex: 1 1 150px;
    min-width: 150px;
    margin-right: 0; /* 丕弍亳�舒亠仄 仂����仗 �仗�舒于舒 */
}

.filter_features {
    flex: 1 1 150px;
    min-width: 150px;
    max-width: 300px;
    margin-right: 0; /* 丕弍亳�舒亠仄 仂����仗 �仗�舒于舒 */
}

.filter_features input {
    min-width: 200px;
    max-width: 300px;
}


.filters .filter_important.select {
    width: 150px;
}

.filters .select__box {
    width: 150px;
}

.filters .select__dropdown {
    right: 0;
    left: auto;
    width: 200px;
}

/* 弌�亳仍亳 亟仍� 于�仗舒亟舒��亠亞仂 �仗亳�从舒 � 仗�仆从�舒仄亳 �仂��亳�仂于从亳 */
.filters .filter_important.select .select__dropdown,
.filters .filter_important.select.show-dropdown .select__dropdown,
.filters .js-select.show-dropdown .select__dropdown,
.filters .js-select .js-select-dropdown {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    width: 200px !important;
    min-width: 0 !important;
    z-index: 9999 !important;
}

/* 弌仗亠�亳舒仍�仆仂亠 仗�舒于亳仍仂 亟仍� 于��舒于仆亳于舒仆亳� 于�仗舒亟舒��亠亞仂 仄亠仆� 仗仂仍� intent 仗仂 仍亠于仂仄� 从�舒� */
.filter_group:first-child .filter_important.select:first-child .select__dropdown,
.filter_group:first-child .filter_important.select:first-child.show-dropdown .select__dropdown,
.filter_group:first-child .js-select:first-child.show-dropdown .select__dropdown,
.filter_group:first-child .js-select:first-child .js-select-dropdown {
    right: auto !important;
    left: 0 !important;
    width: 200px !important;
    min-width: 0 !important;
}

.sort-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-right: 40px;
}

.sort-filter-wrapper {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
}

.sort-filter-wrapper .filter_important {
    margin-bottom: 5px;
}

.sort-container .select__box-option-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 599px) {
    .filter_important {
        width: 100%;
    }

    .filter_group {
        width: 100%;
        justify-content: flex-start; /* ���舒于仆亳于舒仆亳亠 �仍亠仄亠仆�仂于 仗仂 仍亠于仂仄� 从�舒� */
    }

}

/* �弍�亳亠 ��亳仍亳 亟仍� 于�亠� �亳仍���仂于 */
.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 弌�亳仍亳 亟仍� �仂��亳�仂于从亳 亳 �亳仍���舒 亟舒�� */
.filter_important .select__dropdown {
    right: 0 !important;
    left: auto !important;
    width: 200px !important;
    min-width: 0 !important;
}


.date-filter__box {
    position: relative;
    height: 48px; /* ���仂�舒 从舒从 � �亠仍亠从�舒 */
    width: 140px; /* 丕仄亠仆��亠仆舒 仆舒 30% 仂� 200px */
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0 16px;
    background-color: var(--background);
    cursor: pointer;
    transition: all 0.2s;
}

.date-filter__box:hover {
    border-color: var(--text-primary);
}

.date-filter__input {
    border: none;
    background: transparent;
    height: 100%;
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    outline: none;
}

/* �仂弍舒于仍�亠仄 ��亳仍亳, �仂仂�于亠���于���亳亠 .select--big */
.date-filter__box {
    min-width: 126px; /* 丕仄亠仆��亠仆舒 仆舒 30% 仂� 180px */
    font-weight: 500;
}

/* Datepicker calendar custom styles */
.flatpickr-calendar {
    background: var(--background) !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* 弌�亳仍亳 亟仍� 弍仂仍亠亠 �于亠�仍仂亞仂 �亠从��舒 于 �亠仄仆仂亶 �亠仄亠 */
body.dark-theme .flatpickr-current-month .flatpickr-monthDropdown-months,
body.dark-theme .flatpickr-current-month input.cur-year,
body.dark-theme .flatpickr-weekday {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.dark-theme .flatpickr-prev-month svg,
body.dark-theme .flatpickr-next-month svg {
    fill: rgba(255, 255, 255, 0.65) !important;
}

.flatpickr-day.selected {
    background: var(--btn) !important;
    border-color: var(--btn) !important;
}

.flatpickr-day:hover {
    background: var(--hover-bg) !important;
}

.spacer {
    width: 100%;
}

/* 弌�亳仍亳 亟仍� 于��舒于仆亳于舒仆亳� 仗�亳 仄�仍��亳���仂�仆�� �亳仍���舒� */
@media (min-width: 600px) {
    /* �弍亠�仗亠�亳于舒亠仄, ��仂 �亳仍���� 仆舒�亳仆舒���� � 仍亠于仂亞仂 从�舒� */
    .filters &gt; *:first-child {
        margin-left: 0;
    }

    /* �仂亞亟舒 �亳仍���� 仗亠�亠仆仂����� 仆舒 仆仂于�� ���仂从�, 仆舒仄 仆�亢仆仂 �仂��舒仆��� 于��舒于仆亳于舒仆亳亠 */
    .filters:after {
        content: "";
        flex: auto;
    }



    .filters {
        max-width: 100%;
    }

}
</pre></body></html>