.page--list-property .q-page {
  height: calc(100dvh - var(--q-page-offset-top)) !important;
}
.page--list-property .list-property-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: calc(100dvh - 65px - var(--q-page-offset-top));
}
.page--list-property .list-property-container .left-side {
  width: 100%;
  height: inherit;
  background-color: #f7f9fa;
}
.page--list-property .list-property-container .left-side img {
  padding: 1rem;
}
.page--list-property .list-property-container .right-side {
  display: flex;
  justify-content: center;
  width: 100%;
  height: inherit;
  padding: 2rem 5rem;
}
@media (max-width: 1199px) {
  .page--list-property .list-property-container .right-side {
    padding: 1.5rem 0.5rem 0;
  }
}
.page--list-property .list-property-container .lpp-form .q-card {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 599px) {
  .page--list-property .list-property-container .lpp-form .q-card {
    max-width: unset;
  }
}
.page--list-property .list-property-container .lpp-form .q-card__section {
  padding: 0;
}
@media (max-width: 1199px) {
  .page--list-property .list-property-container .lpp-form .q-card__section {
    padding-bottom: 1rem;
  }
}
.page--list-property .list-property-container .lpp-form .stepper-form--container {
  height: calc(100% - var(--stepper-form--header-height));
  margin-bottom: 24px;
  overflow-y: auto;
}
.page--list-property .list-property-container .lpp-form .stepper-form--header {
  padding-bottom: 2rem;
  text-align: center;
}
.page--list-property .list-property-container .lpp-form .stepper-form__header--title {
  font-size: 2rem;
  font-weight: 800;
}
.page--list-property .list-property-container .lpp-form .stepper-form__header--subtitle {
  font-size: 0.875rem;
  font-weight: 600;
}
.page--list-property .list-property-container .lpp-form .stepper-form--actions {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 50%;
  padding: 0.5rem;
  background: white;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -4px 20px 10px rgba(219, 225, 245, 0.3490196078);
}
@media (max-width: 1199px) {
  .page--list-property .list-property-container .lpp-form .stepper-form--actions {
    width: 100%;
  }
}
.page--list-property .list-property-container .lpp-form .stepper-form--actions .q-btn {
  max-width: 33%;
}
@media (max-width: 599px) {
  .page--list-property .list-property-container .lpp-form .stepper-form--actions .q-btn {
    max-width: 100%;
  }
}
.page--list-property .list-property-container .lpp-form .stepper-form-stepper__body {
  padding: 0 1rem;
}
@media (max-width: 1199px) {
  .page--list-property .list-property-container .lpp-form .stepper-form-stepper__body {
    padding: 0 0.5rem;
  }
}
.page--list-property .lpp-form__actions-container {
  position: fixed;
  right: 0;
  bottom: 0;
  gap: 0.5rem;
  justify-content: center;
  min-width: var(--lpp-form-width);
  background: white;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -4px 20px 10px rgba(219, 225, 245, 0.3490196078);
}
.page--list-property .lpp-form__actions-container .q-btn {
  flex-basis: 100%;
}
@media (min-width: 599px) {
  .page--list-property .lpp-form__actions-container .q-btn {
    flex-basis: 33.3%;
  }
}
.page--list-property .f-input-toggle__btn-c-types .f-input-toggle__btn {
  height: 5.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #613cf8;
}
.page--list-property .f-input-toggle__btn-c-types .f-input-toggle__btn.f-input-toggle__btn--selected {
  color: white;
  background: #613cf8;
}
.page--list-property .f-input-toggle__btn .q-btn__content {
  flex-direction: column;
  gap: 0.25rem;
}
.page--list-property .f-input-toggle__btn .q-btn__content .q-icon {
  margin: 0;
}
.page--list-property .f-input-toggle__btn.f-input-toggle__btn--selected {
  background: white;
  border-color: #302479;
}
@media (max-width: 1199px) {
  .page--list-property .list-property-container {
    grid-template-columns: 1fr;
  }
  .page--list-property .list-property-container .left-side {
    display: none;
  }
}
