/* /Layout/LoginLayout.razor.rz.scp.css */
.login-layout-shell[b-nl9q09qixo] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-layout-toolbar[b-nl9q09qixo] {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.25rem 0;
}

.login-layout[b-nl9q09qixo] {
    width: 100%;
    min-height: calc(100vh - 4.5rem);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fs92ryaz04] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fs92ryaz04] {
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar[b-fs92ryaz04] {
    background:
        radial-gradient(circle at top, rgba(31, 142, 150, 0.24), transparent 30%),
        linear-gradient(180deg, var(--brand-900) 0%, var(--brand-800) 70%, #0f3a54 100%);
}

.top-row[b-fs92ryaz04] {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-subtle);
    justify-content: space-between;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    box-shadow: 0 10px 30px rgba(16, 50, 74, 0.06);
    position: sticky;
    top: 0;
    z-index: 1105;
}

.top-row-left[b-fs92ryaz04] {
    flex: 1;
}

.top-row-right[b-fs92ryaz04] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-title[b-fs92ryaz04] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.user-info[b-fs92ryaz04] {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.btn-icon[b-fs92ryaz04] {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-account[b-fs92ryaz04] {
    background: rgba(16, 50, 74, 0.06);
    border: 1px solid rgba(16, 50, 74, 0.08);
    color: var(--text-primary);
}

.btn-account:hover[b-fs92ryaz04] {
    background: rgba(16, 50, 74, 0.1);
    color: var(--brand-800);
}

.btn-account .bi[b-fs92ryaz04] {
    font-size: 1.2rem;
}

.btn-logout[b-fs92ryaz04] {
    padding: 0.5rem 1rem;
    background-color: var(--danger-500);
    color: white;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-logout:hover[b-fs92ryaz04] {
    background-color: #b44343;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(196, 79, 79, 0.22);
}

.content[b-fs92ryaz04] {
    padding: 2rem;
}

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

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

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

    .sidebar[b-fs92ryaz04] {
        flex: 0 0 290px;
        width: 290px;
        min-width: 290px;
        max-width: 290px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 18px 0 36px rgba(16, 50, 74, 0.18);
    }

    .top-row[b-fs92ryaz04] {
        z-index: 1105;
    }

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

    .top-row[b-fs92ryaz04], article[b-fs92ryaz04] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fsc2yvkoqy] {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.top-row[b-fsc2yvkoqy] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-fsc2yvkoqy] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

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

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

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

    .nav-item[b-fsc2yvkoqy]  a {
        color: rgba(240, 247, 252, 0.82);
        border-radius: 14px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        line-height: 1.35;
        padding: 0.7rem 0.9rem;
        text-align: left;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .nav-item[b-fsc2yvkoqy]  a .nav-icon {
        margin-right: 0;
        top: 0;
        flex: 0 0 1.25rem;
    }

    .nav-item[b-fsc2yvkoqy]  a .nav-label {
        flex: 1;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nav-item[b-fsc2yvkoqy]  a.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(31, 142, 150, 0.2));
    color: white;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-item[b-fsc2yvkoqy]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(2px);
}

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

    .collapse[b-fsc2yvkoqy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fsc2yvkoqy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AddApplicant.razor.rz.scp.css */
.add-applicant-page .card[b-8b3phojd9z] {
    overflow: visible;
}

.add-applicant-page .d-flex.justify-content-between[b-8b3phojd9z] {
    margin-top: 1.5rem;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .add-applicant-page .d-flex.justify-content-between[b-8b3phojd9z] {
        flex-direction: column-reverse;
    }

    .add-applicant-page .d-flex.justify-content-between .btn[b-8b3phojd9z] {
        width: 100%;
    }
}
/* /Pages/Applicants.razor.rz.scp.css */
.applicants-page[b-t7q73duiow] {
    max-width: 1400px;
    margin: 0 auto;
}

.applicants-table td[b-t7q73duiow] {
    vertical-align: middle;
}
/* /Pages/Billing.razor.rz.scp.css */
.billing-page[b-45grizhr9e] {
    max-width: 1460px;
    margin: 0 auto;
}

.billing-hero-grid[b-45grizhr9e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.billing-hero-card[b-45grizhr9e] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.15rem 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(23, 50, 77, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.94));
    box-shadow: 0 18px 42px rgba(23, 50, 77, 0.08);
}

.billing-hero-card.accent-card[b-45grizhr9e] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(18, 184, 134, 0.12));
    border-color: rgba(13, 110, 253, 0.16);
}

.hero-label[b-45grizhr9e] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-text-muted, #64748b);
}

