﻿/* This css file is applied before styles.scss loaded */
.loading-container
{
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #f6fbff;
}
stb-root.user-checked+.loading-container
{
    display: none;
}/* Hide Google reCAPTCHA badge */
.grecaptcha-badge
{
    visibility: hidden;
}