/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-qk3eko7gix] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #003366 0%, #0054A4 40%, #1a6bb5 70%, #4a90c4 100%);
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
}

.auth-page[b-qk3eko7gix]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.auth-container[b-qk3eko7gix] {
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 1;
}

.auth-brand[b-qk3eko7gix] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo[b-qk3eko7gix] {
    margin-bottom: 1rem;
    display: inline-block;
}

.auth-title[b-qk3eko7gix] {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.auth-subtitle[b-qk3eko7gix] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0.25rem 0 0;
}

.auth-footer[b-qk3eko7gix] {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    text-align: center;
}

.auth-footer p[b-qk3eko7gix] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    margin: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6qt45tp6g9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6qt45tp6g9] {
    flex: 1;
}

.sidebar[b-6qt45tp6g9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6qt45tp6g9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6qt45tp6g9]  a, .top-row[b-6qt45tp6g9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6qt45tp6g9]  a:hover, .top-row[b-6qt45tp6g9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6qt45tp6g9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6qt45tp6g9] {
        justify-content: space-between;
    }

    .top-row[b-6qt45tp6g9]  a, .top-row[b-6qt45tp6g9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6qt45tp6g9] {
        flex-direction: row;
    }

    .sidebar[b-6qt45tp6g9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6qt45tp6g9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6qt45tp6g9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6qt45tp6g9], article[b-6qt45tp6g9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6qt45tp6g9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6qt45tp6g9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p4ilyye5vt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-p4ilyye5vt] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-p4ilyye5vt] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p4ilyye5vt] {
    font-size: 1.1rem;
}

.bi[b-p4ilyye5vt] {
    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-p4ilyye5vt] {
    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-p4ilyye5vt] {
    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-p4ilyye5vt] {
    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-p4ilyye5vt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p4ilyye5vt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p4ilyye5vt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p4ilyye5vt]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-p4ilyye5vt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-p4ilyye5vt]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-p4ilyye5vt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-p4ilyye5vt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p4ilyye5vt] {
        display: none;
    }

    .nav-scrollable[b-p4ilyye5vt] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8cfj1l8a91],
.components-reconnect-repeated-attempt-visible[b-8cfj1l8a91],
.components-reconnect-failed-visible[b-8cfj1l8a91],
.components-pause-visible[b-8cfj1l8a91],
.components-resume-failed-visible[b-8cfj1l8a91],
.components-rejoining-animation[b-8cfj1l8a91] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-retrying[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-failed[b-8cfj1l8a91],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8cfj1l8a91] {
    display: block;
}


#components-reconnect-modal[b-8cfj1l8a91] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8cfj1l8a91 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8cfj1l8a91 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8cfj1l8a91 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8cfj1l8a91]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8cfj1l8a91 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8cfj1l8a91 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8cfj1l8a91 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8cfj1l8a91 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8cfj1l8a91] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8cfj1l8a91] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8cfj1l8a91] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8cfj1l8a91] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8cfj1l8a91] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8cfj1l8a91] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8cfj1l8a91] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8cfj1l8a91 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8cfj1l8a91] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8cfj1l8a91 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Clients.razor.rz.scp.css */
/* ===== Page Layout ===== */
.clients-page[b-140r9gmdod] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 0;
}

.page-header[b-140r9gmdod] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-140r9gmdod] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.page-subtitle[b-140r9gmdod] {
    color: #6b7280;
    font-size: 0.88rem;
    margin: 0.2rem 0 0;
}

/* ===== Buttons ===== */
.btn-primary[b-140r9gmdod] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.25rem;
    background: #0054A4;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-140r9gmdod] {
    background: #003d7a;
    box-shadow: 0 2px 8px rgba(0, 84, 164, 0.3);
}

