@import 'DarkViperAU.CharacterGuessr.Client.0ontn9h39v.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/DarkViperAU.CharacterGuessr/Components/Pages/AuthorizationRequired.razor.rz.scp.css */
.root[b-d0ui9m9wfa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.logo[b-d0ui9m9wfa] {
    font-size: 1.25rem;
    font-weight: bold;
}

.card[b-d0ui9m9wfa] {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    background-color: #151823;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
    padding: 2rem;
    gap: 1rem;
    aspect-ratio: 1;
}

    .card[b-d0ui9m9wfa]::after {
        position: absolute;
        content: "";
        top: 24px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        transform: scale(0.75);
        -webkit-filter: blur(12.5rem);
        -moz-filter: blur(12.5rem);
        -ms-filter: blur(12.5rem);
        filter: blur(12.5rem);
        background: linear-gradient(270deg, #0fffc1, #7e0fff);
        background-size: auto;
        background-size: 200% 200%;
        animation: animateGlow-b-d0ui9m9wfa 10s ease infinite;
    }

@keyframes animateGlow-b-d0ui9m9wfa {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
