@import 'NodeAir.Demo.Client.bkfqqjft3k.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/NodeAir.Assistant.Blazor/NodeAir.Assistant.Blazor.5dhpk2yeab.bundle.scp.css';
@import '_content/Scarnas.Blazor.Components/Scarnas.Blazor.Components.8w9pwpweek.bundle.scp.css';
@import '_content/Tabiot.Blazor.Layouts/Tabiot.Blazor.Layouts.j5crb2ebzl.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[b-5cqf86bb6s]  input {
    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;
}

/* Remove inner radius between input and toggle button in input-group */
.login-form-wrapper[b-5cqf86bb6s]  .input-group > :not(:last-child) input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

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

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

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

.login-form-wrapper[b-5cqf86bb6s]  label {
    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: 100dvh;
    overflow-x: hidden;
}

.nodeair-content[b-s5760pbj4o] {
    position: relative;
    z-index: 1;
    height: 100dvh;
    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;
    }
}
/* /Components/Pages/Admin/AdminHome.razor.rz.scp.css */
.admin-home-logo[b-nbffvv2jq7] {
    height: 28px;
    width: auto;
    opacity: .9;
}

.admin-home-grid[b-nbffvv2jq7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.admin-home-card[b-nbffvv2jq7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 130px;
    padding: 1.5rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--na-text, #e6f7ff);
    font-size: .95rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.admin-home-card i[b-nbffvv2jq7] {
    font-size: 1.6rem;
    color: var(--na-accent, #22d3ee);
}

.admin-home-card:hover:not(:disabled)[b-nbffvv2jq7] {
    transform: translateY(-3px);
    background: rgba(34, 211, 238, .08);
    border-color: rgba(34, 211, 238, .4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

/* Clear-cache: action card, amber accent to set it apart from navigation cards */
.admin-home-card-action[b-nbffvv2jq7] {
    background: rgba(245, 158, 11, .07);
    border-color: rgba(245, 158, 11, .35);
}

.admin-home-card-action i[b-nbffvv2jq7] {
    color: #f59e0b;
}

.admin-home-card-action:hover:not(:disabled)[b-nbffvv2jq7] {
    background: rgba(245, 158, 11, .14);
    border-color: rgba(245, 158, 11, .55);
}

.admin-home-card-action:disabled[b-nbffvv2jq7] {
    cursor: default;
    opacity: .8;
}

/* Done state: green confirmation after a successful clear */
.admin-home-card-action.is-done[b-nbffvv2jq7] {
    background: rgba(16, 185, 129, .10);
    border-color: rgba(16, 185, 129, .5);
}

.admin-home-card-action.is-done i[b-nbffvv2jq7] {
    color: #10b981;
}
