/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d7t3cns2ec] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d7t3cns2ec] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ole44971i9],
.components-reconnect-repeated-attempt-visible[b-ole44971i9],
.components-reconnect-failed-visible[b-ole44971i9],
.components-pause-visible[b-ole44971i9],
.components-resume-failed-visible[b-ole44971i9],
.components-rejoining-animation[b-ole44971i9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ole44971i9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ole44971i9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ole44971i9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ole44971i9],
#components-reconnect-modal.components-reconnect-retrying[b-ole44971i9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ole44971i9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ole44971i9],
#components-reconnect-modal.components-reconnect-failed[b-ole44971i9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ole44971i9] {
    display: block;
}


#components-reconnect-modal[b-ole44971i9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ole44971i9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ole44971i9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ole44971i9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ole44971i9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ole44971i9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ole44971i9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ole44971i9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ole44971i9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ole44971i9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ole44971i9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ole44971i9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ole44971i9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ole44971i9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ole44971i9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ole44971i9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ole44971i9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ole44971i9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ole44971i9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-32ji1e80ri] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f3d2e 0%, #1a7a4f 55%, #b6e388 140%);
}

.login-card[b-32ji1e80ri] {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.login-brand[b-32ji1e80ri] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo[b-32ji1e80ri] {
    font-size: 2.75rem;
    line-height: 1;
}

.login-brand h1[b-32ji1e80ri] {
    margin: .5rem 0 .15rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f3d2e;
    letter-spacing: -.02em;
}

.login-sub[b-32ji1e80ri] {
    margin: 0;
    color: #6b7280;
    font-size: .9rem;
}

.login-form[b-32ji1e80ri] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.login-campo[b-32ji1e80ri] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    font-size: .85rem;
    font-weight: 600;
    color: #374151;
}

.login-campo input[b-32ji1e80ri] {
    padding: .7rem .85rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 400;
    transition: border-color .15s, box-shadow .15s;
}

.login-campo input:focus[b-32ji1e80ri] {
    outline: none;
    border-color: #1a7a4f;
    box-shadow: 0 0 0 3px rgba(26, 122, 79, .18);
}

.login-botao[b-32ji1e80ri] {
    margin-top: .35rem;
    padding: .8rem;
    border: none;
    border-radius: 10px;
    background: #1a7a4f;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s, transform .05s;
}

.login-botao:hover[b-32ji1e80ri] {
    background: #15633f;
}

.login-botao:active[b-32ji1e80ri] {
    transform: translateY(1px);
}

.login-erro[b-32ji1e80ri] {
    padding: .65rem .85rem;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: .88rem;
}
