/* /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;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4n3jh6r38i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4n3jh6r38i] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4n3jh6r38i] {
    font-size: 1.1rem;
}

.bi[b-4n3jh6r38i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4n3jh6r38i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4n3jh6r38i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4n3jh6r38i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-4n3jh6r38i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4n3jh6r38i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4n3jh6r38i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4n3jh6r38i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4n3jh6r38i]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4n3jh6r38i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4n3jh6r38i] {
        display: none;
    }

    .collapse[b-4n3jh6r38i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-4n3jh6r38i] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Admin/ManageTenants/TenantMigration.razor.rz.scp.css */
/* /Pages/CompleteWarehouseSolutionTenant/Common/Auth/ForgetPassword.razor.rz.scp.css */
/* Full-screen background wrapper */
.auth-page[b-g9km4218g2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    /* Background image */
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover; /* fill screen */
    background-position: center; /* center focal point */
    background-repeat: no-repeat; /* do not repeat */
    background-attachment: fixed; /* subtle parallax; remove if not desired */
}

    /* Center the bootstrap container */
    .auth-page > .container[b-g9km4218g2] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* The card itself */
.form-container[b-g9km4218g2] {
    margin-inline: auto; /* centers inside its parent */
    width: 100%;
    max-width: 420px;
    padding: 24px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


/* Optional: tighten spacing on small screens */
@media (max-width: 576px) {
    .form-container[b-g9km4218g2] {
        padding: 16px;
    }
}
/* /Pages/CompleteWarehouseSolutionTenant/Common/Auth/ResetPassword.razor.rz.scp.css */
/* Full-screen background wrapper */
.auth-page[b-04aje9ezrg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    /* Background image */
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover; /* fill screen */
    background-position: center; /* center focal point */
    background-repeat: no-repeat; /* do not repeat */
    background-attachment: fixed; /* subtle parallax; remove if not desired */
}

    /* Center the bootstrap container */
    .auth-page > .container[b-04aje9ezrg] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* The card itself */
.form-container[b-04aje9ezrg] {
    margin-inline: auto; /* centers inside its parent */
    width: 100%;
    max-width: 420px;
    padding: 24px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


/* Optional: tighten spacing on small screens */
@media (max-width: 576px) {
    .form-container[b-04aje9ezrg] {
        padding: 16px;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ConfirmEmail.razor.rz.scp.css */
/* Confirmation Page Styles */
:root[b-urasrbylli] {
    --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-urasrbylli] {
    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-urasrbylli] {
    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-urasrbylli] {
        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-urasrbylli] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-urasrbylli 25s infinite ease-in-out;
    }

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

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

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

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

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

/* Main container */
.confirmation-container[b-urasrbylli] {
    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-urasrbylli] {
    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-urasrbylli 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-urasrbylli] {
        position: relative;
        z-index: 2;
    }

    .confirmation-card:hover[b-urasrbylli] {
        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-urasrbylli]::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-urasrbylli]::before {
        opacity: 1;
    }

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

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

/* Card decorations */
.confirmation-card .card-decoration[b-urasrbylli] {
    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-urasrbylli] {
    top: -80px;
    right: -80px;
}

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

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

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

/* Status icon */
.confirmation-icon[b-urasrbylli] {
    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-urasrbylli 2s ease-in-out infinite;
}

    .confirmation-icon.is-success[b-urasrbylli] {
        --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-urasrbylli] {
        --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-urasrbylli] {
        --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-urasrbylli] {
    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-urasrbylli] {
    fill: #ffffff;
}

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

@keyframes pulse-b-urasrbylli {
    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-urasrbylli] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Message */
.confirmation-message[b-urasrbylli] {
    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-urasrbylli] {
        margin: 8px 0;
    }

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

/* Button */
.confirmation-card .mud-button-filled-primary[b-urasrbylli] {
    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-urasrbylli] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(67, 97, 238, 0.35);
    }

/* Help */
.confirmation-help[b-urasrbylli] {
    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-urasrbylli] {
        margin: 0;
    }

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

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

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

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

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

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

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

    .confirmation-icon[b-urasrbylli] {
        animation: none;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ForgetPassword.razor.rz.scp.css */
/* Forgot password page specific styles */
:root[b-uq2z8wwi8u] {
    --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-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
        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-uq2z8wwi8u] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-uq2z8wwi8u 25s infinite ease-in-out;
    }

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

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

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

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

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

/* Main container */
.forgot-container[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
    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-uq2z8wwi8u 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-uq2z8wwi8u] {
        position: relative;
        z-index: 2;
    }

    .floating-forgot-card:hover[b-uq2z8wwi8u] {
        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-uq2z8wwi8u]::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-uq2z8wwi8u]::before {
        opacity: 1;
    }

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

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

