/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tp6ujujon2] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

main[b-tp6ujujon2] {
    flex: 1;
    overflow-y: auto;
    height: 100%;
}

.sidebar[b-tp6ujujon2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.top-row[b-tp6ujujon2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tp6ujujon2]  a, .top-row[b-tp6ujujon2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tp6ujujon2]  a:hover, .top-row[b-tp6ujujon2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tp6ujujon2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tp6ujujon2] {
        justify-content: space-between;
    }

    .top-row[b-tp6ujujon2]  a, .top-row[b-tp6ujujon2]  .btn-link {
        margin-left: 0;
    }

    /* ── Mobile top-dropdown nav ──────────────────────────────────────── */
    .sidebar[b-tp6ujujon2] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 0;
        height: auto;
        max-height: calc(100vh - 3.5rem);
        z-index: 1000;
        overflow-y: auto;
        display: none;
    }

    .sidebar.open[b-tp6ujujon2] {
        display: flex;
        flex-direction: column;
        animation: slideDown-b-tp6ujujon2 0.2s ease-out;
    }

    @keyframes slideDown-b-tp6ujujon2 {
        from { opacity: 0; transform: translateY(-8px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    .sidebar-overlay[b-tp6ujujon2] {
        display: block;
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    /* ── Mobile top bar ───────────────────────────────────────────────── */
    .mobile-top-bar[b-tp6ujujon2] {
        display: flex;
        align-items: center;
        height: 3.5rem;
        background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 100%);
        padding: 0 1rem;
        position: sticky;
        top: 0;
        z-index: 1010;
    }

    .sidebar-toggle[b-tp6ujujon2] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-toggle-icon[b-tp6ujujon2],
    .sidebar-toggle-icon[b-tp6ujujon2]::before,
    .sidebar-toggle-icon[b-tp6ujujon2]::after {
        display: block;
        width: 22px;
        height: 2px;
        background-color: white;
        border-radius: 1px;
        position: relative;
        transition: transform 0.2s;
    }

    .sidebar-toggle-icon[b-tp6ujujon2]::before,
    .sidebar-toggle-icon[b-tp6ujujon2]::after {
        content: '';
        position: absolute;
        left: 0;
        width: 22px;
    }

    .sidebar-toggle-icon[b-tp6ujujon2]::before {
        top: -7px;
    }

    .sidebar-toggle-icon[b-tp6ujujon2]::after {
        top: 7px;
    }

    .mobile-logo[b-tp6ujujon2] {
        height: 2.2rem;
        width: auto;
        margin-left: 0.75rem;
        object-fit: contain;
    }
}

/* ── Desktop: hide mobile elements ──────────────────────────────────── */
.mobile-top-bar[b-tp6ujujon2] {
    display: none;
}

.sidebar-overlay[b-tp6ujujon2] {
    display: none;
}

@media (min-width: 641px) {
    .page[b-tp6ujujon2] {
        flex-direction: row;
    }

    .sidebar[b-tp6ujujon2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tp6ujujon2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tp6ujujon2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tp6ujujon2], article[b-tp6ujujon2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tp6ujujon2] {
    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-tp6ujujon2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-88hnovsmep] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-88hnovsmep] {
    font-size: 1.1rem;
}

.bi[b-88hnovsmep] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-building-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1Zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1Z'/%3E%3C/svg%3E");
}

.bi-cart-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cart' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

.bi-box-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-box2-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box2' viewBox='0 0 16 16'%3E%3Cpath d='M2.95.4a1 1 0 0 1 .8-.4h8.5a1 1 0 0 1 .8.4l2.85 3.8a.5.5 0 0 1 .1.3V15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4.5a.5.5 0 0 1 .1-.3L2.95.4ZM7.5 1H3.75L1.5 4h6V1Zm1 0v3h6l-2.25-3H8.5ZM15 5H1v10h14V5Z'/%3E%3C/svg%3E");
}

.bi-gem-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gem' viewBox='0 0 16 16'%3E%3Cpath d='M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z'/%3E%3C/svg%3E");
}

.bi-circle-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-circle-fill' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/svg%3E");
}

.bi-cash-stack-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cash-stack' viewBox='0 0 16 16'%3E%3Cpath d='M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3Cpath d='M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z'/%3E%3C/svg%3E");
}

.bi-box-seam-fill-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-seam-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.01-.003.268-.108a.75.75 0 0 1 .558 0l.269.108.01.003 6.97 2.789zM10.404 2 4.25 4.461 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339L8 5.961 5.596 5l6.154-2.461z'/%3E%3C/svg%3E");
}