.btn-primary:disabled[b-140r9gmdod] {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-secondary[b-140r9gmdod] {
    padding: 0.6rem 1.25rem;
    background: white;
    color: #374151;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-140r9gmdod] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.btn-danger[b-140r9gmdod] {
    padding: 0.6rem 1.25rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-danger:hover[b-140r9gmdod] {
    background: #b91c1c;
}

/* ===== Banners ===== */
.success-banner[b-140r9gmdod] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.error-banner[b-140r9gmdod] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

/* ===== Search ===== */
.search-bar[b-140r9gmdod] {
    margin-bottom: 1rem;
}

.search-input[b-140r9gmdod] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1f2937;
    background: white;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.search-input:focus[b-140r9gmdod] {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
}

.search-input[b-140r9gmdod]::placeholder {
    color: #9ca3af;
}

/* ===== Table ===== */
.table-container[b-140r9gmdod] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.clients-table[b-140r9gmdod] {
    width: 100%;
    border-collapse: collapse;
}

.clients-table thead[b-140r9gmdod] {
    background: #f8fafc;
}

.clients-table th[b-140r9gmdod] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e7eb;
}

.clients-table td[b-140r9gmdod] {
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.clients-table tbody tr:hover[b-140r9gmdod] {
    background: #f8fafc;
}

.clients-table tbody tr:last-child td[b-140r9gmdod] {
    border-bottom: none;
}

.client-name[b-140r9gmdod] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
    color: #1f2937;
}

.avatar[b-140r9gmdod] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0054A4, #003566);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
    text-transform: uppercase;
}

.badge[b-140r9gmdod] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-active[b-140r9gmdod] {
    background: #dcfce7;
    color: #166534;
}

.badge-inactive[b-140r9gmdod] {
    background: #fef2f2;
    color: #991b1b;
}

.actions-cell[b-140r9gmdod] {
    display: flex;
    gap: 0.35rem;
}

.btn-icon-action[b-140r9gmdod] {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

.btn-edit:hover[b-140r9gmdod] {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #2563eb;
}

.btn-delete:hover[b-140r9gmdod] {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #dc2626;
}

/* ===== Empty State ===== */
.empty-state[b-140r9gmdod] {
    padding: 3rem 1.5rem;
    text-align: center;
}

.empty-title[b-140r9gmdod] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 0.35rem;
}

.empty-text[b-140r9gmdod] {
    color: #6b7280;
    font-size: 0.88rem;
    margin: 0;
}

/* ===== Modal ===== */
.modal-overlay[b-140r9gmdod] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
    z-index: 1000;
    overflow-y: auto;
}

.modal-content[b-140r9gmdod] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 580px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.modal-small[b-140r9gmdod] {
    max-width: 420px;
}

.modal-header[b-140r9gmdod] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h2[b-140r9gmdod] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.modal-close[b-140r9gmdod] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.modal-close:hover[b-140r9gmdod] {
    color: #374151;
}

.modal-body[b-140r9gmdod] {
    padding: 1.5rem;
}

.modal-body p[b-140r9gmdod] {
    margin: 0 0 0.5rem;
    color: #374151;
    font-size: 0.92rem;
}

.text-muted[b-140r9gmdod] {
    color: #6b7280 !important;
    font-size: 0.82rem !important;
}

.modal-footer[b-140r9gmdod] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
}

/* ===== Modal Sections ===== */
.modal-section[b-140r9gmdod] {
    margin-bottom: 1.25rem;
}

.modal-section:last-child[b-140r9gmdod] {
    margin-bottom: 0;
}

.modal-section h3[b-140r9gmdod] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem;
}

/* ===== Form inside modal ===== */
.form-row[b-140r9gmdod] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-140r9gmdod] {
    margin-bottom: 0.85rem;
}

.form-group:last-child[b-140r9gmdod] {
    margin-bottom: 0;
}

.form-label[b-140r9gmdod] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.3rem;
}

.modal-section[b-140r9gmdod]  input,
.modal-section[b-140r9gmdod]  select {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.88rem;
    color: #1f2937;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
}

.modal-section[b-140r9gmdod]  input:focus,
.modal-section[b-140r9gmdod]  select:focus {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
}

.modal-section[b-140r9gmdod]  input::placeholder {
    color: #9ca3af;
}

.modal-section[b-140r9gmdod]  input.valid.modified,
.modal-section[b-140r9gmdod]  input.invalid {
    outline: none;
}

.checkbox-label[b-140r9gmdod] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: #374151;
    cursor: pointer;
}

.modal-section[b-140r9gmdod]  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0054A4;
    cursor: pointer;
}

[b-140r9gmdod] .validation-message {
    color: #dc2626;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

/* ===== Spinner ===== */
.spinner[b-140r9gmdod] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-140r9gmdod 0.6s linear infinite;
}

