/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-1bzcwd9fhv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1bzcwd9fhv] {
    flex: 1;
}

.sidebar[b-1bzcwd9fhv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1bzcwd9fhv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1bzcwd9fhv]  a, .top-row[b-1bzcwd9fhv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1bzcwd9fhv]  a:hover, .top-row[b-1bzcwd9fhv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1bzcwd9fhv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1bzcwd9fhv] {
        justify-content: space-between;
    }

    .top-row[b-1bzcwd9fhv]  a, .top-row[b-1bzcwd9fhv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1bzcwd9fhv] {
        flex-direction: row;
    }

    .sidebar[b-1bzcwd9fhv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1bzcwd9fhv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1bzcwd9fhv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1bzcwd9fhv], article[b-1bzcwd9fhv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Admin/ManageTenants/TenantMigration.razor.rz.scp.css */
/* /Pages/Customer/Dashboard/Index.razor.rz.scp.css */
/* ─────────────────────────────────────────────
   Customer Dashboard Page Shell
───────────────────────────────────────────── */

.customer-dashboard-page[b-6nyjoty2v4] {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 34%), radial-gradient(circle at top right, rgba(236, 72, 153, 0.12), transparent 30%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.customer-dashboard-container[b-6nyjoty2v4] {
    padding-bottom: 2rem;
}


/* ─────────────────────────────────────────────
   Header
───────────────────────────────────────────── */

.customer-dashboard-header[b-6nyjoty2v4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 0 1rem;
}

.customer-dashboard-eyebrow[b-6nyjoty2v4] {
    margin: 0 0 0.35rem;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.customer-dashboard-header h1[b-6nyjoty2v4] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 5vw, 2.45rem);
    font-weight: 900;
    line-height: 1;
}

.customer-dashboard-subtitle[b-6nyjoty2v4] {
    max-width: 680px;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.5;
}

.customer-refresh-btn[b-6nyjoty2v4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    padding: 0.72rem 1rem;
    color: #334155;
    background: rgba(255, 255, 255, 0.86);
    font-weight: 850;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .customer-refresh-btn:disabled[b-6nyjoty2v4] {
        opacity: 0.65;
    }


/* ─────────────────────────────────────────────
   Alert
───────────────────────────────────────────── */

.customer-alert[b-6nyjoty2v4] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    color: #991b1b;
    background: #fee2e2;
    box-shadow: 0 14px 34px rgba(239, 68, 68, 0.14);
}


/* ─────────────────────────────────────────────
   Next Action Hero
───────────────────────────────────────────── */

.customer-action-hero[b-6nyjoty2v4] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: clamp(1.15rem, 3vw, 1.65rem);
    border-radius: 34px;
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    isolation: isolate;
}

    .customer-action-hero[b-6nyjoty2v4]::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        top: -120px;
        right: -80px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        z-index: -1;
    }

    .customer-action-hero[b-6nyjoty2v4]::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        bottom: -85px;
        left: -60px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        z-index: -1;
    }

    .customer-action-hero.action-upload[b-6nyjoty2v4] {
        background: linear-gradient(135deg, #be123c, #f43f5e);
    }

    .customer-action-hero.action-pickup[b-6nyjoty2v4] {
        background: linear-gradient(135deg, #7c3aed, #a855f7);
    }

    .customer-action-hero.action-delivery[b-6nyjoty2v4] {
        background: linear-gradient(135deg, #4338ca, #2563eb);
    }

    .customer-action-hero.action-transit[b-6nyjoty2v4] {
        background: linear-gradient(135deg, #0369a1, #0ea5e9);
    }

    .customer-action-hero.action-delivered[b-6nyjoty2v4],
    .customer-action-hero.action-clear[b-6nyjoty2v4] {
        background: linear-gradient(135deg, #15803d, #22c55e);
    }

.customer-action-content[b-6nyjoty2v4] {
    min-width: 0;
}

.customer-action-badge[b-6nyjoty2v4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.customer-action-hero h2[b-6nyjoty2v4] {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 5vw, 2.7rem);
    font-weight: 950;
    line-height: 1.05;
}

.customer-action-hero p[b-6nyjoty2v4] {
    max-width: 680px;
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.5;
}

.customer-action-meta[b-6nyjoty2v4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

    .customer-action-meta span[b-6nyjoty2v4] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        max-width: 100%;
        padding: 0.42rem 0.65rem;
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.92);
        background: rgba(255, 255, 255, 0.14);
        font-size: 0.82rem;
        font-weight: 800;
    }

.customer-action-btn[b-6nyjoty2v4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1.1rem;
    border: 0;
    border-radius: 999px;
    padding: 0.78rem 1rem;
    color: #0f172a;
    background: #fff;
    font-weight: 950;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
}


/* ─────────────────────────────────────────────
   Hero Visual Card
───────────────────────────────────────────── */

.customer-action-visual[b-6nyjoty2v4] {
    display: grid;
    place-items: center;
}

.customer-phone-card[b-6nyjoty2v4] {
    display: grid;
    align-content: center;
    justify-items: center;
    width: 190px;
    min-height: 220px;
    padding: 1.1rem;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(18px);
    text-align: center;
}

    .customer-phone-card i[b-6nyjoty2v4] {
        display: grid;
        place-items: center;
        width: 74px;
        height: 74px;
        margin-bottom: 1rem;
        border-radius: 26px;
        color: #fff;
        background: rgba(255, 255, 255, 0.18);
        font-size: 2.3rem;
    }

    .customer-phone-card span[b-6nyjoty2v4] {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.76rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.09em;
    }

    .customer-phone-card strong[b-6nyjoty2v4] {
        margin-top: 0.25rem;
        color: #fff;
        font-size: 1.05rem;
        font-weight: 950;
    }


/* ─────────────────────────────────────────────
   Quick Stat Cards
───────────────────────────────────────────── */

.customer-quick-grid[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.customer-stat-card[b-6nyjoty2v4] {
    position: relative;
    display: grid;
    justify-items: start;
    gap: 0.35rem;
    min-height: 142px;
    border: 0;
    border-radius: 26px;
    padding: 1rem;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
    text-align: left;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

    .customer-stat-card:hover[b-6nyjoty2v4] {
        transform: translateY(-3px);
        box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
    }

.customer-stat-icon[b-6nyjoty2v4] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.2rem;
    border-radius: 16px;
    font-size: 1.35rem;
}

.customer-stat-label[b-6nyjoty2v4] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.customer-stat-card strong[b-6nyjoty2v4] {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

.customer-stat-card small[b-6nyjoty2v4] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 750;
}

.customer-stat-card.attention .customer-stat-icon[b-6nyjoty2v4] {
    color: #be123c;
    background: #ffe4e6;
}

.customer-stat-card.transit .customer-stat-icon[b-6nyjoty2v4] {
    color: #0369a1;
    background: #e0f2fe;
}

.customer-stat-card.pickup .customer-stat-icon[b-6nyjoty2v4] {
    color: #7c3aed;
    background: #ede9fe;
}

.customer-stat-card.delivery .customer-stat-icon[b-6nyjoty2v4] {
    color: #4338ca;
    background: #e0e7ff;
}

.customer-stat-card.complete .customer-stat-icon[b-6nyjoty2v4] {
    color: #15803d;
    background: #dcfce7;
}

.customer-stat-card.total .customer-stat-icon[b-6nyjoty2v4] {
    color: #334155;
    background: #e2e8f0;
}

.customer-stat-card.is-clickable[b-6nyjoty2v4] {
    cursor: pointer;
}

.customer-stat-card.is-disabled[b-6nyjoty2v4] {
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
}

    .customer-stat-card.is-disabled:hover[b-6nyjoty2v4] {
        transform: none;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
    }

.customer-stat-card:disabled[b-6nyjoty2v4] {
    pointer-events: none;
}


/* ─────────────────────────────────────────────
   Main Panels
───────────────────────────────────────────── */

.customer-dashboard-main-grid[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.customer-panel[b-6nyjoty2v4] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 30px;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.customer-panel-header[b-6nyjoty2v4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .customer-panel-header h3[b-6nyjoty2v4] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 950;
    }

    .customer-panel-header p[b-6nyjoty2v4] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.88rem;
    }

    .customer-panel-header > i[b-6nyjoty2v4] {
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        width: 42px;
        height: 42px;
        border-radius: 16px;
        color: #2563eb;
        background: #eff6ff;
        font-size: 1.35rem;
    }

.customer-panel-link[b-6nyjoty2v4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    border-radius: 999px;
    padding: 0.5rem 0.72rem;
    color: #2563eb;
    background: #eff6ff;
    font-size: 0.82rem;
    font-weight: 900;
}


/* ─────────────────────────────────────────────
   Package Journey
───────────────────────────────────────────── */

.customer-journey-list[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.customer-journey-step[b-6nyjoty2v4] {
    position: relative;
    display: grid;
    gap: 0.65rem;
    min-height: 132px;
    padding: 0.95rem;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

    .customer-journey-step.active[b-6nyjoty2v4] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

.customer-journey-icon[b-6nyjoty2v4] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    color: #64748b;
    background: #e2e8f0;
    font-size: 1.3rem;
}

.customer-journey-step.active .customer-journey-icon[b-6nyjoty2v4] {
    color: #2563eb;
    background: #dbeafe;
}

.customer-journey-body span[b-6nyjoty2v4] {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 900;
}

.customer-journey-body strong[b-6nyjoty2v4] {
    display: block;
    margin-top: 0.2rem;
    color: #0f172a;
    font-size: 1.7rem;
    font-weight: 950;
}


/* ─────────────────────────────────────────────
   Pickup Aging
───────────────────────────────────────────── */

.customer-aging-grid[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

    .customer-aging-grid div[b-6nyjoty2v4],
    .customer-oldest-pickup[b-6nyjoty2v4] {
        padding: 0.9rem;
        border-radius: 22px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
    }

        .customer-aging-grid span[b-6nyjoty2v4],
        .customer-oldest-pickup span[b-6nyjoty2v4] {
            display: block;
            color: #64748b;
            font-size: 0.76rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }

        .customer-aging-grid strong[b-6nyjoty2v4],
        .customer-oldest-pickup strong[b-6nyjoty2v4] {
            display: block;
            margin-top: 0.25rem;
            color: #0f172a;
            font-size: 1.65rem;
            font-weight: 950;
        }

.customer-oldest-pickup[b-6nyjoty2v4] {
    margin-top: 0.75rem;
    background: #0f172a;
}

    .customer-oldest-pickup span[b-6nyjoty2v4] {
        color: rgba(255, 255, 255, 0.6);
    }

    .customer-oldest-pickup strong[b-6nyjoty2v4] {
        color: #fff;
    }


/* ─────────────────────────────────────────────
   Recent Packages
───────────────────────────────────────────── */

.customer-recent-panel[b-6nyjoty2v4] {
    margin-bottom: 1rem;
}

.customer-recent-list[b-6nyjoty2v4] {
    display: grid;
    gap: 0.7rem;
}

.customer-recent-item[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    border: 0;
    border-radius: 22px;
    padding: 0.78rem;
    background: #f8fafc;
    text-align: left;
}

.customer-recent-icon[b-6nyjoty2v4] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 17px;
    color: #2563eb;
    background: #dbeafe;
    font-size: 1.35rem;
}

.customer-recent-body[b-6nyjoty2v4] {
    min-width: 0;
}

.customer-recent-title-row[b-6nyjoty2v4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

    .customer-recent-title-row strong[b-6nyjoty2v4] {
        min-width: 0;
        overflow: hidden;
        color: #0f172a;
        font-size: 0.95rem;
        font-weight: 950;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.customer-recent-details[b-6nyjoty2v4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 750;
}

.customer-recent-arrow[b-6nyjoty2v4] {
    color: #94a3b8;
    font-size: 1.35rem;
}

.customer-recent-skeleton[b-6nyjoty2v4] {
    height: 68px;
    margin-bottom: 0.7rem;
    border-radius: 22px;
    background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
    background-size: 400% 100%;
    animation: customerSkeleton-b-6nyjoty2v4 1.2s ease-in-out infinite;
}


/* ─────────────────────────────────────────────
   Empty State
───────────────────────────────────────────── */

.customer-empty-state[b-6nyjoty2v4] {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    padding: 2rem 1rem;
    color: #64748b;
    text-align: center;
}

    .customer-empty-state i[b-6nyjoty2v4] {
        color: #94a3b8;
        font-size: 2.4rem;
    }

    .customer-empty-state strong[b-6nyjoty2v4] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 950;
    }


/* ─────────────────────────────────────────────
   Status Badges
───────────────────────────────────────────── */

.customer-status-badge[b-6nyjoty2v4] {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.28rem 0.5rem;
    font-size: 0.68rem;
    font-weight: 950;
}

    .customer-status-badge.warehouse[b-6nyjoty2v4] {
        color: #0f766e;
        background: #ccfbf1;
    }

    .customer-status-badge.transit[b-6nyjoty2v4] {
        color: #0369a1;
        background: #e0f2fe;
    }

    .customer-status-badge.received[b-6nyjoty2v4] {
        color: #1d4ed8;
        background: #dbeafe;
    }

    .customer-status-badge.pickup[b-6nyjoty2v4] {
        color: #7c3aed;
        background: #ede9fe;
    }

    .customer-status-badge.delivery[b-6nyjoty2v4] {
        color: #4338ca;
        background: #e0e7ff;
    }

    .customer-status-badge.delivered[b-6nyjoty2v4] {
        color: #15803d;
        background: #dcfce7;
    }

    .customer-status-badge.unknown[b-6nyjoty2v4] {
        color: #334155;
        background: #e2e8f0;
    }


/* ─────────────────────────────────────────────
   Bottom Dashboard Strip
───────────────────────────────────────────── */

.customer-dashboard-strip[b-6nyjoty2v4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    padding: 0.95rem;
    border-radius: 28px;
    background: #0f172a;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

    .customer-dashboard-strip div[b-6nyjoty2v4] {
        padding: 0.85rem 0.95rem;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.08);
    }

    .customer-dashboard-strip span[b-6nyjoty2v4] {
        display: block;
        margin-bottom: 0.25rem;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .customer-dashboard-strip strong[b-6nyjoty2v4] {
        display: block;
        color: #fff;
        font-size: 1rem;
        font-weight: 950;
    }


/* ─────────────────────────────────────────────
   Animations
───────────────────────────────────────────── */

@keyframes customerSkeleton-b-6nyjoty2v4 {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}


/* ─────────────────────────────────────────────
   Responsive: Large Tablets / Small Laptops
───────────────────────────────────────────── */

@media (max-width: 1399.98px) {
    .customer-quick-grid[b-6nyjoty2v4] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-dashboard-main-grid[b-6nyjoty2v4] {
        grid-template-columns: 1fr;
    }
}


/* ─────────────────────────────────────────────
   Responsive: Tablets
───────────────────────────────────────────── */

@media (max-width: 991.98px) {
    .customer-dashboard-header[b-6nyjoty2v4] {
        flex-direction: column;
    }

    .customer-refresh-btn[b-6nyjoty2v4] {
        width: 100%;
        justify-content: center;
    }

    .customer-action-hero[b-6nyjoty2v4] {
        grid-template-columns: 1fr;
    }

    .customer-action-visual[b-6nyjoty2v4] {
        display: none;
    }

    .customer-journey-list[b-6nyjoty2v4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-dashboard-strip[b-6nyjoty2v4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ─────────────────────────────────────────────
   Responsive: Phones
───────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .customer-dashboard-container[b-6nyjoty2v4] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .customer-dashboard-header[b-6nyjoty2v4] {
        padding-top: 1rem;
    }

    .customer-dashboard-subtitle[b-6nyjoty2v4] {
        font-size: 0.9rem;
    }

    .customer-action-hero[b-6nyjoty2v4] {
        margin-left: -0.15rem;
        margin-right: -0.15rem;
        border-radius: 28px;
        padding: 1.1rem;
    }

    .customer-action-meta[b-6nyjoty2v4] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .customer-action-btn[b-6nyjoty2v4] {
        width: 100%;
    }

    .customer-quick-grid[b-6nyjoty2v4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .customer-stat-card[b-6nyjoty2v4] {
        min-height: 132px;
        border-radius: 22px;
        padding: 0.85rem;
    }

        .customer-stat-card strong[b-6nyjoty2v4] {
            font-size: 1.75rem;
        }

    .customer-panel[b-6nyjoty2v4] {
        border-radius: 24px;
        padding: 0.9rem;
    }

    .customer-journey-list[b-6nyjoty2v4] {
        grid-template-columns: 1fr;
    }

    .customer-journey-step[b-6nyjoty2v4] {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        min-height: auto;
    }

    .customer-aging-grid[b-6nyjoty2v4] {
        grid-template-columns: 1fr;
    }

    .customer-recent-item[b-6nyjoty2v4] {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .customer-recent-arrow[b-6nyjoty2v4] {
        display: none;
    }

    .customer-recent-title-row[b-6nyjoty2v4] {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-dashboard-strip[b-6nyjoty2v4] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Customer/PackageExceptions/Index.razor.rz.scp.css */
.package-exception-row-open[b-p6lxfdhq0i] {
    background-color: rgba(255, 152, 0, 0.08);
}

.package-exception-row-danger[b-p6lxfdhq0i] {
    background-color: rgba(244, 67, 54, 0.08);
}

.package-exception-row-resolved[b-p6lxfdhq0i] {
    opacity: 0.55;
    background-color: rgba(76, 175, 80, 0.06);
}

.package-exception-row-cancelled[b-p6lxfdhq0i] {
    opacity: 0.48;
    background-color: rgba(0, 0, 0, 0.035);
}

.package-exception-row-withheld[b-p6lxfdhq0i] {
    background-color: rgba(156, 39, 176, 0.10);
    border-left: 4px solid #9c27b0;
}

.package-exception-row-released-withheld[b-p6lxfdhq0i] {
    background-color: rgba(33, 150, 243, 0.08);
    border-left: 4px solid #2196f3;
}
/* /Pages/ErrorPages/Error400.razor.rz.scp.css */
:root[b-8hxjkun7zj] {
    --fg: #0f172a; /* slate-900 */
    --muted: #475569; /* slate-600 */
    --card: #ffffff;
    --border: rgba(2,6,23,.08);
    --accent: #2563eb; /* blue-600 */
    --accent-contrast: #ffffff;
    --shadow: 0 10px 25px rgba(2,6,23,.08), 0 2px 6px rgba(2,6,23,.06);
}

@media (prefers-color-scheme: dark) {
    :root[b-8hxjkun7zj] {
        --fg: #e5e7eb; /* gray-200 */
        --muted: #94a3b8; /* slate-400 */
        --card: #0b1220; /* near-slate-950 */
        --border: rgba(148,163,184,.15);
        --accent: #60a5fa; /* blue-400 */
        --accent-contrast: #0b1220;
        --shadow: 0 10px 25px rgba(0,0,0,.35), 0 2px 6px rgba(0,0,0,.25);
    }
}

.content[b-8hxjkun7zj] {
    display: grid;
    place-items: center;
    padding: clamp(24px, 4vw, 48px);
    min-height: calc(100dvh - 80px); /* leave space if your layout has a header */
}

.err400-card[b-8hxjkun7zj] {
    width: 100%;
    max-width: 760px;
    background: var(--card);
    color: var(--fg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: clamp(20px, 4vw, 36px);
    box-shadow: var(--shadow);
    text-align: center;
}

.err400-illustration[b-8hxjkun7zj] {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--accent);
}

.err400-title[b-8hxjkun7zj] {
    font-size: clamp(22px, 2.2vw + 12px, 32px);
    line-height: 1.2;
    margin: 0;
}

.err400-code[b-8hxjkun7zj] {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 1px;
    margin-right: .4ch;
}

.err400-lead[b-8hxjkun7zj] {
    margin: 10px auto 8px;
    max-width: 54ch;
    font-size: clamp(14px, 1.1vw + 10px, 18px);
    color: var(--muted);
}

.err400-hints[b-8hxjkun7zj] {
    margin: 12px auto 22px;
    padding-left: 0;
    list-style: none;
    color: var(--muted);
}

    .err400-hints li[b-8hxjkun7zj] {
        margin: 6px 0;
    }

.err400-actions[b-8hxjkun7zj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.btn[b-8hxjkun7zj] {
    appearance: none;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
    text-decoration: none;
}

    .btn:active[b-8hxjkun7zj] {
        transform: translateY(1px);
    }

.btn-primary[b-8hxjkun7zj] {
    background: var(--accent);
    color: var(--accent-contrast);
    border-color: transparent;
}

    .btn-primary:hover[b-8hxjkun7zj] {
        filter: brightness(1.05);
    }

.btn-secondary[b-8hxjkun7zj] {
    background: transparent;
    color: var(--fg);
}

    .btn-secondary:hover[b-8hxjkun7zj] {
        background: rgba(2,6,23,.05);
    }

@media (prefers-color-scheme: dark) {
    .btn-secondary:hover[b-8hxjkun7zj] {
        background: rgba(255,255,255,.06);
    }
}

.btn-link[b-8hxjkun7zj] {
    background: transparent;
    color: var(--muted);
    border-color: transparent;
    text-decoration: underline;
}

    .btn-link:hover[b-8hxjkun7zj] {
        color: var(--fg);
        text-decoration-thickness: 2px;
    }

.err400-meta[b-8hxjkun7zj] {
    margin-top: 18px;
    font-size: 12px;
    color: var(--muted);
    user-select: text;
    word-break: break-word;
}
/* /Pages/Tenant/Auth/ConfirmEmail.razor.rz.scp.css */
/* Confirmation Page Styles */
:root[b-mt7r07hcgw] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --success-green: #10b981;
    --success-dark: #059669;
    --danger-red: #ef4444;
}

/* Warehouse background image */
.warehouse-background[b-mt7r07hcgw] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background overlay with shapes */
.confirmation-background[b-mt7r07hcgw] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .confirmation-background .floating-shape[b-mt7r07hcgw] {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
        opacity: 0.08;
        filter: blur(40px);
        pointer-events: none;
    }

    .confirmation-background .shape-1[b-mt7r07hcgw] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-mt7r07hcgw 25s infinite ease-in-out;
    }

    .confirmation-background .shape-2[b-mt7r07hcgw] {
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
        animation: floatAnimation-b-mt7r07hcgw 30s infinite ease-in-out reverse;
    }

    .confirmation-background .shape-3[b-mt7r07hcgw] {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 10%;
        background: linear-gradient(135deg, #f72585, var(--secondary-purple));
        animation: floatAnimation-b-mt7r07hcgw 20s infinite ease-in-out;
    }

@keyframes floatAnimation-b-mt7r07hcgw {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.confirmation-container[b-mt7r07hcgw] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Confirmation card */
.confirmation-card[b-mt7r07hcgw] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --confirmation-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--confirmation-card-radius) !important;
    clip-path: inset(0 round var(--confirmation-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-mt7r07hcgw 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real content above decorations */
    .confirmation-card > :not(.card-decoration)[b-mt7r07hcgw] {
        position: relative;
        z-index: 2;
    }

    .confirmation-card:hover[b-mt7r07hcgw] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    /* Glow effect inside clipped card */
    .confirmation-card[b-mt7r07hcgw]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .confirmation-card:hover[b-mt7r07hcgw]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-mt7r07hcgw {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorations */
.confirmation-card .card-decoration[b-mt7r07hcgw] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.confirmation-card .decoration-1[b-mt7r07hcgw] {
    top: -80px;
    right: -80px;
}

.confirmation-card .decoration-2[b-mt7r07hcgw] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.confirmation-header[b-mt7r07hcgw] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}

.confirmation-subtitle[b-mt7r07hcgw] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

/* Status icon */
.confirmation-icon[b-mt7r07hcgw] {
    width: clamp(52px, 8vh, 76px);
    height: clamp(52px, 8vh, 76px);
    margin: 0 auto clamp(10px, 2vh, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(16px, 2.5vh, 24px);
    position: relative;
    z-index: 2;
    --icon-bg-1: #10b981;
    --icon-bg-2: #059669;
    --icon-shadow-1: rgba(16, 185, 129, 0.30);
    --icon-shadow-2: rgba(16, 185, 129, 0.40);
    --icon-color: #10b981;
    background: linear-gradient(135deg, var(--icon-bg-1), var(--icon-bg-2));
    box-shadow: 0 10px 25px var(--icon-shadow-1);
    color: var(--icon-color);
    animation: pulse-b-mt7r07hcgw 2s ease-in-out infinite;
}

    .confirmation-icon.is-success[b-mt7r07hcgw] {
        --icon-bg-1: #10b981;
        --icon-bg-2: #059669;
        --icon-shadow-1: rgba(16, 185, 129, 0.30);
        --icon-shadow-2: rgba(16, 185, 129, 0.40);
        --icon-color: #10b981;
    }

    .confirmation-icon.is-failed[b-mt7r07hcgw] {
        --icon-bg-1: #ef4444;
        --icon-bg-2: #dc2626;
        --icon-shadow-1: rgba(239, 68, 68, 0.30);
        --icon-shadow-2: rgba(239, 68, 68, 0.40);
        --icon-color: #ef4444;
    }

    .confirmation-icon.is-loading[b-mt7r07hcgw] {
        --icon-bg-1: var(--primary-blue);
        --icon-bg-2: var(--primary-dark);
        --icon-shadow-1: rgba(67, 97, 238, 0.25);
        --icon-shadow-2: rgba(67, 97, 238, 0.35);
        --icon-color: var(--primary-blue);
    }

.status-icon[b-mt7r07hcgw] {
    width: clamp(28px, 4.5vh, 40px);
    height: clamp(28px, 4.5vh, 40px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.status-icon__bg[b-mt7r07hcgw] {
    fill: #ffffff;
}

.status-icon__fg[b-mt7r07hcgw] {
    fill: currentColor;
}

@keyframes pulse-b-mt7r07hcgw {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 25px var(--icon-shadow-1);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 30px var(--icon-shadow-2);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 10px 25px var(--icon-shadow-1);
    }
}

/* Title */
.confirmation-card .mud-text-h2[b-mt7r07hcgw] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Message */
.confirmation-message[b-mt7r07hcgw] {
    color: var(--text-light);
    font-size: clamp(14px, 1.6vh, 15px);
    line-height: 1.6;
    margin-bottom: clamp(20px, 3vh, 32px);
    text-align: center;
}

    .confirmation-message p[b-mt7r07hcgw] {
        margin: 8px 0;
    }

/* Actions */
.confirmation-actions[b-mt7r07hcgw] {
    margin-bottom: clamp(18px, 2.5vh, 28px);
    width: 100%;
}

/* Button */
.confirmation-card .mud-button-filled-primary[b-mt7r07hcgw] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: clamp(12px, 1.8vh, 18px);
    font-size: clamp(15px, 1.7vh, 17px);
    font-weight: 600;
    padding: clamp(12px, 1.8vh, 16px);
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    width: 100%;
}

    .confirmation-card .mud-button-filled-primary:hover[b-mt7r07hcgw] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(67, 97, 238, 0.35);
    }

/* Help */
.confirmation-help[b-mt7r07hcgw] {
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    margin-top: clamp(14px, 2vh, 20px);
    padding-top: clamp(14px, 2vh, 20px);
    border-top: 1px solid var(--border-color);
}

    .confirmation-help p[b-mt7r07hcgw] {
        margin: 0;
    }

.help-link[b-mt7r07hcgw] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

    .help-link:hover[b-mt7r07hcgw] {
        text-decoration: underline;
        color: var(--primary-dark);
    }

/* Mobile */
@media (max-width: 480px) {
    .confirmation-card[b-mt7r07hcgw] {
        --confirmation-card-radius: 36px;
        clip-path: inset(0 round var(--confirmation-card-radius));
    }

        .confirmation-card .decoration-2[b-mt7r07hcgw] {
            bottom: -20px;
            left: -20px;
            opacity: 0.35;
            filter: blur(26px);
        }

    .confirmation-icon[b-mt7r07hcgw] {
        animation: pulse-b-mt7r07hcgw 3s ease-in-out infinite;
    }

    .confirmation-card .mud-text-h2[b-mt7r07hcgw] {
        font-size: 1.5rem !important;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .confirmation-card .mud-text-h2[b-mt7r07hcgw] {
        font-size: 1.3rem !important;
    }

    .confirmation-icon[b-mt7r07hcgw] {
        animation: none;
    }
}
/* /Pages/Tenant/Auth/ForgetPassword.razor.rz.scp.css */
/* Forgot password page specific styles */
:root[b-2f71wiuamn] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --warning-orange: #ff9900;
    --warning-dark: #e68a00;
}

/* Warehouse background image */
.warehouse-background[b-2f71wiuamn] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with shapes */
.forgot-page-background[b-2f71wiuamn] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .forgot-page-background .floating-shape[b-2f71wiuamn] {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
        opacity: 0.08;
        filter: blur(40px);
        pointer-events: none;
    }

    .forgot-page-background .shape-1[b-2f71wiuamn] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-2f71wiuamn 25s infinite ease-in-out;
    }

    .forgot-page-background .shape-2[b-2f71wiuamn] {
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
        animation: floatAnimation-b-2f71wiuamn 30s infinite ease-in-out reverse;
    }

    .forgot-page-background .shape-3[b-2f71wiuamn] {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 10%;
        background: linear-gradient(135deg, #f72585, var(--secondary-purple));
        animation: floatAnimation-b-2f71wiuamn 20s infinite ease-in-out;
    }

@keyframes floatAnimation-b-2f71wiuamn {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.forgot-container[b-2f71wiuamn] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Forgot card */
.floating-forgot-card[b-2f71wiuamn] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --forgot-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--forgot-card-radius) !important;
    clip-path: inset(0 round var(--forgot-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-2f71wiuamn 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real card content above decorations */
    .floating-forgot-card > :not(.card-decoration)[b-2f71wiuamn] {
        position: relative;
        z-index: 2;
    }

    .floating-forgot-card:hover[b-2f71wiuamn] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .floating-forgot-card[b-2f71wiuamn]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-forgot-card:hover[b-2f71wiuamn]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-2f71wiuamn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorations */
.card-decoration[b-2f71wiuamn] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-2f71wiuamn] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-2f71wiuamn] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.forgot-header[b-2f71wiuamn] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}

.forgot-subtitle[b-2f71wiuamn] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

.forgot-icon[b-2f71wiuamn] {
    width: clamp(52px, 8vh, 76px);
    height: clamp(52px, 8vh, 76px);
    margin: 0 auto clamp(10px, 2vh, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--warning-orange), var(--warning-dark));
    border-radius: clamp(16px, 2.5vh, 24px);
    box-shadow: 0 10px 25px rgba(255, 153, 0, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

    .forgot-icon:hover[b-2f71wiuamn] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(255, 153, 0, 0.4);
    }

.password-icon[b-2f71wiuamn] {
    width: clamp(26px, 4.5vh, 40px);
    height: clamp(26px, 4.5vh, 40px);
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Title */
.floating-forgot-card .mud-text-h2[b-2f71wiuamn] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Form grid */
.forgot-grid[b-2f71wiuamn] {
    gap: clamp(12px, 1.8vh, 18px);
    width: 100%;
}

/* Input styling */
.forgot-input .mud-input[b-2f71wiuamn] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.6vh, 14px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5.5vh, 52px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .forgot-input .mud-input:focus-within[b-2f71wiuamn] {
        border-color: var(--warning-orange);
        box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
        background-color: white;
    }

.forgot-input .mud-input-label[b-2f71wiuamn] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.forgot-input .mud-input-adornment[b-2f71wiuamn] {
    color: var(--text-light);
    font-size: 20px;
}

/* Instructions */
.instructions-container[b-2f71wiuamn] {
    margin-top: 0;
}

.instructions[b-2f71wiuamn] {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(255, 153, 0, 0.05);
    border-left: 3px solid var(--warning-orange);
    padding: clamp(12px, 1.8vh, 16px);
    border-radius: clamp(12px, 1.8vh, 16px);
    color: var(--text-light);
    font-size: clamp(12px, 1.5vh, 14px);
}

.info-icon[b-2f71wiuamn] {
    fill: var(--warning-orange);
    flex-shrink: 0;
}

/* Buttons */
.forgot-actions[b-2f71wiuamn] {
    display: flex;
    gap: 12px;
    width: 100%;
}

    .forgot-actions .mud-button-root[b-2f71wiuamn] {
        flex: 1 1 0;
        width: 100%;
        max-width: 100%;
        border-radius: clamp(12px, 1.8vh, 18px);
        font-size: clamp(14px, 1.6vh, 16px);
        font-weight: 600;
        padding: clamp(12px, 1.8vh, 16px);
        transition: all 0.3s;
    }

    .forgot-actions .mud-button-filled-primary[b-2f71wiuamn] {
        background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
        border: none;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    }

    .forgot-actions .mud-button-root:hover[b-2f71wiuamn] {
        transform: translateY(-2px);
    }

/* Loading */
.loading-container[b-2f71wiuamn] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-2f71wiuamn] {
        width: 60px !important;
        height: 60px !important;
    }

/* Mobile */
@media (max-width: 480px) {
    .floating-forgot-card[b-2f71wiuamn] {
        --forgot-card-radius: 36px;
        clip-path: inset(0 round var(--forgot-card-radius));
    }

    .decoration-2[b-2f71wiuamn] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .forgot-actions[b-2f71wiuamn] {
        flex-direction: column;
        gap: 12px;
    }

        .forgot-actions .mud-button-root[b-2f71wiuamn] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 100% !important;
            display: block !important;
            margin: 0 !important;
        }

    .instructions[b-2f71wiuamn] {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .floating-forgot-card .mud-text-h2[b-2f71wiuamn] {
        font-size: 1.35rem !important;
    }
}
/* /Pages/Tenant/Auth/Login.razor.rz.scp.css */
/* Enhanced Login CSS */
:root[b-i0mblumnc9] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
}

/* Warehouse background image */
.warehouse-background[b-i0mblumnc9] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background overlay with shapes */
.login-page-background[b-i0mblumnc9] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.floating-shape[b-i0mblumnc9] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
    opacity: 0.08;
    filter: blur(40px);
    pointer-events: none;
}

.shape-1[b-i0mblumnc9] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-i0mblumnc9 25s infinite ease-in-out;
}

.shape-2[b-i0mblumnc9] {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
    animation: floatAnimation-b-i0mblumnc9 30s infinite ease-in-out reverse;
}

.shape-3[b-i0mblumnc9] {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    background: linear-gradient(135deg, #f72585, var(--secondary-purple));
    animation: floatAnimation-b-i0mblumnc9 20s infinite ease-in-out;
}

@keyframes floatAnimation-b-i0mblumnc9 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.login-page-container[b-i0mblumnc9] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Login card */
.floating-login-card[b-i0mblumnc9] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --login-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--login-card-radius) !important;
    clip-path: inset(0 round var(--login-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-i0mblumnc9 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real content above decorations */
    .floating-login-card > :not(.card-decoration)[b-i0mblumnc9] {
        position: relative;
        z-index: 2;
    }

    .floating-login-card:hover[b-i0mblumnc9] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .floating-login-card[b-i0mblumnc9]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-login-card:hover[b-i0mblumnc9]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-i0mblumnc9 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorative elements */
.card-decoration[b-i0mblumnc9] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-i0mblumnc9] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-i0mblumnc9] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.login-header[b-i0mblumnc9] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}

.login-subtitle[b-i0mblumnc9] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

.login-icon[b-i0mblumnc9] {
    width: clamp(52px, 8vh, 76px);
    height: clamp(52px, 8vh, 76px);
    margin: 0 auto clamp(10px, 2vh, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-purple));
    border-radius: clamp(16px, 2.5vh, 24px);
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.3);
    position: relative;
    z-index: 2;
}

/* SVG Lock Icon */
.lock-icon[b-i0mblumnc9] {
    width: clamp(24px, 4.5vh, 40px);
    height: clamp(24px, 4.5vh, 40px);
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Title */
.floating-login-card .mud-text-h2[b-i0mblumnc9] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* MudGrid */
.floating-login-card .mud-grid[b-i0mblumnc9] {
    gap: clamp(12px, 1.8vh, 18px);
    width: 100%;
}

.floating-login-card .mud-item[b-i0mblumnc9] {
    width: 100%;
}

/* Inputs */
.floating-login-card .mud-input-control[b-i0mblumnc9] {
    margin-bottom: 0;
    width: 100%;
}

.floating-login-card .mud-input[b-i0mblumnc9] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.6vh, 14px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5.5vh, 52px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .floating-login-card .mud-input:focus-within[b-i0mblumnc9] {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        background-color: white;
    }

.floating-login-card .mud-input-label[b-i0mblumnc9] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Button */
.floating-login-card .mud-button-filled-primary[b-i0mblumnc9] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: clamp(12px, 1.8vh, 18px);
    font-size: clamp(15px, 1.7vh, 17px);
    font-weight: 600;
    padding: clamp(12px, 1.8vh, 16px);
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    width: 100%;
}

    .floating-login-card .mud-button-filled-primary:hover[b-i0mblumnc9] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(67, 97, 238, 0.35);
    }

/* Form options */
.form-options-container[b-i0mblumnc9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

/* Footer */
.login-footer[b-i0mblumnc9] {
    margin-top: clamp(16px, 2.5vh, 28px);
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    width: 100%;
}

.footer-link[b-i0mblumnc9] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

    .footer-link:hover[b-i0mblumnc9] {
        text-decoration: underline;
        color: var(--primary-dark);
    }

/* Loading */
.loading-container[b-i0mblumnc9] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-i0mblumnc9] {
        width: 60px !important;
        height: 60px !important;
    }

/* Ensure all form elements are responsive */
.floating-login-card form[b-i0mblumnc9],
.floating-login-card .editform[b-i0mblumnc9] {
    width: 100%;
    display: block;
}

.floating-login-card *[b-i0mblumnc9] {
    box-sizing: border-box;
    max-width: 100%;
}

/* Mobile */
@media (max-width: 480px) {
    .floating-login-card[b-i0mblumnc9] {
        --login-card-radius: 36px;
        clip-path: inset(0 round var(--login-card-radius));
    }

    .decoration-2[b-i0mblumnc9] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .form-options-container[b-i0mblumnc9] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

        .form-options-container .mud-link[b-i0mblumnc9] {
            text-align: right;
        }

    .floating-login-card .mud-text-h2[b-i0mblumnc9] {
        font-size: 1.5rem !important;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .floating-login-card .mud-text-h2[b-i0mblumnc9] {
        font-size: 1.3rem !important;
    }
}
/* /Pages/Tenant/Auth/Register.razor.rz.scp.css */
/* Registration page specific styles */
:root[b-n2o1ije2a5] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --success-green: #4bb543;
}

/* Warehouse background image */
.warehouse-background[b-n2o1ije2a5] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with shapes */
.register-page-background[b-n2o1ije2a5] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .register-page-background .floating-shape[b-n2o1ije2a5] {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
        opacity: 0.08;
        filter: blur(40px);
        pointer-events: none;
    }

    .register-page-background .shape-1[b-n2o1ije2a5] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-n2o1ije2a5 25s infinite ease-in-out;
    }

    .register-page-background .shape-2[b-n2o1ije2a5] {
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
        animation: floatAnimation-b-n2o1ije2a5 30s infinite ease-in-out reverse;
    }

    .register-page-background .shape-3[b-n2o1ije2a5] {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 10%;
        background: linear-gradient(135deg, #f72585, var(--secondary-purple));
        animation: floatAnimation-b-n2o1ije2a5 20s infinite ease-in-out;
    }

@keyframes floatAnimation-b-n2o1ije2a5 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.register-page-container[b-n2o1ije2a5] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Register card - wider because registration has many fields */
.floating-register-card[b-n2o1ije2a5] {
    width: 100%;
    max-width: clamp(350px, 72vw, 900px);
    background-color: rgba(255, 255, 255, 0.88);
    --register-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--register-card-radius) !important;
    clip-path: inset(0 round var(--register-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(20px, 2.6vh, 42px) clamp(20px, 3vw, 48px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-n2o1ije2a5 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real card content above decorations */
    .floating-register-card > :not(.card-decoration)[b-n2o1ije2a5] {
        position: relative;
        z-index: 2;
    }

    .floating-register-card:hover[b-n2o1ije2a5] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .floating-register-card[b-n2o1ije2a5]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-register-card:hover[b-n2o1ije2a5]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-n2o1ije2a5 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorative elements */
.card-decoration[b-n2o1ije2a5] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-n2o1ije2a5] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-n2o1ije2a5] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.register-header[b-n2o1ije2a5] {
    text-align: center;
    margin-bottom: clamp(16px, 2.5vh, 28px);
}

.register-subtitle[b-n2o1ije2a5] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

.register-icon[b-n2o1ije2a5] {
    width: clamp(52px, 7vh, 76px);
    height: clamp(52px, 7vh, 76px);
    margin: 0 auto clamp(10px, 2vh, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--success-green), #2e8b57);
    border-radius: clamp(16px, 2.5vh, 24px);
    box-shadow: 0 10px 25px rgba(75, 181, 67, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

    .register-icon:hover[b-n2o1ije2a5] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.user-icon[b-n2o1ije2a5] {
    width: clamp(26px, 4.5vh, 40px);
    height: clamp(26px, 4.5vh, 40px);
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Title */
.floating-register-card .mud-text-h2[b-n2o1ije2a5] {
    font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Branch info */
.branch-info[b-n2o1ije2a5] {
    background-color: rgba(67, 97, 238, 0.05);
    border-left: 4px solid var(--primary-blue);
    padding: clamp(12px, 1.8vh, 16px);
    border-radius: clamp(12px, 1.8vh, 16px);
    margin-bottom: clamp(14px, 2vh, 22px);
}

/* Form grid */
.register-grid[b-n2o1ije2a5] {
    gap: clamp(10px, 1.5vh, 16px);
    width: 100%;
}

/* Inputs, select, and date picker */
.register-input .mud-input[b-n2o1ije2a5],
.register-select .mud-input[b-n2o1ije2a5],
.register-datepicker .mud-input[b-n2o1ije2a5] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.5vh, 13px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5vh, 50px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .register-input .mud-input:focus-within[b-n2o1ije2a5],
    .register-select .mud-input:focus-within[b-n2o1ije2a5],
    .register-datepicker .mud-input:focus-within[b-n2o1ije2a5] {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        background-color: white;
    }

.register-input .mud-input-label[b-n2o1ije2a5],
.register-select .mud-input-label[b-n2o1ije2a5],
.register-datepicker .mud-input-label[b-n2o1ije2a5] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Gender styling */
.gender-container[b-n2o1ije2a5] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.5vh, 13px);
    min-height: clamp(42px, 5vh, 50px);
    box-sizing: border-box;
}

.gender-label[b-n2o1ije2a5] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.gender-radio-group[b-n2o1ije2a5] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.gender-radio[b-n2o1ije2a5] {
    display: flex;
    align-items: center;
}

/* Button container */
.register-buttons-container[b-n2o1ije2a5] {
    margin-top: clamp(10px, 1.6vh, 18px);
}

.register-buttons[b-n2o1ije2a5] {
    display: flex;
    gap: 16px;
    width: 100%;
}

    .register-buttons .mud-button-root[b-n2o1ije2a5],
    .register-buttons .mud-button-filled-primary[b-n2o1ije2a5] {
        width: 100%;
        border-radius: clamp(12px, 1.8vh, 18px);
        font-size: clamp(14px, 1.6vh, 16px);
        font-weight: 600;
        padding: clamp(12px, 1.8vh, 16px);
        transition: all 0.3s;
    }

    .register-buttons .mud-button-filled-primary[b-n2o1ije2a5] {
        background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
        border: none;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    }

    .register-buttons .mud-button-root:hover[b-n2o1ije2a5] {
        transform: translateY(-2px);
    }

/* Login link */
.login-link-container[b-n2o1ije2a5] {
    margin-top: clamp(10px, 1.8vh, 18px);
}

.login-link[b-n2o1ije2a5] {
    text-align: center;
    color: var(--text-light);
    font-size: clamp(13px, 1.5vh, 15px);
}

.login-link-text[b-n2o1ije2a5] {
    color: var(--primary-blue);
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: color 0.2s;
}

    .login-link-text:hover[b-n2o1ije2a5] {
        color: var(--primary-dark);
        text-decoration: underline;
    }

/* Loading */
.loading-container[b-n2o1ije2a5] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-n2o1ije2a5] {
        width: 60px !important;
        height: 60px !important;
    }

/* Alternative registration options */
.alternative-register[b-n2o1ije2a5] {
    margin-top: clamp(20px, 3vh, 40px);
    text-align: center;
    color: var(--text-light);
    font-size: 14px;
    position: relative;
    width: 100%;
}

    .alternative-register[b-n2o1ije2a5]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: var(--border-color);
    }

    .alternative-register span[b-n2o1ije2a5] {
        background-color: rgba(255, 255, 255, 0.88);
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

.social-register-container[b-n2o1ije2a5] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.social-register-button[b-n2o1ije2a5] {
    width: clamp(45px, 5vh, 55px);
    height: clamp(45px, 5vh, 55px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid var(--border-color);
    color: var(--text-light);
    font-size: clamp(18px, 2.4vh, 22px);
    cursor: pointer;
    transition: all 0.3s;
}

    .social-register-button:hover[b-n2o1ije2a5] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(67, 97, 238, 0.15);
    }

    .social-register-button:nth-child(1):hover[b-n2o1ije2a5] {
        border-color: #DB4437;
        color: #DB4437;
    }

    .social-register-button:nth-child(2):hover[b-n2o1ije2a5] {
        border-color: #00A4EF;
        color: #00A4EF;
    }

    .social-register-button:nth-child(3):hover[b-n2o1ije2a5] {
        border-color: #000000;
        color: #000000;
    }

    .social-register-button:nth-child(4):hover[b-n2o1ije2a5] {
        border-color: #1877F2;
        color: #1877F2;
    }

    .social-register-button:nth-child(5):hover[b-n2o1ije2a5] {
        border-color: #E4405F;
        color: #E4405F;
    }

    .social-register-button:nth-child(6):hover[b-n2o1ije2a5] {
        border-color: #000000;
        color: #000000;
    }

/* Mobile */
@media (max-width: 480px) {
    .floating-register-card[b-n2o1ije2a5] {
        --register-card-radius: 36px;
        clip-path: inset(0 round var(--register-card-radius));
    }

    .decoration-2[b-n2o1ije2a5] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .gender-radio-group[b-n2o1ije2a5] {
        flex-direction: column;
        gap: 8px;
    }

    .register-buttons[b-n2o1ije2a5] {
        flex-direction: column;
        gap: 12px;
    }

    .floating-register-card .mud-text-h2[b-n2o1ije2a5] {
        font-size: 1.6rem !important;
    }
}

/* Short desktop / laptop height */
@media (min-width: 1024px) and (max-height: 900px) {
    .floating-register-card[b-n2o1ije2a5] {
        max-width: 860px;
        padding: 24px 36px;
    }

    .register-header[b-n2o1ije2a5] {
        margin-bottom: 18px;
    }

    .register-icon[b-n2o1ije2a5] {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .user-icon[b-n2o1ije2a5] {
        width: 32px;
        height: 32px;
    }

    .register-grid[b-n2o1ije2a5] {
        gap: 10px;
    }

    .branch-info[b-n2o1ije2a5] {
        margin-bottom: 12px;
        padding: 12px 14px;
    }

    .register-buttons-container[b-n2o1ije2a5],
    .login-link-container[b-n2o1ije2a5] {
        margin-top: 10px;
    }
}
/* /Pages/Tenant/Auth/ResetPassword.razor.rz.scp.css */
/* Reset password page specific styles */
:root[b-1abnok3qs3] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --success-green: #4bb543;
    --success-dark: #3a9a32;
    --danger-red: #e74c3c;
}

/* Warehouse background image */
.warehouse-background[b-1abnok3qs3] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with shapes */
.reset-page-background[b-1abnok3qs3] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.floating-shape[b-1abnok3qs3] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
    opacity: 0.08;
    filter: blur(40px);
    pointer-events: none;
}

.shape-1[b-1abnok3qs3] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-1abnok3qs3 25s infinite ease-in-out;
}

.shape-2[b-1abnok3qs3] {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
    animation: floatAnimation-b-1abnok3qs3 30s infinite ease-in-out reverse;
}

.shape-3[b-1abnok3qs3] {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    background: linear-gradient(135deg, #f72585, var(--secondary-purple));
    animation: floatAnimation-b-1abnok3qs3 20s infinite ease-in-out;
}

@keyframes floatAnimation-b-1abnok3qs3 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.reset-page-container[b-1abnok3qs3] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Reset card */
.floating-reset-card[b-1abnok3qs3] {
    width: 100%;
    max-width: clamp(350px, 40vw, 560px);
    background-color: rgba(255, 255, 255, 0.88);
    --reset-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--reset-card-radius) !important;
    clip-path: inset(0 round var(--reset-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(20px, 2.6vh, 38px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-1abnok3qs3 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real card content above decorations */
    .floating-reset-card > :not(.card-decoration)[b-1abnok3qs3] {
        position: relative;
        z-index: 2;
    }

    .floating-reset-card:hover[b-1abnok3qs3] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    /* Glow effect inside clipped card */
    .floating-reset-card[b-1abnok3qs3]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-reset-card:hover[b-1abnok3qs3]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-1abnok3qs3 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Decorative blobs */
.card-decoration[b-1abnok3qs3] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-1abnok3qs3] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-1abnok3qs3] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.reset-header[b-1abnok3qs3] {
    text-align: center;
    margin-bottom: clamp(16px, 2.5vh, 24px);
}

.reset-subtitle[b-1abnok3qs3] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

.reset-icon[b-1abnok3qs3] {
    width: clamp(52px, 7vh, 72px);
    height: clamp(52px, 7vh, 72px);
    margin: 0 auto clamp(10px, 2vh, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--success-green), var(--success-dark));
    border-radius: clamp(16px, 2.5vh, 24px);
    box-shadow: 0 10px 25px rgba(75, 181, 67, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

    .reset-icon:hover[b-1abnok3qs3] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.key-icon[b-1abnok3qs3] {
    width: clamp(24px, 4vh, 38px);
    height: clamp(24px, 4vh, 38px);
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Title */
.floating-reset-card .mud-text-h2[b-1abnok3qs3] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Form layout */
.reset-grid[b-1abnok3qs3] {
    gap: clamp(10px, 1.5vh, 16px);
    width: 100%;
}

.reset-input .mud-input[b-1abnok3qs3] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.5vh, 13px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5vh, 50px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .reset-input .mud-input:focus-within[b-1abnok3qs3] {
        border-color: var(--success-green);
        box-shadow: 0 0 0 3px rgba(75, 181, 67, 0.15);
        background-color: white;
    }

.reset-input .mud-input-label[b-1abnok3qs3] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Password requirements block */
.requirements-container[b-1abnok3qs3] {
    margin-top: 0;
}

.requirements[b-1abnok3qs3] {
    display: flex;
    gap: 12px;
    background-color: rgba(75, 181, 67, 0.05);
    border-left: 3px solid var(--success-green);
    padding: clamp(12px, 1.8vh, 16px);
    border-radius: clamp(12px, 1.8vh, 16px);
    color: var(--text-light);
    font-size: clamp(12px, 1.45vh, 14px);
}

.requirements-icon[b-1abnok3qs3] {
    fill: var(--success-green);
    flex-shrink: 0;
    margin-top: 3px;
}

.requirements-content[b-1abnok3qs3] {
    flex: 1;
}

.requirements-title[b-1abnok3qs3] {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.requirements-list[b-1abnok3qs3] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .requirements-list li[b-1abnok3qs3] {
        margin-bottom: 6px;
        position: relative;
    }

.requirements-live li[b-1abnok3qs3]:before {
    content: none !important;
}

.req-item[b-1abnok3qs3] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    line-height: 1.25;
}

.req-icon[b-1abnok3qs3] {
    font-size: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .req-icon svg[b-1abnok3qs3] {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.req-item.unmet .req-icon[b-1abnok3qs3],
.req-item.unmet .req-icon svg[b-1abnok3qs3] {
    color: var(--danger-red) !important;
    fill: var(--danger-red) !important;
}

.req-item.met .req-icon[b-1abnok3qs3],
.req-item.met .req-icon svg[b-1abnok3qs3] {
    color: var(--success-green) !important;
    fill: var(--success-green) !important;
}

.req-item.unmet span[b-1abnok3qs3] {
    color: var(--text-light);
}

.req-item.met span[b-1abnok3qs3] {
    color: var(--text-dark);
}

/* Buttons */
.reset-actions[b-1abnok3qs3] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

    .reset-actions .mud-button-root[b-1abnok3qs3] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        border-radius: clamp(12px, 1.8vh, 18px);
        font-size: clamp(14px, 1.6vh, 16px);
        font-weight: 600;
        padding: clamp(12px, 1.8vh, 16px);
        transition: all 0.3s;
    }

    .reset-actions .mud-button-filled-primary[b-1abnok3qs3] {
        background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
        border: none;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    }

    .reset-actions .mud-button-root:hover[b-1abnok3qs3] {
        transform: translateY(-2px);
    }

    .reset-actions .mud-button-filled-primary:disabled[b-1abnok3qs3] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
    }

/* Loading spinner */
.loading-container[b-1abnok3qs3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-1abnok3qs3] {
        width: 60px !important;
        height: 60px !important;
    }

/* Mobile */
@media (max-width: 480px) {
    .floating-reset-card[b-1abnok3qs3] {
        --reset-card-radius: 36px;
        clip-path: inset(0 round var(--reset-card-radius));
    }

    .decoration-2[b-1abnok3qs3] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .reset-actions[b-1abnok3qs3] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .requirements[b-1abnok3qs3] {
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }

    .requirements-icon[b-1abnok3qs3] {
        align-self: center;
    }

    .floating-reset-card .mud-text-h2[b-1abnok3qs3] {
        font-size: 1.6rem !important;
    }
}

/* Very small phones */
@media (max-width: 320px) {
    .floating-reset-card .mud-text-h2[b-1abnok3qs3] {
        font-size: 1.4rem !important;
    }
}

/* Short desktop / laptop height */
@media (min-width: 1024px) and (max-height: 900px) {
    .floating-reset-card[b-1abnok3qs3] {
        max-width: 500px;
        padding: 24px 36px;
    }

    .reset-header[b-1abnok3qs3] {
        margin-bottom: 18px;
    }

    .reset-icon[b-1abnok3qs3] {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .key-icon[b-1abnok3qs3] {
        width: 32px;
        height: 32px;
    }

    .reset-grid[b-1abnok3qs3] {
        gap: 10px;
    }

    .requirements[b-1abnok3qs3] {
        padding: 12px 14px;
    }

    .req-item[b-1abnok3qs3] {
        margin-bottom: 4px;
    }
}
/* /Pages/Tenant/Billing/POS/Queue/Index.razor.rz.scp.css */
.pickup-queue-row-mine[b-jf1exu363n] {
    background-color: rgba(76, 175, 80, 0.08);
}

.pickup-queue-row-assigned-other[b-jf1exu363n] {
    opacity: 0.58;
    background-color: rgba(0, 0, 0, 0.035);
}

.pickup-queue-row-delayed[b-jf1exu363n] {
    background-color: rgba(255, 152, 0, 0.08);
}

.pickup-queue-row-delivered[b-jf1exu363n] {
    opacity: 0.45;
}


.pickup-queue-line-additional[b-jf1exu363n] {
    position: relative;
    border-left: 5px solid #ff9800 !important;
    background-color: rgba(255, 152, 0, 0.10) !important;
    box-shadow: 0 0 0 1px rgba(255, 152, 0, 0.25);
    animation: pickup-queue-additional-pulse-b-jf1exu363n 1.8s ease-in-out infinite;
}

    .pickup-queue-line-additional[b-jf1exu363n]::before {
        content: "Needs pickup";
        position: absolute;
        top: 10px;
        right: 12px;
        padding: 2px 8px;
        border-radius: 999px;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #8a4b00;
        background-color: rgba(255, 193, 7, 0.22);
        border: 1px solid rgba(255, 152, 0, 0.35);
    }

@keyframes pickup-queue-additional-pulse-b-jf1exu363n {
    0% {
        box-shadow: 0 0 0 1px rgba(255, 152, 0, 0.25);
        background-color: rgba(255, 152, 0, 0.08);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.18);
        background-color: rgba(255, 152, 0, 0.18);
    }

    100% {
        box-shadow: 0 0 0 1px rgba(255, 152, 0, 0.25);
        background-color: rgba(255, 152, 0, 0.08);
    }
}
/* /Pages/Tenant/Dashboard/Index.razor.rz.scp.css */
.tenant-dashboard-page[b-y44z6jvzam] {
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 32%), radial-gradient(circle at top right, rgba(168, 85, 247, 0.12), transparent 28%), #f6f8fb;
    min-height: 100vh;
}

.tenant-dashboard-header[b-y44z6jvzam] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0 1rem;
}

.tenant-dashboard-eyebrow[b-y44z6jvzam] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
}

.tenant-dashboard-header h1[b-y44z6jvzam] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
}

.tenant-dashboard-subtitle[b-y44z6jvzam] {
    margin: 0.35rem 0 0;
    color: #64748b;
    max-width: 720px;
    font-size: 0.98rem;
}

.tenant-refresh-btn[b-y44z6jvzam] {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    color: #334155;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.tenant-dashboard-alert[b-y44z6jvzam] {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.12);
}

.tenant-summary-grid[b-y44z6jvzam] {
    margin-top: 0.25rem;
}

.tenant-metric-card[b-y44z6jvzam] {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 1.15rem;
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.13);
    isolation: isolate;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .tenant-metric-card:hover[b-y44z6jvzam] {
        transform: translateY(-4px);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
    }

    .tenant-metric-card[b-y44z6jvzam]::before {
        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        right: -70px;
        top: -80px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.22);
        z-index: -1;
    }

    .tenant-metric-card[b-y44z6jvzam]::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        left: -50px;
        bottom: -55px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        z-index: -1;
    }

.tenant-metric-top[b-y44z6jvzam] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.tenant-metric-label[b-y44z6jvzam] {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 800;
}

.tenant-metric-card h2[b-y44z6jvzam] {
    margin: 0;
    color: #fff;
    font-size: 2.45rem;
    font-weight: 850;
    line-height: 1;
}

.tenant-metric-card p[b-y44z6jvzam] {
    min-height: 42px;
    margin: 1rem 0 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.4;
}

.tenant-metric-icon[b-y44z6jvzam] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

    .tenant-metric-icon i[b-y44z6jvzam] {
        color: #fff;
        font-size: 1.75rem;
    }

.tenant-card-link[b-y44z6jvzam] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    padding: 0.58rem 0.82rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 800;
    font-size: 0.85rem;
    transition: background 0.18s ease, transform 0.18s ease;
}

    .tenant-card-link:hover[b-y44z6jvzam] {
        background: rgba(255, 255, 255, 0.27);
        transform: translateX(2px);
    }

.accent-warehouse[b-y44z6jvzam] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.accent-invoice[b-y44z6jvzam] {
    background: linear-gradient(135deg, #be123c, #fb7185);
}

.accent-received[b-y44z6jvzam] {
    background: linear-gradient(135deg, #1d4ed8, #38bdf8);
}

.accent-ready[b-y44z6jvzam] {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.accent-delivery[b-y44z6jvzam] {
    background: linear-gradient(135deg, #b45309, #f59e0b);
}

.accent-out[b-y44z6jvzam] {
    background: linear-gradient(135deg, #4338ca, #6366f1);
}

.accent-shipped[b-y44z6jvzam] {
    background: linear-gradient(135deg, #0369a1, #0ea5e9);
}

.accent-delivered[b-y44z6jvzam] {
    background: linear-gradient(135deg, #15803d, #22c55e);
}

.tenant-chart-card[b-y44z6jvzam] {
    height: 100%;
    min-height: 390px;
    padding: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.tenant-chart-header[b-y44z6jvzam] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

    .tenant-chart-header h5[b-y44z6jvzam] {
        margin: 0;
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .tenant-chart-header p[b-y44z6jvzam] {
        margin: 0.2rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

    .tenant-chart-header i[b-y44z6jvzam] {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 15px;
        color: #2563eb;
        background: #eff6ff;
        font-size: 1.35rem;
    }

.tenant-chart[b-y44z6jvzam] {
    width: 100%;
    height: 305px;
}

.tenant-chart-lg[b-y44z6jvzam] {
    height: 315px;
}

.tenant-chart-skeleton[b-y44z6jvzam] {
    height: 305px;
    border-radius: 20px;
    background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
    background-size: 400% 100%;
    animation: tenantSkeleton-b-y44z6jvzam 1.2s ease-in-out infinite;
}

.tenant-scope-strip[b-y44z6jvzam] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 1.5rem;
    padding: 1rem;
    border-radius: 24px;
    background: #0f172a;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

    .tenant-scope-strip div[b-y44z6jvzam] {
        padding: 0.85rem 1rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
    }

    .tenant-scope-strip span[b-y44z6jvzam] {
        display: block;
        margin-bottom: 0.25rem;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 800;
    }

    .tenant-scope-strip strong[b-y44z6jvzam] {
        color: #fff;
        font-size: 1rem;
        font-weight: 850;
    }

@keyframes tenantSkeleton-b-y44z6jvzam {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@media (max-width: 1399.98px) {
    .tenant-scope-strip[b-y44z6jvzam] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .tenant-dashboard-header[b-y44z6jvzam] {
        flex-direction: column;
    }

    .tenant-dashboard-refresh[b-y44z6jvzam] {
        width: 100%;
    }

    .tenant-refresh-btn[b-y44z6jvzam] {
        width: 100%;
    }

    .tenant-scope-strip[b-y44z6jvzam] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .tenant-metric-card[b-y44z6jvzam] {
        min-height: 175px;
        border-radius: 20px;
    }

        .tenant-metric-card h2[b-y44z6jvzam] {
            font-size: 2.1rem;
        }

    .tenant-chart-card[b-y44z6jvzam] {
        border-radius: 20px;
    }

    .tenant-scope-strip[b-y44z6jvzam] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Warehouses/Auth/ConfirmEmail.razor.rz.scp.css */
/* ✅ DEFINE the variable you are using */
:root[b-l2za84h44c] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
}

/* Make sure page can stack correctly */
html[b-l2za84h44c], body[b-l2za84h44c] {
    height: 100%;
    margin: 0;
}

/* Warehouse background image (BOTTOM layer) */
.warehouse-background[b-l2za84h44c] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Overlay + floating shapes (MIDDLE layer) */
.confirmation-background[b-l2za84h44c] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.10) 0%, rgba(248, 249, 255, 0.80) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* Confirmation Page Styles */
.confirmation-container[b-l2za84h44c] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

.confirmation-background .floating-shape[b-l2za84h44c] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
    opacity: 0.05;
    filter: blur(40px);
    pointer-events: none;
}

.confirmation-background .shape-1[b-l2za84h44c] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-l2za84h44c 25s infinite ease-in-out;
}

.confirmation-background .shape-2[b-l2za84h44c] {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
    animation: floatAnimation-b-l2za84h44c 30s infinite ease-in-out reverse;
}

.confirmation-background .shape-3[b-l2za84h44c] {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    background: linear-gradient(135deg, #f72585, var(--secondary-purple));
    animation: floatAnimation-b-l2za84h44c 20s infinite ease-in-out;
}

@keyframes floatAnimation-b-l2za84h44c {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* ✅ Confirmation card (FORCE radius + fallback) */
.confirmation-card[b-l2za84h44c] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --confirmation-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--confirmation-card-radius) !important;
    clip-path: inset(0 round var(--confirmation-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-l2za84h44c 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .confirmation-card > :not(.card-decoration)[b-l2za84h44c] {
        position: relative;
        z-index: 2;
    }

    .confirmation-card:hover[b-l2za84h44c] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .confirmation-card[b-l2za84h44c]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .confirmation-card:hover[b-l2za84h44c]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-l2za84h44c {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorative elements */
.confirmation-card .card-decoration[b-l2za84h44c] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.confirmation-card .decoration-1[b-l2za84h44c] {
    top: -80px;
    right: -80px;
}

.confirmation-card .decoration-2[b-l2za84h44c] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.confirmation-header[b-l2za84h44c] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}

/* TakumiWHM logo header */
.confirmation-brand-logo[b-l2za84h44c] {
    width: clamp(104px, 13vh, 138px);
    height: clamp(104px, 13vh, 138px);
    margin: 0 auto clamp(12px, 2vh, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(22px, 3vh, 34px);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(67, 97, 238, 0.22);
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    border: none;
}

.takumiwhm-logo[b-l2za84h44c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.confirmation-title[b-l2za84h44c] {
    color: var(--text-dark);
    line-height: 1.2;
}

/* Message */
.confirmation-message[b-l2za84h44c] {
    color: var(--text-light);
    font-size: clamp(14px, 1.6vh, 15px);
    line-height: 1.6;
    margin-bottom: clamp(20px, 3vh, 32px);
    text-align: center;
}

    .confirmation-message p[b-l2za84h44c] {
        margin: 8px 0;
    }

.confirmation-actions[b-l2za84h44c] {
    margin-bottom: clamp(18px, 2.5vh, 28px);
    width: 100%;
}

.confirmation-help[b-l2za84h44c] {
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    margin-top: clamp(14px, 2vh, 20px);
    padding-top: clamp(14px, 2vh, 20px);
    border-top: 1px solid var(--border-color);
}

.help-link[b-l2za84h44c] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

    .help-link:hover[b-l2za84h44c] {
        text-decoration: underline;
        color: var(--primary-dark);
    }

/* Responsive Design (keep it rounded on mobile too) */
@media (max-width: 480px) {
    .confirmation-card[b-l2za84h44c] {
        --confirmation-card-radius: 36px;
        clip-path: inset(0 round var(--confirmation-card-radius));
    }

        .confirmation-card .decoration-2[b-l2za84h44c] {
            bottom: -20px;
            left: -20px;
            opacity: 0.35;
            filter: blur(26px);
        }
}
/* /Pages/Warehouses/Auth/ForgetPassword.razor.rz.scp.css */
/* Forget Password Page Styles */
:root[b-3dxhdm604u] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
}

/* Warehouse background image */
.warehouse-background[b-3dxhdm604u] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with shapes */
.forget-background[b-3dxhdm604u] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .forget-background .floating-shape[b-3dxhdm604u] {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
        opacity: 0.08;
        filter: blur(40px);
        pointer-events: none;
    }

    .forget-background .shape-1[b-3dxhdm604u] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-3dxhdm604u 25s infinite ease-in-out;
    }

    .forget-background .shape-2[b-3dxhdm604u] {
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
        animation: floatAnimation-b-3dxhdm604u 30s infinite ease-in-out reverse;
    }

    .forget-background .shape-3[b-3dxhdm604u] {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 10%;
        background: linear-gradient(135deg, #f72585, var(--secondary-purple));
        animation: floatAnimation-b-3dxhdm604u 20s infinite ease-in-out;
    }

@keyframes floatAnimation-b-3dxhdm604u {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container - same responsive centering as login */
.forget-container[b-3dxhdm604u] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Forget card - same production-safe responsive card */
.floating-forget-card[b-3dxhdm604u] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --forget-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--forget-card-radius) !important;
    clip-path: inset(0 round var(--forget-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-3dxhdm604u 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real content above decorations */
    .floating-forget-card > :not(.card-decoration)[b-3dxhdm604u] {
        position: relative;
        z-index: 2;
    }

    .floating-forget-card:hover[b-3dxhdm604u] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    /* Glow effect inside the clipped card */
    .floating-forget-card[b-3dxhdm604u]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-forget-card:hover[b-3dxhdm604u]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-3dxhdm604u {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorations - no negative z-index */
.card-decoration[b-3dxhdm604u] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-3dxhdm604u] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-3dxhdm604u] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.forget-header[b-3dxhdm604u] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}

.forget-subtitle[b-3dxhdm604u] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

/* TakumiWHM logo header */
.forget-brand-logo[b-3dxhdm604u] {
    width: clamp(104px, 13vh, 138px);
    height: clamp(104px, 13vh, 138px);
    margin: 0 auto clamp(12px, 2vh, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(22px, 3vh, 34px);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(67, 97, 238, 0.22);
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    border: none;
}

.takumiwhm-logo[b-3dxhdm604u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.forget-title[b-3dxhdm604u] {
    color: var(--text-dark);
    line-height: 1.2;
}

.forget-support-text[b-3dxhdm604u] {
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-light);
    text-align: center;
}

    .forget-support-text p[b-3dxhdm604u] {
        margin: 6px 0;
    }

/* Instruction text */
.instruction-text[b-3dxhdm604u] {
    text-align: center;
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 14px);
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 10px;
}

    .instruction-text p[b-3dxhdm604u] {
        margin: 0;
    }

/* MudGrid */
.floating-forget-card .mud-grid[b-3dxhdm604u] {
    gap: clamp(12px, 1.8vh, 18px);
    width: 100%;
}

.floating-forget-card .mud-item[b-3dxhdm604u] {
    width: 100%;
}

/* Inputs */
.floating-forget-card .mud-input-control[b-3dxhdm604u] {
    margin-bottom: 0;
    width: 100%;
}

.floating-forget-card .mud-input[b-3dxhdm604u] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.6vh, 14px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5.5vh, 52px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .floating-forget-card .mud-input:focus-within[b-3dxhdm604u] {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        background-color: white;
    }

.floating-forget-card .mud-input-label[b-3dxhdm604u] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Buttons */
.floating-forget-card .mud-button-filled-primary[b-3dxhdm604u],
.floating-forget-card .mud-button-outlined[b-3dxhdm604u] {
    border-radius: clamp(12px, 1.8vh, 18px);
    font-size: clamp(14px, 1.6vh, 16px);
    font-weight: 600;
    padding: clamp(12px, 1.8vh, 16px);
    transition: all 0.3s;
    width: 100%;
}

.floating-forget-card .mud-button-filled-primary[b-3dxhdm604u] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
}

    .floating-forget-card .mud-button-filled-primary:hover[b-3dxhdm604u],
    .floating-forget-card .mud-button-outlined:hover[b-3dxhdm604u] {
        transform: translateY(-2px);
    }

/* Button row */
.floating-forget-card .row[b-3dxhdm604u] {
    display: flex;
    gap: 12px;
    margin: 0;
}

    .floating-forget-card .row .col[b-3dxhdm604u] {
        flex: 1;
        padding: 0;
    }

/* Footer */
.forget-footer[b-3dxhdm604u] {
    margin-top: clamp(16px, 2.5vh, 28px);
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    width: 100%;
}

    .forget-footer p[b-3dxhdm604u] {
        margin: 6px 0;
    }

.support-link[b-3dxhdm604u] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

    .support-link:hover[b-3dxhdm604u] {
        text-decoration: underline;
        color: var(--primary-dark);
    }

/* Loading */
.loading-container[b-3dxhdm604u] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-3dxhdm604u] {
        width: 60px !important;
        height: 60px !important;
    }

/* Mobile */
@media (max-width: 480px) {
    .floating-forget-card[b-3dxhdm604u] {
        --forget-card-radius: 36px;
        clip-path: inset(0 round var(--forget-card-radius));
    }

    .decoration-2[b-3dxhdm604u] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .floating-forget-card .row[b-3dxhdm604u] {
        flex-direction: column;
        gap: 12px;
    }

        .floating-forget-card .row .col[b-3dxhdm604u] {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }
}
/* /Pages/Warehouses/Auth/Login.razor.rz.scp.css */
/* Enhanced CSS without @import for scoped CSS files */
:root[b-cshummrakz] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    /* Responsive rounded card edge for all screens */
    --card-radius: clamp(28px, 4vw, 42px);
}
/* Warehouse background image */
.warehouse-background[b-cshummrakz] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with enhanced lighting - on top of warehouse image */
.login-page-background[b-cshummrakz] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
}

.floating-shape[b-cshummrakz] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
    opacity: 0.08;
    filter: blur(40px);
    pointer-events: none;
}

.shape-1[b-cshummrakz] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-cshummrakz 25s infinite ease-in-out;
}

.shape-2[b-cshummrakz] {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
    animation: floatAnimation-b-cshummrakz 30s infinite ease-in-out reverse;
}

.shape-3[b-cshummrakz] {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    background: linear-gradient(135deg, #f72585, var(--secondary-purple));
    animation: floatAnimation-b-cshummrakz 20s infinite ease-in-out;
}

@keyframes floatAnimation-b-cshummrakz {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

.login-subtitle[b-cshummrakz] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

/* Main container - keeps the card centered */
.login-page-container[b-cshummrakz] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Login card - responsive without internal scrollbar */
.floating-login-card[b-cshummrakz] {
    width: 100%;
    max-width: clamp(340px, 36vw, 520px);
    background-color: rgba(255, 255, 255, 0.88);
    --login-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--login-card-radius) !important;
    clip-path: inset(0 round var(--login-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(22px, 3vh, 42px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-cshummrakz 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep all real card content above decorations */
    .floating-login-card > :not(.card-decoration)[b-cshummrakz] {
        position: relative;
        z-index: 2;
    }


    /* Enhanced hover effect with glow */
    .floating-login-card:hover[b-cshummrakz] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    /* Add glow effect behind card on hover */
    .floating-login-card[b-cshummrakz]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-login-card:hover[b-cshummrakz]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-cshummrakz {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorative elements */
.card-decoration[b-cshummrakz] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-cshummrakz] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-cshummrakz] {
    bottom: -35px;
    left: -35px;
}

/* Header styling with Warehouse Icon */
.login-header[b-cshummrakz] {
    text-align: center;
    margin-bottom: clamp(18px, 3vh, 28px);
}


/* TakumiWHM logo header */
.login-brand-logo[b-cshummrakz] {
    width: clamp(104px, 13vh, 138px);
    height: clamp(104px, 13vh, 138px);
    margin: 0 auto clamp(12px, 2vh, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(22px, 3vh, 34px);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(67, 97, 238, 0.22);
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    border: none;
}

.takumiwhm-logo[b-cshummrakz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.login-title[b-cshummrakz] {
    color: var(--text-dark);
    line-height: 1.2;
}

.login-support-text[b-cshummrakz] {
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-light);
}


/* Responsive MudGrid */
.floating-login-card .mud-grid[b-cshummrakz] {
    gap: clamp(12px, 1.8vh, 18px);
    width: 100%;
}


.floating-login-card .mud-item[b-cshummrakz] {
    width: 100%;
}

/* Enhanced MudTextField styling for responsiveness */
.floating-login-card .mud-input-control[b-cshummrakz] {
    margin-bottom: 0;
    width: 100%;
}

.floating-login-card .mud-input[b-cshummrakz] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.6vh, 14px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5.5vh, 52px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .floating-login-card .mud-input:focus-within[b-cshummrakz] {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        background-color: white;
    }

.floating-login-card .mud-input-label[b-cshummrakz] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Enhanced MudButton for responsiveness - More rounded */
.floating-login-card .mud-button-filled-primary[b-cshummrakz] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: clamp(12px, 1.8vh, 18px);
    font-size: clamp(15px, 1.7vh, 17px);
    font-weight: 600;
    padding: clamp(12px, 1.8vh, 16px);
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    width: 100%;
}

    .floating-login-card .mud-button-filled-primary:hover[b-cshummrakz] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(67, 97, 238, 0.35);
    }

/* Form options responsiveness */
.form-options-container[b-cshummrakz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

/* Footer links - responsive */
.login-footer[b-cshummrakz] {
    margin-top: clamp(16px, 2.5vh, 28px);
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    width: 100%;
}

.footer-link[b-cshummrakz] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

    .footer-link:hover[b-cshummrakz] {
        text-decoration: underline;
        color: var(--primary-dark);
    }

/* Loading spinner enhancement */
.loading-container[b-cshummrakz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-cshummrakz] {
        width: 60px !important;
        height: 60px !important;
    }

/* Mobile screens (480px and below) */
/* Mobile layout */
@media (max-width: 480px) {
    .floating-login-card[b-cshummrakz] {
        --login-card-radius: 36px;
        clip-path: inset(0 round var(--login-card-radius));
    }

    .decoration-2[b-cshummrakz] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }
}

/* /Pages/Warehouses/Auth/ResetPassword.razor.rz.scp.css */
/* Reset Password Page Styles */
:root[b-svsmg7i0fz] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --success-green: #10b981;
    --danger-red: #ef4444;
    --strength-weak: #ef4444;
    --strength-fair: #f59e0b;
    --strength-good: #10b981;
    --strength-strong: #3b82f6;
}

/* Warehouse background image */
.warehouse-background[b-svsmg7i0fz] {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Background with shapes */
.reset-background[b-svsmg7i0fz] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.1) 0%, rgba(248, 249, 255, 0.8) 100% );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .reset-background .floating-shape[b-svsmg7i0fz] {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-teal), var(--primary-blue));
        opacity: 0.08;
        filter: blur(40px);
        pointer-events: none;
    }

    .reset-background .shape-1[b-svsmg7i0fz] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-svsmg7i0fz 25s infinite ease-in-out;
    }

    .reset-background .shape-2[b-svsmg7i0fz] {
        width: 300px;
        height: 300px;
        bottom: -100px;
        left: -100px;
        background: linear-gradient(135deg, var(--secondary-purple), var(--primary-dark));
        animation: floatAnimation-b-svsmg7i0fz 30s infinite ease-in-out reverse;
    }

    .reset-background .shape-3[b-svsmg7i0fz] {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 10%;
        background: linear-gradient(135deg, #f72585, var(--secondary-purple));
        animation: floatAnimation-b-svsmg7i0fz 20s infinite ease-in-out;
    }

@keyframes floatAnimation-b-svsmg7i0fz {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

/* Main container */
.reset-container[b-svsmg7i0fz] {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(8px, 2vh, 24px);
    box-sizing: border-box;
}

/* Reset card - slightly wider because this form has more content */
.floating-reset-card[b-svsmg7i0fz] {
    width: 100%;
    max-width: clamp(350px, 40vw, 560px);
    background-color: rgba(255, 255, 255, 0.88);
    --reset-card-radius: clamp(32px, 4vw, 46px);
    border-radius: var(--reset-card-radius) !important;
    clip-path: inset(0 round var(--reset-card-radius));
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.15), 0 20px 80px rgba(67, 97, 238, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: clamp(20px, 2.6vh, 38px) clamp(20px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
    animation: cardAppear-b-svsmg7i0fz 0.8s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Keep real card content above decorations */
    .floating-reset-card > :not(.card-decoration)[b-svsmg7i0fz] {
        position: relative;
        z-index: 2;
    }

    .floating-reset-card:hover[b-svsmg7i0fz] {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.25), 0 30px 120px rgba(67, 97, 238, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .floating-reset-card[b-svsmg7i0fz]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient( circle at center, rgba(67, 97, 238, 0.15) 0%, transparent 70% );
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
        pointer-events: none;
    }

    .floating-reset-card:hover[b-svsmg7i0fz]::before {
        opacity: 1;
    }

@keyframes cardAppear-b-svsmg7i0fz {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Card decorations */
.card-decoration[b-svsmg7i0fz] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(67, 97, 238, 0.08), rgba(114, 9, 183, 0.08) );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.decoration-1[b-svsmg7i0fz] {
    top: -80px;
    right: -80px;
}

.decoration-2[b-svsmg7i0fz] {
    bottom: -35px;
    left: -35px;
}

/* Header */
.reset-header[b-svsmg7i0fz] {
    text-align: center;
    margin-bottom: clamp(16px, 2.5vh, 24px);
}

.reset-subtitle[b-svsmg7i0fz] {
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 15px);
    margin-top: 6px;
    margin-bottom: 0;
}

/* TakumiWHM logo header */
.reset-brand-logo[b-svsmg7i0fz] {
    width: clamp(104px, 13vh, 138px);
    height: clamp(104px, 13vh, 138px);
    margin: 0 auto clamp(12px, 2vh, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(22px, 3vh, 34px);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(67, 97, 238, 0.22);
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    border: none;
}

.takumiwhm-logo[b-svsmg7i0fz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.reset-title[b-svsmg7i0fz] {
    color: var(--text-dark);
    line-height: 1.2;
}

.reset-support-text[b-svsmg7i0fz] {
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-light);
    text-align: center;
}

    .reset-support-text p[b-svsmg7i0fz] {
        margin: 6px 0;
    }

/* Instruction text */
.instruction-text[b-svsmg7i0fz] {
    text-align: center;
    color: var(--text-light);
    font-size: clamp(13px, 1.6vh, 14px);
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 10px;
}

    .instruction-text p[b-svsmg7i0fz] {
        margin: 0;
    }

/* MudGrid */
.floating-reset-card .mud-grid[b-svsmg7i0fz] {
    gap: clamp(10px, 1.5vh, 16px);
    width: 100%;
}

.floating-reset-card .mud-item[b-svsmg7i0fz] {
    width: 100%;
}

/* Inputs */
.floating-reset-card .mud-input-control[b-svsmg7i0fz] {
    margin-bottom: 0;
    width: 100%;
}

.floating-reset-card .mud-input[b-svsmg7i0fz] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: clamp(10px, 1.5vh, 14px);
    padding: clamp(9px, 1.5vh, 13px);
    font-size: clamp(14px, 1.6vh, 16px);
    min-height: clamp(42px, 5vh, 50px);
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .floating-reset-card .mud-input:focus-within[b-svsmg7i0fz] {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        background-color: white;
    }

.floating-reset-card .mud-input-label[b-svsmg7i0fz] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Error alert */
.floating-reset-card .mud-alert[b-svsmg7i0fz] {
    border-radius: 14px;
    font-size: clamp(13px, 1.5vh, 14px);
}

/* Password requirements block */
.requirements-container[b-svsmg7i0fz] {
    margin-top: 0;
}

.requirements[b-svsmg7i0fz] {
    display: flex;
    gap: 12px;
    background-color: rgba(16, 185, 129, 0.06);
    border-left: 3px solid var(--success-green);
    padding: clamp(12px, 1.8vh, 16px);
    border-radius: clamp(12px, 1.8vh, 16px);
    color: var(--text-light);
    font-size: clamp(12px, 1.45vh, 14px);
}

.requirements-icon[b-svsmg7i0fz] {
    fill: var(--success-green);
    flex-shrink: 0;
    margin-top: 3px;
}

.requirements-content[b-svsmg7i0fz] {
    flex: 1;
}

.requirements-title[b-svsmg7i0fz] {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.requirements-list[b-svsmg7i0fz] {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}

    .requirements-list li[b-svsmg7i0fz] {
        margin-bottom: 6px;
        position: relative;
    }

        .requirements-list li[b-svsmg7i0fz]:before {
            content: "•";
            color: var(--success-green);
            font-weight: bold;
            position: absolute;
            left: -15px;
        }

.requirements-live[b-svsmg7i0fz] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .requirements-live li[b-svsmg7i0fz]:before {
        content: none !important;
    }

.req-item[b-svsmg7i0fz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    line-height: 1.25;
}

.req-icon[b-svsmg7i0fz] {
    font-size: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .req-icon svg[b-svsmg7i0fz] {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.req-item.unmet .req-icon[b-svsmg7i0fz],
.req-item.unmet .req-icon svg[b-svsmg7i0fz] {
    color: var(--danger-red) !important;
    fill: var(--danger-red) !important;
}

.req-item.met .req-icon[b-svsmg7i0fz],
.req-item.met .req-icon svg[b-svsmg7i0fz] {
    color: var(--success-green) !important;
    fill: var(--success-green) !important;
}

.req-item.unmet span[b-svsmg7i0fz] {
    color: var(--text-light);
}

.req-item.met span[b-svsmg7i0fz] {
    color: var(--text-dark);
}

/* Buttons */
.floating-reset-card .mud-button-filled-primary[b-svsmg7i0fz],
.floating-reset-card .mud-button-outlined[b-svsmg7i0fz] {
    border-radius: clamp(12px, 1.8vh, 18px);
    font-size: clamp(14px, 1.6vh, 16px);
    font-weight: 600;
    padding: clamp(12px, 1.8vh, 16px);
    transition: all 0.3s;
    width: 100%;
}

.floating-reset-card .mud-button-filled-primary[b-svsmg7i0fz] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
}

    .floating-reset-card .mud-button-filled-primary:hover[b-svsmg7i0fz],
    .floating-reset-card .mud-button-outlined:hover[b-svsmg7i0fz] {
        transform: translateY(-2px);
    }

    .floating-reset-card .mud-button-filled-primary:disabled[b-svsmg7i0fz] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
    }

/* Button row */
.floating-reset-card .row[b-svsmg7i0fz] {
    display: flex;
    gap: 12px;
    margin: 0;
}

    .floating-reset-card .row .col[b-svsmg7i0fz] {
        flex: 1;
        padding: 0;
    }

/* Footer */
.reset-footer[b-svsmg7i0fz] {
    margin-top: clamp(14px, 2vh, 22px);
    text-align: center;
    font-size: clamp(12px, 1.5vh, 14px);
    color: var(--text-light);
    width: 100%;
}

    .reset-footer p[b-svsmg7i0fz] {
        margin: 6px 0;
    }

/* Loading */
.loading-container[b-svsmg7i0fz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-svsmg7i0fz] {
        width: 60px !important;
        height: 60px !important;
    }

/* Mobile */
@media (max-width: 480px) {
    .floating-reset-card[b-svsmg7i0fz] {
        --reset-card-radius: 36px;
        clip-path: inset(0 round var(--reset-card-radius));
    }

    .decoration-2[b-svsmg7i0fz] {
        bottom: -20px;
        left: -20px;
        opacity: 0.35;
        filter: blur(26px);
    }

    .floating-reset-card .row[b-svsmg7i0fz] {
        flex-direction: column;
        gap: 12px;
    }

        .floating-reset-card .row .col[b-svsmg7i0fz] {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }
}

/* Short desktop / laptop height */
@media (min-width: 1024px) and (max-height: 900px) {
    .floating-reset-card[b-svsmg7i0fz] {
        max-width: 500px;
        padding: 24px 36px;
    }

    .reset-brand-logo[b-svsmg7i0fz] {
        width: 104px;
        height: 104px;
        margin-bottom: 10px;
    }

    .reset-header[b-svsmg7i0fz] {
        margin-bottom: 18px;
    }

    .floating-reset-card .mud-grid[b-svsmg7i0fz] {
        gap: 10px;
    }

    .requirements[b-svsmg7i0fz] {
        padding: 12px 14px;
    }

    .req-item[b-svsmg7i0fz] {
        margin-bottom: 4px;
    }

    .reset-footer[b-svsmg7i0fz] {
        margin-top: 12px;
    }
}
/* /Pages/Warehouses/Dashboard/Index.razor.rz.scp.css */
/* =========================================================
   Warehouse Dashboard
   ========================================================= */

.warehouse-dashboard-page[b-dmqw26802d] {
    background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 34%), radial-gradient(circle at top right, rgba(244, 63, 94, 0.10), transparent 30%), linear-gradient(180deg, #f8fafc 0%, #eef5f8 100%);
    min-height: 100vh;
}

    /* Give the dashboard breathing room below the top navbar */
    .warehouse-dashboard-page .content[b-dmqw26802d] {
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }

    /* Better max width on very large monitors */
    .warehouse-dashboard-page .container-fluid[b-dmqw26802d] {
        max-width: 1680px;
    }

/* Header */
.warehouse-dashboard-header[b-dmqw26802d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0 1.35rem;
}

.warehouse-dashboard-eyebrow[b-dmqw26802d] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
}

.warehouse-dashboard-header h1[b-dmqw26802d] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    font-weight: 850;
    line-height: 1.08;
}

.warehouse-dashboard-subtitle[b-dmqw26802d] {
    margin: 0.45rem 0 0;
    color: #64748b;
    max-width: 780px;
    font-size: 0.98rem;
    line-height: 1.5;
}

.warehouse-refresh-btn[b-dmqw26802d] {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    color: #334155;
    font-weight: 800;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .warehouse-refresh-btn:hover[b-dmqw26802d] {
        background: #fff;
        color: #0f172a;
    }

.warehouse-dashboard-alert[b-dmqw26802d] {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.12);
}

/* Summary cards */
.warehouse-summary-grid[b-dmqw26802d] {
    margin-top: 0.25rem;
}

.warehouse-metric-card[b-dmqw26802d] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    min-height: 190px;
    height: 100%;
    padding: 1.15rem;
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.13);
    isolation: isolate;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .warehouse-metric-card:hover[b-dmqw26802d] {
        transform: translateY(-4px);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
    }

    .warehouse-metric-card[b-dmqw26802d]::before {
        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        right: -70px;
        top: -80px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.22);
        z-index: -1;
    }

    .warehouse-metric-card[b-dmqw26802d]::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        left: -50px;
        bottom: -55px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        z-index: -1;
    }

.warehouse-metric-top[b-dmqw26802d] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.warehouse-metric-label[b-dmqw26802d] {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 850;
}

.warehouse-metric-card h2[b-dmqw26802d] {
    margin: 0;
    color: #fff;
    font-size: clamp(2.15rem, 3vw, 2.65rem);
    font-weight: 850;
    line-height: 1;
}

.warehouse-metric-card p[b-dmqw26802d] {
    min-height: 42px;
    margin: 1rem 0 1.05rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    line-height: 1.45;
}

.warehouse-metric-icon[b-dmqw26802d] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

    .warehouse-metric-icon i[b-dmqw26802d] {
        color: #fff;
        font-size: 1.75rem;
    }

.warehouse-card-link[b-dmqw26802d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: fit-content;
    border: 0;
    padding: 0.58rem 0.82rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 850;
    font-size: 0.85rem;
    transition: background 0.18s ease, transform 0.18s ease;
}

    .warehouse-card-link:hover[b-dmqw26802d] {
        background: rgba(255, 255, 255, 0.27);
        transform: translateX(2px);
    }

/* Card accents */
.accent-total[b-dmqw26802d] {
    background: linear-gradient(135deg, #0f172a, #475569);
}

.accent-warehouse[b-dmqw26802d] {
    background: linear-gradient(135deg, #0369a1, #0ea5e9);
}

.accent-assigned[b-dmqw26802d] {
    background: linear-gradient(135deg, #6d28d9, #a78bfa);
}

.accent-unknown[b-dmqw26802d] {
    background: linear-gradient(135deg, #be123c, #fb7185);
}

.accent-requested[b-dmqw26802d] {
    background: linear-gradient(135deg, #b45309, #f59e0b);
}

.accent-air[b-dmqw26802d] {
    background: linear-gradient(135deg, #1d4ed8, #38bdf8);
}

.accent-sea[b-dmqw26802d] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.accent-shipped[b-dmqw26802d] {
    background: linear-gradient(135deg, #15803d, #22c55e);
}

/* Charts */
.warehouse-chart-card[b-dmqw26802d] {
    height: 100%;
    min-height: 430px;
    padding: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.warehouse-chart-header[b-dmqw26802d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

    .warehouse-chart-header h5[b-dmqw26802d] {
        margin: 0;
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .warehouse-chart-header p[b-dmqw26802d] {
        margin: 0.2rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
        line-height: 1.35;
    }

    .warehouse-chart-header i[b-dmqw26802d] {
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        width: 42px;
        height: 42px;
        border-radius: 15px;
        color: #2563eb;
        background: #eff6ff;
        font-size: 1.35rem;
    }

/* Important: ECharts needs a real height */
.warehouse-chart[b-dmqw26802d] {
    width: 100%;
    height: 330px;
    min-height: 330px;
}

.warehouse-chart-skeleton[b-dmqw26802d] {
    height: 330px;
    border-radius: 20px;
    background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
    background-size: 400% 100%;
    animation: warehouseSkeleton-b-dmqw26802d 1.2s ease-in-out infinite;
}

/* Bottom scope strip */
.warehouse-scope-strip[b-dmqw26802d] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 2rem;
    padding: 1rem;
    border-radius: 24px;
    background: #0f172a;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

@media (max-width: 1399.98px) {
    .warehouse-scope-strip[b-dmqw26802d] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .warehouse-scope-strip[b-dmqw26802d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .warehouse-scope-strip[b-dmqw26802d] {
        grid-template-columns: 1fr;
    }
}

    .warehouse-scope-strip div[b-dmqw26802d] {
        padding: 0.85rem 1rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
    }

    .warehouse-scope-strip span[b-dmqw26802d] {
        display: block;
        margin-bottom: 0.25rem;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 850;
    }

    .warehouse-scope-strip strong[b-dmqw26802d] {
        color: #fff;
        font-size: 1rem;
        font-weight: 850;
    }

@keyframes warehouseSkeleton-b-dmqw26802d {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/* Large laptop / normal desktop balance */
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .warehouse-metric-card[b-dmqw26802d] {
        min-height: 180px;
        padding: 1rem;
    }

        .warehouse-metric-card h2[b-dmqw26802d] {
            font-size: 2.25rem;
        }

    .warehouse-chart-card[b-dmqw26802d] {
        min-height: 410px;
    }

    .warehouse-chart[b-dmqw26802d] {
        height: 310px;
        min-height: 310px;
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .warehouse-scope-strip[b-dmqw26802d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Small tablet / mobile */
@media (max-width: 991.98px) {
    .warehouse-dashboard-header[b-dmqw26802d] {
        flex-direction: column;
        padding-top: 1rem;
    }

    .warehouse-dashboard-refresh[b-dmqw26802d] {
        width: 100%;
    }

    .warehouse-refresh-btn[b-dmqw26802d] {
        width: 100%;
    }

    .warehouse-chart-card[b-dmqw26802d] {
        min-height: 390px;
    }

    .warehouse-chart[b-dmqw26802d] {
        height: 300px;
        min-height: 300px;
    }
}

/* Phone */
@media (max-width: 575.98px) {
    .warehouse-dashboard-page .content[b-dmqw26802d] {
        padding-top: 0.75rem;
    }

    .warehouse-metric-card[b-dmqw26802d] {
        min-height: 175px;
        border-radius: 20px;
    }

        .warehouse-metric-card h2[b-dmqw26802d] {
            font-size: 2.1rem;
        }

    .warehouse-chart-card[b-dmqw26802d] {
        min-height: 370px;
        border-radius: 20px;
    }

    .warehouse-chart[b-dmqw26802d] {
        height: 285px;
        min-height: 285px;
    }

    .warehouse-scope-strip[b-dmqw26802d] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Warehouses/Package/Dispatch/ConfirmFreightDispatchBatchDialog.razor.rz.scp.css */
.cursor-pointer[b-a5thqlg52n] {
    cursor: pointer;
}
/* /Pages/Warehouses/Users/Index.razor.rz.scp.css */
:host[b-p17sbey7wn]  .warehouse-grid .mud-table-head .mud-table-cell {
    font-weight: 700;
}
/* /Pages/Warehouses/Users/WarehouseUserDetailDialog.razor.rz.scp.css */
/* Container inside DialogContent so the spinner can center vertically */
/*.dialog-body {
    position: relative;
    min-height: 40vh;*/ /* gives some height while content loads */
/*}*/

/* Cover the dialog area and center the spinner */
/*.spinner-wrapper {
    position: absolute;
    inset: 0;*/ /* top:0; right:0; bottom:0; left:0 */
    /*display: flex;
    align-items: center;
    justify-content: center;
}*/

/* your existing spinner styles */
/*.spinner {
    width: 3rem;
    height: 3rem;
    border: 0.4rem solid #ddd;
    border-top: 0.4rem solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
*/
/* Default (tablet/desktop): keep the image to the right */
.profile-img-cell[b-rf2nxrmqt0] {
    display: flex;
    justify-content: flex-end;
    padding-right: var(--img-right, 16px); /* increase to push image further right */
}
.profile-img[b-rf2nxrmqt0] { object-fit: cover; }

/* Mobile: put radios ABOVE the image and center the image */
@media (max-width: 599.95px) { /* MudBlazor xs breakpoint */
    .gender-cell[b-rf2nxrmqt0] { order: 1; }
    .profile-img-cell[b-rf2nxrmqt0] { order: 2; justify-content: center; padding-right: 0; }
}


/*@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}*/
