:root {
  --navTop: 61px;
  --navTopLg: 77px;
  --navTopXl: 88px;
  /* location vars */
  --primary: #91B508;
  --secondary: #A7D106;
  --background: #39E771;
  --backgroundLte: #F7FBF0;
  /* global vars */
  --blk: #272727;
  --blklt: #323232;
  --cream: #FFFBF2;
  --check: #00DE4D;
  --accent: color-mix(in oklab, var(--secondary) 10%, white);
}

@font-face {
  font-family: Montserrat;
  /* declare weights giving two values to specify a range */
  font-weight: 100 900;
  src: url(./fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}
* {
  font-family: Montserrat, sans-serif;
}

.w200 {
  font-weight: 400;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.colour-primary {
  color: var(--primary);
}

.colour-blk {
  color: var(--blk);
}

.navbar-brand {
  margin: 9px 0 5px;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin: 15px 0 13px;
  }
}
.navbar-brand img {
  width: 100px;
  height: 46px;
}
@media (min-width: 375px) {
  .navbar-brand img {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 182px;
  }
}

.navbar {
  background: white;
  border-bottom: #e5e5e5 solid 1px;
  padding: 0;
  font-size: 14px;
  z-index: 100;
  height: 60px;
}

.scroll-padding-top {
  scroll-padding-top: 60px;
}

@media (min-width: 992px) {
  .navbar {
    height: 78px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }

  .scroll-padding-top {
    scroll-padding-top: 78px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 88px;
    font-size: 15px;
  }

  .scroll-padding-top {
    scroll-padding-top: 88px;
  }
}

.nav-user {
  display: flex;
  align-items: stretch;
  list-style-type: none;
  margin: 0;
  padding: 0 5px 0 0;
}
@media (min-width: 992px) {
  .nav-user {
    border: #333333 solid 2px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-user {
    padding: 0 10px 0 5px;
  }
}
.nav-user li.status {
  margin: 0 5px 0 5px;
}
@media (min-width: 992px) {
  .nav-user li.status {
    margin: 0 11px 0 15px;
  }
}
.nav-user li.status span {
  display: none;
}
@media (min-width: 992px) {
  .nav-user li.status span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .nav-user li.status svg {
    display: none;
  }
}
.nav-user li.notification {
  margin: 0 2px 0 2px;
}
.nav-user li.notification a span {
  display: none;
}
@media (min-width: 992px) {
  .nav-user li.notification a span {
    display: inline;
  }
}
.nav-user li.favourite {
  margin: 0 2px 0 2px;
}
.nav-user li.favourite a span {
  display: none;
}
@media (min-width: 992px) {
  .nav-user li.favourite a span {
    display: inline;
  }
}
.nav-user li a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #333333;
  text-decoration: none;
}
.nav-user li a:hover {
  text-decoration: underline;
}
.nav-user li a img, .nav-user li a svg {
  margin: 7px 5px;
}
@media (min-width: 1200px) {
  .nav-user li a img, .nav-user li a svg {
    margin: 10px 5px;
  }
}
.nav-user li a svg path {
  fill: #2b2e31;
}

