/* apps/motors-sell/src/styles.scss */
.loading {
  text-align: center;
}
.loading.index {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: #fff;
}
.loading.index .loading-title {
  line-height: 43px;
}
.loading-image {
  display: inline-block;
  width: 100%;
  max-width: 489px;
  height: auto;
  aspect-ratio: 886/408;
}
@media only screen and (width <= 480px) {
  .loading-image {
    max-width: 286px;
  }
}
.loading-title {
  padding: 0;
  color: #65605d;
  font-family: sans-serif;
  font-size: 22px;
  -webket-font-smoothing: antialiased;
  font-weight: bold;
  margin-block-end: 24px;
  margin-block-start: 28px;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.motors-page-footer__credit-account-modal .o-modal__container {
  overflow-y: unset;
}

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