/* Card decorations */
.card-decoration[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
    top: -80px;
    right: -80px;
}

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

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

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

.forgot-icon[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(255, 153, 0, 0.4);
    }

.password-icon[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

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

/* Input styling */
.forgot-input .mud-input[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
        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-uq2z8wwi8u] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

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

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

.instructions[b-uq2z8wwi8u] {
    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-uq2z8wwi8u] {
    fill: var(--warning-orange);
    flex-shrink: 0;
}

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

    .forgot-actions .mud-button-root[b-uq2z8wwi8u] {
        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-uq2z8wwi8u] {
        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-uq2z8wwi8u] {
        transform: translateY(-2px);
    }

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

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

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

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

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

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

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

/* Very small screens */
@media (max-width: 320px) {
    .floating-forgot-card .mud-text-h2[b-uq2z8wwi8u] {
        font-size: 1.35rem !important;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/Login.razor.rz.scp.css */
/* Enhanced Login CSS */
:root[b-5ctiuj47l1] {
    --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-5ctiuj47l1] {
    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-5ctiuj47l1] {
    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-5ctiuj47l1] {
    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-5ctiuj47l1] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-5ctiuj47l1 25s infinite ease-in-out;
}

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

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

@keyframes floatAnimation-b-5ctiuj47l1 {
    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-5ctiuj47l1] {
    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-5ctiuj47l1] {
    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-5ctiuj47l1 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-5ctiuj47l1] {
        position: relative;
        z-index: 2;
    }

    .floating-login-card:hover[b-5ctiuj47l1] {
        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-5ctiuj47l1]::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-5ctiuj47l1]::before {
        opacity: 1;
    }

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

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

/* Card decorative elements */
.card-decoration[b-5ctiuj47l1] {
    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-5ctiuj47l1] {
    top: -80px;
    right: -80px;
}

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

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

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

.login-icon[b-5ctiuj47l1] {
    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-5ctiuj47l1] {
    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-5ctiuj47l1] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

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

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

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

.floating-login-card .mud-input[b-5ctiuj47l1] {
    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-5ctiuj47l1] {
        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-5ctiuj47l1] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Button */
.floating-login-card .mud-button-filled-primary[b-5ctiuj47l1] {
    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-5ctiuj47l1] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(67, 97, 238, 0.35);
    }

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

/* Footer */
.login-footer[b-5ctiuj47l1] {
    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-5ctiuj47l1] {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    margin: 0 5px;
    transition: color 0.2s;
}

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

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

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

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

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

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

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

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

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

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

/* Very small screens */
@media (max-width: 320px) {
    .floating-login-card .mud-text-h2[b-5ctiuj47l1] {
        font-size: 1.3rem !important;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/Register.razor.rz.scp.css */
/* Registration page specific styles */
:root[b-mj7punjn74] {
    --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-mj7punjn74] {
    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-mj7punjn74] {
    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-mj7punjn74] {
        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-mj7punjn74] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-mj7punjn74 25s infinite ease-in-out;
    }

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

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

@keyframes floatAnimation-b-mj7punjn74 {
    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-mj7punjn74] {
    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-mj7punjn74] {
    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-mj7punjn74 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-mj7punjn74] {
        position: relative;
        z-index: 2;
    }

    .floating-register-card:hover[b-mj7punjn74] {
        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-mj7punjn74]::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-mj7punjn74]::before {
        opacity: 1;
    }

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

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

/* Card decorative elements */
.card-decoration[b-mj7punjn74] {
    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-mj7punjn74] {
    top: -80px;
    right: -80px;
}

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

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

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

