﻿.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.062);
}

    .container > .loading-progress-text {
        text-align: center;
        inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    }

        .container > .loading-progress-text:after {
            content: var(--blazor-load-percentage-text, "Carregando...");
            font-family: 'Roboto', sans-serif;
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
        }
