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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-kzsdevl6nj], article[b-kzsdevl6nj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8360y9uxh6] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-8360y9uxh6] {
    font-size: 1.1rem;
}

.bi[b-8360y9uxh6] {
    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-8360y9uxh6] {
    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-8360y9uxh6] {
    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-8360y9uxh6] {
    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-8360y9uxh6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

    .nav-scrollable[b-8360y9uxh6] {
        /* 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-xzrok8iyz2] {
    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-xzrok8iyz2] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* The card itself */
.form-container[b-xzrok8iyz2] {
    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-xzrok8iyz2] {
        padding: 16px;
    }
}
/* /Pages/CompleteWarehouseSolutionTenant/Common/Auth/ResetPassword.razor.rz.scp.css */
/* Full-screen background wrapper */
.auth-page[b-ehj1rfv8eo] {
    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-ehj1rfv8eo] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* The card itself */
.form-container[b-ehj1rfv8eo] {
    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-ehj1rfv8eo] {
        padding: 16px;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ConfirmEmail.razor.rz.scp.css */
/* Confirmation Page Styles */
.confirmation-container[b-nomskbt1vb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.confirmation-background[b-nomskbt1vb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

    .confirmation-background .floating-shape[b-nomskbt1vb] {
        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-nomskbt1vb] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-nomskbt1vb 25s infinite ease-in-out;
    }

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

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

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

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

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

/* Confirmation card - matches login card style */
.confirmation-card[b-nomskbt1vb] {
    background-color: white;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-nomskbt1vb 0.8s ease-out;
    max-width: 440px;
    width: 100%;
    z-index: 10;
    margin: 0;
}

    .confirmation-card:hover[b-nomskbt1vb] {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

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

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

@keyframes cardAppear-b-nomskbt1vb {
    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-nomskbt1vb] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.03), rgba(114, 9, 183, 0.03));
    filter: blur(30px);
    z-index: -1;
    pointer-events: none;
}

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

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

/* Header styling with status icon */
.confirmation-header[b-nomskbt1vb] {
    text-align: center;
    margin-bottom: 40px;
}

/* ✅ UPDATED: Icon container now supports success / fail / loading via classes */
.confirmation-icon[b-nomskbt1vb] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    position: relative;
    z-index: 2;
    /* Default (success) values */
    --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; /* tick color */

    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-nomskbt1vb 2s ease-in-out infinite;
}

    /* ✅ Success state */
    .confirmation-icon.is-success[b-nomskbt1vb] {
        --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;
    }

    /* ✅ Failed state */
    .confirmation-icon.is-failed[b-nomskbt1vb] {
        --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;
    }

    /* ✅ Loading state (optional) */
    .confirmation-icon.is-loading[b-nomskbt1vb] {
        --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);
    }

/* ✅ UPDATED: SVG styles (replaces .checkmark-icon) */
.status-icon[b-nomskbt1vb] {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.status-icon__bg[b-nomskbt1vb] {
    fill: #ffffff; /* inner circle */
}

.status-icon__fg[b-nomskbt1vb] {
    fill: currentColor; /* tick/X uses success/fail color */
}

/* Add a subtle pulse animation (now uses variables so it matches success/fail) */
@keyframes pulse-b-nomskbt1vb {
    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);
    }
}

/* Confirmation message */
.confirmation-message[b-nomskbt1vb] {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

    .confirmation-message p[b-nomskbt1vb] {
        margin: 10px 0;
    }

/* Confirmation actions */
.confirmation-actions[b-nomskbt1vb] {
    margin-bottom: 30px;
    width: 100%;
}

/* Enhanced MudButton for responsiveness */
.confirmation-card .mud-button-filled-primary[b-nomskbt1vb] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    display: block;
}

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

