﻿/* 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: #1e1e1e;
}
stb-root.user-checked+.loading-container
{
    display: none;
}/* Hide Google reCAPTCHA badge */
.grecaptcha-badge
{
    visibility: hidden;
}