@import 'NodeAir.Demo.Client.bdvxm2tc4j.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Scarnas.Blazor.Components/Scarnas.Blazor.Components.8w9pwpweek.bundle.scp.css';
@import '_content/Tabiot.Blazor.Layouts/Tabiot.Blazor.Layouts.ra0rvskmae.bundle.scp.css';
@import '_content/Tabiot.Blazor.Loading/Tabiot.Blazor.Loading.hxb6uypiw6.bundle.scp.css';

/* /Components/Layout/AuthContainer.razor.rz.scp.css */
.login-container[b-5cqf86bb6s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.login-card[b-5cqf86bb6s] {
    width: 100%;
    max-width: 420px;
    padding: 48px 40px;
    text-align: center;
    animation: fadeIn 0.6s ease-out;
}

.login-logo[b-5cqf86bb6s] {
    margin-bottom: 32px;
}

.logo-icon[b-5cqf86bb6s] {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
    border: 1px solid rgba(6, 182, 212, 0.3);
    font-size: 28px;
    color: #22d3ee;
}

.login-subtitle[b-5cqf86bb6s] {
    color: #64748b;
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.login-form-wrapper[b-5cqf86bb6s] {
    text-align: left;
}

/* Override Scarnas login form styles to match theme */
.login-form-wrapper :deep(input)[b-5cqf86bb6s] {
    background: rgba(15, 23, 42, 0.4) !important;
    border: 1px solid rgba(6, 182, 212, 0.3) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 12px 16px !important;
    transition: border-color 0.3s ease !important;
}

.login-form-wrapper :deep(input:focus)[b-5cqf86bb6s] {
    border-color: #06b6d4 !important;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1) !important;
    outline: none !important;
}

.login-form-wrapper :deep(input::placeholder)[b-5cqf86bb6s] {
    color: #64748b !important;
}

.login-form-wrapper :deep(button[type="submit"])[b-5cqf86bb6s],
.login-form-wrapper :deep(.btn-primary)[b-5cqf86bb6s] {
    background: linear-gradient(135deg, #06b6d4, #3b82f6) !important;
    border: none !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3) !important;
}

.login-form-wrapper :deep(button[type="submit"]:hover)[b-5cqf86bb6s],
.login-form-wrapper :deep(.btn-primary:hover)[b-5cqf86bb6s] {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 25px rgba(6, 182, 212, 0.4) !important;
}

.login-form-wrapper :deep(label)[b-5cqf86bb6s] {
    color: #94a3b8 !important;
    font-size: 14px !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Scoped styles for MainLayout - most styles come from nodeair-theme.css */
.nodeair-app[b-s5760pbj4o] {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.nodeair-content[b-s5760pbj4o] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2f182d82w7],
.components-reconnect-repeated-attempt-visible[b-2f182d82w7],
.components-reconnect-failed-visible[b-2f182d82w7],
.components-pause-visible[b-2f182d82w7],
.components-resume-failed-visible[b-2f182d82w7],
.components-rejoining-animation[b-2f182d82w7] {
    display: none;
}

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


#components-reconnect-modal[b-2f182d82w7] {
    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-2f182d82w7 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-2f182d82w7 {
    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;
    }
}
