/* This css file is applied before styles.scss loaded */

/* TODO customize */
body {
  margin: 0;
}

.loading-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #54174f 0.01%, #360734 100%);
}

/* stylelint-disable */
stb-root.user-checked .loading-container {
  opacity: 0;
}

stb-root.user-checked.hide-preloader .loading-container {
  display: none;
}
/* stylelint-enable */

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}