@keyframes spin-b-140r9gmdod {
    to { transform: rotate(360deg); }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .page-header[b-140r9gmdod] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .clients-table th:nth-child(4)[b-140r9gmdod],
    .clients-table td:nth-child(4)[b-140r9gmdod],
    .clients-table th:nth-child(6)[b-140r9gmdod],
    .clients-table td:nth-child(6)[b-140r9gmdod] {
        display: none;
    }

    .form-row[b-140r9gmdod] {
        grid-template-columns: 1fr;
    }

    .modal-content[b-140r9gmdod] {
        margin-top: 1rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-card[b-tbki9cooas] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.auth-card-title[b-tbki9cooas] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.25rem;
}

.auth-card-desc[b-tbki9cooas] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0 0 1.75rem;
}

.error-banner[b-tbki9cooas] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.success-banner[b-tbki9cooas] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.form-group[b-tbki9cooas] {
    margin-bottom: 1.25rem;
}

.form-label[b-tbki9cooas] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

/* Cibler tous les inputs rendus par les composants Blazor */
.form-group[b-tbki9cooas]  input {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1f2937;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
}

.form-group[b-tbki9cooas]  input:focus {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
}

.form-group[b-tbki9cooas]  input::placeholder {
    color: #9ca3af;
}

/* Supprimer les outlines Blazor validation */
.form-group[b-tbki9cooas]  input.valid.modified,
.form-group[b-tbki9cooas]  input.invalid {
    outline: none;
}

.form-options[b-tbki9cooas] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.checkbox-label[b-tbki9cooas] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #4b5563;
    cursor: pointer;
}

.form-options[b-tbki9cooas]  input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    accent-color: #0054A4;
    cursor: pointer;
    display: inline-block !important;
}

.forgot-link[b-tbki9cooas] {
    font-size: 0.85rem;
    color: #0054A4;
    text-decoration: none;
    font-weight: 500;
}

.forgot-link:hover[b-tbki9cooas] {
    text-decoration: underline;
}

.btn-submit[b-tbki9cooas] {
    width: 100%;
    padding: 0.85rem;
    background: #0054A4;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-submit:hover:not(:disabled)[b-tbki9cooas] {
    background: #003d7a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 84, 164, 0.35);
}

.btn-submit:active:not(:disabled)[b-tbki9cooas] {
    transform: translateY(0);
    box-shadow: none;
}

.btn-submit:disabled[b-tbki9cooas] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner[b-tbki9cooas] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-tbki9cooas 0.6s linear infinite;
}

@keyframes spin-b-tbki9cooas {
    to { transform: rotate(360deg); }
}

.auth-card-footer[b-tbki9cooas] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.auth-card-footer p[b-tbki9cooas] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

.auth-card-footer a[b-tbki9cooas] {
    color: #0054A4;
    font-weight: 600;
    text-decoration: none;
}

.auth-card-footer a:hover[b-tbki9cooas] {
    text-decoration: underline;
}

[b-tbki9cooas] .validation-message {
    color: #dc2626;
    font-size: 0.78rem;
    margin-top: 0.3rem;
    display: block;
}

