/* This css file is applied before styles.scss loaded */
body {
    margin: 0;
}

.loading-container {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

body.user-checked .loading-container {
    animation: 1s preloader-fade-out ease-out;
    animation-fill-mode: forwards;
}

/*need for some version of IPhone*/
body.user-checked.hide-preloader .loading-container {
    display: none;
}

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