/* _content/ClientOnboarding/Layout/MainLayout.razor.rz.scp.css */
.main-content[b-7f7az1fv9m] {
    min-height: 100vh;
    padding: 0;
}
/* _content/ClientOnboarding/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gdmxy5mfbn] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-gdmxy5mfbn] {
    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-gdmxy5mfbn] {
    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-gdmxy5mfbn] {
    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-gdmxy5mfbn] {
    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");
}

.bi-list-ul-nav-menu[b-gdmxy5mfbn] {
    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-ul' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

    .collapse[b-gdmxy5mfbn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-gdmxy5mfbn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ClientOnboarding/Pages/Onboarding.razor.rz.scp.css */
/* Welcome Modal */
.welcome-overlay[b-om6n317km3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.welcome-modal[b-om6n317km3] {
    background: white;
    border-radius: 24px;
    padding: 3rem;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideUp-b-om6n317km3 0.3s ease-out;
}

@keyframes slideUp-b-om6n317km3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-language-selector[b-om6n317km3] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
}

.welcome-modal .welcome-language-selector[b-om6n317km3] {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.welcome-brand[b-om6n317km3] {
    margin-bottom: 2rem;
}

.welcome-brand .brand-icon[b-om6n317km3] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 16px;
}

.welcome-brand .brand-icon svg[b-om6n317km3] {
    width: 36px;
    height: 36px;
}

.welcome-brand h1[b-om6n317km3] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
}

.welcome-modal h2[b-om6n317km3] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}

.welcome-subtitle[b-om6n317km3] {
    color: #6b7280;
    margin-bottom: 2rem;
}