@media (max-width: 991px) {
  .nav-menu {
    display: flex;
    transform: translateX(0%);
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
    opacity: 0;
    margin-top: 0;
    width: 334px;
    position: fixed;
    top: 61px;
    right: -334px;
    text-align: center;
  }
  .nav-menu li {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .nav-menu li a {
    padding: 18px 0;
    background: white;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .nav-menu li a svg {
    fill: currentColor;
    position: absolute;
    height: 100%;
    top: 0;
    left: 20px;
  }
  .nav-menu li a:hover, .nav-menu li a:focus {
    text-decoration: none;
    color: white;
    background: var(--primary);
    background: linear-gradient(180deg, var(--secondary) 0%, var(--primary));
  }
  .nav-menu li.current a {
    background: #272727;
    color: white;
  }
}
@media (max-width: 374px) {
  .nav-menu {
    width: 100%;
    right: -100%;
  }
}
@media (min-width: 992px) {
  .nav-menu {
    display: flex;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .nav-menu {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .nav-menu li {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .nav-menu li {
    padding: 0 15px;
  }
}
.nav-menu li a {
  color: #333333;
  text-decoration: none;
}
.nav-menu li a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .nav-menu li a svg {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-menu.open {
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
    opacity: 1;
    transform: translateX(-100%);
    display: flex;
  }
}
@media (max-width: 374px) {
  .nav-menu.open {
    width: 100%;
  }
}

.user-menu {
  transform: translateX(100%);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
  margin-top: 0;
  opacity: 0;
  width: 334px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .user-menu {
    transform: translate3d(0, 100%, 0);
    max-height: 0;
    transition: max-height 0s linear 0.5s, opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
  }
}
.user-menu li {
  width: 100%;
  padding: 0;
  position: relative;
}
.user-menu li a {
  padding: 18px 0;
  background: white;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #333333;
  text-decoration: none;
}
.user-menu li a svg {
  fill: currentColor;
  position: absolute;
  height: 100%;
  top: 0;
  left: 20px;
}
.user-menu li a:hover, .user-menu li a:focus {
  text-decoration: none;
  color: white;
  background: var(--primary);
  background: linear-gradient(180deg, var(--secondary) 0%, var(--primary));
}
.user-menu li.current a {
  background: #272727;
  color: white;
}
.user-menu.open {
  transform: translateX(0);
  display: flex;
  opacity: 1;
}
@media (min-width: 992px) {
  .user-menu.open {
    max-height: 3000px;
    transform: translate3d(0, 0, 0);
    transition: max-height 0s, opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
  }
}
@media (max-width: 374px) {
  .user-menu.open {
    width: 100%;
  }
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbar-toggler span {
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: #323232;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(2) {
  margin-bottom: 6px;
}
.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .mobile-nav, .current {
    display: none;
  }
  body .nav-user li a .desktop-notify {
    display: none;
  }
  body .nav-user li a .desktop-notify-out {
    display: inline;
  }
  body.loggedin .nav-user li a .desktop-notify {
    display: inline;
  }
  body.loggedin .nav-user li a .desktop-notify-out {
    display: none;
  }
}
body .nav-user li a .notify {
  display: none;
}
body .nav-user li a .notify-out {
  display: inline;
}

body.loggedin .nav-user li a .notify {
  display: inline;
}
body.loggedin .nav-user li a .notify-out {
  display: none;
}

.footer-copyright {
  background: #EFEFEF;
  font-size: 12px;
  color: #323232;
  padding: 0 0 23px;
  margin-bottom: 90px;
}
.footer-copyright a {
  color: #323232;
  text-decoration: none;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .footer-copyright {
    padding: 20px 0 23px;
    margin-bottom: 0;
  }
}
.footer-copyright span {
  display: block;
}
@media (min-width: 576px) {
  .footer-copyright span {
    display: inline;
  }
}
.footer-copyright .tel {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .footer-copyright .tel {
    margin-top: 0;
  }
}
.footer-copyright .copyright {
  background: var(--secondary);
  color: white;
  padding: 10px 0 35px;
  margin-bottom: 30px;
}
.footer-copyright .copyright span {
  display: block;
}
@media (min-width: 375px) {
  .footer-copyright .copyright span {
    display: inline;
  }
}
@media (min-width: 576px) {
  .footer-copyright .copyright {
    background: none;
    color: #333333;
    padding: 0;
    margin-bottom: 0;
  }
}

.footer-flash {
  background: var(--secondary);
  color: white;
  font-size: 13px;
  padding: 20px 0 0;
}
@media (min-width: 375px) {
  .footer-flash {
    font-size: 14px;
  }
}
.footer-flash .cyber {
  position: absolute;
  bottom: 0px;
  width: 62px;
  left: calc(50% - 31px);
}
@media (min-width: 576px) {
  .footer-flash {
    padding: 20px 0;
  }
  .footer-flash .cyber {
    width: 58px;
    position: static;
  }
}

.footer-links {
  background: #323232;
  color: white;
}
@media (min-width: 576px) {
  .footer-links {
    padding-top: 34px;
  }
}
.footer-links h2 {
  font-size: 18px;
  padding-bottom: 16px;
}
@media (min-width: 576px) {
  .footer-links h2 {
    border-bottom: white solid 1px;
  }
}

.footer-menu {
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
}
@media (min-width: 576px) {
  .footer-menu {
    font-weight: 500;
    text-align: left;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding: 5px 0 50px;
  }
}
.footer-menu li {
  padding: 7px 0;
}
@media (min-width: 576px) {
  .footer-menu li {
    padding: 2px 0;
  }
}
.footer-menu a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}

.footer-google {
  margin: 0 auto 30px;
  max-width: 250px;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
@media (min-width: 576px) {
  .footer-google {
    margin: 20px 0 50px;
  }
}
.footer-google .goog-te-gadget {
  color: white !important;
}
.footer-google .goog-te-gadget .goog-te-combo {
  margin: 4px 0 20px;
  width: 100%;
}
.footer-google .goog-te-gadget a {
  color: white !important;
}

.footer-social {
  background: white;
}
@media (min-width: 576px) {
  .footer-social {
    background: none;
  }
}
.footer-social ul {
  margin: 40px auto;
  max-width: 250px;
  display: flex;
}
@media (min-width: 576px) {
  .footer-social ul {
    margin: 20px 0 50px;
  }
}
@media (min-width: 992px) {
  .footer-social ul {
    max-width: none;
  }
}
.footer-social ul li {
  flex: 1;
  padding-right: 20px;
}
.footer-social ul li a {
  display: block;
  aspect-ratio: 1/1;
}
.footer-social ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.footer-social ul li a svg rect {
  fill: none;
}
.footer-social ul li a svg path {
  fill: #333333;
}
@media (min-width: 576px) {
  .footer-social ul li a svg path {
    fill: white;
  }
}

.sp25 {
  width: 280px;
}
@media (min-width: 375px) {
  .sp25 {
    width: auto;
  }
}

.bg-bkglte {
  background: var(--backgroundLte);
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  flex: 1;
  padding-top: var(--navTop);
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: var(--navTopLg);
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-top: var(--navTopXl);
  }
}

.small-text {
  font-size: 11px;
}

.container_row {
  display: grid;
}

.layer1, .layer2 {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.layer2 {
  z-index: 2;
}

.mb-96 {
  margin-bottom: 96px;
}

@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px;
  }
}

.mt-22 {
  margin-top: 22px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-select {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .mt-select {
    margin-top: 37px;
  }
}

.mt-select-2 {
  margin-top: 14px !important;
}
@media (min-width: 992px) {
  .mt-select-2 {
    margin-top: 37px !important;
  }
}

.grid-fluid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  position: relative;
  row-gap: 24px;
}

.grid-fluid-column {
  display: contents;
}

.fluid-item-5 {
  grid-row: 5;
}

@media (min-width: 576px) {
  .grid-fluid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .grid-fluid-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .w-sm-50 {
    width: 50% !important;
  }
}
.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.-mx-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.-mx-1 {
  margin-left: -4px;
  margin-right: -4px;
}

.housemate-finder {
  min-width: 462px;
}
.housemate-finder .hmf-1 {
  fill: none;
}
.housemate-finder .hmf-2 {
  fill: url(#hmf-gradient);
  filter: contrast(1.2) saturate(1.2);
}
.housemate-finder .hmf-3 {
  fill: var(--primary);
  opacity: 0.2;
}
.housemate-finder .hmf-4 {
  fill: #fff;
}

.home-heading {
  text-align: center;
  margin-top: -150px;
  font-size: 35px;
}
.home-heading span {
  display: block;
  color: var(--primary);
  line-height: 1;
}
.home-heading span:nth-child(1) {
  color: #272727;
}

.housemate-finder-wrapper {
  margin: -11px -12px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.bubble {
  border-radius: 20px;
  background: var(--primary);
  color: white;
  padding: 20px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto 50px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%;
}
@media (min-width: 375px) {
  .bubble {
    width: 304px;
  }
}
@media (min-width: 992px) {
  .bubble {
    position: absolute;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .bubble {
    top: 50px;
    width: 380px;
    font-size: 18px;
    padding: 20px 40px;
  }
}
@media (min-width: 1400px) {
  .bubble {
    margin-left: 109px;
  }
}
.bubble:after {
  content: "";
  background: var(--primary);
  position: absolute;
  height: 20px;
  width: 30px;
  bottom: -19px;
  right: 10px;
  clip-path: polygon(0 0, 30px 20px, 22px 0);
}

.login-register-form {
  width: 100%;
  margin: 28px auto 30px;
}
@media (min-width: 375px) {
  .login-register-form {
    width: 304px;
  }
}
@media (min-width: 992px) {
  .login-register-form {
    margin: 28px auto 60px;
  }
}
.login-register-form p {
  padding: 0 20px;
}

.profile-form {
  margin-top: 37px;
}

.form-group {
  position: relative;
}

.form-label {
  font-size: 14px;
  position: absolute;
  padding: 0 10px;
  display: block;
  top: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  line-height: 42px;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}

.field-text {
  font-size: 14px;
  text-align: left;
  width: 100%;
  padding: 0 10px 0 110px;
  line-height: 42px;
  border-radius: 10px;
  color: #323232;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  border: none;
  outline: none;
}
.field-text.added-field {
  box-shadow: none;
  padding: 0 10px !important;
  margin-bottom: 10px;
}

.field-text.with-toggle {
  padding-right: 40px;
}

.password-toggle-btn {
  position: absolute;
  right: 10px;
  top: 0;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  pointer-events: auto;
}
.password-toggle-btn:hover {
  opacity: 0.5;
}
.password-toggle-btn:focus {
  outline: none;
}
.field-text:focus ~ .password-toggle-btn {
  opacity: 1;
}

.field-profile {
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  color: rgba(33, 37, 41, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  border: none;
  outline: none;
}

.field-profile img {
  display: block;
  margin: 35px auto 10px;
}

.field-text:focus, .field-profile:focus {
  outline: var(--secondary) solid 1px;
}

.field-text:hover, .field-profile:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.field-text:focus + label {
  width: 0;
  font-size: 0.75em;
  pointer-events: none;
  opacity: 1;
}

.field-text[type="email"]:not(:placeholder-shown) + label,
.field-text:valid + label {
  opacity: 1;
  width: 0;
  font-size: 0.75em;
  pointer-events: none;
}

.added-field + label {
  opacity: 0.6 !important;
  width: 0;
  font-size: 0.75em;
  pointer-events: none;
}

input[type=password] {
  letter-spacing: 0.125em;
}

.change-link {
  font-size: 14px;
  color: var(--blk);
}
.change-link:hover {
  color: blue;
}

.user-form {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .user-form {
    padding-bottom: 132px;
  }
}

.prefs-radio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.prefs-radio input[type=checkbox],
.prefs-radio input[type=radio] {
  position: absolute;
  opacity: 0.01;
  cursor: pointer;
  height: 2px;
  width: 2px;
}
.prefs-radio label {
  width: 100%;
}
.prefs-radio label .label {
  background: white;
  border: solid 1px #DFDEDE;
  border-radius: 5px;
  font-size: 12px;
  color: var(--blk);
  text-align: center;
  height: 80px;
  display: block;
}
@media (min-width: 992px) {
  .prefs-radio label .label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .prefs-radio label .label {
    font-size: 12px;
  }
}
.prefs-radio label .label .checker {
  display: none;
}
.prefs-radio label .label:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.prefs-radio label input:checked ~ .label {
  border: black solid 1px;
  background: var(--cream);
  position: relative;
}
.prefs-radio label input:checked ~ .label .checker {
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 18px;
  background: var(--check);
  overflow: hidden;
  display: block;
  right: 8px;
  top: 8px;
}
@media (min-width: 992px) {
  .prefs-radio label input:checked ~ .label .checker {
    right: 4px;
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .prefs-radio label input:checked ~ .label .checker {
    right: 8px;
    top: 8px;
  }
}
.prefs-radio label input:checked ~ .label .checker img {
  margin-bottom: 2px;
}
.prefs-radio label input:checked ~ .label:hover {
  box-shadow: none;
}

.prefs-text input[type=text], .prefs-text input[type=number], .prefs-text .form-textarea {
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #585858;
  width: 100%;
  font-size: 12px;
  line-height: 41px;
  margin-top: 37px;
}
.prefs-text input[type=text]:hover, .prefs-text input[type=number]:hover, .prefs-text .form-textarea:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.prefs-text .form-textarea {
  line-height: 20px;
  padding-top: 10px;
}

.form-select {
  outline: none;
  border: 1px solid #585858;
  font-size: 14px;
  height: 42px;
}
.form-select:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.prefs-text input[type=text]:focus, .prefs-text input[type=number]:focus, .prefs-text .form-textarea:focus, .prefs-text .form-select:focus {
  outline: var(--secondary) solid 1px;
  border: var(--secondary) solid 1px;
}

.user-prefs-title {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .user-prefs-title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .user-prefs-title {
    font-size: 14px;
  }
}

.user-prefs-txt {
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .user-prefs-txt {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .user-prefs-txt {
    font-size: 12px;
  }
}

.small-labels .label {
  font-size: 10px !important;
  line-height: 12px;
}
@media (min-width: 1200px) {
  .small-labels .label {
    font-size: 12px !important;
  }
}

.prefs-radio-ticks input[type=radio] {
  position: absolute;
  opacity: 0.01;
  cursor: pointer;
  height: 2px;
  width: 2px;
}
.prefs-radio-ticks label {
  width: 100%;
}
.prefs-radio-ticks label .label {
  font-size: 12px;
  color: var(--blk);
  display: block;
}
@media (min-width: 992px) {
  .prefs-radio-ticks label .label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .prefs-radio-ticks label .label {
    font-size: 12px;
  }
}
.prefs-radio-ticks label .label .checker {
  width: 17px;
  height: 17px;
  border: #707070 1px solid;
  border-radius: 2px;
  margin-right: 12px;
  margin-left: 0;
}
.prefs-radio-ticks label .label .checker img {
  display: none;
}
.prefs-radio-ticks label .label:hover .checker {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.prefs-radio-ticks label input:checked ~ .label {
  position: relative;
}
.prefs-radio-ticks label input:checked ~ .label .checker {
  overflow: hidden;
}
.prefs-radio-ticks label input:checked ~ .label .checker img {
  display: block;
}
.prefs-radio-ticks label input:checked ~ .label:hover {
  box-shadow: none;
}

.user-prefs-title.title-adjust {
  margin-bottom: 10px;
}

.prefs-text input.field-label {
  padding: 0 10px 0 65px;
}
.prefs-text .field-label:focus {
  outline: var(--secondary) solid 1px;
}
.prefs-text .field-label:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.prefs-text .field-label[type="number"]:not(:placeholder-shown) + label,
.prefs-text .field-label:focus + label {
  width: 0;
  font-size: 10px;
  pointer-events: none;
  opacity: 1;
}
.prefs-text .field-label:valid + label {
  opacity: 1;
  width: 0;
  font-size: 10px;
  pointer-events: none;
}

.text-button {
  color: var(--primary);
  background: none;
  border: none;
  font-size: 13px;
}
.text-button:hover span {
  text-decoration: underline;
  pointer-events: none;
}

.social-media-select {
  padding: 14px;
  inset: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  transform: translateX(110%);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.53, 1), transform 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}
.social-media-select span {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.social-media-select.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.social-media-select ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-select ul button {
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid #585858;
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.social-media-select ul button:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.close-button {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: var(--primary);
  color: white;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  padding: 0;
  right: 15px;
  top: 15px;
  border: none;
  display: flex;
}

.thumb {
  width: 100%;
  height: 61px;
  background: #ededed;
  border-radius: 10px;
}
.thumb.thumb-main {
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  color: var(--blk);
}
.thumb.thumb-main:hover {
  color: blue;
}
.thumb.thumb-main span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.button-gradient {
  font-size: 14px;
  background: #2A7B9B;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  width: 100%;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 100px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 12px;
}
.button-gradient:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.button-gradient svg {
  margin-right: 5px;
}
.button-gradient svg path {
  fill: currentColor;
}

.button-outline {
  font-size: 14px;
  width: 100%;
  background: var(--cream);
  border: #EFD9AA solid 2px;
  border-radius: 10px;
  color: #333333;
  line-height: 36px;
}
.button-outline:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.button-outline-round {
  font-size: 14px;
  width: 100%;
  background: white;
  border: var(--blklt) solid 2px;
  border-radius: 20px;
  color: #333333;
  line-height: 36px;
}
.button-outline-round:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.nextprev {
  font-size: 14px;
  background: white;
  line-height: 18px;
  padding: 11px 18px;
  border-radius: 100px;
  color: var(--blk);
  width: 95px;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 24px;
}
@media (min-width: 768px) {
  .nextprev {
    margin-top: 30px;
    bottom: auto;
    left: auto;
  }
}
.nextprev:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.nextprev svg path {
  fill: currentColor;
}

.prev svg {
  margin-right: 2px;
}

.button-lozenge {
  background: none;
  border: none;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.button-lozenge img {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .button-lozenge img {
    margin-right: 15px;
  }
}
@media (min-width: 375px) {
  .button-lozenge {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .button-lozenge {
    padding: 0 20px 0 12px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  }
  .button-lozenge:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  }
}

.button-outline-round-grn {
  background: white;
  border: solid 2px var(--primary);
  border-radius: 20px;
  font-weight: 800;
  color: var(--blk);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.button-outline-round-grn:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 375px) {
  .button-outline-round-grn {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .button-outline-round-grn {
    line-height: normal;
    border-radius: 100px;
    font-size: 13px;
    padding: 0 16px 0 27px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .button-outline-round-grn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .button-outline-round-grn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .button-outline-round-grn .name {
    font-size: 19px;
    margin-bottom: 5px;
  }
}
@media (max-width: 375px) {
  .button-outline-round-grn .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.popup {
  background: rgba(51, 51, 51, 0);
  position: relative;
  inset: 0;
  display: flex;
  transform: translateY(100%);
  align-content: center;
  align-items: center;
  transition: transform 0s linear 0.5s, background-color 500ms linear;
}
.popup.open {
  transform: translateY(0);
  transition: background-color 500ms linear;
  background: rgba(51, 51, 51, 0.7);
}
.popup.open .popup-msg {
  max-height: 8000px;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.53, 1), transform 0.4s cubic-bezier(0.33, 1, 0.53, 1);
}

.popup-msg {
  transform: translateY(100%);
  opacity: 0;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.53, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.53, 1), transform 0.4s cubic-bezier(0.33, 1, 0.53, 1);
  width: 100%;
  text-align: center;
  background: var(--backgroundLte);
  padding: 24px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .popup-msg {
    border-radius: 10px;
    margin: 50px auto;
    height: auto;
    width: 718px;
  }
}
@media (min-width: 992px) {
  .popup-msg {
    width: 840px;
  }
}
@media (min-width: 1200px) {
  .popup-msg {
    width: 940px;
  }
}
.popup-msg h2, .popup-msg h3 {
  font-size: 25px;
  max-width: 320px;
  color: var(--primary);
  margin: 57px auto 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .popup-msg h2, .popup-msg h3 {
    margin: 0 auto 30px;
    font-size: 21px;
    color: #333333;
    max-width: none;
  }
}
.popup-msg p {
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.popup-content {
  display: none;
}

.popup-bkg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.popup-bkg svg {
  min-width: 463px;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .popup-bkg svg {
    width: 600px;
    height: auto;
    margin-top: -40px;
  }
}
.popup-bkg svg path {
  fill: var(--primary);
}

.popup-icon {
  display: none;
  margin: 60px auto 20px;
  width: 46px;
  height: 46px;
  background: linear-gradient(0deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 23px;
}
@media (min-width: 768px) {
  .popup-icon {
    margin: 0 auto 20px;
    display: block;
  }
}

.pop-up__close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: none;
  z-index: 2;
}
.pop-up__close:after, .pop-up__close:before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}
.pop-up__close:after {
  rotate: 45deg;
}
.pop-up__close:before {
  rotate: -45deg;
}

.advert-wrapper {
  background: white;
  position: relative;
  z-index: 1;
}
@media (min-width: 468px) {
  .advert-wrapper {
    padding: 16px 0;
    border-radius: 10px;
  }
}
.advert-wrapper .container {
  padding: 0;
}

.advert-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 468px) {
  .advert-header {
    border-radius: 10px;
  }
}
.advert-header:after {
  content: "Ad";
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  line-height: 17px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
  padding: 0 8px;
}
.advert-header a {
  display: block;
}
.advert-header a img {
  margin: 0 auto;
  display: block;
}

.bg-3e2c50 {
  background: #3e2c50;
}

.ad-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 468px) {
  .ad-container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 576px) {
  .ad-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ad-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ad-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ad-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .ad-container {
    max-width: 1320px;
  }
}

.brand-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 390px) {
  .brand-heading {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .brand-heading {
    padding-top: 20px;
  }
}
.brand-heading svg {
  width: 25px;
  height: auto;
  margin-bottom: 2px;
}
@media (min-width: 390px) {
  .brand-heading svg {
    width: 38px;
    height: auto;
    margin-bottom: 4px;
  }
}
.brand-heading svg path {
  fill: white;
}
.brand-heading .logobkg {
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  margin-right: 8px;
}
@media (min-width: 390px) {
  .brand-heading .logobkg {
    width: 62px;
    height: 62px;
    margin-right: 16px;
  }
}

.main-heading {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 390px) {
  .main-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .main-heading {
    font-size: 20px;
  }
}

.sub-heading {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sub-heading {
    font-size: 16px;
  }
}

.progress {
  border-radius: 30px;
  height: 18px;
  border: 2px white solid;
  background: white;
}
.progress .progress-bar {
  height: 14px;
  border-radius: 30px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
.progress .progress-progress {
  position: absolute;
  padding: 0 10px;
  font-size: 12px;
  line-height: 13px;
  color: var(--blk);
  opacity: 0.5;
  width: 100%;
  text-align: right;
}
.progress .progress-progress.overlay {
  color: white;
  text-align: center;
  opacity: 1;
}

.profile-image {
  width: 272px;
  height: 215px;
  border: solid white 2px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  object-fit: cover;
  background-color: white;
}
@media (min-width: 390px) {
  .profile-image {
    width: 302px;
  }
}

.profile-name {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: white;
  font-size: 19px;
  text-shadow: 0px 3px 5px rgb(0, 0, 0);
}

.user-name, .user-pn {
  font-size: 19px;
}
@media (min-width: 992px) {
  .user-name, .user-pn {
    position: absolute;
    left: 24px;
    top: 135px;
    color: white;
    text-shadow: 0px 3px 5px rgb(0, 0, 0);
  }
}

.user-pn {
  display: none;
}
@media (min-width: 992px) {
  .user-pn {
    left: auto;
    right: 24px;
    display: block;
  }
}

.user-profile {
  display: flex;
}
@media (min-width: 992px) {
  .user-profile {
    display: block;
  }
}

@media (max-width: 991px) {
  .user-name {
    color: var(--primary);
  }
}

.user-tile {
  display: block;
}

.user-tile-name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .user-tile-name {
    margin: 0;
    position: absolute;
    font-size: 19px;
    left: 24px;
    top: 135px;
    color: white;
    text-shadow: 0px 3px 5px rgb(0, 0, 0);
  }
}

.prefs-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .prefs-tile-img {
    height: 176px;
    border-radius: 0;
    box-shadow: none;
  }
}

.prefs-img {
  width: 67px;
  height: 67px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .prefs-img {
    width: 100%;
    height: 176px;
  }
}
@media (max-width: 991px) {
  .prefs-img {
    border: white 2px solid;
    border-radius: 40px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 14px;
  }
}

.prefs-img-sml {
  width: 67px;
  height: 67px;
  object-fit: cover;
  border: white 2px solid;
  border-radius: 40px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 14px;
  background-color: white;
}
@media (min-width: 992px) {
  .prefs-img-sml {
    display: block;
    margin: 0 auto;
    width: 81px;
    height: 81px;
  }
}

.prefs-card {
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .prefs-card.user-profile {
    border: var(--primary) 2px solid;
  }
}

.prefs-card-tile {
  color: var(--blk);
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .prefs-card-tile {
    padding-bottom: 0;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 991px) {
  .prefs-card-sml.user-profile {
    border: var(--primary) 2px solid;
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 992px) {
  .user-prefs {
    padding: 15px 20px;
  }
}
.user-prefs span {
  font-size: 15px;
  display: block;
  line-height: 16px;
}
@media (min-width: 992px) {
  .user-prefs span {
    margin-bottom: 15px;
  }
}
.user-prefs ul {
  display: none;
}
@media (min-width: 992px) {
  .user-prefs ul {
    color: var(--blk);
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    opacity: 0.5;
    display: block;
  }
}
.user-prefs ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.user-prefs ul li svg,
.user-prefs ul li img {
  margin-right: 12px;
}

.user-tile-prefs {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .user-tile-prefs {
    padding: 15px 20px;
  }
}
.user-tile-prefs span {
  font-size: 14px;
  display: block;
  line-height: 17px;
}
@media (min-width: 768px) {
  .user-tile-prefs span {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .user-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .prefs-card-sml .user-details {
    display: none;
  }
}

.prefs-icon {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prefs-icon img {
  width: 21px;
  height: 21px;
}
@media (min-width: 1200px) {
  .prefs-icon img {
    width: 27px;
    height: 27px;
  }
}

.label-text {
  width: 100%;
  height: 35px;
  padding: 0 5px;
  line-height: 14px;
}

.user-icon {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  filter: invert(1) brightness(1.75) drop-shadow(2px 2px 6px #000000);
}
@media (min-width: 768px) {
  .user-icon {
    display: block;
  }
}

.user-rent {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 19px;
  text-shadow: 0px 3px 5px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .user-rent {
    display: block;
  }
}
.user-rent .user-rent-detail {
  font-size: 11px;
  display: block;
  text-align: right;
  margin-top: -8px;
}

@media (min-width: 768px) {
  .user-tile-details {
    font-weight: 700;
    display: block;
  }
}

.user-tooltip {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: var(--blk);
  color: white;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  right: 15px;
  top: 15px;
}
.user-tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  width: 200px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  /* Position the tooltip */
  top: 0;
  right: 35px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  background: var(--blk);
}
.user-tooltip .tooltiptext:after {
  content: "";
  background: var(--blk);
  position: absolute;
  height: 20px;
  width: 30px;
  top: 10px;
  right: -20px;
  clip-path: polygon(0 0, 30px 0, 0 20px);
}
.user-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.slider-container {
  width: 100%;
  position: relative;
}

.slider {
  width: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: scroll;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slide {
  scroll-snap-align: start;
  margin-right: 0;
  border-radius: 0.2rem;
  height: 100%;
  width: 33.33333334%;
}

.property-slide {
  scroll-snap-align: start;
  margin-right: 0;
  border-radius: 0.2rem;
  height: 100%;
  width: 100%;
}

.slide .cell {
  display: block;
}

.slide .cell .img {
  position: relative;
  height: 100px;
  display: block;
  pointer-events: none;
  margin-left: 4px;
  margin-right: 4px;
  background: #ededed;
  border-radius: 10px;
  overflow: hidden;
}
.slide .cell .img .marker {
  position: absolute;
  top: 5px;
  left: 5px;
  background: white;
}
@media (min-width: 992px) {
  .slide .cell .img {
    height: 100px;
  }
}
.slide .cell .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-btn {
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-color: var(--primary);
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-btn:hover {
  opacity: 1;
}

.slide-btn.next {
  right: -10px;
}

.slide-btn.prev {
  left: -10px;
  transform: rotate(-180deg);
}

.main-slide {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.required-star {
  color: #dc3545;
  margin-left: 4px;
  font-weight: bold;
}

.slider-btn-close {
  z-index: 1;
  top: 0;
  right: 0;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-color: var(--primary);
  border-radius: 2rem;
  position: absolute;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn-close:hover {
  opacity: 1;
}

.slider-buttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.slider-buttons button {
  width: 14px;
  background-color: white;
  height: 14px;
  border-radius: 14px;
  margin: 0 5px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.slider-buttons button.button-clicked:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DB008F;
  border-radius: 4px;
  display: block;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  height: 50px;
  width: auto;
  background: none;
  border: none;
  margin-top: -25px;
  filter: drop-shadow(1px 1px 20px #000000);
}
.slider-arrows:hover {
  filter: drop-shadow(1px 1px 10px #000000);
}
.slider-arrows img {
  pointer-events: none;
}
.slider-arrows.slider-left {
  left: 5px;
  rotate: 180deg;
}
.slider-arrows.slider-right {
  right: 5px;
}
.slider-arrows.slide-end {
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .user-property .prefs-img {
    height: 219px;
  }
  .user-property picture {
    margin: 12px 12px 0;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
  }
  .user-property .pic-expanded {
    display: none;
  }
  .user-property .user-name {
    position: static;
    color: var(--primary);
    text-shadow: none;
    top: auto;
    left: auto;
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .user-property .user-name {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .user-property .user-pn {
    margin-top: 10px;
    position: static;
    color: var(--primary);
    text-shadow: none;
    display: inline-block;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .user-property .user-pn {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .user-property .user-prefs {
    padding-top: 10px;
  }
  .user-property .user-prefs ul {
    display: flex;
  }
}

.props-img {
  width: 67px;
  height: 67px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .props-img {
    width: 100%;
    height: 219px;
  }
}
@media (max-width: 767px) {
  .props-img {
    border: white 2px solid;
    border-radius: 40px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 14px;
  }
}

.props-card {
  border: 2px solid var(--primary);
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .props-card .user-details {
    flex-direction: row;
  }
}
.props-card .social {
  padding: 0 12px 12px;
}
@media (min-width: 768px) {
  .props-card .social {
    padding-bottom: 6px;
  }
}
.props-card .props-expander {
  background: none;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .props-card .props-expander {
    display: none;
  }
}
.props-card .props-expander svg {
  rotate: -90deg;
}
.props-card.expanded .props-expander svg {
  rotate: 90deg;
  filter: invert(1) brightness(1.75) drop-shadow(2px 2px 3px #000);
}
.props-card.expanded .user-details {
  flex-direction: column;
}
.props-card.expanded .user-props ul {
  display: flex;
}
@media (max-width: 767px) {
  .props-card.expanded .social {
    padding: 6px 12px;
  }
}
@media (max-width: 374px) {
  .props-card.expanded .user-props ul {
    display: block;
  }
  .props-card.expanded .col-6 {
    width: 100%;
  }
  .props-card.expanded .button-social {
    margin-top: 10px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .user-props {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  .user-props {
    padding: 5px 20px 10px;
  }
}
.user-props span {
  font-size: 15px;
  display: block;
  line-height: 16px;
}
@media (min-width: 768px) {
  .user-props span {
    margin-bottom: 5px;
  }
}
.user-props ul {
  display: none;
}
@media (min-width: 768px) {
  .user-props ul {
    color: var(--blk);
    font-size: 11px;
    line-height: 1;
    list-style-type: none;
    padding: 0;
    opacity: 0.5;
    display: block;
  }
}
@media (min-width: 992px) {
  .user-props ul {
    font-size: 12px;
  }
}
.user-props ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.user-props ul li img {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .user-props ul li img {
    margin-right: 12px;
  }
}

.user-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.property-details .property-rent {
  font-size: 22px;
  color: var(--primary);
}
.property-details h2 {
  font-size: 16px;
}
@media (min-width: 390px) {
  .property-details h2 .main-heading {
    font-size: 18px;
  }
}
.property-details p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .property-details p {
    opacity: 0.5;
  }
}
.property-details .slider-container {
  height: 222px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.property-details .slider-container .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic-expanded {
  display: none;
}

@media (max-width: 767px) {
  .expanded .user-props {
    padding: 10px 15px;
  }
  .expanded .user-props ul {
    color: var(--blk);
    font-size: 11px;
    line-height: 1;
    list-style-type: none;
    padding: 0;
    opacity: 0.5;
    display: block;
  }
  .expanded .user-props ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .expanded .user-props ul li img {
    margin-right: 5px;
  }
  .expanded .user-pn {
    margin-top: 10px;
    position: static;
    color: var(--primary);
    text-shadow: none;
    display: inline-block;
    padding-right: 15px;
  }
  .expanded .user-name {
    position: static;
    color: var(--primary);
    text-shadow: none;
    top: auto;
    left: auto;
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
  }
  .expanded .props-img {
    object-fit: cover;
    width: 100%;
    height: 219px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
  .expanded picture {
    margin: 12px 12px 0;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
  }
  .expanded .pic-minimised {
    display: none;
  }
  .expanded .pic-expanded {
    display: block;
  }
}
.accordion {
  border-bottom: #E3E3E3 solid 1px;
  font-size: 14px;
}
.accordion .accordion-link {
  font-weight: 300;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  text-align: left;
  border: 0;
}
.accordion .accordion-link svg {
  rotate: -90deg;
  width: 16px;
  height: auto;
}
.accordion .accordion-link svg path {
  fill: var(--blk);
}
.accordion .drop {
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.accordion .drop svg {
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}
.accordion.active .drop {
  max-height: 2000px;
  transition: all 0.5s ease-in;
}
.accordion.active svg {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}

.custom-select {
  position: relative;
  width: 100%;
  border: var(--blk) solid 1px;
  text-align: left;
  border-radius: 10px;
}
.custom-select:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--blk) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--blk) transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: var(--blk);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items div:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*style items (options):*/
.select-items {
  position: relative;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .bkg-pt-progress-bar {
    padding-top: 150px;
  }
}

@media (min-width: 1024px) {
  .bkg-pt {
    padding-top: 100px;
  }
}

.popup-contact {
  text-align: left;
  background: none;
}
.popup-contact p {
  font-size: 16px;
}
.popup-contact h2 {
  font-size: 21px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.popup-contact h3 {
  color: var(--primary);
  text-align: left;
  margin: 0 0 15px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .popup-contact h3 {
    font-size: 25px;
    margin: 0;
  }
}
.popup-contact .contact-img {
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 375px) {
  .popup-contact .contact-img {
    width: 140px;
    height: 100px;
  }
}
.popup-contact .button-social-contact {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.popup-contact .button-social-contact svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 375px) {
  .popup-contact .button-social-contact {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }
}
@media (min-width: 400px) {
  .popup-contact .button-social-contact {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }
  .popup-contact .button-social-contact svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 576px) {
  .popup-contact .button-social-contact {
    margin-right: 0;
    margin-left: 10px;
  }
}
.popup-contact .contact-textarea {
  border-radius: 5px;
  border: 1px solid;
  padding: 10px;
}
.popup-contact .contact-textarea:focus {
  outline: var(--primary) 2px solid;
  border: var(--primary) 1px solid;
}
.popup-contact .pop-up__close:before, .popup-contact .pop-up__close:after {
  background: var(--blk);
}
.popup-contact .user-tooltip {
  top: 3px;
  right: 0;
  z-index: 1;
}
.popup-contact .button {
  height: 42px;
}
.popup-contact .contact-info {
  margin-left: 12px;
}

.popup-white-panel {
  background: white;
  border-radius: 20px;
  padding: 15px;
}
@media (min-width: 576px) {
  .popup-white-panel {
    padding: 24px;
  }
}

.popup-filters {
  background: none;
}
.popup-filters .pop-up__close {
  top: 50px;
  right: 50px;
}
.popup-filters .pop-up__close:before, .popup-filters .pop-up__close:after {
  background: var(--blk);
}
.popup-filters h2 {
  padding-bottom: 20px;
  border-bottom: #E3E3E3 solid 1px;
  margin-bottom: 10px;
  max-width: none;
  color: var(--blk);
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .popup-filters h2 {
    font-size: 21px;
    margin-top: 0;
  }
}
.popup-filters .prefs-radio-ticks label .label {
  font-size: 14px;
}
.popup-filters .prefs-radio-ticks label .label .checker {
  margin-right: 0;
}

@media (max-width: 767px) {
  .brand-heading.minimise span {
    display: none;
  }
  .brand-heading.minimise .logobkg {
    margin-right: 0;
    width: 42px;
    height: 42px;
  }
  .brand-heading.minimise svg {
    width: 25px;
  }
}

@media (min-width: 992px) {
  .user-property .user-prefs {
    padding: 15px 20px 0;
  }
}
@media (max-width: 991px) {
  .user-property .user-details {
    flex: 1;
  }
}

.button-outline-soft-grn {
  background: white;
  border: solid 2px var(--primary);
  border-radius: 10px;
  color: var(--primary);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-outline-soft-grn:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.button-text {
  font-size: 13px;
  border: none;
  background: none;
  color: var(--primary);
  text-decoration: underline;
}

.fill-current {
  fill: currentColor;
}

.slide .cell .img.property-img {
  height: 222px;
  margin: 0;
  border-radius: 0;
}

.housemate-grid-wrapper {
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 400px);
}

.collapsed {
  max-height: 0;
}

.expanded {
  overflow-y: auto;
  max-height: calc(100vh / 3);
}

.popup-heading {
  color: var(--blk);
  padding-bottom: 20px;
  border-bottom: #e3e3e3 solid 1px;
  margin-bottom: 10px;
  max-width: none;
}

.popup-heading-close {
  top: 50px;
  right: 50px;
}