/* Help section */
.confirmation-help[b-nomskbt1vb] {
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

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

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

/* Success color variables for green theme */
:root[b-nomskbt1vb] {
    --success-green: #10b981;
    --success-dark: #059669;
    --success-light: #d1fae5;
}

/* Responsive Design */
@media (min-width: 1024px) {
    .confirmation-card[b-nomskbt1vb] {
        padding: 60px 50px;
        max-width: 480px;
    }

    .confirmation-icon[b-nomskbt1vb] {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }

    .status-icon[b-nomskbt1vb] {
        width: 40px;
        height: 40px;
    }

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

    .confirmation-card .mud-button-filled-primary[b-nomskbt1vb] {
        padding: 20px;
        font-size: 17px;
    }
}

@media (min-width: 1440px) {
    .confirmation-card[b-nomskbt1vb] {
        max-width: 520px;
    }

    .confirmation-icon[b-nomskbt1vb] {
        width: 90px;
        height: 90px;
    }

    .status-icon[b-nomskbt1vb] {
        width: 45px;
        height: 45px;
    }

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

@media (max-width: 768px) {
    .confirmation-container[b-nomskbt1vb] {
        padding: 15px;
    }

    .confirmation-card[b-nomskbt1vb] {
        padding: 40px 30px;
        border-radius: 18px;
        width: 100%;
    }

    .confirmation-icon[b-nomskbt1vb] {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        animation: pulse-b-nomskbt1vb 2.5s ease-in-out infinite; /* Slower pulse on mobile */
    }

    .status-icon[b-nomskbt1vb] {
        width: 28px;
        height: 28px;
    }

    .confirmation-card .mud-button-filled-primary[b-nomskbt1vb] {
        padding: 16px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .confirmation-container[b-nomskbt1vb] {
        padding: 10px;
    }

    .confirmation-card[b-nomskbt1vb] {
        padding: 30px 20px;
        border-radius: 16px;
        width: 100%;
    }

    .confirmation-icon[b-nomskbt1vb] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        animation: pulse-b-nomskbt1vb 3s ease-in-out infinite; /* Even slower pulse on small mobile */
    }

    .status-icon[b-nomskbt1vb] {
        width: 24px;
        height: 24px;
    }

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

    .confirmation-card .mud-button-filled-primary[b-nomskbt1vb] {
        padding: 16px;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .confirmation-container[b-nomskbt1vb] {
        padding: 5px;
    }

    .confirmation-card[b-nomskbt1vb] {
        padding: 25px 15px;
    }

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

    .confirmation-icon[b-nomskbt1vb] {
        animation: none; /* Remove animation on very small screens */
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ForgetPassword.razor.rz.scp.css */
/* Forgot password page specific styles */
:root[b-84zv8e258l] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 20px;
    --warning-orange: #ff9900;
    --warning-dark: #e68a00;
}

/* Background with enhanced lighting */
.forgot-page-background[b-84zv8e258l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

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

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

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

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

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

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

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

/* Enhanced floating card - CENTERED VERTICALLY */
.floating-forgot-card[b-84zv8e258l] {
    background-color: white;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-84zv8e258l 0.8s ease-out;
    max-width: 440px;
    width: 90%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

    .floating-forgot-card:hover[b-84zv8e258l] {
        transform: translate(-50%, calc(-50% - 8px));
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

@keyframes cardAppear-b-84zv8e258l {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

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

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

.decoration-2[b-84zv8e258l] {
    bottom: -80px;
    left: -80px;
}

/* Header styling */
.forgot-header[b-84zv8e258l] {
    text-align: center;
    margin-bottom: 40px;
}

.forgot-icon[b-84zv8e258l] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--warning-orange), var(--warning-dark));
    border-radius: 20px;
    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-84zv8e258l] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(255, 153, 0, 0.4);
    }

.password-icon[b-84zv8e258l] {
    width: 40px;
    height: 40px;
    fill: #6c757d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Form grid */
.forgot-grid[b-84zv8e258l] {
    gap: 24px;
    width: 100%;
}

/* Input styling */
.forgot-input .mud-input[b-84zv8e258l] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px 16px 16px 50px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

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

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

/* Instructions */
.instructions-container[b-84zv8e258l] {
    margin-top: 10px;
}

.instructions[b-84zv8e258l] {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(255, 153, 0, 0.05);
    border-left: 3px solid var(--warning-orange);
    padding: 15px;
    border-radius: 8px;
    color: var(--text-light);
    font-size: 14px;
}

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

/* ------------------------------------------------------------------ */
/* ✅ FIXED BUTTON LAYOUT THAT MATCHES YOUR CURRENT MARKUP */
/* ------------------------------------------------------------------ */
.forgot-actions[b-84zv8e258l] {
    display: flex;
    gap: 15px;
    width: 100%;
}

    /* Make each MudButton take half the row and stretch */
    .forgot-actions .mud-button-root[b-84zv8e258l] {
        flex: 1 1 0;
        width: 100%;
        max-width: 100%;
    }

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

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

/* Responsive design */
@media (min-width: 1024px) {
    .floating-forgot-card[b-84zv8e258l] {
        padding: 60px 50px;
        max-width: 480px;
    }

    .forgot-icon[b-84zv8e258l] {
        width: 90px;
        height: 90px;
    }

    .password-icon[b-84zv8e258l] {
        width: 45px;
        height: 45px;
    }

    .floating-forgot-card .mud-text-h2[b-84zv8e258l] {
        font-size: 2.2rem !important;
    }

    .forgot-input .mud-input[b-84zv8e258l] {
        padding: 18px 18px 18px 55px;
        min-height: 60px;
        font-size: 16px;
    }

    .instructions[b-84zv8e258l] {
        font-size: 15px;
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .floating-forgot-card[b-84zv8e258l] {
        padding: 40px 30px;
        border-radius: 18px;
        width: 95%;
    }

    .forgot-icon[b-84zv8e258l] {
        width: 70px;
        height: 70px;
    }

    .password-icon[b-84zv8e258l] {
        width: 35px;
        height: 35px;
    }

    .floating-forgot-card .mud-text-h2[b-84zv8e258l] {
        font-size: 1.8rem !important;
    }

    .forgot-input .mud-input[b-84zv8e258l] {
        padding: 14px 14px 14px 48px;
        min-height: 52px;
        font-size: 14px;
    }

    .instructions[b-84zv8e258l] {
        font-size: 13px;
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .floating-forgot-card[b-84zv8e258l] {
        padding: 30px 20px;
        border-radius: 16px;
        width: 98%;
    }

    .forgot-icon[b-84zv8e258l] {
        width: 60px;
        height: 60px;
    }

    .password-icon[b-84zv8e258l] {
        width: 30px;
        height: 30px;
    }

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

    .forgot-input .mud-input[b-84zv8e258l] {
        padding: 12px 12px 12px 46px;
        min-height: 48px;
    }
    /* ✅ STACK BUTTONS ON MOBILE - FULL WIDTH */
    .forgot-actions[b-84zv8e258l] {
        flex-direction: column;
        gap: 12px;
    }

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

    .instructions[b-84zv8e258l] {
        font-size: 12px;
        padding: 12px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

@media (max-width: 320px) {
    .floating-forgot-card[b-84zv8e258l] {
        padding: 25px 15px;
    }

        .floating-forgot-card .mud-text-h2[b-84zv8e258l] {
            font-size: 1.4rem !important;
        }
}
/* /Pages/SelfHostTenant/Common/Auth/Login.razor.rz.scp.css */
/* Enhanced CSS without @import for scoped CSS files */
:root[b-2yjutiyvfu] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 20px;
}

/* Background with enhanced lighting */
.login-page-background[b-2yjutiyvfu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

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

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

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

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

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

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

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

/* Enhanced floating card with better hover lighting */
.floating-login-card[b-2yjutiyvfu] {
    background-color: white;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-2yjutiyvfu 0.8s ease-out;
    max-width: 440px;
    margin: 100px auto;
    width: 90%;
    z-index: 10;
}

    /* Enhanced hover effect with glow */
    .floating-login-card:hover[b-2yjutiyvfu] {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

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

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

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

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

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

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

.decoration-2[b-2yjutiyvfu] {
    bottom: -80px;
    left: -80px;
}

/* Header styling with SVG icon */
.login-header[b-2yjutiyvfu] {
    text-align: center;
    margin-bottom: 40px;
}

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

/* SVG Lock Icon Styling */
.lock-icon[b-2yjutiyvfu] {
    width: 32px;
    height: 32px;
    fill: #6c757d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Responsive MudGrid */
.floating-login-card .mud-grid[b-2yjutiyvfu] {
    gap: 24px;
    width: 100%;
}

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

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

.floating-login-card .mud-input[b-2yjutiyvfu] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

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

/* Enhanced MudButton for responsiveness */
.floating-login-card .mud-button-filled-primary[b-2yjutiyvfu] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    display: block;
}

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

/* Form options responsiveness */
.form-options-container[b-2yjutiyvfu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

/* Alternative login options - responsive */
.alternative-login[b-2yjutiyvfu] {
    margin-top: 40px;
    text-align: center;
    color: var(--text-light);
    font-size: 14px;
    position: relative;
    width: 100%;
}

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

    .alternative-login span[b-2yjutiyvfu] {
        background-color: white;
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

.social-login-container[b-2yjutiyvfu] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.social-login-button[b-2yjutiyvfu] {
    width: 55px;
    height: 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: 22px;
    cursor: pointer;
    transition: all 0.3s;
}

    .social-login-button:hover[b-2yjutiyvfu] {
        border-color: var(--primary-blue);
        color: var(--primary-blue);
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(67, 97, 238, 0.15);
    }

/* Footer links - responsive */
.login-footer[b-2yjutiyvfu] {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    width: 100%;
}

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

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

/* Laptop and larger screens (1024px and up) */
@media (min-width: 1024px) {
    .floating-login-card[b-2yjutiyvfu] {
        padding: 60px 50px;
        max-width: 480px;
    }

    .login-icon[b-2yjutiyvfu] {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }

    .lock-icon[b-2yjutiyvfu] {
        width: 40px;
        height: 40px;
    }

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

    .floating-login-card .mud-input[b-2yjutiyvfu] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
    }

    .floating-login-card .mud-button-filled-primary[b-2yjutiyvfu] {
        padding: 20px;
        font-size: 17px;
    }

    .social-login-container[b-2yjutiyvfu] {
        gap: 25px;
    }

    .social-login-button[b-2yjutiyvfu] {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {
    .floating-login-card[b-2yjutiyvfu] {
        max-width: 520px;
        margin: 120px auto;
    }

    .login-icon[b-2yjutiyvfu] {
        width: 90px;
        height: 90px;
    }

    .lock-icon[b-2yjutiyvfu] {
        width: 45px;
        height: 45px;
    }

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

/* Tablet screens (768px and below) */
@media (max-width: 768px) {
    .floating-login-card[b-2yjutiyvfu] {
        padding: 40px 30px;
        margin: 60px auto;
        border-radius: 18px;
        width: 95%;
    }

    .login-icon[b-2yjutiyvfu] {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .lock-icon[b-2yjutiyvfu] {
        width: 28px;
        height: 28px;
    }

    .floating-login-card .mud-input[b-2yjutiyvfu] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
    }

    .form-options-container[b-2yjutiyvfu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .form-options-container .mud-switch[b-2yjutiyvfu] {
            width: 100%;
        }

        .form-options-container .mud-link[b-2yjutiyvfu] {
            width: 100%;
            text-align: right;
        }

    .social-login-container[b-2yjutiyvfu] {
        gap: 15px;
    }

    .social-login-button[b-2yjutiyvfu] {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Mobile screens (480px and below) */
@media (max-width: 480px) {
    .floating-login-card[b-2yjutiyvfu] {
        padding: 30px 20px;
        margin: 40px auto;
        border-radius: 16px;
        width: 98%;
    }

    .login-icon[b-2yjutiyvfu] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .lock-icon[b-2yjutiyvfu] {
        width: 24px;
        height: 24px;
    }

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

    .floating-login-card .mud-input[b-2yjutiyvfu] {
        padding: 12px;
        min-height: 48px;
    }

    .floating-login-card .mud-button-filled-primary[b-2yjutiyvfu] {
        padding: 16px;
        font-size: 15px;
    }

    .social-login-container[b-2yjutiyvfu] {
        gap: 12px;
    }

    .social-login-button[b-2yjutiyvfu] {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Small mobile screens (320px and below) */
@media (max-width: 320px) {
    .floating-login-card[b-2yjutiyvfu] {
        padding: 25px 15px;
        margin: 30px auto;
    }

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

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

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

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

/* Make sure form elements don't overflow */
.floating-login-card *[b-2yjutiyvfu] {
    box-sizing: border-box;
    max-width: 100%;
}
/* /Pages/SelfHostTenant/Common/Auth/Register.razor.rz.scp.css */
/* Registration page specific styles */
:root[b-d6h1xfbdlr] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 20px;
    --success-green: #4bb543;
}

/* Background with enhanced lighting */
.register-page-background[b-d6h1xfbdlr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

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

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

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

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

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

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

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

/* Enhanced floating card */
.floating-register-card[b-d6h1xfbdlr] {
    background-color: white;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-d6h1xfbdlr 0.8s ease-out;
    max-width: 800px;
    margin: 80px auto;
    width: 95%;
    z-index: 10;
}

    .floating-register-card:hover[b-d6h1xfbdlr] {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

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

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

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

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

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

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

.decoration-2[b-d6h1xfbdlr] {
    bottom: -80px;
    left: -80px;
}

/* Header styling */
.register-header[b-d6h1xfbdlr] {
    text-align: center;
    margin-bottom: 40px;
}

.register-icon[b-d6h1xfbdlr] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--success-green), #2e8b57);
    border-radius: 20px;
    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-d6h1xfbdlr] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.user-icon[b-d6h1xfbdlr] {
    width: 40px;
    height: 40px;
    fill: #6c757d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Branch info */
.branch-info[b-d6h1xfbdlr] {
    background-color: rgba(67, 97, 238, 0.05);
    border-left: 4px solid var(--primary-blue);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* Form grid */
.register-grid[b-d6h1xfbdlr] {
    gap: 20px;
    width: 100%;
}

/* Input styling */
.register-input .mud-input[b-d6h1xfbdlr] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

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

/* Gender styling */
.gender-container[b-d6h1xfbdlr] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    min-height: 56px;
}

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

.gender-radio-group[b-d6h1xfbdlr] {
    display: flex;
    gap: 30px;
}

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

/* Date picker styling */
.register-datepicker .mud-input[b-d6h1xfbdlr] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

/* Select styling */
.register-select .mud-input[b-d6h1xfbdlr] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

/* Button container */
.register-buttons-container[b-d6h1xfbdlr] {
    margin-top: 30px;
}

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

.btn-content[b-d6h1xfbdlr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-icon[b-d6h1xfbdlr] {
    transition: transform 0.3s ease;
}

/* Submit button */
.register-submit-btn[b-d6h1xfbdlr] {
    background: linear-gradient(135deg, var(--success-green), #2e8b57);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(75, 181, 67, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    display: block;
}

    .register-submit-btn:hover[b-d6h1xfbdlr] {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(75, 181, 67, 0.35);
    }

        .register-submit-btn:hover .btn-icon[b-d6h1xfbdlr] {
            transform: translateX(5px);
        }

/* Cancel button */
.register-cancel-btn[b-d6h1xfbdlr] {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    display: block;
}

    .register-cancel-btn:hover[b-d6h1xfbdlr] {
        border-color: var(--text-light);
        background-color: rgba(108, 117, 125, 0.05);
        transform: translateY(-2px);
    }

        .register-cancel-btn:hover .btn-icon[b-d6h1xfbdlr] {
            transform: rotate(90deg);
        }

/* Login link */
.login-link-container[b-d6h1xfbdlr] {
    margin-top: 20px;
}

.login-link[b-d6h1xfbdlr] {
    text-align: center;
    color: var(--text-light);
    font-size: 15px;
}

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

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

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

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

/* Responsive design */
@media (min-width: 1024px) {
    .floating-register-card[b-d6h1xfbdlr] {
        max-width: 850px;
        padding: 60px 50px;
    }

    .register-icon[b-d6h1xfbdlr] {
        width: 90px;
        height: 90px;
    }

    .user-icon[b-d6h1xfbdlr] {
        width: 45px;
        height: 45px;
    }

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

    .register-input .mud-input[b-d6h1xfbdlr],
    .register-select .mud-input[b-d6h1xfbdlr],
    .register-datepicker .mud-input[b-d6h1xfbdlr] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
    }

    .gender-container[b-d6h1xfbdlr] {
        padding: 18px;
        min-height: 60px;
    }

    .register-submit-btn[b-d6h1xfbdlr],
    .register-cancel-btn[b-d6h1xfbdlr] {
        padding: 20px;
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .floating-register-card[b-d6h1xfbdlr] {
        padding: 40px 30px;
        margin: 60px auto;
        border-radius: 18px;
        width: 95%;
    }

    .register-icon[b-d6h1xfbdlr] {
        width: 70px;
        height: 70px;
    }

    .user-icon[b-d6h1xfbdlr] {
        width: 35px;
        height: 35px;
    }

    .register-grid[b-d6h1xfbdlr] {
        gap: 15px;
    }

    .register-input .mud-input[b-d6h1xfbdlr],
    .register-select .mud-input[b-d6h1xfbdlr],
    .register-datepicker .mud-input[b-d6h1xfbdlr] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
    }

    .gender-container[b-d6h1xfbdlr] {
        padding: 14px;
        min-height: 52px;
    }

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

    .gender-radio-group[b-d6h1xfbdlr] {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .floating-register-card[b-d6h1xfbdlr] {
        padding: 30px 20px;
        margin: 40px auto;
        border-radius: 16px;
        width: 98%;
    }

    .register-icon[b-d6h1xfbdlr] {
        width: 60px;
        height: 60px;
    }

    .user-icon[b-d6h1xfbdlr] {
        width: 30px;
        height: 30px;
    }

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

    .register-input .mud-input[b-d6h1xfbdlr],
    .register-select .mud-input[b-d6h1xfbdlr],
    .register-datepicker .mud-input[b-d6h1xfbdlr] {
        padding: 12px;
        min-height: 48px;
    }

    .gender-container[b-d6h1xfbdlr] {
        padding: 12px;
        min-height: 48px;
    }

    .register-submit-btn[b-d6h1xfbdlr],
    .register-cancel-btn[b-d6h1xfbdlr] {
        padding: 16px;
        font-size: 15px;
    }

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

@media (max-width: 320px) {
    .floating-register-card[b-d6h1xfbdlr] {
        padding: 25px 15px;
        margin: 30px auto;
    }

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

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

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

    .alternative-register span[b-d6h1xfbdlr] {
        background-color: white;
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

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

.social-register-button[b-d6h1xfbdlr] {
    width: 55px;
    height: 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: 22px;
    cursor: pointer;
    transition: all 0.3s;
}

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

    /* Individual social button colors on hover */
    .social-register-button:nth-child(1):hover[b-d6h1xfbdlr] {
        border-color: #DB4437;
        color: #DB4437;
    }

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

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

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

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

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

/* Responsive adjustments */
@media (min-width: 1024px) {
    .social-register-container[b-d6h1xfbdlr] {
        gap: 25px;
    }

    .social-register-button[b-d6h1xfbdlr] {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .social-register-container[b-d6h1xfbdlr] {
        gap: 15px;
    }

    .social-register-button[b-d6h1xfbdlr] {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .social-register-container[b-d6h1xfbdlr] {
        gap: 12px;
    }

    .social-register-button[b-d6h1xfbdlr] {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
/* /Pages/SelfHostTenant/Common/Auth/ResetPassword.razor.rz.scp.css */
/* ========================================================= Reset password page specific styles ========================================================= */

:root[b-cisozbzuvi] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 20px;
    --success-green: #4bb543;
    --success-dark: #3a9a32; /* ✅ Added for unmet requirement (red X) */
    --danger-red: #e74c3c;
}
/* ========================================================= Background + floating shapes ========================================================= */

.reset-page-background[b-cisozbzuvi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

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

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

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

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

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

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

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}
/* ========================================================= Card container ========================================================= */

.floating-reset-card[b-cisozbzuvi] {
    background-color: white;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    max-width: 440px;
    width: 90%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-cisozbzuvi 0.8s ease-out;
}

    .floating-reset-card:hover[b-cisozbzuvi] {
        transform: translate(-50%, calc(-50% - 8px));
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

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

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

@keyframes cardAppear-b-cisozbzuvi {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* Decorative blobs inside card */

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

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

.decoration-2[b-cisozbzuvi] {
    bottom: -80px;
    left: -80px;
}
/* ========================================================= Header + icon ========================================================= */

.reset-header[b-cisozbzuvi] {
    text-align: center;
    margin-bottom: 40px;
}

.reset-icon[b-cisozbzuvi] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--success-green), var(--success-dark));
    border-radius: 20px;
    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-cisozbzuvi] {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(75, 181, 67, 0.4);
    }

.key-icon[b-cisozbzuvi] {
    width: 40px;
    height: 40px;
    fill: #6c757d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
/* ========================================================= Form layout + inputs ========================================================= */

.reset-grid[b-cisozbzuvi] {
    gap: 24px;
    width: 100%;
}

.reset-input .mud-input[b-cisozbzuvi] {
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

.reset-input .mud-input-label[b-cisozbzuvi] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
/* ========================================================= Password requirements block ========================================================= */

.requirements-container[b-cisozbzuvi] {
    margin-top: 10px;
}

.requirements[b-cisozbzuvi] {
    display: flex;
    gap: 15px;
    background-color: rgba(75, 181, 67, 0.05);
    border-left: 3px solid var(--success-green);
    padding: 20px;
    border-radius: 10px;
    color: var(--text-light);
    font-size: 14px;
}

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

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

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

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

    .requirements-list li[b-cisozbzuvi] {
        margin-bottom: 6px;
        position: relative;
    }
        /* default bullet (kept for any other list usage) */

        .requirements-list li[b-cisozbzuvi]:before {
            content: "•";
            color: var(--success-green);
            font-weight: bold;
            position: absolute;
            left: -15px;
        }
/* ========================================================= ✅ LIVE password requirement ticks (green check / red X) (Works with your Razor classes: requirements-live, req-item, met/unmet, req-icon) ========================================================= */

.requirements-live[b-cisozbzuvi] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
    /* ✅ override bullet for live list only */

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

.req-item[b-cisozbzuvi] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    line-height: 1.25;
}
/* MudIcon root */

.req-icon[b-cisozbzuvi] {
    font-size: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    /* ✅ Make sure SVG uses the same color */

    .req-icon svg[b-cisozbzuvi] {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }
/* ✅ Default/unmet = RED X (initial state) */

.req-item.unmet .req-icon[b-cisozbzuvi], .req-item.unmet .req-icon svg[b-cisozbzuvi] {
    color: var(--danger-red) !important;
    fill: var(--danger-red) !important;
}
/* ✅ Met = GREEN TICK */

.req-item.met .req-icon[b-cisozbzuvi], .req-item.met .req-icon svg[b-cisozbzuvi] {
    color: var(--success-green) !important;
    fill: var(--success-green) !important;
}
/* ✅ Text colors */

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

.req-item.met span[b-cisozbzuvi] {
    color: var(--text-dark);
}
/* ========================================================= Buttons (desktop full width, equal size, spaced) ========================================================= */

.reset-actions[b-cisozbzuvi] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: stretch;
}

    .reset-actions .mud-button-root[b-cisozbzuvi] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
/* ========================================================= Loading spinner ========================================================= */

.loading-container[b-cisozbzuvi] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
}

    .loading-container .mud-progress-circular[b-cisozbzuvi] {
        width: 60px !important;
        height: 60px !important;
    }
/* ========================================================= Responsive ========================================================= */ /* Large screens */

@media (min-width: 1024px) {
    .floating-reset-card[b-cisozbzuvi] {
        padding: 60px 50px;
        max-width: 480px;
    }

    .reset-icon[b-cisozbzuvi] {
        width: 90px;
        height: 90px;
    }

    .key-icon[b-cisozbzuvi] {
        width: 45px;
        height: 45px;
    }

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

    .reset-input .mud-input[b-cisozbzuvi] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
    }

    .requirements[b-cisozbzuvi] {
        font-size: 15px;
        padding: 22px;
    }

    .req-icon[b-cisozbzuvi] {
        font-size: 19px;
    }
}
/* Tablets */

@media (max-width: 768px) {
    .floating-reset-card[b-cisozbzuvi] {
        padding: 40px 30px;
        border-radius: 18px;
        width: 95%;
    }

    .reset-icon[b-cisozbzuvi] {
        width: 70px;
        height: 70px;
    }

    .key-icon[b-cisozbzuvi] {
        width: 35px;
        height: 35px;
    }

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

    .reset-input .mud-input[b-cisozbzuvi] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
    }

    .requirements[b-cisozbzuvi] {
        font-size: 13px;
        padding: 18px;
    }

    .req-icon[b-cisozbzuvi] {
        font-size: 18px;
    }
}
/* Phones */

@media (max-width: 480px) { /* ✅ Force scrolling to be allowed in common SPA/MudBlazor layouts */

    html[b-cisozbzuvi], body[b-cisozbzuvi] {
        height: auto !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    /* If MudLayout is used, this helps a lot */

    .mud-layout[b-cisozbzuvi], .mud-main-content[b-cisozbzuvi], .mud-drawer-content[b-cisozbzuvi] {
        height: auto !important;
        overflow-y: auto !important;
    }
    /* ✅ Stop absolute centering + stop animation from re-applying transform */

    .floating-reset-card[b-cisozbzuvi] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        width: 98%;
        padding: 30px 20px;
        border-radius: 16px;
        margin: 16px auto !important;
        max-height: calc(100dvh - 32px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
        /* Disable hover lift on touch devices */

        .floating-reset-card:hover[b-cisozbzuvi] {
            transform: none !important;
            box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
        }

    .reset-icon[b-cisozbzuvi] {
        width: 60px;
        height: 60px;
    }

    .key-icon[b-cisozbzuvi] {
        width: 30px;
        height: 30px;
    }

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

    .reset-input .mud-input[b-cisozbzuvi] {
        padding: 12px;
        min-height: 48px;
    }
    /* Stack buttons */

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

    .requirements[b-cisozbzuvi] {
        font-size: 12px;
        padding: 16px;
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }

    .requirements-icon[b-cisozbzuvi] {
        align-self: center;
    }
    /* ✅ Keep live requirement rows clean on small screens */

    .req-item[b-cisozbzuvi] {
        gap: 8px;
        margin-bottom: 6px;
    }

    .req-icon[b-cisozbzuvi] {
        font-size: 18px;
    }
}
/* Very small phones */

@media (max-width: 320px) {
    .floating-reset-card[b-cisozbzuvi] {
        padding: 25px 15px;
    }

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

    .requirements-list[b-cisozbzuvi] {
        padding-left: 15px;
    }

    .req-icon[b-cisozbzuvi] {
        font-size: 17px;
    }
}
/* /Pages/SelfHostTenant/Customer/Dashboard/Index.razor.rz.scp.css */
.dashboard-more:focus[b-uofg2p7x76] {
    outline: none;
    box-shadow: none;
}

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

.dashboard-more[b-uofg2p7x76] {
    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-uofg2p7x76] {
        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-hnjwpclk0d] {
    outline: none;
    box-shadow: none;
}

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

.dashboard-more[b-hnjwpclk0d] {
    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-hnjwpclk0d] {
        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-mv38x7pdmf] {
    --card-radius: 34px; /* rounder edges */
}

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

/* Warehouse background image (BOTTOM layer) */
.warehouse-background[b-mv38x7pdmf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
}

/* Overlay + floating shapes (MIDDLE layer) */
.confirmation-background[b-mv38x7pdmf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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);
}

/* Confirmation Page Styles */
.confirmation-container[b-mv38x7pdmf] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.confirmation-background .floating-shape[b-mv38x7pdmf] {
    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-mv38x7pdmf] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-mv38x7pdmf 25s infinite ease-in-out;
}

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

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

@keyframes floatAnimation-b-mv38x7pdmf {
    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-mv38x7pdmf] {
    background-color: white;
    /* ✅ fallback ensures rounding even if variable is missing */
    border-radius: var(--card-radius, 34px);
    box-shadow: 0 10px 40px rgba(67, 97, 238, 0.12), 0 20px 80px rgba(67, 97, 238, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-mv38x7pdmf 0.8s ease-out;
    max-width: 440px;
    width: 100%;
    z-index: 2;
    margin: 0;
}

    .confirmation-card:hover[b-mv38x7pdmf] {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(67, 97, 238, 0.2), 0 30px 120px rgba(67, 97, 238, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(67, 97, 238, 0.1);
    }

    .confirmation-card[b-mv38x7pdmf]::before {
        content: '';
        position: absolute;
        inset: 0;
        /* ✅ MUST match card radius */
        border-radius: var(--card-radius, 34px);
        background: radial-gradient(circle at center, rgba(67, 97, 238, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
        pointer-events: none;
    }

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

@keyframes cardAppear-b-mv38x7pdmf {
    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-mv38x7pdmf] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.03), rgba(114, 9, 183, 0.03));
    filter: blur(30px);
    z-index: -1;
    pointer-events: none;
}

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

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

/* Header */
.confirmation-header[b-mv38x7pdmf] {
    text-align: center;
    margin-bottom: 40px;
}

/* Icon container */
.confirmation-icon[b-mv38x7pdmf] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    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-mv38x7pdmf 2s ease-in-out infinite;
}

    .confirmation-icon.is-success[b-mv38x7pdmf] {
        --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-mv38x7pdmf] {
        --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-mv38x7pdmf] {
        --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-mv38x7pdmf] {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

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

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

@keyframes pulse-b-mv38x7pdmf {
    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);
    }
}

/* Message */
.confirmation-message[b-mv38x7pdmf] {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

    .confirmation-message p[b-mv38x7pdmf] {
        margin: 10px 0;
    }

/* Actions */
.confirmation-actions[b-mv38x7pdmf] {
    margin-bottom: 30px;
    width: 100%;
}

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

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

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

/* Responsive Design (keep it rounded on mobile too) */
@media (max-width: 768px) {
    .confirmation-container[b-mv38x7pdmf] {
        padding: 15px;
    }

    .confirmation-card[b-mv38x7pdmf] {
        padding: 40px 30px;
        border-radius: 28px;
    }

        .confirmation-card[b-mv38x7pdmf]::before {
            border-radius: 28px;
        }
}

@media (max-width: 480px) {
    .confirmation-container[b-mv38x7pdmf] {
        padding: 10px;
    }

    .confirmation-card[b-mv38x7pdmf] {
        padding: 30px 20px;
        border-radius: 24px;
    }

        .confirmation-card[b-mv38x7pdmf]::before {
            border-radius: 24px;
        }
}
/* /Pages/Warehouses/Auth/ForgetPassword.razor.rz.scp.css */
/* Forget Password Page Styles */
:root[b-odma7ari5s] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 24px; /* Same rounded corners as login */
}

/* Warehouse background image */
.warehouse-background[b-odma7ari5s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
}

/* Background with enhanced lighting */
.forget-background[b-odma7ari5s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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);
}

    .forget-background .floating-shape[b-odma7ari5s] {
        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-odma7ari5s] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-odma7ari5s 25s infinite ease-in-out;
    }

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

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

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

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

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

/* Main container for centering */
.forget-container[b-odma7ari5s] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Enhanced floating card with same rounded corners */
.floating-forget-card[b-odma7ari5s] {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: var(--card-radius); /* 24px rounded corners */
    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: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-odma7ari5s 0.8s ease-out;
    max-width: 440px;
    width: 100%;
    z-index: 10;
    margin: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Enhanced hover effect with glow */
    .floating-forget-card:hover[b-odma7ari5s] {
        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-forget-card[b-odma7ari5s]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: var(--card-radius);
        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-odma7ari5s]::before {
        opacity: 1;
    }

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

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

/* Card decorative elements */
.card-decoration[b-odma7ari5s] {
    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: -1;
    pointer-events: none;
}

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

.decoration-2[b-odma7ari5s] {
    bottom: -80px;
    left: -80px;
}

/* Header styling with Key Icon */
.forget-header[b-odma7ari5s] {
    text-align: center;
    margin-bottom: 40px;
}

.forget-icon[b-odma7ari5s] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706); /* Amber gradient for "key" theme */
    border-radius: 18px; /* Rounded icon background */
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
    position: relative;
    z-index: 2;
}

/* Key Icon Styling */
.key-icon[b-odma7ari5s] {
    width: 32px;
    height: 32px;
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

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

/* Responsive MudGrid */
.floating-forget-card .mud-grid[b-odma7ari5s] {
    gap: 24px;
    width: 100%;
}

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

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

.floating-forget-card .mud-input[b-odma7ari5s] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: 12px; /* Rounded inputs */
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

/* Enhanced MudButton for responsiveness */
.floating-forget-card .mud-button-filled-primary[b-odma7ari5s] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: 14px; /* Rounded buttons */
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    display: block;
}

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

/* Back to login link */
.back-to-login[b-odma7ari5s] {
    margin-top: 20px;
    width: 100%;
}

.back-link[b-odma7ari5s] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue) !important;
    text-decoration: none !important;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

    .back-link:hover[b-odma7ari5s] {
        background-color: rgba(67, 97, 238, 0.1);
        text-decoration: underline !important;
    }

/* Footer links */
.forget-footer[b-odma7ari5s] {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    width: 100%;
}

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

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

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

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

/* Responsive Design */
@media (min-width: 1024px) {
    .floating-forget-card[b-odma7ari5s] {
        padding: 60px 50px;
        max-width: 480px;
        border-radius: 28px; /* More rounded on larger screens */
    }

    .forget-icon[b-odma7ari5s] {
        width: 80px;
        height: 80px;
        border-radius: 22px;
    }

    .key-icon[b-odma7ari5s] {
        width: 40px;
        height: 40px;
    }

    .floating-forget-card .mud-input[b-odma7ari5s] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
        border-radius: 14px;
    }

    .floating-forget-card .mud-button-filled-primary[b-odma7ari5s] {
        padding: 20px;
        font-size: 17px;
        border-radius: 16px;
    }
}

@media (min-width: 1440px) {
    .floating-forget-card[b-odma7ari5s] {
        max-width: 520px;
        border-radius: 32px; /* Most rounded on extra large screens */
    }

    .forget-icon[b-odma7ari5s] {
        width: 90px;
        height: 90px;
        border-radius: 24px;
    }

    .key-icon[b-odma7ari5s] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .forget-container[b-odma7ari5s] {
        padding: 15px;
    }

    .floating-forget-card[b-odma7ari5s] {
        padding: 40px 30px;
        border-radius: 20px;
        width: 100%;
    }

    .forget-icon[b-odma7ari5s] {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .key-icon[b-odma7ari5s] {
        width: 28px;
        height: 28px;
    }

    .floating-forget-card .mud-input[b-odma7ari5s] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
        border-radius: 10px;
    }

    .floating-forget-card .mud-button-filled-primary[b-odma7ari5s] {
        padding: 16px;
        font-size: 15px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .forget-container[b-odma7ari5s] {
        padding: 10px;
    }

    .floating-forget-card[b-odma7ari5s] {
        padding: 30px 20px;
        border-radius: 18px;
        width: 100%;
    }

    .forget-icon[b-odma7ari5s] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .key-icon[b-odma7ari5s] {
        width: 24px;
        height: 24px;
    }

    .floating-forget-card .mud-input[b-odma7ari5s] {
        padding: 12px;
        min-height: 48px;
        border-radius: 8px;
    }

    .floating-forget-card .mud-button-filled-primary[b-odma7ari5s] {
        padding: 16px;
        font-size: 15px;
        border-radius: 12px;
    }

    /* ✅ Stack the two buttons (Bootstrap-like row/col) */
    .floating-forget-card .row[b-odma7ari5s] {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important; /* space between stacked buttons */
        margin: 0 !important;
    }

        .floating-forget-card .row .col[b-odma7ari5s] {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            padding: 0 !important; /* remove side padding that can cause spacing */
        }
}

@media (max-width: 320px) {
    .forget-container[b-odma7ari5s] {
        padding: 5px;
    }

    .floating-forget-card[b-odma7ari5s] {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .forget-icon[b-odma7ari5s] {
        border-radius: 12px;
    }
}
/* /Pages/Warehouses/Auth/Login.razor.rz.scp.css */
/* Enhanced CSS without @import for scoped CSS files */
:root[b-2mvsh5tmz2] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 24px; /* Increased from 20px for more rounded corners */
}

/* Warehouse background image */
.warehouse-background[b-2mvsh5tmz2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
}

/* Background with enhanced lighting - on top of warehouse image */
.login-page-background[b-2mvsh5tmz2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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-2mvsh5tmz2] {
    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-2mvsh5tmz2] {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: floatAnimation-b-2mvsh5tmz2 25s infinite ease-in-out;
}

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

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

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

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

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

/* Main container for centering */
.login-page-container[b-2mvsh5tmz2] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Enhanced floating card with more rounded corners */
.floating-login-card[b-2mvsh5tmz2] {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: var(--card-radius); /* Now using 24px for more rounded corners */
    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: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-2mvsh5tmz2 0.8s ease-out;
    max-width: 440px;
    width: 100%;
    z-index: 10;
    margin: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Enhanced hover effect with glow */
    .floating-login-card:hover[b-2mvsh5tmz2] {
        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-2mvsh5tmz2]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: var(--card-radius); /* Match the rounded corners */
        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-2mvsh5tmz2]::before {
        opacity: 1;
    }

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

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

/* Card decorative elements */
.card-decoration[b-2mvsh5tmz2] {
    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: -1;
    pointer-events: none;
}

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

.decoration-2[b-2mvsh5tmz2] {
    bottom: -80px;
    left: -80px;
}

/* Header styling with Warehouse Icon */
.login-header[b-2mvsh5tmz2] {
    text-align: center;
    margin-bottom: 40px;
}

.login-icon[b-2mvsh5tmz2] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-purple));
    border-radius: 18px; /* Increased from 16px for more rounded icon background */
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.3);
    position: relative;
    z-index: 2;
}

/* Custom Warehouse Icon Styling */
.warehouse-icon[b-2mvsh5tmz2] {
    width: 36px; /* Slightly larger for better detail visibility */
    height: 36px;
    fill: #6c757d;
    stroke: #6c757d;
    stroke-width: 1.5px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Responsive MudGrid */
.floating-login-card .mud-grid[b-2mvsh5tmz2] {
    gap: 24px;
    width: 100%;
}

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

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

.floating-login-card .mud-input[b-2mvsh5tmz2] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: 12px; /* Increased from 8px for more rounded inputs */
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

    .floating-login-card .mud-input:focus-within[b-2mvsh5tmz2] {
        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-2mvsh5tmz2] {
    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-2mvsh5tmz2] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: 14px; /* Increased from 12px for more rounded buttons */
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    display: block;
}

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

/* Form options responsiveness */
.form-options-container[b-2mvsh5tmz2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

/* Footer links - responsive */
.login-footer[b-2mvsh5tmz2] {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    width: 100%;
}

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

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

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

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

/* Laptop and larger screens (1024px and up) */
@media (min-width: 1024px) {
    .floating-login-card[b-2mvsh5tmz2] {
        padding: 60px 50px;
        max-width: 480px;
        border-radius: 28px; /* Even more rounded on larger screens */
    }

    .login-icon[b-2mvsh5tmz2] {
        width: 80px;
        height: 80px;
        border-radius: 22px; /* More rounded icon background */
    }

    .warehouse-icon[b-2mvsh5tmz2] {
        width: 42px;
        height: 42px;
    }

    .floating-login-card .mud-input[b-2mvsh5tmz2] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
        border-radius: 14px; /* More rounded inputs */
    }

    .floating-login-card .mud-button-filled-primary[b-2mvsh5tmz2] {
        padding: 20px;
        font-size: 17px;
        border-radius: 16px; /* More rounded buttons */
    }
}

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {
    .floating-login-card[b-2mvsh5tmz2] {
        max-width: 520px;
        border-radius: 32px; /* Most rounded on extra large screens */
    }

    .login-icon[b-2mvsh5tmz2] {
        width: 90px;
        height: 90px;
        border-radius: 24px;
    }

    .warehouse-icon[b-2mvsh5tmz2] {
        width: 48px;
        height: 48px;
    }
}

/* Tablet screens (768px and below) */
@media (max-width: 768px) {
    .login-page-container[b-2mvsh5tmz2] {
        padding: 15px;
    }

    .floating-login-card[b-2mvsh5tmz2] {
        padding: 40px 30px;
        border-radius: 20px; /* Slightly less rounded on tablets */
        width: 100%;
    }

    .login-icon[b-2mvsh5tmz2] {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .warehouse-icon[b-2mvsh5tmz2] {
        width: 30px;
        height: 30px;
    }

    .floating-login-card .mud-input[b-2mvsh5tmz2] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
        border-radius: 10px;
    }

    .form-options-container[b-2mvsh5tmz2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .form-options-container .mud-switch[b-2mvsh5tmz2] {
            width: 100%;
        }

        .form-options-container .mud-link[b-2mvsh5tmz2] {
            width: 100%;
            text-align: right;
        }
}

/* Mobile screens (480px and below) */
@media (max-width: 480px) {
    .login-page-container[b-2mvsh5tmz2] {
        padding: 10px;
    }

    .floating-login-card[b-2mvsh5tmz2] {
        padding: 30px 20px;
        border-radius: 18px;
        width: 100%;
    }

    .login-icon[b-2mvsh5tmz2] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .warehouse-icon[b-2mvsh5tmz2] {
        width: 26px;
        height: 26px;
    }

    .floating-login-card .mud-input[b-2mvsh5tmz2] {
        padding: 12px;
        min-height: 48px;
        border-radius: 8px;
    }

    .floating-login-card .mud-button-filled-primary[b-2mvsh5tmz2] {
        padding: 16px;
        font-size: 15px;
        border-radius: 12px;
    }
}

/* Small mobile screens (320px and below) */
@media (max-width: 320px) {
    .login-page-container[b-2mvsh5tmz2] {
        padding: 5px;
    }

    .floating-login-card[b-2mvsh5tmz2] {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .login-icon[b-2mvsh5tmz2] {
        border-radius: 12px;
    }
}
/* /Pages/Warehouses/Auth/ResetPassword.razor.rz.scp.css */
/* Reset Password Page Styles */
:root[b-3mdpin5fzj] {
    --primary-blue: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-purple: #7209b7;
    --accent-teal: #4cc9f0;
    --text-dark: #333333;
    --text-light: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --card-radius: 24px;
    /* Password strength colors */
    --strength-weak: #ef4444;
    --strength-fair: #f59e0b;
    --strength-good: #10b981;
    --strength-strong: #3b82f6;
}

/* Warehouse background image */
.warehouse-background[b-3mdpin5fzj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url('/assets/images/warehouse/warehouse4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
}

/* Background with enhanced lighting */
.reset-background[b-3mdpin5fzj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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);
}

    .reset-background .floating-shape[b-3mdpin5fzj] {
        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-3mdpin5fzj] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
        animation: floatAnimation-b-3mdpin5fzj 25s infinite ease-in-out;
    }

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

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

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

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

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

/* Main container for centering */
.reset-container[b-3mdpin5fzj] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Enhanced floating card with same rounded corners */
.floating-reset-card[b-3mdpin5fzj] {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: var(--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: 50px 40px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardAppear-b-3mdpin5fzj 0.8s ease-out;
    max-width: 440px;
    width: 100%;
    z-index: 10;
    margin: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    /* Enhanced hover effect with glow */
    .floating-reset-card:hover[b-3mdpin5fzj] {
        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-reset-card[b-3mdpin5fzj]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: var(--card-radius);
        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-3mdpin5fzj]::before {
        opacity: 1;
    }

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

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

/* Card decorative elements */
.card-decoration[b-3mdpin5fzj] {
    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: -1;
    pointer-events: none;
}

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

.decoration-2[b-3mdpin5fzj] {
    bottom: -80px;
    left: -80px;
}

/* Header styling with Lock Reset Icon */
.reset-header[b-3mdpin5fzj] {
    text-align: center;
    margin-bottom: 40px;
}

.reset-icon[b-3mdpin5fzj] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-purple));
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.3);
    position: relative;
    z-index: 2;
}

/* Lock Reset Icon Styling */
.lock-reset-icon[b-3mdpin5fzj] {
    width: 32px;
    height: 32px;
    fill: #6c757d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

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

/* Responsive MudGrid */
.floating-reset-card .mud-grid[b-3mdpin5fzj] {
    gap: 24px;
    width: 100%;
}

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

/* Enhanced MudTextField styling */
.floating-reset-card .mud-input-control[b-3mdpin5fzj] {
    margin-bottom: 0;
    width: 100%;
}

.floating-reset-card .mud-input[b-3mdpin5fzj] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    transition: all 0.3s;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
}

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

/* Password Strength Indicator */
.password-strength[b-3mdpin5fzj] {
    background-color: rgba(248, 249, 255, 0.8);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.strength-label[b-3mdpin5fzj] {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-size: 14px;
}

.strength-meter[b-3mdpin5fzj] {
    height: 8px;
    background-color: var(--border-color);
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.strength-bar[b-3mdpin5fzj] {
    height: 100%;
    width: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .strength-bar.weak[b-3mdpin5fzj] {
        width: 25%;
        background-color: var(--strength-weak);
    }

    .strength-bar.fair[b-3mdpin5fzj] {
        width: 50%;
        background-color: var(--strength-fair);
    }

    .strength-bar.good[b-3mdpin5fzj] {
        width: 75%;
        background-color: var(--strength-good);
    }

    .strength-bar.strong[b-3mdpin5fzj] {
        width: 100%;
        background-color: var(--strength-strong);
    }

.strength-hints[b-3mdpin5fzj] {
    font-size: 13px;
    color: var(--text-light);
}

    .strength-hints ul[b-3mdpin5fzj] {
        list-style-type: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .strength-hints li[b-3mdpin5fzj] {
        margin-bottom: 6px;
        padding-left: 20px;
        position: relative;
    }

        .strength-hints li[b-3mdpin5fzj]:before {
            content: "○";
            position: absolute;
            left: 0;
            color: var(--text-light);
        }

        .strength-hints li.valid[b-3mdpin5fzj]:before {
            content: "✓";
            color: var(--strength-good);
        }

/* Enhanced MudButton for responsiveness */
.floating-reset-card .mud-button-filled-primary[b-3mdpin5fzj] {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    display: block;
}

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

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

/* Back to login link */
.back-to-login[b-3mdpin5fzj] {
    margin-top: 20px;
    width: 100%;
}

.back-link[b-3mdpin5fzj] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue) !important;
    text-decoration: none !important;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

    .back-link:hover[b-3mdpin5fzj] {
        background-color: rgba(67, 97, 238, 0.1);
        text-decoration: underline !important;
    }

/* Footer links */
.reset-footer[b-3mdpin5fzj] {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    width: 100%;
}

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

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

/* Responsive Design */
@media (min-width: 1024px) {
    .floating-reset-card[b-3mdpin5fzj] {
        padding: 60px 50px;
        max-width: 480px;
        border-radius: 28px;
    }

    .reset-icon[b-3mdpin5fzj] {
        width: 80px;
        height: 80px;
        border-radius: 22px;
    }

    .lock-reset-icon[b-3mdpin5fzj] {
        width: 40px;
        height: 40px;
    }

    .floating-reset-card .mud-input[b-3mdpin5fzj] {
        padding: 18px;
        min-height: 60px;
        font-size: 16px;
        border-radius: 14px;
    }

    .floating-reset-card .mud-button-filled-primary[b-3mdpin5fzj] {
        padding: 20px;
        font-size: 17px;
        border-radius: 16px;
    }
}

@media (min-width: 1440px) {
    .floating-reset-card[b-3mdpin5fzj] {
        max-width: 520px;
        border-radius: 32px;
    }

    .reset-icon[b-3mdpin5fzj] {
        width: 90px;
        height: 90px;
        border-radius: 24px;
    }

    .lock-reset-icon[b-3mdpin5fzj] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .reset-container[b-3mdpin5fzj] {
        padding: 15px;
    }

    .floating-reset-card[b-3mdpin5fzj] {
        padding: 40px 30px;
        border-radius: 20px;
        width: 100%;
    }

    .reset-icon[b-3mdpin5fzj] {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .lock-reset-icon[b-3mdpin5fzj] {
        width: 28px;
        height: 28px;
    }

    .floating-reset-card .mud-input[b-3mdpin5fzj] {
        padding: 14px;
        min-height: 52px;
        font-size: 14px;
        border-radius: 10px;
    }

    .floating-reset-card .mud-button-filled-primary[b-3mdpin5fzj] {
        padding: 16px;
        font-size: 15px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .reset-container[b-3mdpin5fzj] {
        padding: 10px;
    }

    .floating-reset-card[b-3mdpin5fzj] {
        padding: 30px 20px;
        border-radius: 18px;
        width: 100%;
    }

    .reset-icon[b-3mdpin5fzj] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .lock-reset-icon[b-3mdpin5fzj] {
        width: 24px;
        height: 24px;
    }

    .floating-reset-card .mud-input[b-3mdpin5fzj] {
        padding: 12px;
        min-height: 48px;
        border-radius: 8px;
    }

    .floating-reset-card .mud-button-filled-primary[b-3mdpin5fzj] {
        padding: 16px;
        font-size: 15px;
        border-radius: 12px;
    }

    /* ✅ Stack any row/col button group inside either card */
    .floating-reset-card .row[b-3mdpin5fzj],
    .floating-forget-card .row[b-3mdpin5fzj] {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin: 0 !important;
    }

        .floating-reset-card .row .col[b-3mdpin5fzj],
        .floating-forget-card .row .col[b-3mdpin5fzj] {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            padding: 0 !important;
        }
}

@media (max-width: 320px) {
    .reset-container[b-3mdpin5fzj] {
        padding: 5px;
    }

    .floating-reset-card[b-3mdpin5fzj] {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .reset-icon[b-3mdpin5fzj] {
        border-radius: 12px;
    }
}

/* ========================================================= Password requirements block ========================================================= */

.requirements-container[b-3mdpin5fzj] {
    margin-top: 10px;
}

.requirements[b-3mdpin5fzj] {
    display: flex;
    gap: 15px;
    background-color: rgba(75, 181, 67, 0.05);
    border-left: 3px solid var(--success-green);
    padding: 20px;
    border-radius: 10px;
    color: var(--text-light);
    font-size: 14px;
}

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

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

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

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

    .requirements-list li[b-3mdpin5fzj] {
        margin-bottom: 6px;
        position: relative;
    }
        /* default bullet (kept for any other list usage) */

        .requirements-list li[b-3mdpin5fzj]:before {
            content: "•";
            color: var(--success-green);
            font-weight: bold;
            position: absolute;
            left: -15px;
        }
/* ========================================================= ✅ LIVE password requirement ticks (green check / red X) (Works with your Razor classes: requirements-live, req-item, met/unmet, req-icon) ========================================================= */

.requirements-live[b-3mdpin5fzj] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
    /* ✅ override bullet for live list only */

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

.req-item[b-3mdpin5fzj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    line-height: 1.25;
}
/* MudIcon root */

.req-icon[b-3mdpin5fzj] {
    font-size: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    /* ✅ Make sure SVG uses the same color */

    .req-icon svg[b-3mdpin5fzj] {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }
/* ✅ Default/unmet = RED X (initial state) */

.req-item.unmet .req-icon[b-3mdpin5fzj], .req-item.unmet .req-icon svg[b-3mdpin5fzj] {
    color: var(--danger-red) !important;
    fill: var(--danger-red) !important;
}
/* ✅ Met = GREEN TICK */

.req-item.met .req-icon[b-3mdpin5fzj], .req-item.met .req-icon svg[b-3mdpin5fzj] {
    color: var(--success-green) !important;
    fill: var(--success-green) !important;
}
/* ✅ Text colors */

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

.req-item.met span[b-3mdpin5fzj] {
    color: var(--text-dark);
/* /Pages/Warehouses/ErrorPages/Error400.razor.rz.scp.css */
:root[b-4zszyh16vi] {
    --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-4zszyh16vi] {
        --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-4zszyh16vi] {
    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-4zszyh16vi] {
    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-4zszyh16vi] {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.err400-meta[b-4zszyh16vi] {
    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-7zkila7r9y]  .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-4d6di2sjrv] {
    display: flex;
    justify-content: flex-end;
    padding-right: var(--img-right, 16px); /* increase to push image further right */
}
.profile-img[b-4d6di2sjrv] { object-fit: cover; }

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


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

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