/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-c5xbzwgw2g] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-body[b-c5xbzwgw2g] {
    display: flex;
    flex: 1;
    position: relative;
}

.left-sidebar[b-c5xbzwgw2g] {
    width: 0;
    overflow: hidden;
    background: #1a1a2e;
    color: #e0e0e0;
    transition: width 0.3s ease;
    flex-shrink: 0;
}

.left-sidebar.open[b-c5xbzwgw2g] {
    width: 240px;
}

.main-content[b-c5xbzwgw2g] {
    flex: 1;
    padding: 1.5rem;
    background: #f5f5f5;
    overflow-y: auto;
}

.app-footer[b-c5xbzwgw2g] {
    background: #1a1a2e;
    color: #888;
    padding: 0.75rem 1.5rem;
    text-align: center;
    font-size: 0.85rem;
}

.app-footer .footer-content[b-c5xbzwgw2g] {
    max-width: 1200px;
    margin: 0 auto;
}

#blazor-error-ui[b-c5xbzwgw2g] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-c5xbzwgw2g] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-nav[b-dit3kxdm54] {
    padding-top: 0.5rem;
}

.nav-header[b-dit3kxdm54] {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.05em;
}

.nav-item[b-dit3kxdm54] {
    padding: 0;
}

.nav-link[b-dit3kxdm54] {
    color: #ccc;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.15s;
    cursor: pointer;
}

.nav-link:hover[b-dit3kxdm54] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-link.active[b-dit3kxdm54] {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-left: 3px solid #e94560;
}

.nav-icon[b-dit3kxdm54] {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.nav-parent .nav-link[b-dit3kxdm54] {
    font-weight: 500;
}

.nav-chevron[b-dit3kxdm54] {
    margin-left: auto;
    font-size: 0.7rem;
    transition: transform 0.2s;
}

.nav-chevron.chevron-open[b-dit3kxdm54] {
    transform: rotate(180deg);
}

.nav-child[b-dit3kxdm54] {
    padding-left: 1.25rem;
}

.nav-child .nav-link[b-dit3kxdm54] {
    font-size: 0.9rem;
    padding: 0.55rem 1rem;
}

.nav-grandchild[b-dit3kxdm54] {
    padding-left: 2.5rem;
}

.nav-grandchild .nav-link[b-dit3kxdm54] {
    font-size: 0.85rem;
    padding: 0.45rem 1rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ed91hyx2h7],
.components-reconnect-repeated-attempt-visible[b-ed91hyx2h7],
.components-reconnect-failed-visible[b-ed91hyx2h7],
.components-pause-visible[b-ed91hyx2h7],
.components-resume-failed-visible[b-ed91hyx2h7],
.components-rejoining-animation[b-ed91hyx2h7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-retrying[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-failed[b-ed91hyx2h7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ed91hyx2h7] {
    display: block;
}


#components-reconnect-modal[b-ed91hyx2h7] {
    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-ed91hyx2h7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ed91hyx2h7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ed91hyx2h7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ed91hyx2h7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ed91hyx2h7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ed91hyx2h7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ed91hyx2h7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ed91hyx2h7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ed91hyx2h7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ed91hyx2h7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ed91hyx2h7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ed91hyx2h7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ed91hyx2h7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ed91hyx2h7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ed91hyx2h7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ed91hyx2h7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ed91hyx2h7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ed91hyx2h7 {
    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/PurchaseEntry.razor.rz.scp.css */
.by-package-check[b-jlw2h5if19] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: normal;
    margin-left: 0.5rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: #888;
}

.by-package-check input[type="checkbox"][b-jlw2h5if19] {
    width: auto;
    margin: 0;
    cursor: pointer;
}

.package-inputs[b-jlw2h5if19] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.package-inputs input[b-jlw2h5if19] {
    flex: 1;
    min-width: 0;
}

.package-multiply[b-jlw2h5if19],
.package-equal[b-jlw2h5if19] {
    font-weight: 600;
    color: #888;
    flex-shrink: 0;
}

.readonly-input[b-jlw2h5if19] {
    background: #f0f0f0 !important;
    color: #666;
    cursor: default;
}