.register-icon[b-mj7punjn74] {
    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-mj7punjn74] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.user-icon[b-mj7punjn74] {
    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-mj7punjn74] {
    font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

/* Branch info */
.branch-info[b-mj7punjn74] {
    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-mj7punjn74] {
    gap: clamp(10px, 1.5vh, 16px);
    width: 100%;
}

/* Inputs, select, and date picker */
.register-input .mud-input[b-mj7punjn74],
.register-select .mud-input[b-mj7punjn74],
.register-datepicker .mud-input[b-mj7punjn74] {
    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-mj7punjn74],
    .register-select .mud-input:focus-within[b-mj7punjn74],
    .register-datepicker .mud-input:focus-within[b-mj7punjn74] {
        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-mj7punjn74],
.register-select .mud-input-label[b-mj7punjn74],
.register-datepicker .mud-input-label[b-mj7punjn74] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Gender styling */
.gender-container[b-mj7punjn74] {
    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-mj7punjn74] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

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

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

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

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

    .register-buttons .mud-button-root[b-mj7punjn74],
    .register-buttons .mud-button-filled-primary[b-mj7punjn74] {
        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-mj7punjn74] {
        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-mj7punjn74] {
        transform: translateY(-2px);
    }

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

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

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

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

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

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

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

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

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

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

.social-register-button[b-mj7punjn74] {
    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-mj7punjn74] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(67, 97, 238, 0.15);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .register-buttons-container[b-mj7punjn74],
    .login-link-container[b-mj7punjn74] {
        margin-top: 10px;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ResetPassword.razor.rz.scp.css */
/* Reset password page specific styles */
:root[b-bsd13gzmak] {
    --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-bsd13gzmak] {
    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-bsd13gzmak] {
    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-bsd13gzmak] {
    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-bsd13gzmak] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-bsd13gzmak 25s infinite ease-in-out;
}

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

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

@keyframes floatAnimation-b-bsd13gzmak {
    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-bsd13gzmak] {
    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-bsd13gzmak] {
    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-bsd13gzmak 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-bsd13gzmak] {
        position: relative;
        z-index: 2;
    }

    .floating-reset-card:hover[b-bsd13gzmak] {
        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-bsd13gzmak]::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-bsd13gzmak]::before {
        opacity: 1;
    }

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

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

/* Decorative blobs */
.card-decoration[b-bsd13gzmak] {
    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-bsd13gzmak] {
    top: -80px;
    right: -80px;
}

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

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

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

.reset-icon[b-bsd13gzmak] {
    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-bsd13gzmak] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.key-icon[b-bsd13gzmak] {
    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-bsd13gzmak] {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    line-height: 1.15;
}

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

.reset-input .mud-input[b-bsd13gzmak] {
    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-bsd13gzmak] {
        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-bsd13gzmak] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

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

.requirements[b-bsd13gzmak] {
    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-bsd13gzmak] {
    fill: var(--success-green);
    flex-shrink: 0;
    margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .reset-actions .mud-button-root[b-bsd13gzmak] {
        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-bsd13gzmak] {
        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-bsd13gzmak] {
        transform: translateY(-2px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .req-item[b-bsd13gzmak] {
        margin-bottom: 4px;
    }
}
/* /Pages/SelfHostTenant/Customer/Dashboard/Index.razor.rz.scp.css */
.dashboard-more:focus[b-wr0mywa7bo] {
    outline: none;
    box-shadow: none;
}

.dashboard-card[b-wr0mywa7bo] {
    overflow: hidden; /* keeps footer flush with rounded corners */
}

.dashboard-more[b-wr0mywa7bo] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

    .dashboard-more:hover[b-wr0mywa7bo] {
        background: rgba(0, 0, 0, 0.22);
        color: #fff;
        text-decoration: none;
    }
/* /Pages/SelfHostTenant/Tenants/Dashboard/Index.razor.rz.scp.css */
.dashboard-more:focus[b-m46g4ij7iq] {
    outline: none;
    box-shadow: none;
}

.dashboard-card[b-m46g4ij7iq] {
    overflow: hidden; /* keeps footer flush with rounded corners */
}

.dashboard-more[b-m46g4ij7iq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

    .dashboard-more:hover[b-m46g4ij7iq] {
        background: rgba(0, 0, 0, 0.22);
        color: #fff;
        text-decoration: none;
    }
/* /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/ErrorPages/Error400.razor.rz.scp.css */
:root[b-1b53zblt88] {
    --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-1b53zblt88] {
        --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-1b53zblt88] {
    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-1b53zblt88] {
    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-1b53zblt88] {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--accent);
}

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

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

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

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

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

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

.btn[b-1b53zblt88] {
    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-1b53zblt88] {
        transform: translateY(1px);
    }

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

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

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

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

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

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

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

.err400-meta[b-1b53zblt88] {
    margin-top: 18px;
    font-size: 12px;
    color: var(--muted);
    user-select: text;
    word-break: break-word;
}
/* /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);
    }
}*/
