﻿body
{
    margin: 0;
}
.loading-container
{
    position: fixed;
    z-index: 1001;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    transition: opacity .8s ease;
    overflow: hidden;
}
stb-root.user-checked+.loading-container
{
    opacity: 0;
}
stb-root.user-checked.hide-preloader+.loading-container
{
    display: none;
}/* Hide Google reCAPTCHA badge */
.grecaptcha-badge
{
    visibility: hidden;
}