@media (max-width: 480px) {
    .auth-card[b-tbki9cooas] {
        padding: 1.75rem;
    }
}
/* /Components/Pages/Pay.razor.rz.scp.css */
/* ===== Page Layout ===== */
.pay-page[b-hbvpamq6ef] {
    min-height: 100vh;
    background: linear-gradient(160deg, #f0f4f8 0%, #e2e8f0 100%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

.pay-container[b-hbvpamq6ef] {
    width: 100%;
    max-width: 520px;
}

/* ===== Header ===== */
.pay-header[b-hbvpamq6ef] {
    text-align: center;
    margin-bottom: 2rem;
}

.pay-logo[b-hbvpamq6ef] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0054A4;
    letter-spacing: -0.5px;
    margin-bottom: 0.25rem;
}

.pay-subtitle[b-hbvpamq6ef] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

/* ===== Error / Success Banners ===== */
.error-banner[b-hbvpamq6ef] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.error-banner p[b-hbvpamq6ef] {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: #b91c1c;
}

.error-icon[b-hbvpamq6ef] {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.success-banner[b-hbvpamq6ef] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 1.5rem;
    border-radius: 12px;
    font-size: 0.92rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.success-banner p[b-hbvpamq6ef] {
    margin: 0.25rem 0 0;
    font-size: 0.85rem;
    color: #15803d;
}

.success-icon[b-hbvpamq6ef] {
    width: 28px;
    height: 28px;
    background: #22c55e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ===== Payment Summary Card ===== */
.pay-summary-card[b-hbvpamq6ef] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.merchant-info[b-hbvpamq6ef] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.merchant-label[b-hbvpamq6ef] {
    font-size: 0.82rem;
    color: #6b7280;
}

.merchant-name[b-hbvpamq6ef] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.payment-description[b-hbvpamq6ef] {
    color: #4b5563;
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.payment-ref[b-hbvpamq6ef] {
    color: #6b7280;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    font-family: 'Courier New', monospace;
}

.amount-display[b-hbvpamq6ef] {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
}

.amount-row[b-hbvpamq6ef] {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    font-size: 0.88rem;
    color: #6b7280;
}

.amount-total[b-hbvpamq6ef] {
    border-top: 2px solid #e5e7eb;
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
}

/* ===== Client Info ===== */
.client-info[b-hbvpamq6ef] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

.client-row[b-hbvpamq6ef] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.client-label[b-hbvpamq6ef] {
    font-size: 0.8rem;
    color: #6b7280;
    min-width: 75px;
}

.client-name[b-hbvpamq6ef] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
}

/* ===== Card Form ===== */
.card-form-section[b-hbvpamq6ef] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.card-section-title[b-hbvpamq6ef] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1.25rem;
}

.lock-icon[b-hbvpamq6ef] {
    font-size: 1rem;
}

.form-group[b-hbvpamq6ef] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-hbvpamq6ef] {
    margin-bottom: 0;
}

.form-label[b-hbvpamq6ef] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}

.input-wrapper[b-hbvpamq6ef] {
    position: relative;
}

/* ===== Input styling via ::deep ===== */
.card-form-section[b-hbvpamq6ef]  input,
.card-form-section[b-hbvpamq6ef]  select,
.card-form-section[b-hbvpamq6ef]  textarea {
    display: block;
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.92rem;
    color: #1f2937;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
}

.card-form-section[b-hbvpamq6ef]  input:focus,
.card-form-section[b-hbvpamq6ef]  select:focus {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
}

.card-form-section[b-hbvpamq6ef]  input::placeholder {
    color: #9ca3af;
}

.card-form-section[b-hbvpamq6ef]  input.valid.modified,
.card-form-section[b-hbvpamq6ef]  input.invalid,
.card-form-section[b-hbvpamq6ef]  select.valid.modified,
.card-form-section[b-hbvpamq6ef]  select.invalid {
    outline: none;
}

.card-form-section[b-hbvpamq6ef]  select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 2rem;
    cursor: pointer;
}

.card-form-section[b-hbvpamq6ef]  input.card-number-input {
    font-family: 'Courier New', monospace;
    font-size: 1.02rem;
    letter-spacing: 2px;
}

.card-type-icon[b-hbvpamq6ef] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.card-brand[b-hbvpamq6ef] {
    font-size: 0.7rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.card-brand.visa[b-hbvpamq6ef] {
    background: #1a1f71;
    color: white;
}

.card-brand.mastercard[b-hbvpamq6ef] {
    background: #eb001b;
    color: white;
}

.card-brand.amex[b-hbvpamq6ef] {
    background: #006fcf;
    color: white;
}

.form-row-3[b-hbvpamq6ef] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

/* ===== Pay Button ===== */
.btn-pay[b-hbvpamq6ef] {
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.btn-pay:hover:not(:disabled)[b-hbvpamq6ef] {
    background: linear-gradient(135deg, #047857, #065f46);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.4);
}

.btn-pay:active:not(:disabled)[b-hbvpamq6ef] {
    transform: translateY(0);
}

.btn-pay:disabled[b-hbvpamq6ef] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-lock[b-hbvpamq6ef] {
    font-size: 0.9rem;
}

.spinner[b-hbvpamq6ef] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-hbvpamq6ef 0.6s linear infinite;
}

@keyframes spin-b-hbvpamq6ef {
    to { transform: rotate(360deg); }
}

/* ===== Security Notice ===== */
.security-notice[b-hbvpamq6ef] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #6b7280;
    font-size: 0.78rem;
    margin-bottom: 1.5rem;
}

/* ===== Footer ===== */
.pay-footer[b-hbvpamq6ef] {
    text-align: center;
}

.pay-footer p[b-hbvpamq6ef] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}

