/*@import "primevue/resources/themes/bootstrap4-light-blue/theme.css";
@import "primevue/resources/primevue.min.css";*/
@import "primeicons/primeicons.css";
.listing-photo {
  position: relative;
  overflow: hidden;
  border-top-left-radius: calc(5px - 1px);
  border-top-right-radius: calc(5px - 1px);
}
.listing-photo .btn-hide {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.listing-photo_photo {
  height: 230px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  transform: scale(1);
}
.listing-photo_photo:hover {
  transform: scale(1.1);
}
.listing-photo .badge + .badge {
  margin-top: 5px;
}
.listing-photo .badges {
  position: absolute;
  top: 10px;
  right: 0;
}
.listing-photo .badges .badge-container {
  text-align: right;
  margin-bottom: 10px;
}
.listing-photo .badges .badge-container .badge-status {
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
}
.listing-photo .badges .badge-container:last-child {
  margin-bottom: 0;
}
.listing-photo .badges .badge-container .badge-marketplace {
  background-color: var(--rs-lava);
  color: var(--bs-white);
}
.listing-photo .racetrack {
  position: absolute;
  bottom: 20px;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition: 0.3s all;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px 0 0 30px;
  right: -80px;
  padding: 5px 6px;
}
.listing-photo .racetrack .mlse-save,
.listing-photo .racetrack .mlse-ignore {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.listing-photo .racetrack .mlse-save:hover,
.listing-photo .racetrack .mlse-ignore:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.listing-photo .racetrack .btn-private {
  background-color: var(--rs-deep) !important;
  color: var(--bs-white);
  border-radius: 50% !important;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
}
.listing-photo .racetrack .btn-private:hover {
  transform: none;
}
.listing-photo-pricing {
  bottom: 0;
  width: 100%;
}
.listing-tile {
  text-decoration: none;
}
.listing-tile .card {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all;
  overflow: hidden;
}
.listing-tile .card .racetrack {
  opacity: 1;
  right: 0;
}
@media (min-width: 768px) {
  .listing-tile .card .racetrack {
    opacity: 0;
    right: -80px;
  }
}
.listing-tile .card:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.listing-tile .card:hover .racetrack {
  opacity: 1 !important;
  right: 0 !important;
}
.listing-tile .card .listing-description {
  text-align: left;
}
.listing-tile .card .listing-description .text-small {
  font-size: 0.75rem;
}
.listing-tile .card .listing-description_price,
.listing-tile .card .listing-description_investment {
  display: none;
}
.listing-tile .card .listing-list-price.undefined {
  justify-content: center !important;
}
.listing-tile .card .listing-footer {
  text-align: center;
}
.listing-tile .card .listing-rental-rate {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.listing-tile .card .listing-courtesy {
  padding: 0.5rem !important;
}
.listing-tile.favorite .racetrack {
  right: 0 !important;
  opacity: 1 !important;
}
.listing-tile.favorite .racetrack .mlse-save {
  background-color: var(--rs-secret-story);
  color: var(--bs-white);
}
.listing-tile.favorite .racetrack .mlse-save:hover {
  background-color: var(--rs-secret-story-subtle) !important;
  color: var(--bs-white);
}
.listing-tile.favorite .card .racetrack {
  right: 0 !important;
  opacity: 1 !important;
}
.listing-tile.favorite .card .racetrack .mlse-save {
  background-color: var(--rs-secret-story);
  color: var(--bs-white);
  border: 0;
}
.listing-tile.favorite .card .racetrack .mlse-save:hover {
  background-color: var(--rs-secret-story-subtle) !important;
}
.listing-tile.ignored .racetrack {
  right: 0 !important;
  opacity: 1 !important;
}
.listing-tile.ignored .racetrack .mlse-ignore {
  background-color: var(--rs-ruby) !important;
  color: var(--bs-white);
}
.listing-tile.ignored .racetrack .mlse-ignore:hover {
  background-color: var(--rs-ruby-dark) !important;
}
.listing-tile.active .text-bg-status {
  color: var(--bs-white) !important;
  background-color: RGBA(var(--rs-active-rgb), var(--bs-bg-opacity, 1)) !important;
}
.listing-tile.pending .text-bg-status {
  color: var(--base05) !important;
  background-color: RGBA(var(--rs-pending-rgb), var(--bs-bg-opacity, 1)) !important;
}
.listing-tile.pending.active .text-bg-status {
  color: var(--base05) !important;
  background-color: RGBA(var(--rs-pending-rgb), var(--bs-bg-opacity, 1)) !important;
}
.listing-tile.pending .listing-stats {
  background-color: var(--rs-pending) !important;
}
.listing-tile.preforeclosure .listing-stats {
  background-color: var(--rs-placebopurple) !important;
}
.listing-tile.offmarket .text-bg-status {
  background-color: var(--rs-offmarket);
  color: var(--bs-white);
}
.listing-tile.rejectedListing .listing-photo_photo {
  opacity: 0.5;
  filter: grayscale(100%);
}
.listing-tile.rejectedListing .racetrack {
  background-color: var(--bs-red) !important;
  color: var(--bs-white) !important;
  opacity: 1 !important;
}
.listing-tile.rejectedListing .rejected {
  display: block !important;
  background-color: var(--bs-red);
  border-color: var(--bs-red);
  color: var(--bs-white) !important;
}
.listing-address,
.listing-price,
.listing .stats-label {
  font-size: 12px;
}
.listing-stats .stats-label {
  font-size: 12px;
  text-transform: uppercase;
}
.viewListingBtn {
  position: absolute;
  right: 10px;
  bottom: 53px;
}
.btn-delete {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
  background-color: var(--bs-btn-bg) !important;
  border-color: var(--bs-btn-border-color) !important;
  color: var(--bs-btn-color);
}
.btn-delete:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color);
}
@keyframes zoomin {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scrollDown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-100%, 100%);
    opacity: 0;
  }
}
@keyframes animate {
  from {
    --n: var(--from);
  }
  to {
    --n: var(--to);
  }
}
@property --n {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.number {
  animation: animate var(--duration) forwards var(--timing, linear);
  counter-reset: num var(--n);
  font-weight: bold;
  font-size: 3rem;
  font-family: sans-serif;
  padding: 2rem;
}
.number::before {
  content: counter(num);
}
html {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  html {
    padding-bottom: 0;
  }
}
.img-container {
  display: flex;
  -webkit-flex-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 200px;
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.img-container img {
  height: 260px;
}
.hero-home {
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  .hero-home {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .hero-home {
    height: 560px;
  }
}
.hero-home .bg-container {
  overflow: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
}
@media (min-width: 768px) {
  .hero-home .bg-container {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .hero-home .bg-container {
    height: 560px;
  }
}
.hero-home .bg-container .bg-image {
  height: 350px;
  background-image: url('/images/home-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: zoomin 15s 1;
}
@media (min-width: 768px) {
  .hero-home .bg-container .bg-image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .hero-home .bg-container .bg-image {
    height: 560px;
  }
}
.hero-home .h1,
.hero-home .lead {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-home .way {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .hero-home .way {
    font-size: 2.5rem;
  }
}
.hero-home .homes {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .hero-home .homes {
    font-size: 2.5rem;
  }
}
.hero-home > div {
  z-index: 99;
  margin-bottom: -37px;
}
.hero-home .home-search input {
  border: 0;
}
.hero-home:after {
  background-image: linear-gradient(0deg, rgba(19, 40, 68, 0.67) 0%, rgba(19, 40, 68, 0) 100%);
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.hero-down {
  margin-bottom: -130px;
}
.btn {
  font-weight: bold;
  border-radius: 0.3rem;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.5rem 1.5rem;
  }
}
.btn:hover {
  transform: translate(0, -3px);
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.35);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.35);
}
.navbar {
  transition: 0.2s;
}
.navbar.sticky {
  background-color: var(--bs-white) !important;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
}
.navbar.sticky .navbar-toggler {
  color: var(--rs-eclipse);
}
.navbar.sticky .navbar-logo {
  background-image: url('/images/logo.svg');
}
.navbar.sticky .navbar-nav .nav-link {
  color: var(--rs-eclipse);
  border-top: 3px solid var(--bs-white);
}
.navbar.sticky .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 3px solid rgba(0, 0, 0, 0.05);
}
.navbar.sticky .navbar-nav .nav-link.active:hover {
  color: var(--rs-lava);
}
.navbar.sticky .navbar-nav .nav-link.active:after {
  background-color: var(--rs-lava);
}
footer.bg-eclipse {
  position: relative;
}
footer.bg-eclipse .footer-top {
  display: flex !important;
}
.table-responsive-sm .table thead tr {
  position: sticky;
  top: 57px;
  z-index: 100;
}
.table-responsive-sm .table thead th {
  background-color: var(--bs-white);
  border-top: 0;
  border-bottom: 0;
}
.table-responsive-sm .table tbody td:not(:first-child) {
  text-align: center;
}
.table-responsive-sm .table tbody tr th {
  border-bottom: 1px solid var(--rs-bright-star);
}
.table-responsive-sm .table tbody tr th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.table-responsive-sm .table tbody tr td a {
  text-decoration: none;
  border-bottom: 2px dotted #696969;
}
.table-responsive-sm .table tbody tr td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.table-responsive-sm .table tbody tr:hover:not(.table-section-header) td {
  background-color: rgba(105, 105, 105, 0.1);
  cursor: default;
}
.table-responsive-sm .table tbody tr:hover:not(.table-section-header) td.bg-secondary {
  background-color: rgba(105, 105, 105, 0.1) !important;
  color: var(--base05);
}
.table-responsive-sm .table tbody tr:hover:not(.table-section-header) td:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.table-responsive-sm .table tbody tr:hover:not(.table-section-header) td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.table-responsive-sm .table tbody th,
.table-responsive-sm .table tbody td {
  border: 0;
  color: var(--base05);
}
.switch-dp {
  padding-left: 5rem;
}
.switch-dp span {
  left: -6.5rem;
  width: 3.75rem;
  position: absolute;
}
.switch-bs {
  padding-left: 4.5rem;
}
.switch-bs span {
  left: -4.25rem;
  width: 1.75rem;
  position: absolute;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--rs-lava);
  border-color: var(--rs-lava);
}
.card-feature a {
  text-decoration: none;
  border-radius: 5px;
}
.card-feature a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-10px);
  transition: all 0.5s;
  background-color: var(--bs-white);
}
.card-feature a:hover .fa-plus {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.card-feature a:hover:not(.text-lava) {
  color: var(--base05);
}
.card-feature-enterprise a {
  outline: 1px solid var(--rs-steam);
}
.card-feature-enterprise a:hover {
  outline: 5px solid var(--rs-lava);
}
.card-search .p-autocomplete-input {
  border: 0 !important;
}
.card-testimonials .nav-link {
  color: var(--rs-eclipse);
  border-radius: 0;
  border-left: 5px solid var(--bs-white);
}
.card-testimonials .nav-link.active {
  color: var(--rs-lava);
  border-left: 5px solid var(--rs-lava);
}
.card-coming {
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.2);
  transition: box-shadow 225ms;
}
.card-coming:hover {
  box-shadow: 0 20px 30px 0 rgba(36, 50, 66, 0.14);
  text-decoration: none;
  color: var(--base05);
  transition: all 0.5s;
}
.card-coming .btn {
  border-color: var(--rs-lava);
  color: var(--rs-lava);
  cursor: default !important;
}
.card-coming .btn:hover {
  border-color: var(--rs-lava);
  color: var(--rs-lava);
  transform: none;
  box-shadow: none;
}
.card-pricing {
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.2);
  transition: box-shadow 225ms;
}
.card-pricing:hover {
  box-shadow: 0 20px 30px 0 rgba(36, 50, 66, 0.14);
  text-decoration: none;
  color: var(--base05);
  transition: all 0.5s;
}
.card-pricing:hover span.btn {
  background-color: var(--rs-lava);
  color: var(--bs-white);
}
.card-pricing span.btn {
  transform: none;
  transition: background-color 0.5s ease;
}
.p-autocomplete .p-autocomplete-input {
  box-shadow: none;
}
.p-autocomplete .p-autocomplete-dropdown {
  background-color: var(--rs-lava) !important;
  border: 0 !important;
  border-radius: 4px !important;
}
.p-autocomplete .p-autocomplete-dropdown:hover {
  background-color: var(--rs-lava-subtle) !important;
}
.p-autocomplete .p-autocomplete-dropdown svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(7deg) brightness(110%) contrast(100%);
}
.list-wrapper {
  column-count: 1;
  column-gap: 20px;
  font-size: 14px;
  line-height: 2.45;
  margin-top: 14px;
}
@media (min-width: 576px) {
  .list-wrapper {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .list-wrapper {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .list-wrapper {
    column-count: 4;
  }
}
.list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-wrapper ul a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  background-color: #f3f3f3;
}
.list-wrapper ul a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: var(--bs-white);
  font-weight: 700;
}
.list-wrapper ul a:hover .fa-light {
  opacity: 1;
  padding-right: 0;
}
.list-wrapper ul a .fa-light {
  opacity: 0;
  padding-right: 10px;
  transition: all 0.5s;
}
.store-list-wrapper {
  column-count: 3;
  column-gap: 20px;
  font-size: 14px;
  line-height: 1.79;
}
@media (max-width: 48em) {
  .store-list-wrapper {
    column-count: 2;
  }
}
@media (max-width: 30em) {
  .store-list-wrapper {
    column-count: 1;
  }
}
.store-list-wrapper .store-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-list-wrapper .store-list-ul .storeDetails {
  font-size: 14px;
  line-height: 1.6;
}
.store-list-wrapper .store-list-ul .storeDetails .storeBanner {
  font-weight: 700;
  text-decoration: none;
}
.store-list-wrapper .store-list-ul .storeDetails .storeBanner:hover {
  cursor: pointer;
  text-decoration: underline;
}
.store-list-wrapper .store-list-ul li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding-top: 16px;
  padding-bottom: 6px;
}
.event-narpm {
  background-image: url(/images/narpm-bg.png);
  background-repeat: repeat-x;
}
.section-label {
  color: #848f99;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.badge-plan {
  top: -12px;
  transform: translate(-50%, 0%);
  left: 50%;
}
.listing-tile.listing-blue-chip .card {
  border: none;
}
.hero-interactive .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--bs-white);
}
.hero-interactive .nav-link:hover {
  background-color: var(--bs-white);
  color: var(--rs-eclipse);
}
.hero-interactive .nav-link.active {
  background-color: var(--rs-lava);
  border-color: var(--rs-lava);
  color: var(--bs-white);
}
@media (min-width: 992px) {
  .row-featured .col:last-child,
  .row-preforeclosure .col:last-child,
  .row-local .col:last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  .row-featured .col:last-child,
  .row-preforeclosure .col:last-child,
  .row-local .col:last-child {
    display: block;
  }
}
.row-preforeclosure .listing-stats {
  background-color: var(--rs-preforeclosure-subtle) !important;
}
.shape-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 101px;
}
.shape-divider-bottom .shape-fill {
  fill: #f8f9fa;
}
.card-search .p-autocomplete-input {
  border: 0 !important;
}
.who .player figure {
  transition: all 0.5s;
}
.who .player figure img {
  transition: all 0.5s;
}
.who .player:hover figure {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.who .player:hover figure img {
  transform: scale(1.08);
}
.accordion-psp .accordion-item {
  border-color: var(--bs-light);
}
.accordion-psp .accordion-button {
  background-color: #515D70;
  color: var(--bs-white);
  padding: 25px;
  font-weight: bold;
  box-shadow: none;
}
.accordion-psp .accordion-button:after {
  filter: brightness(0) invert(1);
}
.accordion-psp .accordion-button.collapsed {
  background-color: var(--bs-white);
  color: var(--bs-accordion-btn-color);
}
.accordion-psp .accordion-button.collapsed:after {
  filter: inherit;
}
.accordion-psp .accordion-button:hover {
  outline: none;
  box-shadow: none;
}
.accordion-psp .accordion-collapse {
  background-color: #515d70;
  color: var(--bs-white);
}
.form-switch-psp {
  padding-left: 75px;
}
.line-through {
  position: relative;
}
.line-through:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-bottom: solid 1px var(--bs-black);
  transform: translate(-50%, -50%);
  border-color: var(--bs-tertiary-color) !important;
}
