/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-mutxuh8bx0] {
    display: flex;
    min-height: 100vh;
    background-color: var(--app-bg-page);
}

.sidebar-toggle[b-mutxuh8bx0] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.app-sidebar[b-mutxuh8bx0] {
    width: 280px;
    background: linear-gradient(180deg, #0b2f5f 0%, #133f79 100%);
    color: #e7eefb;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.app-main[b-mutxuh8bx0] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.app-topbar[b-mutxuh8bx0] {
    min-height: 68px;
    background-color: #ffffff;
    border-bottom: 1px solid #dbe4f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-left[b-mutxuh8bx0] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.page-kicker[b-mutxuh8bx0] {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.page-title[b-mutxuh8bx0] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #10233f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-hamburger[b-mutxuh8bx0] {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #d4deef;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    cursor: pointer;
    background-color: #f8fbff;
}

.sidebar-hamburger span[b-mutxuh8bx0] {
    width: 1rem;
    height: 2px;
    background-color: #1c3f71;
    border-radius: 2px;
}

.topbar-right[b-mutxuh8bx0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.topbar-user-summary[b-mutxuh8bx0] {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.topbar-user-summary strong[b-mutxuh8bx0] {
    font-size: 0.9rem;
    color: #1e293b;
}

.topbar-user-summary small[b-mutxuh8bx0] {
    font-size: 0.75rem;
    color: #64748b;
}

.topbar-company[b-mutxuh8bx0] {
    font-size: 0.8rem;
    color: #355179;
    background-color: #eef4fd;
    border: 1px solid #d9e5f9;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-user-menu[b-mutxuh8bx0] {
    position: relative;
}

.topbar-user-menu summary[b-mutxuh8bx0] {
    list-style: none;
    cursor: pointer;
    border: 1px solid #d4deef;
    background-color: #ffffff;
    color: #1e3a6b;
    border-radius: 0.5rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
}

.topbar-user-menu summary[b-mutxuh8bx0]::-webkit-details-marker {
    display: none;
}

.topbar-user-menu nav[b-mutxuh8bx0] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    background: #ffffff;
    border: 1px solid #dbe4f2;
    border-radius: 0.6rem;
    min-width: 190px;
    box-shadow: 0 10px 30px rgba(15, 35, 66, 0.12);
    display: grid;
    padding: 0.35rem;
}

.topbar-user-menu nav a[b-mutxuh8bx0] {
    color: #1f3658;
    text-decoration: none;
    padding: 0.45rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.88rem;
}

.topbar-user-menu nav a:hover[b-mutxuh8bx0] {
    background-color: #f1f6ff;
}

.app-content[b-mutxuh8bx0] {
    padding: 1.5rem;
}

#blazor-error-ui[b-mutxuh8bx0] {
    color-scheme: light only;
    background: #fff3cd;
    color: #664d03;
    border-top: 1px solid #ffecb5;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-mutxuh8bx0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 991.98px) {
    .app-shell[b-mutxuh8bx0] {
        position: relative;
    }

    .app-sidebar[b-mutxuh8bx0] {
        position: fixed;
        inset: 0 auto 0 0;
        transform: translateX(-100%);
        transition: transform 0.2s ease-out;
        z-index: 50;
        max-width: 82vw;
    }

    .sidebar-toggle:checked ~ .app-sidebar[b-mutxuh8bx0] {
        transform: translateX(0);
    }

    .topbar-user-summary[b-mutxuh8bx0],
    .topbar-company[b-mutxuh8bx0] {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar-hamburger[b-mutxuh8bx0] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-kcj0x09sb4] {
    padding: 1.1rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-brand-link[b-kcj0x09sb4] {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.sidebar-company-panel[b-kcj0x09sb4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
}

.company-logo-placeholder[b-kcj0x09sb4] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0e2b54;
    background: linear-gradient(135deg, #f0f5ff 0%, #dbe8ff 100%);
}

.company-panel-label[b-kcj0x09sb4] {
    color: rgba(230, 239, 255, 0.72);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.company-panel-name[b-kcj0x09sb4] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.93rem;
    margin-top: 0.1rem;
}

.sidebar-nav[b-kcj0x09sb4] {
    display: grid;
    gap: 0.2rem;
    padding: 0.25rem 0.85rem 1rem;
}

.sidebar-nav[b-kcj0x09sb4]  .nav-link,
.sidebar-nav > a[b-kcj0x09sb4] {
    text-decoration: none;
    color: #d7e6ff;
    padding: 0.55rem 0.7rem;
    border-radius: 0.55rem;
    font-size: 0.93rem;
    display: block;
}

.sidebar-nav[b-kcj0x09sb4]  .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.sidebar-nav[b-kcj0x09sb4]  .nav-link:hover,
.sidebar-nav > a:hover[b-kcj0x09sb4] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.nav-section-title[b-kcj0x09sb4] {
    margin-top: 0.6rem;
    color: rgba(234, 242, 255, 0.74);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.55rem 0.7rem 0.25rem;
}

.sidebar-footer[b-kcj0x09sb4] {
    margin-top: auto;
    padding: 0.95rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sidebar-user[b-kcj0x09sb4] {
    color: #d9e8ff;
    font-size: 0.83rem;
    margin-bottom: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3y6owa8h40],
.components-reconnect-repeated-attempt-visible[b-3y6owa8h40],
.components-reconnect-failed-visible[b-3y6owa8h40],
.components-pause-visible[b-3y6owa8h40],
.components-resume-failed-visible[b-3y6owa8h40],
.components-rejoining-animation[b-3y6owa8h40] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-retrying[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-failed[b-3y6owa8h40],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3y6owa8h40] {
    display: block;
}


#components-reconnect-modal[b-3y6owa8h40] {
    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-3y6owa8h40 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3y6owa8h40 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3y6owa8h40 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3y6owa8h40]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3y6owa8h40 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3y6owa8h40 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3y6owa8h40 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3y6owa8h40 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3y6owa8h40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3y6owa8h40] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3y6owa8h40] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3y6owa8h40] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3y6owa8h40] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3y6owa8h40] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3y6owa8h40] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3y6owa8h40 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3y6owa8h40] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3y6owa8h40 {
    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;
    }
}