.bi-truck-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-database-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-database-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.904 1.777C4.978 1.289 6.427 1 8 1s3.022.289 4.096.777C13.17 2.265 14 2.9 14 3.5V5c0 .6-.83 1.235-1.904 1.723C10.978 7.211 9.573 7.5 8 7.5s-2.978-.289-4.096-.777C2.83 6.235 2 5.6 2 5V3.5c0-.6.83-1.235 1.904-1.723M2 6.747c.272.202.6.386.978.55C4.098 7.789 5.589 8 8 8s3.902-.211 5.022-.703c.378-.164.706-.348.978-.55V8.5c0 .6-.83 1.235-1.904 1.723C10.978 10.711 9.573 11 8 11s-2.978-.289-4.096-.777C2.83 9.735 2 9.1 2 8.5zm0 3.5c.272.202.6.386.978.55C4.098 11.289 5.589 11.5 8 11.5s3.902-.211 5.022-.703c.378-.164.706-.348.978-.55V12c0 .6-.83 1.235-1.904 1.723C10.978 14.211 9.573 14.5 8 14.5s-2.978-.289-4.096-.777C2.83 13.235 2 12.6 2 12z'/%3E%3C/svg%3E");
}

.nav-item[b-88hnovsmep] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-88hnovsmep] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-88hnovsmep] {
        padding-bottom: 1rem;
    }

    .nav-item[b-88hnovsmep]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-88hnovsmep]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-88hnovsmep]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-category[b-88hnovsmep] {
    padding: 1rem 1rem 0.5rem 1rem;
    margin-top: 0.5rem;
}

.nav-category-title[b-88hnovsmep] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-88hnovsmep] {
    display: block;
    height: 100%;
}

.nav-scrollable nav[b-88hnovsmep] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 320px);
}

.nav-scrollable .mt-auto[b-88hnovsmep] {
    margin-top: auto !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
}

.bi-box-arrow-right-nav-menu[b-88hnovsmep] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.nav-bottom[b-88hnovsmep] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.nav-user[b-88hnovsmep] {
    padding-top: 0.5rem;
}

.nav-user-name[b-88hnovsmep] {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin-bottom: 0.25rem;
}

.nav-logout-link[b-88hnovsmep] {
    display: flex;
    align-items: center;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    border-radius: 4px;
}

.nav-logout-link:hover[b-88hnovsmep] {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 0.5rem;
}

@media (min-width: 641px) {
    .nav-scrollable[b-88hnovsmep] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-88hnovsmep] {
        display: none !important;
    }

    .nav-scrollable[b-88hnovsmep] {
        flex: 1;
        height: auto;
        overflow-y: auto;
    }

    .nav-scrollable nav[b-88hnovsmep] {
        min-height: auto;
    }
}

