﻿/* This css file is applied before styles.scss loaded */
body
{
    margin: 0;
}
.loading-container
{
    position: fixed;
    z-index: 9999;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    transition: opacity .8s ease;
    overflow: hidden;
    will-change: opacity;
}
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;
}