@import '_content/Kros.UI/Kros.UI.7k52b1ygm1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-suvpq2oz77] {
    min-height: 100vh;
    display: flex;
    background: #f7f9fc;
}

.sidebar[b-suvpq2oz77] {
    width: 250px;
    flex-shrink: 0;
    min-height: 100vh;
    background: linear-gradient(180deg, #0f1f4a 0%, #2d0f43 100%);
    box-shadow: 4px 0 16px rgba(15, 23, 42, 0.08);
    z-index: 20;
    overflow: hidden;
}

.main-area[b-suvpq2oz77] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.top-row[b-suvpq2oz77] {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #e7ecf3;
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(6px);
}

    .top-row a[b-suvpq2oz77] {
        color: #374151;
        text-decoration: none;
        font-weight: 500;
    }

        .top-row a:hover[b-suvpq2oz77] {
            color: #2563eb;
        }

.content[b-suvpq2oz77] {
    flex: 1;
    padding: 24px;
    overflow-x: hidden;
}

#blazor-error-ui[b-suvpq2oz77] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

    #blazor-error-ui .dismiss[b-suvpq2oz77] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 960px) {
    .app-shell[b-suvpq2oz77] {
        flex-direction: column;
    }

    .sidebar[b-suvpq2oz77] {
        width: 100%;
        min-height: auto;
    }

    .top-row[b-suvpq2oz77] {
        padding: 0 16px;
    }

    .content[b-suvpq2oz77] {
        padding: 16px 12px 24px 12px;
    }

    .content[b-suvpq2oz77] {
        position: static !important;
        overflow: visible !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b96076riel] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: none;
}

    .navbar-toggler:checked[b-b96076riel] {
        background-color: rgba(255, 255, 255, 0.18);
    }

.top-row[b-b96076riel] {
    min-height: 72px;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-brand[b-b96076riel] {
    font-size: 1.15rem;
    font-weight: 700;
    color: white !important;
    letter-spacing: 0.2px;
}

.nav-scrollable[b-b96076riel] {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    height: calc(100vh - 72px);
    overflow-y: auto;
}

.nav[b-b96076riel] {
    gap: 0.25rem;
}

.nav-section-title[b-b96076riel] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.52);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.nav-item[b-b96076riel] {
    font-size: 0.96rem;
}

    .nav-item[b-b96076riel]  .nav-link {
        color: rgba(255, 255, 255, 0.82);
        border-radius: 14px;
        height: 48px;
        display: flex;
        align-items: center;
        line-height: 1rem;
        padding: 0 0.95rem;
        gap: 0.85rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.18s ease;
    }

        .nav-item[b-b96076riel]  .nav-link:hover {
            background: rgba(255, 255, 255, 0.08);
            color: white;
        }

    .nav-item[b-b96076riel]  a.active {
        background: rgba(255, 255, 255, 0.14);
        color: white;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .nav-item[b-b96076riel]  .bi {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.05rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

@media (max-width: 960px) {
    .top-row[b-b96076riel] {
        min-height: 64px;
        padding-right: 4.5rem;
    }

    .navbar-toggler[b-b96076riel] {
        display: block;
    }

    .nav-scrollable[b-b96076riel] {
        display: none;
        height: auto;
        max-height: calc(100vh - 64px);
        padding-top: 0.75rem;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-b96076riel] {
        display: block;
    }

    .nav-item[b-b96076riel]  .nav-link {
        height: 44px;
        border-radius: 12px;
    }

    .hp-actions[b-b96076riel] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin: 20px 0;
    }

    .hp-btn[b-b96076riel] {
        height: 64px;
        font-size: 15px;
        border-radius: 12px;
        text-transform: none;
    }

    .hp-btn--primary[b-b96076riel] {
        font-weight: 600;
    }

}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z4pohmcwx7],
.components-reconnect-repeated-attempt-visible[b-z4pohmcwx7],
.components-reconnect-failed-visible[b-z4pohmcwx7],
.components-pause-visible[b-z4pohmcwx7],
.components-resume-failed-visible[b-z4pohmcwx7],
.components-rejoining-animation[b-z4pohmcwx7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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