/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/property-listing-filters.scss ***!
  \*********************************************************************************************************************************/
:root {
  --eieio-secondary-button-active: #c61d23;
  --eieio-secondary-button-hover: #ae1b1f;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --eieio-secondary-button-active: #c61d23;
  --eieio-secondary-button-hover: #ae1b1f;
}

html {
  height: 100%;
}
html:has(#wpadminbar) {
  height: calc(100% - 32px);
}

body {
  height: 100%;
}
body:has(.popup.active) {
  overflow: hidden;
}

.property-listing-filters {
  max-width: min(100% - 60px, 1240px);
  margin: auto;
}
.property-listing-filters button {
  outline: none;
}
.property-listing-filters .property-type-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.property-listing-filters .property-type-buttons button {
  flex: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  text-transform: none;
  padding: 8px;
  margin: 0 6px 5px 0;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .property-listing-filters .property-type-buttons button {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 6px 5px;
  }
}
.property-listing-filters .property-type-buttons button:hover {
  background-color: rgba(238, 236, 237, 0.3137254902);
  color: white;
}
.property-listing-filters .property-type-buttons button.active {
  background-color: #c61d23;
  color: #ffffff;
}
.property-listing-filters .search-bar {
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.property-listing-filters .search-bar form {
  flex: 1 auto;
}
.property-listing-filters .search-bar form input {
  width: 100%;
  height: 100%;
  padding: 18px 12px;
  font-size: 16px;
  border: 1px solid #ced4da !important;
}
@media (max-width: 767px) {
  .property-listing-filters .search-bar form input {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .property-listing-filters .search-bar form input {
    padding-right: 115px !important;
    border-right-width: 0 !important;
  }
}
.property-listing-filters .search-bar .buttons {
  display: flex;
  flex-direction: row;
  position: relative;
}
.property-listing-filters .search-bar .buttons button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: none;
}
@media (max-width: 767px) {
  .property-listing-filters .search-bar .buttons button {
    font-size: 14px;
  }
  .property-listing-filters .search-bar .buttons button.filters-popup-button {
    width: 40px !important;
    left: -52px !important;
    margin: 6px !important;
    padding: 10px !important;
    height: calc(100% - 12px);
  }
  .property-listing-filters .search-bar .buttons button .text {
    display: none;
  }
  .property-listing-filters .search-bar .buttons button svg {
    margin-right: 0 !important;
  }
}
.property-listing-filters .search-bar .buttons button svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.property-listing-filters .search-bar .buttons button.filters-popup-button {
  background-color: #e4e1dd;
  color: #000000;
  text-transform: uppercase;
  width: 95px;
  left: -115px;
  font-size: 15px;
  padding: 6px;
  margin: 10px;
  position: absolute;
}
.property-listing-filters .search-bar .buttons button.filters-popup-button.active {
  background-color: var(--eieio-secondary-button-active);
  color: #ffffff;
}
.property-listing-filters .search-bar .buttons button.filters-popup-button.active:hover {
  background-color: var(--eieio-secondary-button-hover);
  color: #ffffff;
}
.property-listing-filters .search-bar .buttons button.filters-popup-button:hover {
  background-color: #d0d0d0;
  color: #000000;
}
.property-listing-filters .search-bar .buttons button.filters-popup-button svg {
  transform: scale(0.7);
}
.property-listing-filters .search-bar .buttons button.filters-popup-button svg path {
  transition: fill 0.3s;
}
.property-listing-filters .search-bar .buttons button.search-button {
  padding: 14px 20px;
}
.property-listing-filters .search-bar .buttons button.search-button svg {
  fill: #ffffff;
}
.property-listing-filters .search-bar .buttons button.search-button:hover {
  background-color: #ae1b1f !important;
}
.property-listing-filters .active-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.property-listing-filters .active-filters button {
  background-color: #e4e1dd;
  color: #000000;
  text-transform: none;
  margin: 10px 10px 0 0;
  font-size: 14px;
  padding: 11px;
  position: relative;
  text-wrap: wrap;
  text-align: left;
}
.property-listing-filters .active-filters button.active {
  background-color: var(--eieio-secondary-button-active);
  color: #ffffff;
}
.property-listing-filters .active-filters button.active:hover {
  background-color: var(--eieio-secondary-button-hover);
  color: #ffffff;
}
.property-listing-filters .active-filters button:hover {
  background-color: #d0d0d0;
  color: #000000;
}
.property-listing-filters .active-filters button .close {
  position: absolute;
  width: 8px;
  height: 8px;
  font-size: 16px;
  top: 2px;
  right: 2px;
}
.property-listing-filters .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-listing-filters .popup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
.property-listing-filters .popup.active {
  pointer-events: all;
}
.property-listing-filters .popup.active .overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.property-listing-filters .popup.active .content-container {
  top: calc(5vh + 100px);
}
.property-listing-filters .popup .content-container {
  position: absolute;
  top: -100vh;
  transition: top 0.5s ease-in-out;
  width: 100vw;
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  box-sizing: border-box;
}
.property-listing-filters .popup .content-container .header {
  padding: 30px 0;
  border-bottom: 1px solid #e4e1dd;
}
.property-listing-filters .popup .content-container .header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 24px;
}
.property-listing-filters .popup .content-container .header h2 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.property-listing-filters .popup .content-container .content {
  padding: 0 30px 30px 30px;
  overflow: auto;
  max-height: calc(90vh - 100px - 90px);
}
.property-listing-filters .popup .content-container .content .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property-listing-filters .popup .content-container .content .filters .filter {
  margin-top: 20px;
}
.property-listing-filters .popup .content-container .content .filters .filter h5 {
  margin: 0 0 10px 0;
  font-size: 15px;
}
.property-listing-filters .popup .content-container .content .filters .filter p {
  margin-bottom: 0;
}
.property-listing-filters .popup .content-container .content .filters .filter.full-width {
  flex: 1 0 100%;
}
.property-listing-filters .popup .content-container .content .filters .filter.half-width {
  flex: 0 0 49%;
}
@media (max-width: 567px) {
  .property-listing-filters .popup .content-container .content .filters .filter.half-width {
    flex: 1 0 100%;
  }
}
.property-listing-filters .popup .content-container .content .filters .filter .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property-listing-filters .popup .content-container .content .filters .filter .price .price-input {
  border: 1px solid #ced4da;
  display: flex;
  flex: 0 0 49%;
}
.property-listing-filters .popup .content-container .content .filters .filter .price .price-input span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: #e9ecef;
  color: black;
  padding: 7px;
  border-right: 1px solid #ced4da;
}
.property-listing-filters .popup .content-container .content .filters .filter .price .price-input input {
  flex: 0 1 auto;
  border: none;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container {
  display: grid;
  flex: 1 0 100%;
  width: 100%;
  grid-template-rows: max-content 1em;
  position: relative;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container .track {
  position: absolute;
  display: block;
  clear: both;
  left: 0;
  width: 100%;
  height: 0.2em;
  top: 0.4em;
  background-color: #e9ecef;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container .selected-track {
  position: absolute;
  display: block;
  clear: both;
  left: var(--range-slider-track-offset);
  width: var(--range-slider-track-width);
  height: 0.2em;
  top: 0.4em;
  background-color: #c61d23;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container input[type=range] {
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  pointer-events: none;
  background: none;
  border: none;
  z-index: 2;
  height: 1em;
  -webkit-appearance: none;
  appearance: none;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container input[type=range]::-moz-range-track {
  background: none;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  background-color: #858585;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.property-listing-filters .popup .content-container .content .filters .filter .slider-container input[type=range]::-moz-range-thumb {
  pointer-events: all;
  background-color: #858585;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.property-listing-filters .popup .content-container .content .filters .filter .multi-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.property-listing-filters .popup .content-container .content .filters .filter .multi-checkbox button:not(.primary) {
  background-color: #e4e1dd;
  color: #000000;
  text-transform: none;
  padding: 10px 14px;
  margin: 0 5px 0 0;
  flex: 0 0 auto;
}
.property-listing-filters .popup .content-container .content .filters .filter .multi-checkbox button:not(.primary).active {
  background-color: var(--eieio-secondary-button-active);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .multi-checkbox button:not(.primary).active:hover {
  background-color: var(--eieio-secondary-button-hover);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .multi-checkbox button:not(.primary):hover {
  background-color: #d0d0d0;
  color: #000000;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button {
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: transparent !important;
  padding: 4px 10px !important;
  margin: 0 !important;
  text-transform: none;
  font-size: 14px;
  border: 1px solid #eee;
  background-color: #e4e1dd;
  color: #000000;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button.active {
  background-color: var(--eieio-secondary-button-active);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button.active:hover {
  background-color: var(--eieio-secondary-button-hover);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button:hover {
  background-color: #d0d0d0;
  color: #000000;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button svg {
  width: 30px;
  height: 30px;
  transition: fill 0.3s;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button.active, .property-listing-filters .popup .content-container .content .filters .filter .property-types .top-level-property-types button:hover {
  color: #c61d23 !important;
  background-color: #eee !important;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types {
  padding-top: 10px;
  gap: 10px;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types button {
  flex: 0 0 auto;
  background-color: #e4e1dd;
  color: #000000;
  font-size: 14px;
  padding: 10px;
  text-transform: none;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types button.active {
  background-color: var(--eieio-secondary-button-active);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types button.active:hover {
  background-color: var(--eieio-secondary-button-hover);
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types button:hover {
  background-color: #d0d0d0;
  color: #000000;
}
.property-listing-filters .popup .content-container .content .filters .filter .property-types .sub-property-types button:hover {
  background-color: #c61d23;
  color: #ffffff;
}
.property-listing-filters .popup .content-container .content .filters .filter select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 50px 8px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11 8%27%3E%3Cpath fill=%27%23000000%27 d=%27m 0,0 L 11,0 L 5.5,8 Z%27/%3E%3C/svg%3E") !important;
  padding-right: 50px !important;
  color: #000000;
  border: 1px solid #ced4da;
  background-color: #ffffff;
  border-radius: 0;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container .checkbox {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #ced4da;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container .checkbox:hover {
  background-color: #e9ecef;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container .checkbox.active {
  background-color: #c61d23;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container .checkbox.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #ffffff;
  font-size: 14px;
  left: 4px;
  top: 0;
  position: absolute;
}
.property-listing-filters .popup .content-container .content .filters .filter .checkbox-container p {
  margin: 0;
  font-size: 15px;
}
.property-listing-filters .popup .content-container .content .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 5px;
}
.property-listing-filters .popup .content-container .content .buttons button {
  flex: 1;
  max-width: 25%;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .property-listing-filters .popup .content-container .content .buttons button {
    max-width: unset;
  }
}
.property-listing-filters .popup .content-container .content .buttons .reset {
  background-color: transparent;
  color: #c61d23;
  padding: 0;
  text-transform: none;
  flex: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.property-listing-filters .popup .content-container .content .buttons .reset:hover i {
  transform: translateX(4px);
}
.property-listing-filters .popup .content-container .content .buttons .reset i {
  margin-left: 10px;
  transition: transform 0.3s;
}
.property-listing-filters .popup .content-container .content .buttons .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0px calc(50% - 8px);
  border-color: white;
}
.property-listing-filters .popup .content-container .content .buttons .apply:hover {
  background-color: #ae1b1f;
}