/* ===== Validation ===== */
[b-hbvpamq6ef] .validation-message {
    color: #dc2626;
    font-size: 0.78rem;
    margin-top: 0.3rem;
    display: block;
}

/* ===== Responsive ===== */
@media (max-width: 480px) {
    .pay-page[b-hbvpamq6ef] {
        padding: 1rem 0.5rem;
    }

    .form-row-3[b-hbvpamq6ef] {
        grid-template-columns: 1fr 1fr;
    }

    .form-row-3 .form-group:last-child[b-hbvpamq6ef] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/Payment.razor.rz.scp.css */
.payment-page[b-p4b4g0woxo] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem 0;
}

.payment-header[b-p4b4g0woxo] {
    margin-bottom: 2rem;
}

.payment-header h1[b-p4b4g0woxo] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.25rem;
}

.payment-header p[b-p4b4g0woxo] {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
}

/* Card Preview */
.card-preview[b-p4b4g0woxo] {
    margin-bottom: 2rem;
    perspective: 1000px;
}

.card-preview-inner[b-p4b4g0woxo] {
    background: linear-gradient(135deg, #0054A4 0%, #003366 50%, #1a1a2e 100%);
    border-radius: 16px;
    padding: 1.75rem;
    color: white;
    position: relative;
    min-height: 200px;
    box-shadow: 0 10px 40px rgba(0, 51, 102, 0.4);
    overflow: hidden;
}

.card-preview-inner[b-p4b4g0woxo]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    transform: translate(30%, -30%);
}

.card-chip[b-p4b4g0woxo] {
    margin-bottom: 1.5rem;
}

.card-number-preview[b-p4b4g0woxo] {
    font-size: 1.4rem;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card-bottom[b-p4b4g0woxo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-label[b-p4b4g0woxo] {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.card-value[b-p4b4g0woxo] {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.card-type-badge[b-p4b4g0woxo] {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.9;
}

/* Form Sections */
.form-section[b-p4b4g0woxo] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e5e7eb;
}

.section-title[b-p4b4g0woxo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 1.25rem;
}

.section-icon[b-p4b4g0woxo] {
    display: flex;
    align-items: center;
    color: #0054A4;
}

.btn-icon[b-p4b4g0woxo] {
    display: flex;
    align-items: center;
}

.security-icon[b-p4b4g0woxo] {
    display: flex;
    align-items: center;
    color: #059669;
}

.form-group[b-p4b4g0woxo] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-p4b4g0woxo] {
    margin-bottom: 0;
}

.form-label[b-p4b4g0woxo] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.input-wrapper[b-p4b4g0woxo] {
    position: relative;
}

/* Cibler tous les inputs rendus par les composants Blazor */
.form-section[b-p4b4g0woxo]  input,
.form-section[b-p4b4g0woxo]  select,
.form-section[b-p4b4g0woxo]  textarea {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1f2937;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
}

.form-section[b-p4b4g0woxo]  input:focus,
.form-section[b-p4b4g0woxo]  select:focus,
.form-section[b-p4b4g0woxo]  textarea:focus {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
}

.form-section[b-p4b4g0woxo]  input::placeholder,
.form-section[b-p4b4g0woxo]  textarea::placeholder {
    color: #9ca3af;
}

/* Supprimer les outlines Blazor validation */
.form-section[b-p4b4g0woxo]  input.valid.modified,
.form-section[b-p4b4g0woxo]  input.invalid,
.form-section[b-p4b4g0woxo]  select.valid.modified,
.form-section[b-p4b4g0woxo]  select.invalid {
    outline: none;
}

/* Select dropdown arrow */
.form-section[b-p4b4g0woxo]  select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 2rem;
    cursor: pointer;
}

/* Textarea */
.form-section[b-p4b4g0woxo]  textarea {
    resize: vertical;
    min-height: 60px;
}

/* Card number field */
.form-section[b-p4b4g0woxo]  input.card-number-input {
    font-family: 'Courier New', monospace;
    font-size: 1.05rem;
    letter-spacing: 2px;
}

.card-type-icon[b-p4b4g0woxo] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.card-brand[b-p4b4g0woxo] {
    font-size: 0.75rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.card-brand.visa[b-p4b4g0woxo] {
    background: #1a1f71;
    color: white;
}

.card-brand.mastercard[b-p4b4g0woxo] {
    background: #eb001b;
    color: white;
}

.card-brand.amex[b-p4b4g0woxo] {
    background: #006fcf;
    color: white;
}

.form-row-3[b-p4b4g0woxo] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

/* Amount */
.amount-wrapper[b-p4b4g0woxo] {
    position: relative;
}

.currency-symbol[b-p4b4g0woxo] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    font-weight: 600;
    color: #6b7280;
    z-index: 1;
}

.amount-wrapper[b-p4b4g0woxo]  input {
    padding-left: 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 600;
}

/* Summary */
.payment-summary[b-p4b4g0woxo] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb;
}

