/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tlv7i7qsvd] { min-height: 100vh; display: flex; background: #f4f7f8; }
main[b-tlv7i7qsvd] { flex: 1; min-width: 0; }
.sidebar[b-tlv7i7qsvd] { width: 264px; flex: 0 0 264px; background: #102d32; color: white; }
.top-row[b-tlv7i7qsvd] { height: 72px; padding: 0 32px; display: flex; align-items: center; gap: 24px; background: rgba(255,255,255,.94); border-bottom: 1px solid #dce5e6; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.company-switcher[b-tlv7i7qsvd] { display: flex; align-items: center; gap: 10px; min-width: 190px; }
.company-switcher small[b-tlv7i7qsvd] { display: block; color: #708084; font-size: .7rem; }
.company-switcher strong[b-tlv7i7qsvd] { color: #18383e; font-size: .9rem; }
.company-mark[b-tlv7i7qsvd] { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #dff6f1; color: #087f72; font-weight: 800; }
.global-search[b-tlv7i7qsvd] { flex: 1; max-width: 620px; height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #f2f6f6; border: 1px solid transparent; border-radius: 12px; color: #718286; }
.global-search:focus-within[b-tlv7i7qsvd] { background: white; border-color: #39a99d; box-shadow: 0 0 0 3px rgba(57,169,157,.12); }
.global-search input[b-tlv7i7qsvd] { border: 0; outline: 0; background: transparent; width: 100%; color: #17363c; }
.user-chip[b-tlv7i7qsvd] { margin-left: auto; padding: 9px 14px; border-radius: 10px; background: #edf5f4; color: #21484d; text-decoration: none; font-weight: 700; font-size: .85rem; }
.content[b-tlv7i7qsvd] { padding: 34px; max-width: 1600px; margin: 0 auto; }
#blazor-error-ui[b-tlv7i7qsvd] { color-scheme: light only; background: #fff1d6; bottom: 0; box-shadow: 0 -1px 8px rgba(0,0,0,.12); display: none; left: 0; padding: .8rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }
#blazor-error-ui .dismiss[b-tlv7i7qsvd] { cursor: pointer; position: absolute; right: .75rem; }
@media (max-width: 800px) {
    .page[b-tlv7i7qsvd] { display: block; }
    .sidebar[b-tlv7i7qsvd] { width: 100%; }
    .top-row[b-tlv7i7qsvd] { height: auto; min-height: 64px; padding: 10px 18px; }
    .company-switcher[b-tlv7i7qsvd] { min-width: 0; }
    .company-switcher > span:last-child[b-tlv7i7qsvd] { display: none; }
    .global-search[b-tlv7i7qsvd] { display: none; }
    .content[b-tlv7i7qsvd] { padding: 22px 16px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-xj5ic88hk8] { height: 72px; padding: 0 24px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand[b-xj5ic88hk8] { color: white; display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.12rem; letter-spacing: -.02em; }
.brand span[b-xj5ic88hk8] { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #22a899; font-weight: 800; }
.nav-scrollable[b-xj5ic88hk8] { height: calc(100vh - 72px); overflow-y: auto; padding: 18px 14px; display: flex; flex-direction: column; }
nav[b-xj5ic88hk8] { flex: 1; }
.nav-section[b-xj5ic88hk8] { padding: 16px 12px 7px; color: #7fa0a3; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; }
[b-xj5ic88hk8] .nav-link { min-height: 43px; padding: 10px 12px; margin: 2px 0; border-radius: 10px; display: flex; align-items: center; gap: 12px; color: #bed0d1; text-decoration: none; font-size: .88rem; }
[b-xj5ic88hk8] .nav-link > span { width: 20px; text-align: center; font-size: 1.05rem; }
[b-xj5ic88hk8] .nav-link small { margin-left: auto; padding: 2px 6px; border-radius: 5px; background: rgba(255,255,255,.07); color: #78999d; font-size: .6rem; text-transform: uppercase; }
[b-xj5ic88hk8] .nav-link:hover { color: white; background: rgba(255,255,255,.06); }
[b-xj5ic88hk8] .nav-link.active { color: white; background: #1d5556; box-shadow: inset 3px 0 #43c2b3; }
[b-xj5ic88hk8] .nav-link.disabled { opacity: .6; pointer-events: none; }
.logout[b-xj5ic88hk8] { padding: 18px 10px 4px; border-top: 1px solid rgba(255,255,255,.08); }
.logout button[b-xj5ic88hk8] { border: 0; background: none; color: #9eb6b8; font-size: .85rem; }
.navbar-toggler[b-xj5ic88hk8] { display: none; }
.navbar-toggler-label[b-xj5ic88hk8] { display: none; margin-left: auto; width: 36px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; cursor: pointer; }
@media (max-width: 800px) {
    .brand-row[b-xj5ic88hk8] { height: 64px; }
    .navbar-toggler-label[b-xj5ic88hk8] { display: grid; }
    .nav-scrollable[b-xj5ic88hk8] { display: none; height: auto; }
    .navbar-toggler:checked ~ .nav-scrollable[b-xj5ic88hk8] { display: flex; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jx33vm89ps],
.components-reconnect-repeated-attempt-visible[b-jx33vm89ps],
.components-reconnect-failed-visible[b-jx33vm89ps],
.components-pause-visible[b-jx33vm89ps],
.components-resume-failed-visible[b-jx33vm89ps],
.components-rejoining-animation[b-jx33vm89ps] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-retrying[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-failed[b-jx33vm89ps],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jx33vm89ps] {
    display: block;
}


#components-reconnect-modal[b-jx33vm89ps] {
    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-jx33vm89ps 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jx33vm89ps 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jx33vm89ps 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jx33vm89ps]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jx33vm89ps 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jx33vm89ps {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jx33vm89ps {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jx33vm89ps {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jx33vm89ps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jx33vm89ps] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jx33vm89ps] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jx33vm89ps] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jx33vm89ps] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jx33vm89ps] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jx33vm89ps] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jx33vm89ps 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jx33vm89ps] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jx33vm89ps {
    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;
    }
}