.welcome-options[b-om6n317km3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.welcome-option-btn[b-om6n317km3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.welcome-option-btn:hover[b-om6n317km3] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.welcome-option-btn.primary:hover[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
}

.welcome-option-btn.primary:hover .option-icon[b-om6n317km3],
.welcome-option-btn.primary:hover .option-title[b-om6n317km3],
.welcome-option-btn.primary:hover .option-desc[b-om6n317km3] {
    color: white;
}

.option-icon[b-om6n317km3] {
    width: 48px;
    height: 48px;
    background: #f3f4f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #667eea;
    transition: all 0.2s ease;
}

.option-icon svg[b-om6n317km3] {
    width: 24px;
    height: 24px;
}

.option-text[b-om6n317km3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.option-title[b-om6n317km3] {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.option-desc[b-om6n317km3] {
    font-size: 0.875rem;
    color: #6b7280;
    transition: color 0.2s ease;
}

/* Continue Form */
.continue-form[b-om6n317km3] {
    text-align: left;
}

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

.continue-form label[b-om6n317km3] {
    display: block;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.continue-form .form-control[b-om6n317km3] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
}

.continue-form .form-control:focus[b-om6n317km3] {
    outline: none;
    border-color: #667eea;
}

.continue-form .form-control.is-invalid[b-om6n317km3] {
    border-color: #ef4444;
}

.error-message[b-om6n317km3] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}


.continue-actions[b-om6n317km3] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.continue-actions .btn[b-om6n317km3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.continue-actions .btn-secondary[b-om6n317km3] {
    background: #f3f4f6;
    border: none;
    color: #374151;
}

.continue-actions .btn-secondary:hover[b-om6n317km3] {
    background: #e5e7eb;
}

.continue-actions .btn-primary[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.continue-actions .btn-primary:hover[b-om6n317km3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.continue-actions .btn-primary:disabled[b-om6n317km3] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.continue-actions .nav-icon[b-om6n317km3] {
    width: 18px;
    height: 18px;
}

/* Top Bar */
.top-bar[b-om6n317km3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.exit-btn[b-om6n317km3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.exit-btn:hover[b-om6n317km3] {
    background: #e5e7eb;
    color: #1f2937;
}

.exit-btn svg[b-om6n317km3] {
    width: 18px;
    height: 18px;
}

/* Submission ID Banner */
.submission-id-banner[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border: 1px solid #667eea30;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.submission-id-content[b-om6n317km3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.submission-id-label[b-om6n317km3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #667eea;
}

.submission-id-label svg[b-om6n317km3] {
    width: 16px;
    height: 16px;
}

.submission-id-value[b-om6n317km3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.submission-id-value code[b-om6n317km3] {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    color: #1a1a2e;
    background: white;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.copy-btn[b-om6n317km3] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #667eea;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn:hover[b-om6n317km3] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.copy-btn svg[b-om6n317km3] {
    width: 14px;
    height: 14px;
}

.copy-btn svg.check[b-om6n317km3] {
    color: #10b981;
}

.submission-id-info[b-om6n317km3] {
    font-size: 0.8rem;
    color: #6b7280;
}

.submission-saved-time[b-om6n317km3] {
    font-size: 0.8rem;
    color: #6b7280;
    padding: 0.35rem 0.75rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

/* Exit Modal */
.exit-overlay[b-om6n317km3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.exit-modal[b-om6n317km3] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideUp-b-om6n317km3 0.2s ease-out;
}

.exit-icon[b-om6n317km3] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.exit-icon svg[b-om6n317km3] {
    width: 32px;
    height: 32px;
    color: white;
}

.exit-modal h2[b-om6n317km3] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    color: #1a1a2e;
}

.exit-modal p[b-om6n317km3] {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.exit-code-display[b-om6n317km3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.exit-code-display code[b-om6n317km3] {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.85rem;
    color: #1a1a2e;
    word-break: break-all;
}

.exit-actions[b-om6n317km3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.exit-actions .btn[b-om6n317km3] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.exit-actions .btn-secondary[b-om6n317km3] {
    background: #f3f4f6;
    border: none;
    color: #374151;
}

.exit-actions .btn-secondary:hover[b-om6n317km3] {
    background: #e5e7eb;
}

.exit-actions .btn-primary[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.exit-actions .btn-primary:hover[b-om6n317km3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Onboarding Container */
.onboarding-container[b-om6n317km3] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* Header / Brand */
.onboarding-header[b-om6n317km3] {
    text-align: center;
    margin-bottom: 2rem;
}

.brand[b-om6n317km3] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.brand-icon[b-om6n317km3] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.brand-icon svg[b-om6n317km3] {
    width: 28px;
    height: 28px;
}

.brand-text h1[b-om6n317km3] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.brand-text span[b-om6n317km3] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Progress Section */
.progress-section[b-om6n317km3] {
    margin-bottom: 2rem;
}

.step-indicators[b-om6n317km3] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.step-indicator[b-om6n317km3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

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

.step-number[b-om6n317km3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    background: #e5e7eb;
    color: #6b7280;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.step-indicator.active .step-number[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.4);
}

.step-indicator.completed .step-number[b-om6n317km3] {
    background: #10b981;
    color: white;
}

.check-icon[b-om6n317km3] {
    width: 20px;
    height: 20px;
}

.step-label[b-om6n317km3] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    text-align: center;
    max-width: 80px;
}

.step-indicator.active .step-label[b-om6n317km3] {
    color: #667eea;
    font-weight: 600;
}

.step-indicator.completed .step-label[b-om6n317km3] {
    color: #10b981;
}

.step-connector[b-om6n317km3] {
    width: 40px;
    height: 3px;
    background: #e5e7eb;
    margin: 18px 4px 0;
    border-radius: 2px;
    transition: background 0.3s ease;
}

.step-connector.completed[b-om6n317km3] {
    background: #10b981;
}

.progress-bar[b-om6n317km3] {
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill[b-om6n317km3] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: width 0.4s ease;
}

/* Form Content */
.onboarding-form[b-om6n317km3] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

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

/* Form Navigation */
.form-navigation[b-om6n317km3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.step-counter[b-om6n317km3] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.btn[b-om6n317km3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn:disabled[b-om6n317km3] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-om6n317km3] {
    background: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover:not(:disabled)[b-om6n317km3] {
    background: #d1d5db;
}

.btn-primary[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-om6n317km3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-success[b-om6n317km3] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.btn-success:hover:not(:disabled)[b-om6n317km3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.nav-icon[b-om6n317km3] {
    width: 20px;
    height: 20px;
}

/* Success Overlay */
.success-overlay[b-om6n317km3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-om6n317km3 0.3s ease;
}

@keyframes fadeIn-b-om6n317km3 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.success-modal[b-om6n317km3] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 450px;
    margin: 1rem;
    animation: scaleIn-b-om6n317km3 0.3s ease;
}

@keyframes scaleIn-b-om6n317km3 {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.success-icon[b-om6n317km3] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: #10b981;
}

.success-icon svg[b-om6n317km3] {
    width: 100%;
    height: 100%;
}

.success-modal h2[b-om6n317km3] {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    color: #1a1a2e;
}

.success-modal p[b-om6n317km3] {
    margin: 0 0 1rem;
    color: #6b7280;
    line-height: 1.6;
}

.success-modal p:last-of-type[b-om6n317km3] {
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .onboarding-container[b-om6n317km3] {
        padding: 1rem;
    }

    .step-indicators[b-om6n317km3] {
        gap: 0.25rem;
    }

    .step-connector[b-om6n317km3] {
        width: 20px;
    }

    .step-label[b-om6n317km3] {
        display: none;
    }

    .form-navigation[b-om6n317km3] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .step-counter[b-om6n317km3] {
        order: -1;
        width: 100%;
        text-align: center;
    }
}

/* Draft Indicator */
.draft-indicator[b-om6n317km3] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    color: #6b7280;
    z-index: 100;
    cursor: default;
    transition: all 0.2s ease;
}

.draft-indicator:hover[b-om6n317km3] {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.draft-icon[b-om6n317km3] {
    width: 14px;
    height: 14px;
    color: #10b981;
}

.draft-text[b-om6n317km3] {
    font-weight: 500;
}

/* Language Selector */
.language-selector[b-om6n317km3] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-btn[b-om6n317km3] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
}

.language-btn:hover[b-om6n317km3] {
    background: #f9fafb;
    border-color: #d1d5db;
}

.language-btn.active[b-om6n317km3] {
    background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
    border-color: #667eea;
    color: #667eea;
}

.language-btn svg[b-om6n317km3] {
    width: 14px;
    height: 14px;
}
/* _content/ClientOnboarding/Pages/Submissions.razor.rz.scp.css */
.submissions-container[b-l0gdfigmxf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.submissions-header[b-l0gdfigmxf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.submissions-header h1[b-l0gdfigmxf] {
    margin: 0;
    color: #1a1a2e;
}

.loading[b-l0gdfigmxf] {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.empty-state[b-l0gdfigmxf] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.empty-icon[b-l0gdfigmxf] {
    width: 64px;
    height: 64px;
    color: #ccc;
    margin-bottom: 1rem;
}

.empty-state h3[b-l0gdfigmxf] {
    margin: 0 0 0.5rem;
    color: #333;
}

.empty-state p[b-l0gdfigmxf] {
    color: #666;
    margin-bottom: 1.5rem;
}

.submissions-table[b-l0gdfigmxf] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.submissions-table table[b-l0gdfigmxf] {
    width: 100%;
    border-collapse: collapse;
}

.submissions-table th[b-l0gdfigmxf],
.submissions-table td[b-l0gdfigmxf] {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.submissions-table th[b-l0gdfigmxf] {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.submissions-table tbody tr:hover[b-l0gdfigmxf] {
    background: #f8f9fa;
}

.status-badge[b-l0gdfigmxf] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-draft[b-l0gdfigmxf] {
    background: #fff3cd;
    color: #856404;
}

.status-submitted[b-l0gdfigmxf] {
    background: #cce5ff;
    color: #004085;
}

.status-underreview[b-l0gdfigmxf] {
    background: #d4edda;
    color: #155724;
}

.status-approved[b-l0gdfigmxf] {
    background: #d4edda;
    color: #155724;
}

.status-rejected[b-l0gdfigmxf] {
    background: #f8d7da;
    color: #721c24;
}

.status-archived[b-l0gdfigmxf] {
    background: #e2e3e5;
    color: #383d41;
}

.actions[b-l0gdfigmxf] {
    display: flex;
    gap: 0.5rem;
}

.btn-sm[b-l0gdfigmxf] {
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
}

.btn-danger[b-l0gdfigmxf] {
    background: #dc3545;
    color: white;
    border: none;
}

.btn-danger:hover[b-l0gdfigmxf] {
    background: #c82333;
}

.text-muted[b-l0gdfigmxf] {
    color: #6c757d;
}

.submission-info[b-l0gdfigmxf] {
    text-align: center;
    padding: 0.5rem;
    background: #e8f4f8;
    border-radius: 6px;
    margin-bottom: 1rem;
    color: #0c5460;
}

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

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