.contact-customer-care-form__loader {
  position: relative;
  min-height: 7rem;
}
.contact-customer-care-form__loader::after {
  content: '';
  width: 6rem;
  height: 6rem;
  background-image: url('../../../../../../etc.clientlibs/apartments/clientlibs/resources/logo-sun-wave-dark.gif');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-customer-care-form__loader-wrapper {
  display: flex;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
}
.contact-customer-care-form__container {
  margin-top: 5rem;
}
.contact-customer-care-form .brand-input__inner {
  height: auto;
}
.contact-customer-care-form__info--policy {
  margin-top: 3rem;
}
.contact-customer-care-form__info--box {
  color: #c70000;
}
.contact-customer-care-form__title {
  color: #1c2a33;
  font-family: 'miller-display', serif;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 3rem;
  text-align: center;
}
.contact-customer-care-form__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-customer-care-form__form .brand-input__inner {
  width: 100%;
}
.contact-customer-care-form__brand-input-wrapper {
  margin-bottom: 3.8rem;
  margin-top: 3.2rem;
  transition: none;
}
.contact-customer-care-form .ss-optgroup-label {
  color: #55758e;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem !important;
}
.contact-customer-care-form .ss-optgroup-label::after {
  content: '';
  background-color: #55758e;
  width: 100%;
  height: 0.1rem;
  display: block;
}
.contact-customer-care-form__property-community-label {
  color: #55758e;
  width: 100%;
  padding: 0.8rem 2rem 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.contact-customer-care-form__property-community-label::after {
  content: '';
  display: block;
  background-color: #55758e;
  width: 100%;
  height: 0.1rem;
}
.contact-customer-care-form--init-overlay {
  opacity: 1;
  z-index: 1002;
  top: 23rem;
  position: fixed;
  transition: all 0.6s;
  width: 92.8%;
  max-width: 100%;
}
.contact-customer-care-form--init-overlay .ss-main .ss-content {
  opacity: 0;
  transition: all 0.6s;
}
.contact-customer-care-form--overlay-open {
  opacity: 1;
  top: 10rem;
  z-index: 1002;
  position: fixed;
  transition: all 0.6s;
}
.contact-customer-care-form--overlay-open .brand-input__inner {
  box-shadow: none;
}
.contact-customer-care-form--overlay-open .brand-input__inner::before {
  box-shadow: none;
}
.contact-customer-care-form--overlay-open .brand-input__label {
  display: none;
}
.contact-customer-care-form--overlay-open .ss-single-selected.ss-open-below {
  display: none;
}
.contact-customer-care-form--overlay-open .ss-main .ss-single-selected {
  display: none;
}
.contact-customer-care-form--overlay-open .ss-main .ss-content {
  border: none;
  box-shadow: none;
  position: fixed;
  left: 0;
  padding: 3rem;
  display: block;
  opacity: 1;
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg) !important;
}
.contact-customer-care-form--overlay-open .ss-main .ss-content .ss-search input {
  border: 1px solid #ebebeb;
}
.contact-customer-care-form--overlay-open .ss-main .ss-content .ss-list {
  max-height: 43.4rem;
  margin-top: 2rem;
}
.contact-customer-care-form--overlay-open .ss-main .ss-content .ss-list .ss-option {
  padding: 0.3rem 0.5rem;
}
.contact-customer-care-form__select-wrapper-mobile {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4rem;
  cursor: pointer;
}
.contact-customer-care-form__submit-btn {
  margin-top: 1.2rem;
  width: 100%;
}
.contact-customer-care-form__submit-btn .pill-btn {
  margin: 0 auto;
  display: block;
}
.contact-customer-care-form__req-fields {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #dddddd;
  margin-top: 2rem;
}
.contact-customer-care-form__search-header {
  display: none;
  text-align: center;
  transition: opacity 0.2s;
}
.contact-customer-care-form__search-header h2 {
  font-weight: 300;
}
.contact-customer-care-form__btn-wrapper {
  margin-top: 5rem;
}
.contact-customer-care-form__description {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact-customer-care-form__container--view-in-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    padding: 20px;
  }
  .contact-customer-care-form__container--view-in-modal .contact-customer-care-form__search-header {
    display: block;
    opacity: 0;
  }
  .contact-customer-care-form__container--view-in-modal .contact-customer-care-form__title {
    display: none;
  }
  .contact-customer-care-form__container--view-in-modal .contact-customer-care-form__submit-btn {
    display: none;
  }
  .contact-customer-care-form__container--view-in-modal .contact-customer-care-form__brand-input-wrapper {
    opacity: 0;
  }
  .contact-customer-care-form__container--view-in-modal .contact-customer-care-form__brand-input-wrapper:not(.contact-customer-care-form__brand-input-wrapper--active) {
    display: none;
  }
  .contact-customer-care-form__container--show-modal-items .contact-customer-care-form__search-header {
    opacity: 1;
  }
  .contact-customer-care-form__container--show-modal-items .contact-customer-care-form__brand-input-wrapper--active {
    opacity: 1;
    transition: all 0.2s linear;
  }
  .contact-customer-care-form__container--show-modal-items .contact-customer-care-form__brand-input-wrapper--active .ss-content .ss-list {
    max-height: 60vh;
  }
  .contact-customer-care-form__container--show-modal-items .contact-customer-care-form__select-wrapper-mobile {
    pointer-events: none;
  }
  .contact-customer-care-form__container--has-dropdown-open .contact-customer-care-form__brand-input-wrapper--active .ss-content {
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg) !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .contact-customer-care-form__close-btn button {
    right: 5.5rem;
  }
}
.contact-customer-care-form-vue.cq-Editable-dom {
  min-width: 90%;
  min-height: 42px;
}
