/*Filters*/

:root {
    --archive-fields-bg: #E8E8F2;
}

.cwp-search-filters .cwp-reset-search-filters {
    display: none;
}

.realestate-archive-show-filters {
    display: none;
}

form.cwp-search-filters {
    padding: 0 0 0 0;
    max-width: 100%;
}

.realestate-search-filters-container {
    padding: 0px 0px 20px 0;
    height: 100%;
    border-right: 0px;
}

.realestate-search-filters-container .realestate-search-filters-title-and-reset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
}

.realestate-search-filters-container .realestate-search-filters-title-and-reset h5 {
    color: var(---input-font-color-500);
    font-weight: bold;
}

.realestate-search-filters-container .realestate-search-filters-title-and-reset p {
    font-size: 15px;
    color: var(--input-font-color-500);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realestate-search-filters-container .realestate-search-filters-title-and-reset p i {
    margin: 0 2px 0 0;
    display: inline-block;
    font-size: 12px;
}

.realestate-archive-container .cwp-field-container {
    position: relative;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 30px;
    padding: 0px;
    padding-bottom: 22px;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox-container ul:last-of-type ul:after {
    display: none;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox-container>ul:last-of-type li:last-child {
    margin: 0 0 0 0;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox-container ul:last-of-type ul {
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
}

.realestate-archive-container .cwp-search-field .realestate-term-container>ul {
    display: none;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox-container ul:last-of-type ul li:last-of-type {
    margin: 0 0 0 0;
}

.realestate-archive-container .cwp-search-filters-fields div:last-child:after {
    display: none;
}

.realestate-archive-container .cwp-search-field .realestate-term-container {
    position: relative;
}

.realestate-archive-container .cwp-search-field .realestate-term-container .realestate-expand-more-terms {
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    transition: var(--transition);
}

.realestate-archive-container .cwp-search-field .realestate-term-container .realestate-expand-more-terms.expanded {
    transform: rotate(180deg);
    cursor: auto;
}

.realestate-archive-container .cwp-search-field h3,
.realestate-archive-container .cwp-search-field>label,
.realestate-archive-container .cwp-search-field .cwp-radio-container>label,
.realestate-archive-container .cwp-switch-container>label {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--primary-font);
    margin: 0 0 18px 0;
    color: var(--primary-font-color);
}

.realestate-archive-container .cwp-search-field ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.realestate-archive-container .cwp-search-field ul li {
    width: 100%;
}

.realestate-archive-container .cwp-search-field ul ul {
    padding: 0 0 0 0;
    position: relative;
    margin: 0 0 0 15px;
}

.realestate-archive-container .quick-see-more {
    margin: 0 0 0 0;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.realestate-archive-container .quick-see-more.show {
    margin: 20px 0 0 0;
}

.realestate-archive-container .quick-see-more:after {
    content: var(--chevron-down-icon-code);
    font-family: var(--icons-font);
    font-size: 18px;
    color: var(--grid-text-color) !important;
    position: absolute;
    top: 2px;
    right: 0;
    transition: var(--transition);
}

.realestate-archive-container .quick-see-more.show:after {
    transform: rotate(180deg);
}

.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) ul li {
    margin: 0 0 15px 0;
}

.realestate-archive-container .cwp-field-container .cwp-search-field {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/*General Input Fields */

.realestate-archive-container .cwp-search-field input,
.realestate-archive-container .cwp-search-field select {
    background: var(--white-700);
    border: 1px solid var(--primary-font-color);
    border-radius: 2px;
    font-size: 14px;
    color: var(--primary-font-color) !important;
    padding: 8px 10px;
    width: 100%;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
}

.realestate-archive-container .cwp-search-field input::-webkit-input-placeholder,
.realestate-archive-container .cwp-search-field textarea::-webkit-input-placeholder {
    color: var(--primary-font-color) !important;
}

.realestate-archive-container .cwp-search-field input:focus,
.realestate-archive-container .cwp-search-field select:focus {
    outline: none;
    box-shadow: none;
}


/*
Checkbox Field
Radio Field
*/

.realestate-archive-container .cwp-search-field .cwp-field-checkbox,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox label,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 0 0 30px;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-family: var(--primary-font);
    transition: var(--transition);
    color: #72809D;
    max-width: 100%;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox input[type=checkbox],
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio input[type=radio] {
    visibility: hidden;
    opacity: 0;
    width: 16px;
    height: 16px;
    position: relative;
    padding: 0;
    min-height: auto;
    display: none;
}

.realestate-archive-container .cwp-search-field ul ul .cwp-field-checkbox label,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio label {
    color: #72809D;
    font-weight: 400 !important;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox label:before,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio label:before {
     content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-700);
    border: 1px solid #070026;
    border-radius: 3px;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--icons-font);
    color: var(--primary-color);
    font-size: 9px;
    font-weight: 600;
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox input[type=checkbox]:checked~label,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio input[type=radio]:checked~label {
    color: var(--primary-color);
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox input[type=checkbox]:checked~label:before,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio input[type=radio]:checked~label:before {
    content: var(--check-icon-code);
    background: var(--primary-color);
    color: var(--white-700) !important;
    border-color: var(--primary-color);
}


/*Radio Field*/

.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio label:before {
    border-radius: 50%;
}

.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio input[type=radio]:checked~label:before {
    content: var(--circle-icon-code);
    font-size: 8px;
}


/*Address Field*/

.realestate-archive-container .cwp-search-field .cwp-field-google-address-input-container {
    position: relative;
    width: 100%;
}

.realestate-archive-container .cwp-search-field .cwp-field-google-address-input-container input {
    padding: 8px 25px 8px 10px;
}

.realestate-archive-container .cwp-search-field .cwp-field-google-address-input-container .cwp-get-current-location {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}


/*Number Field*/

.realestate-archive-container .cwp-search-field .cwp-range-number-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.realestate-archive-container .cwp-search-field .cwp-range-number-fields .cwp-range-number-field label {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--primary-font);
    color: var(--faded-font-color);
    margin: 0 0 5px 0;
}

.realestate-archive-container .cwp-search-field .cwp-range-number-fields .cwp-range-number-field input::-webkit-outer-spin-button,
.realestate-archive-container .cwp-search-field .cwp-range-number-fields .cwp-range-number-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.realestate-archive-container .cwp-search-field .cwp-range-number-fields .cwp-range-number-field-seprator {
    display: flex;
    height: 34px;
    line-height: 34px;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    font-size: 30px;
    margin: 0 4px;
    color: transparent;
    position: relative;
}

.realestate-archive-container .cwp-search-field .cwp-range-number-fields .cwp-range-number-field-seprator:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 1px;
    background-color: var(--faded-font-color);
}


/*Switch Field*/

.cwp-field-container.cwp-field-switch .cwp-switch-container .cwp-field-switch-container {
    margin: 0 0 0 0;
    width: 30px;
    height: 16px;
}

.cwp-field-container.cwp-field-switch .cwp-switch-container .cwp-field-switch-container .cwp-field-switch-slider {
    background: var(--input-border-color);
    border-radius: 6px;
}

.cwp-field-container.cwp-field-switch .cwp-switch-container .cwp-field-switch-container .cwp-field-switch-slider:before {
    width: 5px;
    height: 9px;
    background: var(--primary-font-color);
    border-radius: 6px;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: var(--transition);
}

.cwp-field-container.cwp-field-switch .cwp-switch-container .cwp-field-switch-container input:checked+.cwp-field-switch-slider {
    background: var(--primary-color);
}

.cwp-field-container.cwp-field-switch .cwp-switch-container .cwp-field-switch-container input:checked+.cwp-field-switch-slider:before {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    transform: translate(14px, -50%);
}


/*Dropdown Field*/

.realestate-archive-container .cwp-search-field .select2-container--default .select2-selection--single {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-radius: 2px;
    border: 1px solid var(--archive-fields-bg) !important;
}

.realestate-archive-container .cwp-search-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: var(--white-700);
    font-size: 12px;
    color: var(---input-font-color-500);
    padding: 12px 12px;
    width: 100%;
    overflow: hidden;
}

.realestate-archive-container .cwp-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 5px;
    line-height: 40px;
}

.select2-container--open .select2-dropdown--below {
    border-color: var(--input-border-color) !important;
    margin-top: 35px !important;
}

.select2-container--open .select2-dropdown--below * {
    border-color: var(--input-border-color) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
}


/*Content Area*/

.realestate-archive-content-header {
    padding: 0 0 0 0;
    margin: 0 0 calc(var(--bs-gutter-x) * 1) 0;
}

.realestate-archive-content-header .realestate-archive-map-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
}

.realestate-archive-content-header .realestate-archive-map-toggle i {
    color: var(--heading-color);
    margin: 0 6px 0 0;
    font-size: 12px;
    display: inline-block;
    line-height: 8px;
}

.realestate-archive-content-header .realestate-archive-map-toggle>label {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--primary-font);
    color: var(--grid-text-color);
    margin: 0 6px 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realestate-archive-info-and-actions {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: var(--white-700);
    padding: 20px 30px;
}

.realestate-archive-info-and-actions .realestate-archive-results-found {
    margin: 0 0 0 0;
    color: var(---input-font-color-500);
    font-size: 14px;
    font-weight: normal;
}

.realestate-archive-info-and-actions .realestate-archive-actions>div:not(:last-of-type) {
    margin: 0 15px 0 0;
    min-height: 30px;
}

.realestate-archive-info-and-actions .realestate-archive-actions>div:first-child {
    padding: 0px;
    border-right: 0px;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-sort {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-700);
    padding: 5px 13px;
    border-radius: 2px;
    position: relative;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-sort label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    font-family: var(--primary-font);
    color: var(--primary-font-color);
    margin: 0 5px 0 0;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-sort select {
    border: none;
    font-weight: normal;
    color: #7A88A3 !important;
    opacity: 1;
    padding: 0 0 0 0 !important;
    cursor: pointer !important;
    height: 20px !important;
    font-size: 14px !important;
    line-height: 1;
    min-width: auto !important;
    font-weight: 400;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style {
    margin: 0 0 0 0;
    display: flex;
    justify-content: end;
    align-items: center;
    background: transparent;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher {
    margin: 0 0 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher i {
    line-height: 1;
    font-size: 16px;
    color: var(--heading-color);
    transition: var(--transition);
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher.grid-view i {
    font-size: 22px;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher:hover i {
    color: var(--primary-color);
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher.cwp-active-style {
    background: transparent;
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher.cwp-active-style i {
    color: var(--primary-color);
}

.realestate-archive-info-and-actions .realestate-archive-actions .realestate-archive-grid-list-switcher .cwp-archive-toggle-Listing-style .listing-switcher:not(:last-of-type) {
    margin: 0 12px 0 0;
}


/*Loop Output*/

.cwp-search-result-output {
    padding: 0 0 0 0;
}

.cwp-archive-container.cwp-active-ajax:after {
    top: 0;
    left: 0;
}

.cwp-archive-container.cwp-active-ajax:before {
    top: 50vh;
    transform: translate(-50vh, -50%);
}

.cwp-archive-content-map {
    display: none;
    padding: 10px 25px 25px;
    width: 100%;
    height: 100vh;
    background: transparent;
    float: none;
}

.cwp-archive-content-map>div {
    height: 100vh;
}

 
#realestate-footer {
    margin-top: 50px;
}


/*Responsive*/

@media only screen and (max-width: 991px) {
    .realestate-breadcrumbs {
        padding: 0 15px;
    }
    .realestate-search-filters-container {
        display: none;
	    margin-bottom: 20px !important;
    }
	
    .realestate-archive-show-filters {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 0 0 0;
    }
    .realestate-archive-show-filters:not(.filters-shown) {
        margin: 0 0 10px 0;
    }
    .realestate-archive-show-filters i {
        margin: 0 10px 0 0;
    }
	form.cwp-search-filters {
		position: absolute;
		z-index: 9999;
		background: #fff;
		right: 10px;
		left: 10px;
		border-radius: 20px;
		box-shadow: -2px 2px 5px 4px #ddd;
		padding: 20px;
		max-height: 500px;
		overflow: auto;
	}
	.col-lg-10.cwp-archive-container {
		width: 100% !important;
	}
	.archive-filter-output {
    min-width: 274px;
    padding: 0 12px !important;
}

}

@media only screen and (min-width: 768px) {
    .cwp-archive-container.cwp-active-ajax .realestate-archive-content-container {
        position: relative;
    }
    .cwp-archive-container.realestate-grid-view.cwp-active-ajax .realestate-archive-content-container:after {
        background-image: url("../images/cubewp-archive-grid-loader.gif");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        min-height: 700px;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 999;
    }
    .cwp-archive-container.realestate-list-view.cwp-active-ajax .realestate-archive-content-container:after {
        background-image: url("../images/cubewp-archive-list-loader.gif");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        min-height: 700px;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 999;
    }

}

@media only screen and (max-width: 500px) {
    .realestate-archive-actions {
        margin: 0 0 10px !important;
    }
    .realestate-archive-info-and-actions {
        align-items: center !important;
        justify-content: space-between !important;
    }
    .realestate-archive-info-and-actions .realestate-archive-actions>div:first-child {
        padding: 0 0 0 0;
        border-right: none;
    }
		.realestate-grid-btns-section .realestate-archive-map-toggle {
        border: 1px solid #D9D9D9 !important;
        cursor: pointer;
        font-family: var(--primary-font);
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px; 
        padding: 7px 23px;
        transition: var(--transition);
        border-radius: 4px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        line-height: 24px ! IMPORTANT;
	}
	 .realestate-archive-content-header .realestate-images-filter {
		justify-content: center;
	}
}

@media only screen and (max-width: 400px) {
    .realestate-archive-grid-list-switcher {
        display: none !important;
    }
}

.realestate-grid-btns-section h2 {
  	font-weight: 600;
    font-size: 24px;
}

.realestate-grid-btns-section .cwp-archive-toggle-Listing-style {
    background: transparent;
    border-radius: 0px;
}

.realestate-grid-btns-section .cwp-archive-toggle-Listing-style .listing-switcher {
    cursor: pointer;
    padding: 4px 10px;
    height: 25px;
    line-height: 23px;
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 4px;
    margin-right: 10px;
    width: 25px;
    padding: 0px;
    text-align: center;
    transition: var(--transition);
}

.realestate-grid-btns-section .cwp-archive-toggle-Listing-style .listing-switcher span {
    font-size: 10px;
    margin-left: 5px;
    font-weight: 500;
}

.realestate-grid-btns-section .cwp-archive-toggle-Listing-style .listing-switcher i {
    display: inline-block;
    vertical-align: middle;
}

.realestate-grid-btns-section .cwp-active-style {
    background: var(--primary-font-color);
    color: var(--white-700) !important;
    width: auto !important;
    padding: 0px 7px !important;
}

.realestate-grid-btns-section .realestate-archive-map-toggle label {
    color: #434343;
    font-size: 14px;
}

.realestate-grid-btns-section .realestate-archive-map-toggle label:hover {
    cursor: pointer;
}

.realestate-grid-btns-section .realestate-archive-map-toggle label i {
    border: 1px solid var(--primary-font-color);
    border-radius: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    margin-right: 4px;
    color: var(--primary-color);
}

.realestate-grid-btns-section .realestate-archive-map-toggle {
    border-right: 1px solid #D9D9D9;
    padding-right: 10px;
    margin-right: 4px;
    line-height: 40px;
}

.realestate-images-filter input[type="checkbox"],
.realestate-images-filter input[type="radio"] {
    background: var(--white-700);
    visibility: hidden;
    opacity: 0;
    width: 16px;
    height: 16px;
    position: relative;
    padding: 0;
    min-height: auto;
    display: none;
}

.realestate-images-filter .cwp-field-checkbox label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important;
    margin: 0 0 0 -16px;
    padding: 0 0 0 30px;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-family: var(--primary-font);
    transition: var(--transition);
    color: var(--primary-font-color);
}

.realestate-images-filter .cwp-field-checkbox label:before,
.realestate-images-filter :not(.cwp-field-radio-toggle) .cwp-field-radio label:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 7px;
    background: var(--white-700);
    border: 1px solid #898989;
    border-radius: 3px;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--icons-font);
    color: var(--primary-color);
    font-size: 9px;
    font-weight: 600;
}

.cwp-field-checkbox input[type=checkbox]:checked~label:before {
    content: var(--check-icon-code) !important;
    background: var(--primary-color) !important;
    color: var(--white-700) !important;
    border-color: var(--primary-color) !important;
}

.realestate-images-filter p {
    border-radius: 4px;
    background: var(--primary-font-color);
    color: var(--white-700);
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6.31px 2px 7px;
}

.realestate-images-filter .cwp-field-checkbox {
    border-right: 1px solid rgba(0, 47, 52, 0.20);
    min-height: 40px;
    margin-right: 10px;
    padding-right: 10px;
}

.realestate-grid-btns-section {
    margin-bottom: 20px;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label {
    margin: 0 !important;
    padding: 0 0px !important;
    transition: var(--transition) !important;
    border-radius: var(--border-radius-xs) !important;
    position: relative !important;
    overflow: visible !important;
    width: 70% !important;
    display: block !important;
    text-align: center !important;
    cursor: pointer !important;
    height: auto !important;
    line-height: initial;
    color: #72809D !important;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize !important;
    line-height: 16px;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label:after {
    content: '' !important;
    background: var(--white-700) !important;
    border: 1px solid #898989 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    border-radius: var(--border-radius-xs) !important;
    z-index: 1 !important;
    transition: var(--transition) !important;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--icons-font);
    font-size: 9px;
    font-weight: 600;
    border-radius: 2px !important;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container {
    display: inline-block !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: var(--border-radius-xs) !important;
    flex-wrap: nowrap !important;
    border: 0px;
    border-radius: 0px !important;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container li {
    width: 100%;
    margin: 0 0 0 0 !important;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio input[type=radio]:checked~label {
    color: var(--primary-color) !important;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>.cwp-field-radio:last-child label:after,
.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>li:last-of-type label:after,
.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>.cwp-field-radio:first-child label:after,
.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>li:first-child label:after {
    transform: none !important;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio input[type=radio]:checked~label:after {
    content: var(--check-icon-code) !important;
    background: var(--primary-color) !important;
    color: var(--primary-font-color) !important;
    border-color: var(--primary-color) !important;
    font-size: 9px;
    font-weight: 600;
}

.cwp-search-filters-wrap .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container li:first-of-type .cwp-field-radio label {
    border-right: 0px;
    margin-bottom: 10px !important;
}

.archive-activate-abs-alerts {
    border-radius: 5px;
    padding: 24px;
    background: #D9E6FF;
    margin-bottom: 45px;
}

.archive-activate-abs-alerts h3 {
    margin-bottom: 10px;
}

.archive-activate-abs-alerts p {
    color: var(--primary-font-color);
    margin-bottom: 14px;
    margin-top: 8px;
}

.archive-activate-abs-alerts .realestate-toggle span {
    color: #202020;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
}

.archive-activate-abs-alerts .realestate-toggle {
    justify-content: start;
}

.archive-activate-abs-alerts .realestate-toggle label {
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    height: 24px;
    opacity: 1;
    position: relative;
    transition: var(--transition);
    width: 40px;
    background: var(--primary-font-color);
}

.archive-activate-abs-alerts .realestate-toggle label:before {
    background: var(--white-700);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
    width: 20px;
}

.archive-activate-abs-alerts .realestate-toggle input:checked~label {
    background: var(--primary-color);
    border-color: var(--primary-color);
    opacity: 1;
}

.archive-activate-abs-alerts .realestate-toggle input:checked~label:before {
    background: var(--primary-font-color);
    transform: translate(16px, -50%);
}

.archive-filter-output {
    min-width: 274px;
}

.col-lg-10.cwp-archive-container {
    width: calc(100% - 274px);
}

.realestate-toggle input {
    display: none;
}

.realestate-see-more-category.collapsed {
    margin: 0 0 0 0;
    color: var(--primary-color);
}

.realestate-archive-container .cwp-search-field .cwp-field-checkbox label:hover,
.realestate-archive-container .cwp-search-field:not(.cwp-field-radio-toggle) .cwp-field-radio label:hover {
    color: var(--a-hover-color);
}
 
