@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}
html {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  html {
    padding-bottom: 91px;
  }
}
footer {
  display: none;
  z-index: 999;
}
@media (min-width: 768px) {
  footer {
    display: block;
  }
}
#alerts {
  position: absolute;
  top: 80px;
  right: 20px;
}
#alerts .toast-header {
  background-color: var(--rs-lava);
  color: var(--bs-white);
}
#alerts .toast-header .close {
  color: var(--bs-white);
}
#alerts .toast-header img {
  height: 15px;
}
.wizard .box {
  display: none;
}
.wizard .box:first-child {
  display: block;
}
.wizard .card-body .form-group {
  margin-bottom: 0.5rem;
}
.wizard .card-body .form-group:last-child {
  margin-bottom: 0;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--rs-steam);
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--rs-steam);
}
.form-control::placeholder {
  color: var(--rs-steam);
}
.irs--round .irs-bar {
  background-color: var(--rs-bee);
}
.irs--round .irs-handle {
  border-color: var(--rs-beluga);
  box-shadow: 0px 0px 3px 3px var(--bs-white);
  background-color: var(--bs-white);
}
.irs--round .irs-handle:focus-visible {
  outline: 2px solid var(--rs-eclipse);
  outline-offset: 2px;
}
.irs--round .irs-single,
.irs--round .irs-to,
.irs--round .irs-from {
  background-color: var(--rs-bee);
}
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.irs--round .irs-from:before {
  border-top-color: var(--rs-bee);
}
#searchBy .card-img-top {
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}
#mapOutlines #map {
  height: 400px;
}
@media (min-width: 1200px) {
  #mapOutlines #map {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  #mapOutlines #map {
    height: 600px;
  }
}
#showCustomRange,
#hideCustomRange {
  cursor: pointer;
}
#listingResults {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--bs-white);
}
@media (min-width: 992px) {
  #listingResults {
    top: 56px;
  }
}
#listingResults #pending {
  transition: 0.5s all;
}
#listingResults .map {
  display: none;
}
#listingResults .results-listing {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 1;
  top: 107px;
}
@media (min-width: 768px) {
  #listingResults .results-listing {
    padding: 0 20px 0 15px;
    top: 67px;
  }
}
#listingResults .results-listing #showResults {
  position: relative;
}
#listingResults .results-listing #showResults .searchOptions {
  padding: 0 10px;
}
@media (min-width: 992px) {
  #listingResults .results-listing #showResults .searchOptions {
    padding: 0;
  }
}
#listingResults .results-listing #showResults .views a:hover,
#listingResults .results-listing #showResults .views a:focus-visible {
  background-color: var(--rs-eclipse);
  border-color: var(--rs-eclipse);
  color: var(--bs-white);
}
#listingResults .results-listing #showResults #tileSort i {
  display: none;
}
#listingResults .results-listing #showResults #tileSort .selected {
  background-color: var(--rs-lilac);
  border-color: var(--rs-lilac);
  color: var(--bs-white);
}
#listingResults .results-listing #showResults #tileSort .selected i {
  display: inline-block;
}
#listingResults .listing-description ul {
  display: inline-block;
  margin-right: 0 !important;
}
#listingResults .listing-description ul .list-inline-item:not(:last-child) {
  margin-right: 0.45rem;
}
#listingResults .listing-description ul.list-inline-two {
  display: inline-block;
}
#listingResults .listing-description .text-small {
  font-size: 0.74rem;
}
#listingResults .result-listing-header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  position: absolute;
  width: 100%;
}
#listingResults .result-listing-header .method {
  background-color: #f8f9fa;
}
@media (min-width: 768px) {
  #listingResults .result-listing-header .method {
    background-color: var(--bs-white);
  }
}
#listingResults .result-listing-header .result-listing_result {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  #listingResults .result-listing-header .result-listing_result {
    font-size: 1.25rem;
  }
}
#listingResults.showMap .map {
  display: block;
  width: calc(100% - 520px);
  position: absolute;
  left: 0;
  top: 67px;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  #listingResults.showMap .map {
    width: calc(100% - 610px);
  }
}
#listingResults.showMap .map #mapControls {
  bottom: 16px;
  right: 16px;
  z-index: 99;
}
#listingResults.showMap .map #toggleView {
  top: 20px;
  left: 20px;
  z-index: 999;
}
#listingResults.showMap .results-listing {
  width: 375px;
}
@media (min-width: 768px) {
  #listingResults.showMap .results-listing {
    width: 520px;
  }
}
@media (min-width: 1200px) {
  #listingResults.showMap .results-listing {
    width: 610px;
  }
}
#listingResults.showMap .results .heading {
  display: block;
}
#listingResults.showMap .results .listing-photo {
  flex: 1 0 50%;
  order: 1;
  border-top-left-radius: calc(5px - 1px);
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(5px - 1px);
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  #listingResults.showMap .results .listing-photo {
    flex: 1 0 35%;
  }
}
#listingResults.showMap .results .listing-photo_photo {
  height: 172px;
}
#listingResults.showMap .results .listing-photo .btn-hide {
  display: none;
}
#listingResults.showMap .results .listing-photo .banner {
  font-size: 0.7rem;
}
#listingResults.showMap .results .listing-tile.pending .listing-description {
  background-color: var(--rs-pending);
  color: var(--bs-black);
}
#listingResults.showMap .results .listing-tile.pre-foreclosure .listing-description {
  background-color: var(--rs-preforeclosure-subtle);
  color: var(--bs-black);
}
#listingResults.showMap .results .listing-tile .card {
  flex-flow: row wrap;
}
#listingResults.showMap .results .listing-tile .card .racetrack {
  bottom: 10px;
}
#listingResults.showMap .results .listing-tile.selected .card {
  border: 3px solid var(--rs-accent-glass);
}
#listingResults.showMap .results .listing-tile[data-status="pending"] .card .listing-photo_photo {
  height: 154px;
}
#listingResults.showMap .results .listing-tile:hover .btn-hide {
  display: block !important;
}
#listingResults.showMap .results .listing-address {
  margin-bottom: 0.5rem !important;
  font-size: 16px;
  font-weight: bold;
}
#listingResults.showMap .results .listing-address span {
  color: gray;
  display: block;
  font-weight: normal;
}
#listingResults.showMap .results .listing-stats {
  display: none !important;
}
#listingResults.showMap .results .listing-stats .stats-label {
  text-transform: none;
}
#listingResults.showMap .results .listing-description {
  flex: 2 1 60%;
  order: 2;
  min-width: 0;
}
#listingResults.showMap .results .listing-description .text-small {
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  #listingResults.showMap .results .listing-description .text-small {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) {
  #listingResults.showMap .results .listing-description .text-small {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  #listingResults.showMap .results .listing-description .text-small {
    font-size: 0.85rem;
  }
}
#listingResults.showMap .results .listing-description_price {
  font-size: 16px;
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #listingResults.showMap .results .listing-description_price {
    border-bottom: 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
  }
}
#listingResults.showMap .results .listing-description_investment {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 768px) {
  #listingResults.showMap .results .listing-description_investment {
    right: 8px;
    top: 8px;
    border-bottom: 0;
  }
}
#listingResults.showMap .results .listing-description_investment b {
  font-size: 1rem;
  font-weight: bolder !important;
  font-family: 'Lato', sans-serif;
}
@media (min-width: 768px) {
  #listingResults.showMap .results .listing-description_investment b {
    font-size: 1rem;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
  }
}
@media (min-width: 992px) {
  #listingResults.showMap .results .listing-description_investment b {
    font-size: 1.25rem;
  }
}
#listingResults.showMap .results .listing-description ul {
  display: inline-block;
  margin-right: 0.5rem !important;
}
#listingResults.showMap .results .listing-description ul.list-inline-two {
  display: inline-block;
}
#listingResults.showMap .results .listing-footer {
  text-align: left;
}
#listingResults.showMap .results .listing-courtesy {
  padding: 0.25rem !important;
}
#listingResults.showMap .results #pending .listing-photo_photo {
  height: 181px;
}
#listingResults.tile-view .listing-address {
  text-transform: uppercase !important;
}
.gm-style {
  font-family: 'Lato' !important;
}
.gm-style-iw {
  padding: 0 !important;
  width: 346px;
}
.gm-style-iw button.gm-ui-hover-effect {
  background-color: var(--bs-white) !important;
  top: 0 !important;
  right: 0 !important;
  border-bottom-left-radius: 5px;
}
.gm-style-iw-d {
  overflow: inherit !important;
}
.gm-style-iw-d .racetrack {
  display: none;
}
.gm-style-iw-c {
  border-radius: 5px;
}
.gm-style-iw .listing-tile {
  padding: 0 !important;
}
.gm-style-iw .listing-tile.pending .listing-stats {
  background-color: var(--rs-pending);
  color: var(--bs-black);
}
.gm-style-iw .listing-tile.pre-foreclosure .listing-stats {
  background-color: var(--rs-preforeclosure-subtle);
  color: var(--bs-black);
}
.gm-style-iw .listing-tile .card {
  box-shadow: none !important;
  margin: 0 !important;
}
.gm-style-iw .listing-tile .card:hover {
  box-shadow: none !important;
}
.gm-style-iw .listing-tile .card .listing-photo_photo {
  height: 220px;
}
.gm-style-iw .listing-tile .card .btn-hide {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: initial;
  display: none;
}
.gm-style-iw .listing-tile .card .viewListingBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block !important;
}
#resultHeader .card {
  border: 1px solid var(--rs-eclipse) !important;
  border-radius: 0.5rem;
}
.sidenav .nav-pills .show > .nav-link {
  background-color: var(--rs-alice);
  color: var(--rs-eclipse);
}
.sidenav .nav-pills .nav-link {
  border-left: 5px solid white;
  color: var(--rs-eclipse);
}
.sidenav .nav-pills .nav-link.active {
  background-color: var(--rs-alice);
  color: var(--rs-eclipse);
  border-left: 5px solid var(--rs-eclipse);
}
.sidenav .inactive {
  background-color: #f9f9f9;
  color: #999;
}
#searchBy .card {
  text-decoration: none;
}
#searchBy .card a {
  text-decoration: none;
}
#searchBy .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.qualified-results2 .loading {
  font-size: 0.9rem;
}
.result-listing-header .custom-switch {
  padding-left: 48px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .result-listing-header .custom-switch {
    padding-left: 58px;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .result-listing-header .custom-switch {
    font-size: 0.9rem;
  }
}
.result-listing-header .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(23px);
}
.result-listing-header .custom-switch .custom-control-label::before {
  left: -58px;
  width: 48px;
  height: 24px;
  top: calc(50% - 9px);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .result-listing-header .custom-switch .custom-control-label::before {
    left: -58px;
    top: calc(50% - 11px);
  }
}
@media (min-width: 1200px) {
  .result-listing-header .custom-switch .custom-control-label::before {
    left: -61px;
  }
}
.result-listing-header .custom-switch .custom-control-label::after {
  top: calc(50% - 6px);
  left: calc(-57px + 2px);
  width: calc(22px - 4px);
  height: calc(22px - 4px);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .result-listing-header .custom-switch .custom-control-label::after {
    top: calc(50% - 8px);
    left: calc(-60px + 2px);
    left: -54px;
  }
}
@media (min-width: 1200px) {
  .result-listing-header .custom-switch .custom-control-label::after {
    left: calc(-60px + 2px);
  }
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--rs-lava);
  border-color: var(--rs-lava);
}
#toggleMap:before {
  content: 'Map view';
}
#toggleMap:after {
  content: 'Tile view';
}
.btn-white-lilac {
  background-color: var(--bs-light);
  color: var(--base05);
  border-color: var(--bs-light);
}
.btn-white-lilac.show,
.btn-white-lilac.active,
.btn-white-lilac:first-child:active,
.btn-white-lilac:hover,
.btn-white-lilac:active,
.btn-white-lilac:focus-visible {
  background-color: var(--rs-lilac);
  border-color: var(--rs-lilac);
  color: var(--bs-white);
}
.btn-white-lilac.disabled,
.btn-white-lilac:disabled {
  border-color: var(--bs-white);
}
.btn-white-eclipse {
  background-color: var(--bs-white);
  color: var(--base05);
  border-color: var(--bs-white);
}
.btn-white-eclipse.show,
.btn-white-eclipse.active,
.btn-white-eclipse:first-child:active,
.btn-white-eclipse:hover,
.btn-white-eclipse:active,
.btn-white-eclipse:focus-visible {
  background-color: var(--rs-eclipse);
  border-color: var(--rs-eclipse);
  color: var(--bs-white);
}
.btn-toggle {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: var(--rs-encore);
  background: var(--rs-lava);
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 5rem;
  text-align: center;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  left: -5rem;
}
.btn-toggle:after {
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.375rem / 2;
  left: 0.375rem / 2;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: var(--bs-white);
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: var(--bs-white);
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: var(--rs-encore);
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.625rem / 2;
  left: 0.625rem / 2;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: var(--bs-white);
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: var(--bs-white);
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-size: 0.55rem;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.375rem / 2;
  left: 0.375rem / 2;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: var(--bs-white);
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: var(--bs-white);
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  left: 0;
}
.btn-toggle.btn-xs:after {
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.25rem / 2;
  left: 0.25rem / 2;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: var(--bs-white);
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: var(--bs-white);
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: var(--rs-encore);
  background: var(--rs-lava);
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: var(--rs-encore);
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
.btn-remove {
  top: 35px;
  z-index: 99;
}
.phone #results {
  padding: 0 10px;
}
.search-image {
  background-position: center;
  background-size: cover;
  min-height: 170px;
}
@media (min-width: 768px) {
  .search-image {
    min-height: 170px;
  }
}
@media (min-width: 992px) {
  .search-image {
    min-height: 170px;
  }
}
.search-image-zip {
  background-image: url('/images/search-by-zipcode.jpg');
}
.search-image-county {
  background-image: url('/images/search-by-county.jpg');
}
tags.tagify {
  border-color: var(--rs-beluga);
  border-radius: 5px;
}
tags.tagify.tagify--focus {
  border-color: var(--rs-lava);
}
tags.tagify .tagify__tag > div {
  border-radius: 25px;
  padding: 0.3em 0.5em 0.3em 0.8em;
}
.down-payment-elements.down-payment-hide {
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  #searchFinancial .card-columns {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 992px) {
  #searchFinancial .card-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.ti-input {
  border-radius: 5px;
}
.ua-devicetype-mobile #listingResults .results-listing {
  padding: 0 16px;
}
.loads {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
}
.loads .loader {
  height: auto;
  max-width: 1.5rem;
  stroke-linecap: round;
  width: 100%;
}
.loads circle {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: preloader;
  animation-timing-function: ease-in-out;
  fill: none;
  stroke-width: 10.5;
  transform-origin: 170px 170px;
  will-change: transform;
}
.loads circle:nth-of-type(1) {
  animation-delay: -0.15s;
  stroke-dasharray: 550px;
}
.loads circle:nth-of-type(2) {
  animation-delay: -0.3s;
  stroke-dasharray: 500px;
}
.loads circle:nth-of-type(3) {
  animation-delay: -0.45s;
  stroke-dasharray: 450px;
}
.loads circle:nth-of-type(4) {
  animation-delay: -0.6s;
  stroke-dasharray: 300px;
}
.map .loader,
#loader .loader {
  max-width: 8rem;
}
.accordion-item-price .nav-link {
  color: var(--base05);
}
.dropdown-price .nav-link {
  color: var(--base05);
}
.dropdown-searches .dropdown-menu button {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-price .dropdown-menu,
.dropdown-parameters .dropdown-menu,
.dropdown-more .dropdown-menu {
  min-width: 380px;
}
.dropdown-home .dropdown-menu,
.dropdown-searches .dropdown-menu {
  min-width: 200px;
}
.dropdown-parameters .dropdown-container,
.dropdown-more .dropdown-container {
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .dropdown-parameters .dropdown-container,
  .dropdown-more .dropdown-container {
    height: 460px;
  }
}
@media (min-width: 1400px) {
  .dropdown-parameters .dropdown-container,
  .dropdown-more .dropdown-container {
    height: 550px;
  }
}
#modalFilters .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #f8f9fa;
  color: var(--rs-eclipse);
}
.input-group-search .dropdown-toggle {
  border-color: var(--rs-satin-white);
  border-right: 0;
}
.input-group-search .dropdown-toggle:hover {
  background-color: var(--rs-lilac);
  border-color: var(--rs-lilac);
  color: var(--bs-white);
}
.input-group-search .dropdown-toggle:active {
  border-color: var(--rs-satin-white);
}
.input-group-search .dropdown-toggle.show {
  background-color: var(--rs-lilac);
  color: var(--bs-white);
}
.input-group-search .dropdown-item:hover {
  background-color: var(--rs-lilac);
}
.input-group-search .dropdown-item.active {
  background-color: var(--rs-eclipse);
  color: var(--bs-white);
}
.input-group-search .form-control {
  border-left: 0;
}
.input-group-search .btn-white {
  background-color: var(--bs-white);
  border-color: var(--rs-satin-white);
  border-left: none;
}
.advanced #listingResults .results-listing {
  padding: 0;
  overflow-y: initial;
}
.advanced #listingResults .searchOptions {
  z-index: 99;
  padding: 0.5rem 1rem;
}
.advanced #listingResults .results-listing-container {
  overflow-y: scroll;
  padding: 0 20px 0 15px;
  top: 90px;
}
@media (min-width: 768px) {
  .advanced #listingResults .results-listing-container {
    top: 94px;
  }
}
@media (min-width: 992px) {
  .advanced #listingResults.showMap .map {
    width: calc(100% - 750px);
  }
  .advanced #listingResults.showMap .results-listing {
    width: 750px;
  }
}
.advanced #listingResults.tile-view .results-listing-container {
  top: 90px;
}
@media (min-width: 768px) {
  .advanced #listingResults.tile-view .results-listing-container {
    top: 56px;
  }
}
@media (min-width: 768px) {
  .advanced #listingResults.tile-view #resultHeader {
    flex-direction: row !important;
  }
  .advanced #listingResults.tile-view #resultHeader .sort-tile {
    order: 6 !important;
  }
  .advanced #listingResults.tile-view #resultHeader .sort-tile .view-toggle {
    margin-left: 2rem !important;
  }
}
.price-tag {
  background-color: #4285F4;
  border-radius: 8px;
  color: var(--bs-white);
  font-size: 14px;
  padding: 1px 3px;
  position: relative;
}
.price-tag:hover {
  background-color: var(--rs-eclipse) !important;
}
.price-tag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285F4;
}
.cluster-tag {
  background-color: var(--rs-lava);
  border-radius: 8px;
  color: var(--bs-white);
  font-size: 14px;
  padding: 1px 3px;
  position: relative;
}
.cluster-tag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--rs-lava);
}
.toolbar-mobile .ti-input {
  flex: 1 1 auto !important;
}
.ti-autocomplete {
  margin-top: 39px !important;
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .ti-autocomplete {
    margin-top: 36px !important;
  }
}
.ti-new-tag-input-wrapper {
  align-items: center !important;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  color: var(--rs-eclipse);
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  color: var(--rs-eclipse);
}
.p-paginator .p-paginator-pages .p-paginator-page {
  color: var(--rs-eclipse);
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  color: var(--rs-eclipse);
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  color: var(--bs-white);
  background: var(--rs-eclipse);
  border-color: var(--rs-eclipse);
}
.p-paginator .p-paginator-current {
  margin-top: 10px;
  cursor: default;
  border: 0;
  color: var(--rs-eclipse);
}