.summary-row[b-p4b4g0woxo] {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.summary-total[b-p4b4g0woxo] {
    border-top: 2px solid #e5e7eb;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
}

/* Pay Button */
.btn-pay[b-p4b4g0woxo] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.btn-pay:hover:not(:disabled)[b-p4b4g0woxo] {
    background: linear-gradient(135deg, #047857, #065f46);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.4);
}

.btn-pay:active:not(:disabled)[b-p4b4g0woxo] {
    transform: translateY(0);
}

.btn-pay:disabled[b-p4b4g0woxo] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner[b-p4b4g0woxo] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-p4b4g0woxo 0.6s linear infinite;
}

@keyframes spin-b-p4b4g0woxo {
    to { transform: rotate(360deg); }
}

.security-notice[b-p4b4g0woxo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.8rem;
}

[b-p4b4g0woxo] .validation-message {
    color: #dc2626;
    font-size: 0.78rem;
    margin-top: 0.3rem;
    display: block;
}

@media (max-width: 480px) {
    .form-row-3[b-p4b4g0woxo] {
        grid-template-columns: 1fr 1fr;
    }

    .form-row-3 .form-group:last-child[b-p4b4g0woxo] {
        grid-column: 1 / -1;
    }

    .card-number-preview[b-p4b4g0woxo] {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* ===== Page Layout ===== */
.register-page[b-hui7vdf2c6] {
    min-height: 100vh;
    background: #f0f2f5;
}

.register-split[b-hui7vdf2c6] {
    display: flex;
    min-height: 100vh;
}

/* ===== Panneau gauche - Branding ===== */
.register-brand[b-hui7vdf2c6] {
    width: 420px;
    flex-shrink: 0;
    background: linear-gradient(160deg, #001d3d 0%, #003566 35%, #0054A4 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.register-brand[b-hui7vdf2c6]::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.register-brand[b-hui7vdf2c6]::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.brand-content[b-hui7vdf2c6] {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

.brand-title[b-hui7vdf2c6] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: -0.5px;
}

.brand-tagline[b-hui7vdf2c6] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0 0 3rem;
    max-width: 320px;
}

.brand-features[b-hui7vdf2c6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature[b-hui7vdf2c6] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-check[b-hui7vdf2c6] {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 2px;
    color: #6dd5a0;
    font-weight: 700;
}

.feature strong[b-hui7vdf2c6] {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.feature p[b-hui7vdf2c6] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.4;
}

.brand-footer[b-hui7vdf2c6] {
    position: relative;
    z-index: 1;
}

.brand-footer p[b-hui7vdf2c6] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

/* ===== Panneau droit - Formulaire ===== */
.register-form-panel[b-hui7vdf2c6] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}

.form-scroll-area[b-hui7vdf2c6] {
    width: 100%;
    max-width: 520px;
    padding: 3rem 2.5rem;
}

.form-header[b-hui7vdf2c6] {
    margin-bottom: 2rem;
}

.form-header h2[b-hui7vdf2c6] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.35rem;
}

.form-header p[b-hui7vdf2c6] {
    color: #6b7280;
    font-size: 0.92rem;
    margin: 0;
}

/* ===== Erreur ===== */
.error-banner[b-hui7vdf2c6] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

/* ===== Sections du formulaire ===== */
.form-section[b-hui7vdf2c6] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.section-header[b-hui7vdf2c6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.section-number[b-hui7vdf2c6] {
    width: 26px;
    height: 26px;
    background: #0054A4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.section-header h3[b-hui7vdf2c6] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.section-body[b-hui7vdf2c6] {
    padding: 1.25rem;
}

/* ===== Champs ===== */
.form-row[b-hui7vdf2c6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-hui7vdf2c6] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-hui7vdf2c6] {
    margin-bottom: 0;
}

.form-label[b-hui7vdf2c6] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}

.section-body[b-hui7vdf2c6]  input,
.section-body[b-hui7vdf2c6]  select,
.section-body[b-hui7vdf2c6]  textarea {
    display: block;
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1f2937;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
}

.section-body[b-hui7vdf2c6]  input:focus,
.section-body[b-hui7vdf2c6]  select:focus,
.section-body[b-hui7vdf2c6]  textarea:focus {
    border-color: #0054A4;
    box-shadow: 0 0 0 3px rgba(0, 84, 164, 0.12);
    outline: none;
}

.section-body[b-hui7vdf2c6]  input::placeholder,
.section-body[b-hui7vdf2c6]  textarea::placeholder {
    color: #9ca3af;
}

.section-body[b-hui7vdf2c6]  input.valid.modified,
.section-body[b-hui7vdf2c6]  input.invalid {
    outline: none;
}

/* ===== Conditions ===== */
.terms-group[b-hui7vdf2c6] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.checkbox-label[b-hui7vdf2c6] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: #4b5563;
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-label a[b-hui7vdf2c6] {
    color: #0054A4;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-label a:hover[b-hui7vdf2c6] {
    text-decoration: underline;
}

.terms-group[b-hui7vdf2c6]  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0054A4;
    cursor: pointer;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ===== Bouton ===== */
.btn-submit[b-hui7vdf2c6] {
    width: 100%;
    padding: 0.85rem;
    background: #0054A4;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    letter-spacing: 0.2px;
}

.btn-submit:hover:not(:disabled)[b-hui7vdf2c6] {
    background: #003d7a;
    box-shadow: 0 4px 14px rgba(0, 84, 164, 0.35);
    transform: translateY(-1px);
}

.btn-submit:active:not(:disabled)[b-hui7vdf2c6] {
    transform: translateY(0);
    box-shadow: none;
}

.btn-submit:disabled[b-hui7vdf2c6] {
    opacity: 0.65;
    cursor: not-allowed;
}

.spinner[b-hui7vdf2c6] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-hui7vdf2c6 0.6s linear infinite;
}