/* Logo styling with proper sizing */
.nav-logo[b-88hnovsmep] {
    min-height: 300px;
    height: 300px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* Adjust top row for larger logo */
.top-row[b-88hnovsmep] {
    min-height: 320px !important;
    display: flex;
    align-items: center;
    padding: 10px;
}


/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kjsb26ofzb],
.components-reconnect-repeated-attempt-visible[b-kjsb26ofzb],
.components-reconnect-failed-visible[b-kjsb26ofzb],
.components-pause-visible[b-kjsb26ofzb],
.components-resume-failed-visible[b-kjsb26ofzb],
.components-rejoining-animation[b-kjsb26ofzb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-retrying[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-failed[b-kjsb26ofzb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kjsb26ofzb] {
    display: block;
}


#components-reconnect-modal[b-kjsb26ofzb] {
    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-kjsb26ofzb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kjsb26ofzb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kjsb26ofzb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kjsb26ofzb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kjsb26ofzb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kjsb26ofzb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kjsb26ofzb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kjsb26ofzb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kjsb26ofzb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kjsb26ofzb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kjsb26ofzb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kjsb26ofzb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kjsb26ofzb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kjsb26ofzb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kjsb26ofzb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kjsb26ofzb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kjsb26ofzb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kjsb26ofzb {
    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/Purchases.razor.rz.scp.css */
/* Purchases Page Styles */

/* Modal styling */
.modal[b-sefpfi1ehs] {
    display: block;
    overflow-y: auto;
}

.modal-dialog[b-sefpfi1ehs] {
    max-width: 900px;
}

.modal-content[b-sefpfi1ehs] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-sefpfi1ehs] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.modal-footer[b-sefpfi1ehs] {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/* Table row hover effect */
.table-hover tbody tr:hover[b-sefpfi1ehs] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Inactive row styling */
.table-secondary[b-sefpfi1ehs] {
    opacity: 0.7;
}

/* Badge styling */
.table .badge[b-sefpfi1ehs] {
    padding: 0.35rem 0.65rem;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Button group styling */
.btn-group .btn[b-sefpfi1ehs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
}

/* Form card styling */
.card[b-sefpfi1ehs] {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-sefpfi1ehs] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

/* Required field indicator */
.text-danger[b-sefpfi1ehs] {
    font-weight: bold;
}

/* Empty state alert */
.alert i[b-sefpfi1ehs] {
    margin-right: 0.5rem;
}

/* Filter section */
.card-header .btn[b-sefpfi1ehs] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Attachment link styling */
.btn-outline-primary[b-sefpfi1ehs] {
    border-color: #0d6efd;
}

.btn-outline-primary:hover[b-sefpfi1ehs] {
    background-color: #0d6efd;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-sefpfi1ehs] {
        font-size: 0.875rem;
    }
    
    .btn-group[b-sefpfi1ehs] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .btn-group .btn[b-sefpfi1ehs] {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .modal-dialog[b-sefpfi1ehs] {
        margin: 0.5rem;
    }
}
/* /Components/Pages/Storage.razor.rz.scp.css */
/* Storage Page Styles */

/* Modal styling */
.modal[b-z4yvcwuu0q] {
    display: block;
    overflow-y: auto;
}

.modal-dialog[b-z4yvcwuu0q] {
    max-width: 600px;
}

.modal-content[b-z4yvcwuu0q] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-z4yvcwuu0q] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.modal-footer[b-z4yvcwuu0q] {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/* Table row hover effect */
.table-hover tbody tr:hover[b-z4yvcwuu0q] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Inactive row styling */
.table-secondary[b-z4yvcwuu0q] {
    opacity: 0.7;
}

/* Badge styling */
.table .badge[b-z4yvcwuu0q] {
    padding: 0.35rem 0.65rem;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Size badge specific styling */
.badge.bg-primary[b-z4yvcwuu0q] {
    font-size: 0.875rem;
    text-transform: uppercase;
}

/* Pockets badge styling */
.badge.bg-info[b-z4yvcwuu0q] {
    font-size: 1rem;
    font-weight: bold;
}

/* Button group styling */
.btn-group .btn[b-z4yvcwuu0q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
}

/* Form card styling */
.card[b-z4yvcwuu0q] {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-z4yvcwuu0q] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

/* Required field indicator */
.text-danger[b-z4yvcwuu0q] {
    font-weight: bold;
}

/* Empty state alert */
.alert i[b-z4yvcwuu0q] {
    margin-right: 0.5rem;
}

/* Filter section */
.card-header .btn[b-z4yvcwuu0q] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-z4yvcwuu0q] {
        font-size: 0.875rem;
    }
    
    .btn-group[b-z4yvcwuu0q] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .btn-group .btn[b-z4yvcwuu0q] {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .modal-dialog[b-z4yvcwuu0q] {
        margin: 0.5rem;
    }
}
/* /Components/Pages/Vendors.razor.rz.scp.css */
/* Vendors Page Styles */

/* Modal styling */
.modal[b-dvkxsurdo9] {
    display: block;
    overflow-y: auto;
}

.modal-dialog[b-dvkxsurdo9] {
    max-width: 600px;
}

.modal-content[b-dvkxsurdo9] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-dvkxsurdo9] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.modal-footer[b-dvkxsurdo9] {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/* Color picker styling */
.form-control-color[b-dvkxsurdo9] {
    width: 60px;
    height: 38px;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.form-control-color:hover[b-dvkxsurdo9] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Table row hover effect */
.table-hover tbody tr:hover[b-dvkxsurdo9] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Inactive row styling */
.table-secondary[b-dvkxsurdo9] {
    opacity: 0.7;
}

/* Color badge styling */
.table .badge[b-dvkxsurdo9] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Link styling in table */
.table a[b-dvkxsurdo9] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    word-break: break-all;
}

.table a i[b-dvkxsurdo9] {
    flex-shrink: 0;
}

/* Button group styling */
.btn-group .btn[b-dvkxsurdo9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
}

/* Form card styling */
.card[b-dvkxsurdo9] {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-dvkxsurdo9] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

/* Required field indicator */
.text-danger[b-dvkxsurdo9] {
    font-weight: bold;
}

/* Input group for color picker */
.input-group .form-control-color[b-dvkxsurdo9] {
    border-right: 0;
}

.input-group .form-control[b-dvkxsurdo9] {
    border-left: 0;
}

/* Empty state alert */
.alert i[b-dvkxsurdo9] {
    margin-right: 0.5rem;
}

/* Filter section */
.card-header .btn[b-dvkxsurdo9] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Status badges */
.badge[b-dvkxsurdo9] {
    font-size: 0.75rem;
    padding: 0.35rem 0.65rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-dvkxsurdo9] {
        font-size: 0.875rem;
    }

    .btn-group[b-dvkxsurdo9] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .btn-group .btn[b-dvkxsurdo9] {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .modal-dialog[b-dvkxsurdo9] {
        margin: 0.5rem;
    }
}
