/* apps/property-sell/src/styles.scss */
@media only screen and (width <= 480px) {
  .loading-image {
    width: 100%;
    max-width: 286px;
  }
}
.loading {
  margin-top: 100px;
  text-align: center;
}
.loading-image {
  display: inline-block;
  max-width: 489px;
}
.loading-title {
  margin-top: 28px;
  color: #65605d;
  font-family:
    "Story Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.property-page-footer__credit-account-modal .o-modal__container {
  overflow-y: unset;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-AN2PNCH4.css.map */
