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


body {
    margin: 0;
}

.loading-container {
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgb(30, 30, 30);
}

stb-root.user-checked + .loading-container {
    display: none;
}

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