@keyframes spin-b-hui7vdf2c6 {
    to { transform: rotate(360deg); }
}

/* ===== Footer ===== */
.form-footer[b-hui7vdf2c6] {
    text-align: center;
    margin-top: 1.75rem;
}

.form-footer p[b-hui7vdf2c6] {
    color: #6b7280;
    font-size: 0.88rem;
    margin: 0;
}

.form-footer a[b-hui7vdf2c6] {
    color: #0054A4;
    font-weight: 600;
    text-decoration: none;
}

.form-footer a:hover[b-hui7vdf2c6] {
    text-decoration: underline;
}

/* ===== Validation ===== */
[b-hui7vdf2c6] .validation-message {
    color: #dc2626;
    font-size: 0.78rem;
    margin-top: 0.3rem;
    display: block;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .register-split[b-hui7vdf2c6] {
        flex-direction: column;
    }

    .register-brand[b-hui7vdf2c6] {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    .brand-content[b-hui7vdf2c6] {
        margin-top: 0;
    }

    .brand-features[b-hui7vdf2c6] {
        flex-direction: row;
        gap: 1rem;
    }

    .brand-tagline[b-hui7vdf2c6] {
        margin-bottom: 1.5rem;
    }

    .brand-footer[b-hui7vdf2c6] {
        display: none;
    }

    .form-scroll-area[b-hui7vdf2c6] {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .brand-features[b-hui7vdf2c6] {
        flex-direction: column;
    }

    .form-row[b-hui7vdf2c6] {
        grid-template-columns: 1fr;
    }

    .form-scroll-area[b-hui7vdf2c6] {
        padding: 1.5rem 1rem;
    }
}
