/* /Components/Dashboards/DonutChart.razor.rz.scp.css */
/* /Components/Dashboards/LineChart.razor.rz.scp.css */
/* /Components/Dashboards/SalesExecutiveDashboard.razor.rz.scp.css */
/* /Components/Dashboards/SuperAdminDashboard.razor.rz.scp.css */
/* /Components/Loadings/DataGridLoading.razor.rz.scp.css */
.data-grid-container[b-mrnoe7jnw4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
    width: 100%;
}
/* /Components/Loadings/Loading.razor.rz.scp.css */
.component-loading-overlay[b-d93hctukka] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    
    transition:
            opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0.4s,
            backdrop-filter 0.4s;

    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Glassmorphism Effect */
.loading-glass[b-d93hctukka] {
    background: rgba(255, 255, 255, 0.2); /* Very light white */
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
}

/* Dark mode support (automatically adjusts) */
[data-theme='dark'] .loading-glass[b-d93hctukka] {
    background: rgba(15, 15, 20, 0.2);
    backdrop-filter: blur(6px) saturate(120%);
}

.hidden[b-d93hctukka] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Optional: Add a subtle pulse to the whole container */
@keyframes loading-pulse-b-d93hctukka {
    0% { opacity: 0.6; }
    50% { opacity: 0.9; }
    100% { opacity: 0.6; }
}

.animate-pulse-slow[b-d93hctukka] {
    animation: loading-pulse-b-d93hctukka 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.component-loading-overlay.hidden[b-d93hctukka] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(0px) saturate(100%);
    -webkit-backdrop-filter: blur(0px) saturate(100%);
}
/* /Layout/BottomNavMenu.razor.rz.scp.css */
.bnav[b-zj1twwnlm5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(62px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background-color: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-divider);
    display: flex;
    align-items: stretch;
    z-index: 1100;
}

/* ── Item base ─────────────────────────────────────────── */
.bnav-item[b-zj1twwnlm5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 6px 4px 4px;
    gap: 3px;

    /* reset anchor / button defaults */
    text-decoration: none;
    background: none;
    border: none;
    font-family: inherit;
    cursor: pointer;

    color: var(--mud-palette-text-secondary);
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease;
}

.bnav-item--active[b-zj1twwnlm5] {
    color: var(--mud-palette-primary);
}

/* ── Active icon treatment ─────────────────────────────── */
.bnav-icon[b-zj1twwnlm5] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    filter 0.25s ease;
}

.bnav-item--active .bnav-icon[b-zj1twwnlm5] {
    transform: scale(1.28) translateY(-2px);
}

/* ── Label transition ──────────────────────────────────── */
.bnav-label[b-zj1twwnlm5] {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 64px;
    transition: font-weight 0.2s ease, opacity 0.2s ease;
}

.bnav-item--active .bnav-label[b-zj1twwnlm5] {
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* ── Press feedback ────────────────────────────────────── */
.bnav-item:active .bnav-icon[b-zj1twwnlm5] {
    transform: scale(0.9);
    transition: transform 0.1s ease;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-2i5p00y1iu] {
    flex: 1;
}

.appbar-shop-name[b-2i5p00y1iu] {
    min-width: 0;                          
    flex-shrink: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100vw - 80px);
    color: var(--mud-palette-surface);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* /Layout/NavMenu.razor.rz.scp.css */
/* /Pages/Auth/Login.razor.rz.scp.css */
.outter-login-container[b-4z4zo5dj8h] {
    background: url("/images/Login_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
}

.login-container[b-4z4zo5dj8h] {
    width: 100%;
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 1rem;
    margin: auto;
}

.login-loading-overlay[b-4z4zo5dj8h] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/AvailableItems.razor.rz.scp.css */
.available-item-image-container[b-qy74in7c2a] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.available-item-image-container:hover[b-qy74in7c2a] {
    transform: scale(1.2);
}

.rounded-lg[b-qy74in7c2a] {
    border-radius: 10px;
}
/* /Pages/Item.razor.rz.scp.css */
.image-container[b-5p0evcqniw] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.image-container:hover[b-5p0evcqniw] {
    transform: scale(1.35);
}

.rounded-lg[b-5p0evcqniw] {
    border-radius: 10px;
}