.hero-value[b-45grizhr9e] {
    font-size: 1.9rem;
    line-height: 1.1;
    color: var(--theme-text-strong, #17324d);
}

.hero-detail[b-45grizhr9e] {
    color: var(--theme-text-muted, #64748b);
    line-height: 1.45;
}

.billing-guidance[b-45grizhr9e] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.25rem;
}

.guidance-icon[b-45grizhr9e] {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.billing-guidance h3[b-45grizhr9e] {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    color: var(--theme-text-strong, #17324d);
}

.billing-guidance p[b-45grizhr9e] {
    margin: 0;
    color: var(--theme-text-muted, #64748b);
    line-height: 1.6;
}

.billing-filters[b-45grizhr9e] {
    margin-bottom: 1.25rem;
}

.invoice-filters[b-45grizhr9e] {
    margin-top: 1rem;
}

.compact-group[b-45grizhr9e] {
    max-width: 150px;
}

.billing-table td[b-45grizhr9e] {
    vertical-align: middle;
}

.accountant-cell[b-45grizhr9e] {
    min-width: 220px;
}

.accountant-title[b-45grizhr9e] {
    font-weight: 700;
    color: var(--theme-text-strong, #17324d);
}

.accountant-meta[b-45grizhr9e] {
    margin-top: 0.25rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.92rem;
    line-height: 1.45;
}

.mode-badge[b-45grizhr9e] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mode-billable[b-45grizhr9e] {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.mode-monitored[b-45grizhr9e] {
    background: rgba(108, 117, 125, 0.12);
    color: #5b6470;
}

.mode-paid[b-45grizhr9e] {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.mode-voided[b-45grizhr9e] {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.mode-subtext[b-45grizhr9e] {
    margin-top: 0.35rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.9rem;
}

.metric-strong[b-45grizhr9e] {
    font-weight: 700;
    color: var(--theme-text-strong, #17324d);
}

.metric-soft[b-45grizhr9e] {
    margin-top: 0.3rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.88rem;
}

.metric-stack[b-45grizhr9e] {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    color: var(--theme-text-strong, #17324d);
    min-width: 140px;
}

.invoices-section[b-45grizhr9e] {
    margin-top: 2rem;
}

.invoice-summary-grid[b-45grizhr9e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.invoice-summary-card[b-45grizhr9e] {
    min-height: 140px;
}

.section-heading[b-45grizhr9e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-heading h3[b-45grizhr9e] {
    margin: 0;
    color: var(--theme-text-strong, #17324d);
}

.invoice-table .row-actions[b-45grizhr9e] {
    min-width: 200px;
}

.adjustments-cell[b-45grizhr9e] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 210px;
}

.adjustments-list[b-45grizhr9e] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.adjustment-item[b-45grizhr9e] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.45rem 0.65rem;
    border-radius: 12px;
    background: rgba(23, 50, 77, 0.04);
}

.adjustment-description[b-45grizhr9e] {
    color: var(--theme-text-strong, #17324d);
    line-height: 1.35;
}

.adjustment-amount[b-45grizhr9e] {
    font-weight: 700;
    white-space: nowrap;
}

.adjustment-positive[b-45grizhr9e] {
    color: #0d6efd;
}

.adjustment-negative[b-45grizhr9e] {
    color: #dc3545;
}

.adjustment-more[b-45grizhr9e] {
    color: var(--theme-text-muted, #64748b);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .billing-guidance[b-45grizhr9e] {
        flex-direction: column;
    }

    .invoice-table .row-actions[b-45grizhr9e] {
        min-width: auto;
    }
}
/* /Pages/ChangePassword.razor.rz.scp.css */
.change-password-page .card[b-n3pwt6m8sf] {
    overflow: visible;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-3alnnpgcqg] {
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-cards[b-3alnnpgcqg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.dashboard-stat-card[b-3alnnpgcqg] {
    min-height: 138px;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.35rem 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
}

.card-icon[b-3alnnpgcqg] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 18px 30px rgba(16, 50, 74, 0.14);
}

.users-icon[b-3alnnpgcqg] {
    background: linear-gradient(135deg, var(--brand-700) 0%, var(--brand-900) 100%);
}

.active-users-icon[b-3alnnpgcqg] {
    background: linear-gradient(135deg, var(--success-500) 0%, #1d6a43 100%);
}

.applicants-icon[b-3alnnpgcqg] {
    background: linear-gradient(135deg, var(--accent-500) 0%, var(--brand-800) 100%);
}

.pending-icon[b-3alnnpgcqg] {
    background: linear-gradient(135deg, #f0b429 0%, #d48612 100%);
    color: #213547;
}

.card-content[b-3alnnpgcqg] {
    flex: 1;
}

.card-content h3[b-3alnnpgcqg] {
    margin: 0 0 0.5rem 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.card-value[b-3alnnpgcqg] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
}

.dashboard-content[b-3alnnpgcqg] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.welcome-section[b-3alnnpgcqg],
.recent-activity[b-3alnnpgcqg] {
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.98));
    box-shadow: var(--shadow-soft);
}

.welcome-section h3[b-3alnnpgcqg],
.recent-activity h3[b-3alnnpgcqg] {
    margin-top: 0;
    color: var(--text-primary);
    font-weight: 700;
}

.welcome-section p[b-3alnnpgcqg] {
    color: var(--text-muted);
    line-height: 1.6;
}

.quick-actions[b-3alnnpgcqg] {
    margin-top: 2rem;
}

.quick-actions h4[b-3alnnpgcqg] {
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-weight: 700;
}

.action-buttons[b-3alnnpgcqg] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-buttons .btn[b-3alnnpgcqg] {
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3rem;
}

.info-list[b-3alnnpgcqg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item[b-3alnnpgcqg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 248, 0.98));
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    color: var(--text-primary);
}

.info-item span:first-child[b-3alnnpgcqg] {
    font-size: 1.2rem;
    color: var(--accent-500);
}

.recent-activity .info-item:nth-child(2) span:first-child[b-3alnnpgcqg] {
    color: var(--brand-700);
}

.recent-activity .info-item:nth-child(3) span:first-child[b-3alnnpgcqg] {
    color: var(--success-500);
}

@media (max-width: 768px) {
    .dashboard-content[b-3alnnpgcqg] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-3alnnpgcqg] {
        flex-direction: column;
    }

    .btn[b-3alnnpgcqg] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/EditApplicant.razor.rz.scp.css */
.applicant-edit-page .card[b-bewsq5cgxk] {
    overflow: visible;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-uc7kvylwx0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-uc7kvylwx0] {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.login-header[b-uc7kvylwx0] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h2[b-uc7kvylwx0] {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

.login-header h3[b-uc7kvylwx0] {
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}

.form-group[b-uc7kvylwx0] {
    margin-bottom: 1.5rem;
}

.form-group label[b-uc7kvylwx0] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-control[b-uc7kvylwx0] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-control:focus[b-uc7kvylwx0] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-check[b-uc7kvylwx0] {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.form-check-input[b-uc7kvylwx0] {
    margin-right: 0.5rem;
}

.btn-block[b-uc7kvylwx0] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary[b-uc7kvylwx0] {
    background-color: #667eea;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-uc7kvylwx0] {
    background-color: #5568d3;
}

.btn-primary:disabled[b-uc7kvylwx0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert[b-uc7kvylwx0] {
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.alert-danger[b-uc7kvylwx0] {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.spinner-border[b-uc7kvylwx0] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-uc7kvylwx0 0.75s linear infinite;
    margin-right: 0.5rem;
}

.spinner-border-sm[b-uc7kvylwx0] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.15em;
}

@keyframes spinner-border-b-uc7kvylwx0 {
    to {
        transform: rotate(360deg);
    }
}

.validation-message[b-uc7kvylwx0] {
    color: #c33;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
/* /Pages/MyApplicants.razor.rz.scp.css */
.applicants-page[b-0wt0d2nfuz] {
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-0wt0d2nfuz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-header h2[b-0wt0d2nfuz] {
    margin-bottom: 0.35rem;
}

.page-action[b-0wt0d2nfuz],
.row-actions .btn[b-0wt0d2nfuz],
.empty-actions .btn[b-0wt0d2nfuz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.filters[b-0wt0d2nfuz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.filter-group[b-0wt0d2nfuz] {
    flex: 1 1 16rem;
}

.applicants-table td[b-0wt0d2nfuz] {
    vertical-align: middle;
}

.row-actions[b-0wt0d2nfuz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.empty-actions[b-0wt0d2nfuz] {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .page-header[b-0wt0d2nfuz] {
        flex-direction: column;
        align-items: stretch;
    }

    .page-action[b-0wt0d2nfuz] {
        justify-content: center;
    }
}
/* /Pages/MyBilling.razor.rz.scp.css */
.billing-page[b-asc5u4j0wq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.billing-page .page-header[b-asc5u4j0wq] {
    margin-bottom: 0;
}

.billing-page .billing-guidance[b-asc5u4j0wq] {
    border-radius: 20px;
    border: 1px solid rgba(23, 50, 77, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.94)),
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 55%);
    box-shadow: 0 18px 42px rgba(23, 50, 77, 0.08);
}

.billing-page .billing-guidance h3[b-asc5u4j0wq] {
    font-size: 1.1rem;
}

.billing-page .billing-filters[b-asc5u4j0wq] {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(23, 50, 77, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 30px rgba(23, 50, 77, 0.06);
}

.billing-page .invoice-table[b-asc5u4j0wq] {
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 252, 0.96));
    box-shadow: 0 18px 42px rgba(23, 50, 77, 0.08);
}

.billing-page .table-responsive[b-asc5u4j0wq] {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(23, 50, 77, 0.08);
}

.billing-page .invoice-table thead th[b-asc5u4j0wq] {
    background: rgba(23, 50, 77, 0.04);
    border-bottom-color: rgba(23, 50, 77, 0.08);
}

.billing-page .invoice-table tbody tr:nth-child(even)[b-asc5u4j0wq] {
    background: rgba(248, 250, 252, 0.72);
}

.billing-page .invoice-table .metric-stack[b-asc5u4j0wq] {
    min-width: 10rem;
}

.billing-page .invoice-table .metric-strong[b-asc5u4j0wq] {
    display: inline-block;
}

.billing-page .invoice-table .mode-badge[b-asc5u4j0wq] {
    width: fit-content;
}

@media (max-width: 768px) {
    .billing-page[b-asc5u4j0wq] {
        gap: 1.1rem;
    }

    .billing-page .billing-filters[b-asc5u4j0wq] {
        padding: 0.85rem;
    }
}
/* /Pages/MyProfile.razor.rz.scp.css */
.profile-page .card[b-619fr7fdo3] {
    overflow: visible;
}

.profile-page .card-header[b-619fr7fdo3] {
    background: linear-gradient(180deg, #ffffff 0%, rgba(237, 244, 248, 0.92) 100%);
}

.profile-page .card-header p[b-619fr7fdo3] {
    margin-top: 0.5rem;
}

.profile-page .form-label[b-619fr7fdo3] {
    color: var(--text-primary);
    font-weight: 700;
}

.profile-page .section-title[b-619fr7fdo3] {
    margin-top: 0.5rem;
}

.profile-page .form-text[b-619fr7fdo3] {
    margin-top: 0.45rem;
}

.profile-page .badge[b-619fr7fdo3] {
    min-width: 6.5rem;
    justify-content: center;
}
/* /Pages/PublicForm/Apply.razor.rz.scp.css */
.apply-page[b-ydgz1pmq2b] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.apply-card[b-ydgz1pmq2b] {
    width: min(100%, 36rem);
    background: #fff;
    border: 1px solid #d7dee7;
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 1.25rem 3rem rgba(16, 24, 40, 0.08);
}

.apply-badge[b-ydgz1pmq2b] {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b5cab;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.apply-description[b-ydgz1pmq2b],
.apply-note[b-ydgz1pmq2b] {
    color: #526071;
}

.apply-form label[b-ydgz1pmq2b] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.apply-form .form-control[b-ydgz1pmq2b] {
    border-radius: 0.9rem;
}

.apply-form .btn[b-ydgz1pmq2b] {
    width: 100%;
    border-radius: 0.9rem;
}
/* /Pages/PublicForm/Index.razor.rz.scp.css */
.public-form-container[b-dsesaqkhza] {
    max-width: 900px;
    margin: 0 auto;
}

.loading-spinner[b-dsesaqkhza] {
    text-align: center;
    padding: 3rem;
}

.spinner[b-dsesaqkhza] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-dsesaqkhza 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-dsesaqkhza {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.progress-section[b-dsesaqkhza] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-header[b-dsesaqkhza] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.progress-header h2[b-dsesaqkhza] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.progress-percentage[b-dsesaqkhza] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

.progress-bar[b-dsesaqkhza] {
    width: 100%;
    height: 14px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

.progress-fill[b-dsesaqkhza] {
    height: 100%;
    background: linear-gradient(90deg, #007bff 0%, #00d4ff 100%);
    transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    position: relative;
    overflow: hidden;
}

.progress-fill[b-dsesaqkhza]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shimmer-b-dsesaqkhza 2s infinite;
}

@keyframes shimmer-b-dsesaqkhza {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.wizard-steps[b-dsesaqkhza] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.wizard-steps[b-dsesaqkhza]::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.step[b-dsesaqkhza] {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.step:hover .step-number[b-dsesaqkhza] {
    transform: scale(1.05);
}

.step-number[b-dsesaqkhza] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.step.active .step-number[b-dsesaqkhza] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.4);
    animation: pulse-b-dsesaqkhza 2s infinite;
}

.step.completed .step-number[b-dsesaqkhza] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.3);
}

.step.completed .step-number[b-dsesaqkhza]::after {
    content: '✓';
    position: absolute;
    font-size: 1.5rem;
    animation: checkMark-b-dsesaqkhza 0.5s ease-in-out;
}

@keyframes pulse-b-dsesaqkhza {
    0%, 100% {
        box-shadow: 0 4px 16px rgba(0, 123, 255, 0.4);
    }
    50% {
        box-shadow: 0 4px 24px rgba(0, 123, 255, 0.6);
    }
}

@keyframes checkMark-b-dsesaqkhza {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.step-label[b-dsesaqkhza] {
    font-size: 0.875rem;
    color: #666;
}

.step.active .step-label[b-dsesaqkhza] {
    color: #007bff;
    font-weight: 600;
}

.form-content[b-dsesaqkhza] {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-navigation[b-dsesaqkhza] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.btn[b-dsesaqkhza] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-dsesaqkhza] {
    background-color: #007bff;
    color: #fff;
}

.btn-primary:hover[b-dsesaqkhza] {
    background-color: #0056b3;
}

.btn-secondary[b-dsesaqkhza] {
    background-color: #6c757d;
    color: #fff;
}

.btn-secondary:hover[b-dsesaqkhza] {
    background-color: #545b62;
}

.btn-success[b-dsesaqkhza] {
    background-color: #28a745;
    color: #fff;
}

.btn-success:hover[b-dsesaqkhza] {
    background-color: #218838;
}

.btn-success:disabled[b-dsesaqkhza] {
    background-color: #94d3a2;
    cursor: not-allowed;
}

.btn-outline-primary[b-dsesaqkhza] {
    background-color: #fff;
    color: #007bff;
    border: 2px solid #007bff;
}

.btn-outline-primary:hover[b-dsesaqkhza] {
    background-color: #007bff;
    color: #fff;
}

.auto-save-indicator[b-dsesaqkhza] {
    text-align: center;
    margin-top: 1rem;
}

.success-message[b-dsesaqkhza] {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.success-icon[b-dsesaqkhza] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.application-number[b-dsesaqkhza] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    margin: 1rem 0;
}

.alert[b-dsesaqkhza] {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.alert-danger[b-dsesaqkhza] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-success[b-dsesaqkhza] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

@media (max-width: 768px) {
    .wizard-steps[b-dsesaqkhza] {
        flex-direction: column;
        gap: 1rem;
    }

    .wizard-steps[b-dsesaqkhza]::before {
        display: none;
    }

    .form-navigation[b-dsesaqkhza] {
        flex-direction: column;
    }

    .btn[b-dsesaqkhza] {
        width: 100%;
    }

    .progress-header[b-dsesaqkhza] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Pages/PublicForm/Step1Personal.razor.rz.scp.css */
.step-container[b-97z6q2w905] {
    padding: 0;
}

.step-description[b-97z6q2w905] {
    color: #6c757d;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Upload Section - Highlighted */
.upload-section[b-97z6q2w905] {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f7ff 100%);
    border: 2px dashed #4a90e2;
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 2.5rem;
}

.upload-section h4[b-97z6q2w905] {
    font-size: 1.25rem;
    color: #2c5aa0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    border: none !important;
    padding-bottom: 0 !important;
}

.upload-hint[b-97z6q2w905] {
    color: #5a7ca0;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Form Sections */
.form-section[b-97z6q2w905] {
    margin-bottom: 2rem;
    padding: 1.75rem;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-section:last-child[b-97z6q2w905] {
    margin-bottom: 0;
}

/* Marital status is temporarily fixed to single and hidden from the form. */
.step-container > .form-section:nth-of-type(5)[b-97z6q2w905] {
    display: none;
}

.form-section h4[b-97z6q2w905] {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.form-row[b-97z6q2w905] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-97z6q2w905] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-97z6q2w905] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control[b-97z6q2w905] {
    padding: 0.75rem 1rem;
    border: 1.5px solid #ced4da;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background-color: #fff;
}

.form-control:hover[b-97z6q2w905] {
    border-color: #80bdff;
}

.form-control:focus[b-97z6q2w905] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    background-color: #f8fbff;
}

.form-control:disabled[b-97z6q2w905] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Field Changed Highlight - Enhanced with Animation */
.field-changed[b-97z6q2w905] {
    background-color: #f0fff4 !important;
    border-left: 4px solid #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
    animation: pulseGreen-b-97z6q2w905 0.6s ease-in-out;
}

@keyframes pulseGreen-b-97z6q2w905 {
    0% {
        background-color: #ffffff;
        transform: scale(1);
    }
    50% {
        background-color: #c6f6d5;
        transform: scale(1.01);
    }
    100% {
        background-color: #f0fff4;
        transform: scale(1);
    }
}

.validation-message[b-97z6q2w905] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Upload Section - Minimal */
.upload-section-minimal[b-97z6q2w905] {
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 2px solid #d0e3f5;
}

.upload-section-minimal .form-control[b-97z6q2w905] {
    border: 2px dashed #97c3e8;
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.3s ease;
    background-color: #fafcff;
    cursor: pointer;
}

.upload-section-minimal .form-control:hover[b-97z6q2w905] {
    border-color: #4a90e2;
    background-color: #f0f7ff;
}

.upload-section-minimal .form-control:focus[b-97z6q2w905] {
    border-color: #4a90e2;
    border-style: solid;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.2);
    background-color: #f8fbff;
}

.upload-status[b-97z6q2w905] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    background-color: #e7f3ff;
    border-radius: 6px;
    color: #004085;
    font-size: 0.9rem;
}

.spinner-border[b-97z6q2w905] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-97z6q2w905 0.75s linear infinite;
}

.spinner-border-sm[b-97z6q2w905] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.12em;
}

@keyframes spinner-border-b-97z6q2w905 {
    to { transform: rotate(360deg); }
}

.mt-2[b-97z6q2w905] {
    margin-top: 0.5rem;
}

.mt-3[b-97z6q2w905] {
    margin-top: 1rem;
}

/* Minimal Uploaded Documents Section */
.uploaded-documents-minimal[b-97z6q2w905] {
    margin-top: 1.5rem;
}

.uploaded-documents-minimal h5[b-97z6q2w905] {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #2c5aa0;
    font-weight: 600;
}

/* Documents Table */
.documents-table[b-97z6q2w905] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #d0e3f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.documents-table thead[b-97z6q2w905] {
    background: linear-gradient(135deg, #4a90e2 0%, #357ab8 100%);
}

.documents-table th[b-97z6q2w905] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    color: #ffffff;
    border-bottom: none;
}

.documents-table tbody tr[b-97z6q2w905] {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.documents-table tbody tr:last-child[b-97z6q2w905] {
    border-bottom: none;
}

.documents-table tbody tr:hover[b-97z6q2w905] {
    background-color: #f8f9fa;
}

.documents-table td[b-97z6q2w905] {
    padding: 0.75rem;
    font-size: 0.875rem;
    vertical-align: middle;
}

.file-icon[b-97z6q2w905] {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.file-name[b-97z6q2w905] {
    color: #333;
}

.file-size[b-97z6q2w905] {
    color: #6c757d;
}

.actions[b-97z6q2w905] {
    text-align: right;
    white-space: nowrap;
}

.actions button[b-97z6q2w905] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 0.5rem;
    font-weight: 500;
}

.btn-view[b-97z6q2w905] {
    background: linear-gradient(135deg, #4a90e2 0%, #357ab8 100%);
    color: white;
}

.btn-view:hover[b-97z6q2w905] {
    background: linear-gradient(135deg, #357ab8 0%, #2a5f8f 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(74, 144, 226, 0.3);
}

.btn-delete[b-97z6q2w905] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.btn-delete:hover[b-97z6q2w905] {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

.btn-delete:disabled[b-97z6q2w905] {
    background: #95a5a6;
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

/* Modal Styles */
.modal-backdrop[b-97z6q2w905] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal[b-97z6q2w905] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 100%;
    max-width: 90%;
}

.modal-dialog[b-97z6q2w905] {
    display: flex;
}

.modal-dialog-centered[b-97z6q2w905] {
    align-items: center;
    justify-content: center;
}

.modal-content[b-97z6q2w905] {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.3rem;
    box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.175);
}

.modal-header[b-97z6q2w905] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-title[b-97z6q2w905] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.modal-body[b-97z6q2w905] {
    padding: 1.5rem;
}

.modal-footer[b-97z6q2w905] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

.close[b-97z6q2w905] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.close:hover[b-97z6q2w905] {
    color: #000;
}

/* Spinner */
.spinner-border[b-97z6q2w905] {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-97z6q2w905 0.75s linear infinite;
}

@keyframes spinner-border-b-97z6q2w905 {
    to {
        transform: rotate(360deg);
    }
}

.sr-only[b-97z6q2w905] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Enhanced Modal Design */
.modal-lg[b-97z6q2w905] {
    max-width: 700px;
}

.modal-content[b-97z6q2w905] {
    animation: modalSlideIn-b-97z6q2w905 0.3s ease-out;
}

@keyframes modalSlideIn-b-97z6q2w905 {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Modal Header for Extraction */
.modal-header-extraction[b-97z6q2w905] {
    background: linear-gradient(135deg, #4a90e2 0%, #357ab8 100%);
    color: white;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-header-extraction .modal-title[b-97z6q2w905] {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}

.modal-header-extraction .close[b-97z6q2w905] {
    color: white;
    opacity: 0.9;
    font-size: 2rem;
}

.modal-header-extraction .close:hover[b-97z6q2w905] {
    opacity: 1;
    color: white;
}

/* Extraction Info Section */
.extraction-info[b-97z6q2w905] {
    background: linear-gradient(135deg, #e8f4f8 0%, #f0f7ff 100%);
    border-left: 4px solid #4a90e2;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 6px;
}

.extraction-info p[b-97z6q2w905] {
    margin: 0;
    color: #2c5aa0;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Extracted Data Preview - Enhanced with Icons and Colors */
.extracted-data-preview[b-97z6q2w905] {
    background-color: #ffffff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    max-height: 55vh;
    overflow-y: auto;
    border: 1px solid #e3e6ea;
}

/* Section Headers with Icons */
.section-header[b-97z6q2w905] {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-icon[b-97z6q2w905] {
    font-size: 1.2rem;
}

.personal-section[b-97z6q2w905] {
    background: linear-gradient(135deg, #667eea 0%, #5568d3 100%);
}

.parents-section[b-97z6q2w905] {
    background: linear-gradient(135deg, #f093fb 0%, #e673e5 100%);
}

.document-section[b-97z6q2w905] {
    background: linear-gradient(135deg, #4facfe 0%, #2a9dea 100%);
}

.data-item[b-97z6q2w905] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.data-item:hover[b-97z6q2w905] {
    background-color: #f8f9fa;
}

.data-item:last-child[b-97z6q2w905] {
    border-bottom: none;
}

.data-item strong[b-97z6q2w905] {
    color: #495057;
    font-weight: 600;
    font-size: 0.875rem;
    flex: 0 0 45%;
}

.extracted-value[b-97z6q2w905] {
    color: #155724;
    font-weight: 600;
    padding: 0.5rem 0.875rem;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 6px;
    font-size: 0.875rem;
    text-align: right;
    flex: 0 0 50%;
    border-left: 3px solid #28a745;
    box-shadow: 0 1px 3px rgba(40, 167, 69, 0.1);
}

/* Modal Footer for Extraction */
.modal-footer-extraction[b-97z6q2w905] {
    background: #f8f9fa;
    border-top: 1px solid #e3e6ea;
    padding: 1.25rem 1.5rem;
    gap: 1rem;
}

.btn-cancel[b-97z6q2w905] {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-97z6q2w905] {
    background: linear-gradient(135deg, #5a6268 0%, #4e555b 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(108, 117, 125, 0.3);
}

.btn-accept[b-97z6q2w905] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.2s ease;
}

.btn-accept:hover[b-97z6q2w905] {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
}

/* Button Styles */
.btn[b-97z6q2w905] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}

.btn-primary[b-97z6q2w905] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-97z6q2w905] {
    background-color: #0056b3;
}

.btn-secondary[b-97z6q2w905] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-97z6q2w905] {
    background-color: #545b62;
}

@media (max-width: 768px) {
    .form-row[b-97z6q2w905] {
        grid-template-columns: 1fr;
    }

    .modal[b-97z6q2w905] {
        max-width: 95%;
    }

    .document-item[b-97z6q2w905] {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-delete[b-97z6q2w905] {
        align-self: flex-end;
        margin-top: 0.5rem;
    }
}

/* Document Viewer Modal */
.modal-dialog-viewer[b-97z6q2w905] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
}

.modal-content-viewer[b-97z6q2w905] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 85vh;
}

.modal-header-viewer[b-97z6q2w905] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.modal-header-viewer h5[b-97z6q2w905] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.btn-close-modal[b-97z6q2w905] {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.btn-close-modal:hover[b-97z6q2w905] {
    color: #000;
}

.modal-body-viewer[b-97z6q2w905] {
    flex: 1;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.loading-document[b-97z6q2w905] {
    text-align: center;
    padding: 3rem;
}

.loading-document .spinner-border[b-97z6q2w905] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.loading-document p[b-97z6q2w905] {
    color: #666;
    margin: 0;
}

.document-frame[b-97z6q2w905] {
    width: 100%;
    height: 100%;
    border: none;
}

.document-image[b-97z6q2w905] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.unsupported-preview[b-97z6q2w905] {
    text-align: center;
    padding: 3rem;
}

.unsupported-preview p[b-97z6q2w905] {
    margin-bottom: 1.5rem;
    color: #666;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .modal-dialog-viewer[b-97z6q2w905] {
        width: 95%;
        max-width: none;
    }

    .modal-content-viewer[b-97z6q2w905] {
        height: 80vh;
    }
}
/* /Pages/PublicForm/Step2Documents.razor.rz.scp.css */
.step-container[b-xntbtxkva2] {
    padding: 0;
}

.step-description[b-xntbtxkva2] {
    color: #6c757d;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Form Sections */
.form-section[b-xntbtxkva2] {
    margin-bottom: 2rem;
    padding: 1.75rem;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-section:last-child[b-xntbtxkva2] {
    margin-bottom: 0;
}

.form-section h4[b-xntbtxkva2] {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.form-row[b-xntbtxkva2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-xntbtxkva2] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-xntbtxkva2] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control[b-xntbtxkva2] {
    padding: 0.75rem 1rem;
    border: 1.5px solid #ced4da;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background-color: #fff;
}

.form-control:hover[b-xntbtxkva2] {
    border-color: #80bdff;
}

.form-control:focus[b-xntbtxkva2] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    background-color: #f8fbff;
}

.form-control:disabled[b-xntbtxkva2] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.validation-message[b-xntbtxkva2] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .form-row[b-xntbtxkva2] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/PublicForm/Step3Representative.razor.rz.scp.css */
.step-container[b-u7h7qmprkx] {
    padding: 0;
}

.step-description[b-u7h7qmprkx] {
    color: #6c757d;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Form Sections */
.form-section[b-u7h7qmprkx] {
    margin-bottom: 2rem;
    padding: 1.75rem;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-section:last-child[b-u7h7qmprkx] {
    margin-bottom: 0;
}

.form-section h4[b-u7h7qmprkx] {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

/* Optional Section */
.optional-section[b-u7h7qmprkx] {
    background: linear-gradient(135deg, #f9f9ff 0%, #f5f7ff 100%);
    border: 1px solid #d0d9ff;
}

.section-hint[b-u7h7qmprkx] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.form-row[b-u7h7qmprkx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-u7h7qmprkx] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-u7h7qmprkx] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control[b-u7h7qmprkx] {
    padding: 0.75rem 1rem;
    border: 1.5px solid #ced4da;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background-color: #fff;
}

.form-control:hover[b-u7h7qmprkx] {
    border-color: #80bdff;
}

.form-control:focus[b-u7h7qmprkx] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    background-color: #f8fbff;
}

/* Summary Box */
.summary-box[b-u7h7qmprkx] {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border: 1px solid #b8d4e8;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.summary-item[b-u7h7qmprkx] {
    display: flex;
    justify-content: space-between;
    padding: 0.875rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.summary-item:last-child[b-u7h7qmprkx] {
    border-bottom: none;
}

.summary-item strong[b-u7h7qmprkx] {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.9rem;
}

.summary-item span[b-u7h7qmprkx] {
    color: #495057;
    text-align: right;
    font-weight: 500;
}

/* Consent Section */
.consent-section[b-u7h7qmprkx] {
    background: linear-gradient(135deg, #fffef5 0%, #fff9e6 100%);
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 1.75rem;
    margin-top: 2rem;
}

.consent-header[b-u7h7qmprkx] {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-check[b-u7h7qmprkx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.form-check-input[b-u7h7qmprkx] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: 2px solid #4a90e2;
    border-radius: 4px;
}

.form-check-input:checked[b-u7h7qmprkx] {
    background-color: #4a90e2;
}

.form-check-label[b-u7h7qmprkx] {
    cursor: pointer;
    margin: 0;
    color: #2c3e50;
    font-size: 1rem;
}

.consent-text[b-u7h7qmprkx] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.consent-text p[b-u7h7qmprkx] {
    margin-bottom: 0.75rem;
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.7;
}

.consent-text p:last-child[b-u7h7qmprkx] {
    margin-bottom: 0;
}

.alert-warning[b-u7h7qmprkx] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 0.75rem;
    border-radius: 4px;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .summary-item[b-u7h7qmprkx] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .summary-item span[b-u7h7qmprkx] {
        text-align: left;
    }

    .consent-text[b-u7h7qmprkx] {
        padding-left: 0;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-51j093d509] {
    max-width: 1400px;
    margin: 0 auto;
}

.stacked-checkbox[b-51j093d509] {
    margin-top: 2.4rem;
}

.settings-tabs[b-51j093d509] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.98));
    border-radius: 24px;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.nav-tabs[b-51j093d509] {
    border-bottom: 1px solid var(--border-subtle);
    padding: 1rem 1rem 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(237, 244, 248, 0.9) 100%);
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.nav-item[b-51j093d509] {
    margin: 0;
}

.nav-link[b-51j093d509] {
    border: none;
    border-radius: 14px 14px 0 0;
    padding: 0.9rem 1.2rem;
    color: var(--text-muted);
    font-weight: 700;
    transition: all 0.2s ease;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    position: relative;
}

.nav-link:hover[b-51j093d509] {
    color: var(--text-primary);
    background: rgba(16, 50, 74, 0.06);
}

.nav-link.active[b-51j093d509] {
    color: var(--brand-700);
    background: white;
    border-bottom: 3px solid var(--brand-700);
    transform: translateY(2px);
}

.nav-link.active[b-51j093d509]::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-700) 0%, var(--accent-500) 100%);
    border-radius: 3px 3px 0 0;
}

.tab-content[b-51j093d509] {
    padding: 2rem;
    background: transparent;
}

.settings-sections[b-51j093d509] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
}

.settings-card[b-51j093d509] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
    border-radius: 22px;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--border-subtle);
}

.settings-card:hover[b-51j093d509] {
    box-shadow: var(--shadow-strong);
    transform: translateY(-2px);
}

.settings-card h3[b-51j093d509] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settings-card h4[b-51j093d509] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settings-content[b-51j093d509] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-box[b-51j093d509] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 248, 0.96));
    padding: 1.25rem;
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    border-left: 4px solid var(--brand-700);
    margin-top: 1.5rem;
}

.info-box p[b-51j093d509] {
    margin: 0.5rem 0;
    color: var(--text-muted);
}

.info-box strong[b-51j093d509] {
    color: var(--text-primary);
}

.status-indicator[b-51j093d509] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 248, 0.98));
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    transition: all 0.2s ease;
}

.status-indicator:hover[b-51j093d509] {
    box-shadow: 0 10px 24px rgba(16, 50, 74, 0.08);
}

.status-dot[b-51j093d509] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-success[b-51j093d509] {
    background: linear-gradient(135deg, var(--success-500) 0%, #1f9d7a 100%);
    box-shadow: 0 0 0 4px rgba(44, 142, 91, 0.15);
    animation: pulse-success-b-51j093d509 2s infinite;
}

@keyframes pulse-success-b-51j093d509 {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(44, 142, 91, 0.15);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(44, 142, 91, 0.24);
    }
}

.integration-item[b-51j093d509] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 248, 0.98));
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    transition: all 0.2s ease;
}

.integration-item:hover[b-51j093d509] {
    box-shadow: 0 12px 24px rgba(16, 50, 74, 0.08);
    transform: translateY(-2px);
}

.integration-info strong[b-51j093d509] {
    display: block;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.integration-info p[b-51j093d509] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.875rem;
}

.info-row[b-51j093d509] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 248, 0.98));
    border-radius: 14px;
    border: 1px solid var(--border-subtle);
    transition: all 0.2s ease;
}

.info-row:hover[b-51j093d509] {
    background: rgba(255, 255, 255, 0.98);
}

.info-label[b-51j093d509] {
    font-weight: 600;
    color: var(--text-muted);
}

.info-value[b-51j093d509] {
    color: var(--text-primary);
    font-weight: 500;
}

.loading-spinner[b-51j093d509] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.loading-spinner p[b-51j093d509] {
    margin-top: 1rem;
    color: var(--text-muted);
    font-size: 1.1rem;
}

.text-success[b-51j093d509] {
    color: var(--success-500) !important;
    font-weight: 500;
}

.text-danger[b-51j093d509] {
    color: var(--danger-500) !important;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .settings-sections[b-51j093d509] {
        grid-template-columns: 1fr;
    }

    .nav-tabs[b-51j093d509] {
        flex-direction: column;
        gap: 0;
    }

    .nav-link[b-51j093d509] {
        border-radius: 0;
        border-left: 3px solid transparent;
    }

    .nav-link.active[b-51j093d509] {
        border-bottom: none;
        border-left: 3px solid var(--brand-700);
        transform: none;
    }

    .tab-content[b-51j093d509] {
        padding: 1.5rem;
    }

    .settings-card[b-51j093d509] {
        padding: 1.5rem;
    }

    .integration-item[b-51j093d509] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
/* /Pages/Users.razor.rz.scp.css */
.users-page[b-8s8uu4sfld] {
    max-width: 1400px;
    margin: 0 auto;
}

.billing-overview-grid[b-8s8uu4sfld] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.billing-overview-card[b-8s8uu4sfld] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.1rem 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(23, 50, 77, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.95));
    box-shadow: 0 16px 38px rgba(23, 50, 77, 0.08);
}

.accent-card[b-8s8uu4sfld] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(18, 184, 134, 0.12));
    border-color: rgba(13, 110, 253, 0.16);
}

.overview-label[b-8s8uu4sfld] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-text-muted, #64748b);
}

.overview-value[b-8s8uu4sfld] {
    font-size: 1.8rem;
    line-height: 1.1;
    color: var(--theme-text-strong, #17324d);
}

.overview-detail[b-8s8uu4sfld] {
    color: var(--theme-text-muted, #64748b);
    font-size: 0.95rem;
    line-height: 1.45;
}

.users-table td[b-8s8uu4sfld] {
    vertical-align: middle;
}

.usage-summary[b-8s8uu4sfld] {
    min-width: 240px;
}

.usage-primary-row[b-8s8uu4sfld] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.usage-primary[b-8s8uu4sfld] {
    font-weight: 700;
    color: var(--theme-text-strong, #17324d);
}

.usage-badge[b-8s8uu4sfld] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.badge-monitored[b-8s8uu4sfld] {
    background: rgba(108, 117, 125, 0.12);
    color: #5b6470;
}

.badge-billable[b-8s8uu4sfld] {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.badge-tracked[b-8s8uu4sfld] {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.badge-neutral[b-8s8uu4sfld] {
    background: rgba(23, 50, 77, 0.08);
    color: #17324d;
}

.usage-secondary[b-8s8uu4sfld] {
    margin-top: 0.3rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.9rem;
    line-height: 1.4;
}

.usage-metrics[b-8s8uu4sfld] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.65rem;
}

.usage-metric[b-8s8uu4sfld] {
    display: inline-flex;
    align-items: center;
    padding: 0.26rem 0.55rem;
    border-radius: 999px;
    background: rgba(23, 50, 77, 0.06);
    color: var(--theme-text-strong, #17324d);
    font-size: 0.78rem;
    font-weight: 600;
}

.form-hint[b-8s8uu4sfld] {
    margin-top: 0.4rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.9rem;
    line-height: 1.4;
}

.billing-preview-card[b-8s8uu4sfld] {
    margin-top: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 16px;
    border: 1px solid rgba(23, 50, 77, 0.08);
    background: rgba(244, 247, 251, 0.88);
}

.billing-preview-title[b-8s8uu4sfld] {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--theme-text-strong, #17324d);
}

.billing-preview-grid[b-8s8uu4sfld] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
}

.preview-label[b-8s8uu4sfld] {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--theme-text-muted, #64748b);
    font-size: 0.82rem;
}
/* /Pages/ViewApplicant.razor.rz.scp.css */
.applicant-details-page .card[b-qo9l82wvyq] {
    overflow: visible;
}

.applicant-page-header[b-qo9l82wvyq] {
    align-items: flex-start;
    gap: 1.5rem;
}

.applicant-hero[b-qo9l82wvyq] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.applicant-hero-meta[b-qo9l82wvyq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.applicant-reference[b-qo9l82wvyq] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(16, 50, 74, 0.06);
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.applicant-feedback[b-qo9l82wvyq] {
    margin-bottom: 1rem;
}

.summary-grid[b-qo9l82wvyq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.summary-card[b-qo9l82wvyq] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 252, 0.98));
    border: 1px solid rgba(16, 50, 74, 0.08);
    box-shadow: 0 18px 36px rgba(16, 50, 74, 0.08);
}

.summary-label[b-qo9l82wvyq] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.summary-value[b-qo9l82wvyq] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.summary-value--small[b-qo9l82wvyq] {
    font-size: 0.96rem;
}

.summary-badge[b-qo9l82wvyq] {
    align-self: flex-start;
}

.code-value[b-qo9l82wvyq] {
    letter-spacing: 0.04em;
}

.completion-track[b-qo9l82wvyq] {
    width: 100%;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(16, 50, 74, 0.1);
    overflow: hidden;
}

.completion-fill[b-qo9l82wvyq] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1f8e96 0%, #0f5b7e 100%);
}

.info-card[b-qo9l82wvyq] {
    padding: 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 50, 74, 0.08);
    box-shadow: 0 18px 36px rgba(16, 50, 74, 0.08);
}

.info-card + .info-card[b-qo9l82wvyq] {
    margin-top: 1.25rem;
}

.info-card-header[b-qo9l82wvyq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-card-header h3[b-qo9l82wvyq] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.access-actions[b-qo9l82wvyq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.detail-grid[b-qo9l82wvyq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem 1.1rem;
}

.detail-grid--compact[b-qo9l82wvyq] {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.detail-field[b-qo9l82wvyq] {
    min-width: 0;
}

.detail-label[b-qo9l82wvyq] {
    margin-bottom: 0.3rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.detail-value[b-qo9l82wvyq] {
    font-size: 0.98rem;
    color: var(--text-primary);
    word-break: break-word;
}

.detail-value--strong[b-qo9l82wvyq] {
    font-weight: 700;
}

.documents-card .table[b-qo9l82wvyq] {
    margin-bottom: 0;
}

.document-upload-grid[b-qo9l82wvyq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.document-upload-action[b-qo9l82wvyq] {
    display: flex;
    justify-content: flex-start;
}

.empty-state-copy[b-qo9l82wvyq] {
    margin: 0.25rem 0 0;
}

.applicant-details-page .modal[b-qo9l82wvyq] {
    z-index: 1055;
}

.applicant-details-page .modal-body[b-qo9l82wvyq] {
    max-height: 80vh;
    overflow: auto;
}

.preview-modal-backdrop[b-qo9l82wvyq] {
    display: block;
    background-color: rgba(11, 28, 43, 0.58);
}

.preview-modal-body[b-qo9l82wvyq] {
    max-height: 80vh;
    overflow: auto;
}

.preview-image[b-qo9l82wvyq] {
    max-width: 100%;
    height: auto;
}

.preview-pdf[b-qo9l82wvyq] {
    width: 100%;
    height: 70vh;
    border: none;
}

@media (max-width: 768px) {
    .applicant-page-header[b-qo9l82wvyq] {
        gap: 1rem;
    }

    .info-card-header[b-qo9l82wvyq] {
        flex-direction: column;
    }

    .access-actions[b-qo9l82wvyq],
    .document-upload-action[b-qo9l82wvyq] {
        width: 100%;
    }
}
/* /Shared/ApplicantInlineEditField.razor.rz.scp.css */
.inline-edit-field[b-t2ekymbybp] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding-right: 2.5rem;
    border-radius: 14px;
    transition: background-color 0.18s ease;
}

.inline-edit-field:hover[b-t2ekymbybp],
.inline-edit-field:focus-within[b-t2ekymbybp] {
    background: rgba(16, 50, 74, 0.03);
}

.inline-edit-field__header[b-t2ekymbybp] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.inline-edit-field__trigger[b-t2ekymbybp] {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 999px;
    font-size: 0.95rem;
    color: var(--brand-primary);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    background: rgba(15, 91, 126, 0.1);
    border: 1px solid rgba(15, 91, 126, 0.16);
    box-shadow: 0 10px 20px rgba(15, 91, 126, 0.12);
    transform: translateY(-2px) scale(0.96);
    transition: opacity 0.18s ease, color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.inline-edit-field:hover .inline-edit-field__trigger[b-t2ekymbybp],
.inline-edit-field:focus-within .inline-edit-field__trigger[b-t2ekymbybp] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.inline-edit-field__trigger:hover[b-t2ekymbybp],
.inline-edit-field__trigger:focus-visible[b-t2ekymbybp] {
    color: #fff;
    background: linear-gradient(135deg, #1f8e96 0%, #0f5b7e 100%);
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(15, 91, 126, 0.22);
    transform: translateY(0) scale(1.03);
}

.inline-edit-field__editor[b-t2ekymbybp] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.inline-edit-field__actions[b-t2ekymbybp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

@media (max-width: 576px) {
    .inline-edit-field__header[b-t2ekymbybp] {
        align-items: flex-start;
        flex-direction: column;
    }

    .inline-edit-field__trigger[b-t2ekymbybp] {
        opacity: 1;
        pointer-events: auto;
        position: static;
    }

    .inline-edit-field__actions[b-t2ekymbybp] {
        width: 100%;
    }
}
/* /Shared/ConfirmDialog.razor.rz.scp.css */
.modal[b-3uiaq2griq] {
    z-index: 1055;
}

.modal-backdrop[b-3uiaq2griq] {
    z-index: 1050;
}

.modal-dialog-centered[b-3uiaq2griq] {
    animation: slideDown-b-3uiaq2griq 0.3s ease-out;
}

@keyframes slideDown-b-3uiaq2griq {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-3uiaq2griq] {
    border-bottom: 1px solid #dee2e6;
}

.modal-header.bg-danger[b-3uiaq2griq],
.modal-header.bg-success[b-3uiaq2griq],
.modal-header.bg-info[b-3uiaq2griq] {
    border-bottom: none;
}

.modal-header.bg-warning[b-3uiaq2griq] {
    color: #000;
}

.modal-title[b-3uiaq2griq] {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.modal-title i[b-3uiaq2griq] {
    font-size: 1.25rem;
}

.modal-body[b-3uiaq2griq] {
    padding: 1.5rem;
}

.modal-body p[b-3uiaq2griq] {
    margin-bottom: 0;
    color: #495057;
    line-height: 1.6;
}

.modal-footer[b-3uiaq2griq] {
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.btn-close[b-3uiaq2griq] {
    filter: invert(1);
}

.modal-header.bg-warning .btn-close[b-3uiaq2griq] {
    filter: none;
}

.spinner-border-sm[b-3uiaq2griq] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* /Shared/PublicFormLayout.razor.rz.scp.css */
.public-form-layout[b-994u0a9rb9] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.public-header[b-994u0a9rb9] {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.header-content[b-994u0a9rb9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section h1[b-994u0a9rb9] {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}

.language-toggle[b-994u0a9rb9] {
    display: flex;
    gap: 0.5rem;
}

.btn-language[b-994u0a9rb9] {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-language:hover[b-994u0a9rb9] {
    background-color: #f0f0f0;
}

.btn-language.active[b-994u0a9rb9] {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.public-main[b-994u0a9rb9] {
    flex: 1;
    padding: 2rem 0;
}

.container[b-994u0a9rb9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.public-footer[b-994u0a9rb9] {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    margin-top: auto;
}

.public-footer p[b-994u0a9rb9] {
    margin: 0;
    text-align: center;
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .header-content[b-994u0a9rb9] {
        flex-direction: column;
        gap: 1rem;
    }

    .logo-section h1[b-994u0a9rb9] {
        font-size: 1.25rem;
    }

    .public-main[b-994u0a9rb9] {
        padding: 1rem 0;
    }
}
