
.full-screen-element {
  height: 100vh;
  width: 100vw;
}

.dark-backdrop {
  background-color: #060A20;
  opacity: 0.5;
}

.z-index-modal-backdrop {
  z-index: 5;
}

.modal-dialog-custom {
  padding: 0 4.5%;
}
@media (min-width: 576px) {
  .modal-dialog-custom {
    max-width: unset;
    padding: 0 20%;
  }
}

.modal-container {
  border: 0;
}

@media (max-width: 576px) {
  .modal-inside-container {
    flex-direction: column-reverse;
  }
}

.modal-photo-container {
  border: 0;
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .modal-photo-container {
    width: 50%;
    height: auto;
  }
  .modal-photo-container #modalMobileImg {
    display: none;
  }
  .modal-photo-container img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 576px) {
  .modal-photo-container {
    width: 100%;
    height: 50%;
    border-radius: 2rem 2rem 0 0;
  }
  .modal-photo-container #modalDesktopImg {
    display: none;
  }
}

.modal-text-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .modal-text-container {
    padding: 3rem;
    width: 50%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .modal-text-container {
    padding: 1.5rem 2rem 2rem;
  }
}

.modal-step {
  color: #88919F;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.5rem;
}

.modal-heading {
  line-height: 34px;
  color: #060A20;
}

.modal-description {
  line-height: 24px;
  color: #000;
}

.buttonContainer {
  margin-top: 3.5rem;
}
@media (max-width: 576px) {
  .buttonContainer {
    flex-direction: column-reverse;
    margin-top: 1.5rem;
  }
}

.modal-button {
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 2rem;
}

.modal-next-button {
  border: 0 solid;
  background-color: #060A20;
  color: #fff;
  width: 100%;
}

.modal-back-button {
  background-color: #fff;
  color: #060A20;
  border: 2px solid #DEDEE0;
}
@media (max-width: 576px) {
  .modal-back-button {
    width: 100%;
  }
}

.billing-cycle-preference-input {
  display: flex;
  flex-direction: column;
}

.form-select-icon-fill {
  background-image: url('data:image/svg+xml,%3Csvg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.92979 9.63078C4.87179 9.57428 4.62379 9.36094 4.41979 9.1622C3.13679 7.99708 1.03679 4.95762 0.395791 3.36678C0.292791 3.12518 0.074791 2.51437 0.060791 2.18802C0.060791 1.8753 0.132791 1.5772 0.278791 1.29274C0.482791 0.938139 0.803791 0.653678 1.18279 0.497808C1.44579 0.397467 2.23279 0.241598 2.24679 0.241598C3.10779 0.0857282 4.50679 0 6.05279 0C7.52579 0 8.86779 0.0857282 9.74179 0.213346C9.75579 0.227959 10.7338 0.383829 11.0688 0.554311C11.6808 0.867024 12.0608 1.47784 12.0608 2.13151V2.18802C12.0458 2.61374 11.6658 3.50901 11.6518 3.50901C11.0098 5.01413 9.01279 7.98344 7.68579 9.17681C7.68579 9.17681 7.34479 9.51291 7.13179 9.65904C6.82579 9.88699 6.44679 10 6.06779 10C5.64479 10 5.25079 9.87238 4.92979 9.63078Z" fill="%2388919F"%3E%3C/path%3E%3C/svg%3E') !important;
}/*# sourceMappingURL=styles.css.map */