@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/AdminDashboard/AdminCreationComponent.razor.rz.scp.css */
.admin-creation-overlay[b-f43pu3nl7p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 20px;
    box-sizing: border-box;
}

.admin-creation-modal[b-f43pu3nl7p] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.admin-creation-header[b-f43pu3nl7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}

.admin-creation-header h5[b-f43pu3nl7p] {
    margin: 0;
    font-weight: 600;
}

.admin-creation-body[b-f43pu3nl7p] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Custom scrollbar styling for webkit browsers */
.admin-creation-body[b-f43pu3nl7p]::-webkit-scrollbar {
    width: 10px;
}

.admin-creation-body[b-f43pu3nl7p]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    margin: 4px 0;
}

.admin-creation-body[b-f43pu3nl7p]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.admin-creation-body[b-f43pu3nl7p]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Firefox scrollbar styling */
.admin-creation-body[b-f43pu3nl7p] {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
}
/* /Components/AdminDashboard/AdminDashboardComponent.razor.rz.scp.css */
.case-viewer-overlay[b-666sehuhdv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 20px;
    box-sizing: border-box;
}

.case-viewer-modal[b-666sehuhdv] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    max-width: 1600px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.case-viewer-header[b-666sehuhdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}

.case-viewer-header h5[b-666sehuhdv] {
    margin: 0;
    font-weight: 600;
}

.case-viewer-close[b-666sehuhdv] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
    padding: 0 8px;
    line-height: 1;
}

.case-viewer-close:hover[b-666sehuhdv] {
    color: #343a40;
}

.case-viewer-body[b-666sehuhdv] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Custom scrollbar styling for webkit browsers */
.case-viewer-body[b-666sehuhdv]::-webkit-scrollbar {
    width: 10px;
}

.case-viewer-body[b-666sehuhdv]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    margin: 4px 0;
}

.case-viewer-body[b-666sehuhdv]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.case-viewer-body[b-666sehuhdv]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Firefox scrollbar styling */
.case-viewer-body[b-666sehuhdv] {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
}

.admin-panel-container[b-666sehuhdv] {
    padding: 30px 40px;
}

.dashboard-header[b-666sehuhdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard-title[b-666sehuhdv] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
}

.dashboard-button-group[b-666sehuhdv] {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.dashboard-btn[b-666sehuhdv] {
    background: white;
    border: none;
    padding: 8px 16px;
    font-size: 0.875rem;
    cursor: pointer;
    color: #212529;
    border-right: 1px solid #dee2e6;
    transition: background-color 0.15s ease-in-out;
}

.dashboard-btn:last-child[b-666sehuhdv] {
    border-right: none;
}

.dashboard-btn:hover[b-666sehuhdv] {
    background-color: #f8f9fa;
}

.dashboard-btn.active[b-666sehuhdv] {
    background-color: #212529;
    color: white;
}

.case-list-container[b-666sehuhdv] {
    width: 100%;
}
/* /Components/AdminDashboard/AdminSettingsComponent.razor.rz.scp.css */
.admin-settings[b-4x9rarv8rg] {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.settings-section[b-4x9rarv8rg] {
    margin-bottom: 2rem;
}

.section-title[b-4x9rarv8rg] {
    color: #4a6fa5;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.settings-section hr[b-4x9rarv8rg] {
    border: none;
    border-top: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.document-requirements-grid[b-4x9rarv8rg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.document-column[b-4x9rarv8rg] {
    display: flex;
    flex-direction: column;
}

.column-title[b-4x9rarv8rg] {
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.checkbox-item[b-4x9rarv8rg] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.checkbox-item input[type="checkbox"][b-4x9rarv8rg] {
    margin-right: 0.5rem;
    cursor: pointer;
}

.checkbox-item label[b-4x9rarv8rg] {
    cursor: pointer;
    font-size: 0.9rem;
    color: #555;
}

.verification-rules[b-4x9rarv8rg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-4x9rarv8rg] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-group label[b-4x9rarv8rg] {
    font-size: 0.85rem;
    color: #666;
}

.form-select[b-4x9rarv8rg] {
    max-width: 300px;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.policy-textarea[b-4x9rarv8rg] {
    min-height: 150px;
    resize: vertical;
    font-size: 0.9rem;
}

.policy-textarea[b-4x9rarv8rg]::placeholder {
    color: #999;
}

.settings-actions[b-4x9rarv8rg] {
    margin-top: 1.5rem;
}

.settings-actions .btn-primary[b-4x9rarv8rg] {
    background-color: #4a6fa5;
    border-color: #4a6fa5;
    padding: 0.5rem 1.5rem;
}

.settings-actions .btn-primary:hover[b-4x9rarv8rg] {
    background-color: #3d5d8a;
    border-color: #3d5d8a;
}
/* /Components/AdminDashboard/CaseCreation/AddressBaseInfoCreateComponent.razor.rz.scp.css */
.address-info-form[b-39rktl7ky9] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row[b-39rktl7ky9] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-group[b-39rktl7ky9] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-group.full-width[b-39rktl7ky9] {
    flex: 100%;
}

.form-group label[b-39rktl7ky9] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 4px;
    color: #333;
}

.form-group input[b-39rktl7ky9],
.form-group select[b-39rktl7ky9] {
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input:focus[b-39rktl7ky9],
.form-group select:focus[b-39rktl7ky9] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.form-group input[b-39rktl7ky9]::placeholder {
    color: #6c757d;
}
/* /Components/AdminDashboard/CaseCreation/CaseCreateComponent.razor.rz.scp.css */
.case-create-panel[b-p8zvkcmtlo] {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.case-create-sections[b-p8zvkcmtlo] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.case-create-sections li[b-p8zvkcmtlo] {
    margin: 0;
    padding: 0;
}

.case-create-actions[b-p8zvkcmtlo] {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
}

.create-case-button[b-p8zvkcmtlo] {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.create-case-button:hover[b-p8zvkcmtlo] {
    background-color: #333333;
}
/* /Components/AdminDashboard/CaseCreation/IdentityBaseInfoCreateComponent.razor.rz.scp.css */
.identity-info-form[b-aviupea6bz] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row[b-aviupea6bz] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-group[b-aviupea6bz] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-group label[b-aviupea6bz] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 4px;
    color: #333;
}

.form-group input[b-aviupea6bz] {
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input:focus[b-aviupea6bz] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.form-group input[b-aviupea6bz]::placeholder {
    color: #6c757d;
}
/* /Components/AdminDashboard/CaseCreation/TitledLineComponent.razor.rz.scp.css */
.titled-component[b-0b29xm63z8] {
    margin-bottom: 20px;
}

.titled-component-title[b-0b29xm63z8] {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.titled-component-line[b-0b29xm63z8] {
    border: none;
    border-top: 1px solid #aaaaaa;
    margin: 0 0 16px 0;
}

.titled-component-body[b-0b29xm63z8] {
    padding-top: 8px;
}
/* /Components/AdminDashboard/CaseDetails/CaseDetailsAcceptedMeetingInvitation.razor.rz.scp.css */
.accepted-invitation-card[b-8f34h0hcmp] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 12px 16px;
    color: #1b5e20;
    margin-bottom: 16px;
}

.icon[b-8f34h0hcmp] {
    font-size: 18px;
    font-weight: bold;
    color: #2e7d32;
    margin-top: 2px;
}

.content[b-8f34h0hcmp] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.title[b-8f34h0hcmp] {
    font-weight: 600;
    font-size: 14px;
    color: #2e7d32;
}

.details[b-8f34h0hcmp] {
    font-size: 13px;
    color: #1b5e20;
    line-height: 1.4;
}

strong[b-8f34h0hcmp] {
    font-weight: 600;
}
/* /Components/AdminDashboard/CaseDetails/CaseDetailsAdminNotesComponent.razor.rz.scp.css */
/* Styles consolidated into CaseDetailsComponent.razor.css using ::deep */

/* /Components/AdminDashboard/CaseDetails/CaseDetailsComponent.razor.rz.scp.css */
.case-details-container[b-yt7ncoflcs] {
    padding: 0;
    font-size: 0.9rem;
}

.flags-list[b-yt7ncoflcs] {
    margin: 0;
    padding-left: 1.25rem;
    color: #c41e3a;
}

.section-title[b-yt7ncoflcs] {
    margin: 1.5rem 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

/* Shared styles for child components using ::deep */

/* Common info line layout */
[b-yt7ncoflcs] .info-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 0.9rem;
}

/* Common label styling */
[b-yt7ncoflcs] .info-label,
[b-yt7ncoflcs] .key-info-label {
    font-weight: 600;
    color: #333;
}

/* Common value styling */
[b-yt7ncoflcs] .info-value,
[b-yt7ncoflcs] .key-info-value {
    color: #555;
}

/* Common tag styling */
[b-yt7ncoflcs] .info-tag {
    color: #888;
    font-size: 0.85rem;
}

/* Common info container layout */
[b-yt7ncoflcs] .guardian-info,
[b-yt7ncoflcs] .residency-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* Common bubble/card styling */
[b-yt7ncoflcs] .mailing-address-bubble {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    display: flex;
    gap: 0.25rem;
}

/* Uploaded Documents styles */
[b-yt7ncoflcs] .document-entry {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
}

[b-yt7ncoflcs] .document-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

[b-yt7ncoflcs] .document-title {
    font-weight: 600;
    color: #0066cc;
    font-size: 0.95rem;
}

[b-yt7ncoflcs] .preview-button {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
}

[b-yt7ncoflcs] .preview-button:hover {
    background-color: #f8f9fa;
}

[b-yt7ncoflcs] .preview-icon {
    font-size: 0.9rem;
}

[b-yt7ncoflcs] .document-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

[b-yt7ncoflcs] .download-button {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
}

[b-yt7ncoflcs] .download-button:hover {
    background-color: #f8f9fa;
}

[b-yt7ncoflcs] .download-button svg {
    flex-shrink: 0;
}

[b-yt7ncoflcs] .document-details {
    display: flex;
    gap: 3rem;
}

[b-yt7ncoflcs] .details-column {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-yt7ncoflcs] .no-documents {
    color: #666;
    font-style: italic;
}

/* Action History styles */
[b-yt7ncoflcs] .action-entry {
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
}

[b-yt7ncoflcs] .action-entry:last-child {
    border-bottom: none;
}

[b-yt7ncoflcs] .action-title {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

[b-yt7ncoflcs] .action-date {
    color: #888;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

[b-yt7ncoflcs] .action-render {
    color: #555;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

[b-yt7ncoflcs] .no-actions {
    color: #666;
    font-style: italic;
}

/* Admin Notes styles */
[b-yt7ncoflcs] .admin-notes-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-yt7ncoflcs] .admin-note-label {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

[b-yt7ncoflcs] .admin-note-input {
    width: 100%;
    min-height: 80px;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.9rem;
    font-family: inherit;
    resize: vertical;
}

[b-yt7ncoflcs] .admin-note-input:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

[b-yt7ncoflcs] .admin-note-input::placeholder {
    color: #999;
}

[b-yt7ncoflcs] .add-note-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    width: fit-content;
}

[b-yt7ncoflcs] .add-note-button:hover {
    background-color: #555;
}

[b-yt7ncoflcs] .button-icon {
    font-size: 0.9rem;
}

[b-yt7ncoflcs] .existing-notes {
    margin-top: 1rem;
}

[b-yt7ncoflcs] .notes-list {
    margin: 0;
    padding-left: 1.25rem;
}

[b-yt7ncoflcs] .note-item {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

/* Bottom Bar styles */
.bottom-bar[b-yt7ncoflcs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.status-section[b-yt7ncoflcs] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.status-label[b-yt7ncoflcs] {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.status-dropdown[b-yt7ncoflcs] {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    min-width: 250px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.status-dropdown:focus[b-yt7ncoflcs] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.action-buttons[b-yt7ncoflcs] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.cancel-button[b-yt7ncoflcs] {
    padding: 0.5rem 1.25rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
}

.cancel-button:hover[b-yt7ncoflcs] {
    background-color: #f8f9fa;
}

.update-close-button[b-yt7ncoflcs] {
    padding: 0.5rem 1.25rem;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
}

.update-close-button:hover[b-yt7ncoflcs] {
    background-color: #555;
}
/* /Components/AdminDashboard/CaseDetails/CaseDetailsGuardiansComponent.razor.rz.scp.css */
/* Styles consolidated into CaseDetailsComponent.razor.css using ::deep */

/* /Components/AdminDashboard/CaseDetails/CaseDetailsKeyInfoComponent.razor.rz.scp.css */
.key-info-grid[b-zzlu9hmnms] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 2rem;
}

.key-info-item[b-zzlu9hmnms] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

/* .key-info-label and .key-info-value styles consolidated into CaseDetailsComponent.razor.css using ::deep */

.status-badge[b-zzlu9hmnms] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-pending-review[b-zzlu9hmnms] {
    background-color: #ffc107;
    color: #000;
}

.status-mismatch-needs-attention[b-zzlu9hmnms] {
    background-color: #dc3545;
    color: #fff;
}

.status-other-needs-attention[b-zzlu9hmnms] {
    background-color: #dc3545;
    color: #fff;
}

.status-documents-received[b-zzlu9hmnms] {
    background-color: #17a2b8;
    color: #fff;
}

.status-clarification-requested[b-zzlu9hmnms] {
    background-color: #fd7e14;
    color: #fff;
}

.status-appointment-scheduled[b-zzlu9hmnms] {
    background-color: #6f42c1;
    color: #fff;
}

.status-awaiting-guardian-response[b-zzlu9hmnms] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.status-verified[b-zzlu9hmnms] {
    background-color: #28a745;
    color: #fff;
}

.status-closed-denied[b-zzlu9hmnms] {
    background-color: #6c757d;
    color: #fff;
}

.status-closed-external-referral[b-zzlu9hmnms] {
    background-color: #6c757d;
    color: #fff;
}

.status-closed-enrolled-elsewhere[b-zzlu9hmnms] {
    background-color: #6c757d;
    color: #fff;
}
/* /Components/AdminDashboard/CaseDetails/CaseDetailsResidencySpecificsComponent.razor.rz.scp.css */
/* Styles consolidated into CaseDetailsComponent.razor.css using ::deep */

/* /Components/AdminDashboard/CaseDetails/CaseDetailsResponseComponent.razor.rz.scp.css */
/* ===========================================
   CaseDetailsResponse Component Styles
   =========================================== */

.case-response-container[b-z4wk2qrzeh] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.response-header[b-z4wk2qrzeh] {
    color: #1976d2;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.message-body-container[b-z4wk2qrzeh] {
    margin-bottom: 16px;
}

.message-body[b-z4wk2qrzeh] {
    border-left: 4px solid #9e9e9e;
    padding-left: 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.view-placeholder[b-z4wk2qrzeh] {
    padding: 16px;
    margin-bottom: 16px;
    min-height: 50px;
}

.action-buttons[b-z4wk2qrzeh] {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.action-button[b-z4wk2qrzeh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.action-button:hover[b-z4wk2qrzeh] {
    background-color: #f5f5f5;
    border-color: #bdbdbd;
}

.action-button.active[b-z4wk2qrzeh] {
    background-color: #e3f2fd;
    border-color: #1976d2;
    color: #1976d2;
}

.action-button.accept-verify[b-z4wk2qrzeh] {
    background-color: #1976d2;
    color: #fff;
    border-color: #1976d2;
}

.action-button.accept-verify:hover[b-z4wk2qrzeh] {
    background-color: #1565c0;
}

.action-button.accept-verify.active[b-z4wk2qrzeh] {
    background-color: #0d47a1;
}

.action-button:disabled[b-z4wk2qrzeh],
.action-button.accept-verify:disabled[b-z4wk2qrzeh] {
    background-color: #f5f5f5;
    color: #bdbdbd;
    border-color: #e0e0e0;
    cursor: not-allowed;
    box-shadow: none;
}

.accepted-invitation-message[b-z4wk2qrzeh] {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #c8e6c9;
    font-weight: 500;
}

.button-icon[b-z4wk2qrzeh] {
    font-size: 14px;
}

/* ===========================================
   Shared Modal Styles
   (AcceptVerify, RequestAdditionalInfo, Invitation)
   =========================================== */

[b-z4wk2qrzeh] .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

[b-z4wk2qrzeh] .modal-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 1200px;
    max-height: 90vh;
    overflow: auto;
}

[b-z4wk2qrzeh] .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
}

[b-z4wk2qrzeh] .modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

[b-z4wk2qrzeh] .close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

[b-z4wk2qrzeh] .close-button:hover {
    color: #333;
}

[b-z4wk2qrzeh] .modal-body {
    padding: 20px;
}

[b-z4wk2qrzeh] .modal-description {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

[b-z4wk2qrzeh] .message-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

[b-z4wk2qrzeh] .message-textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
}

[b-z4wk2qrzeh] .message-textarea:focus {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
}

[b-z4wk2qrzeh] .reminder-section {
    margin-top: 16px;
}

[b-z4wk2qrzeh] .reminder-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

[b-z4wk2qrzeh] .reminder-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

[b-z4wk2qrzeh] .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
}

[b-z4wk2qrzeh] .cancel-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

[b-z4wk2qrzeh] .cancel-button:hover {
    background-color: #f5f5f5;
}

[b-z4wk2qrzeh] .send-button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

[b-z4wk2qrzeh] .send-button:hover {
    background-color: #222;
}

/* ===========================================
   AppointmentSelection Component Styles
   =========================================== */

[b-z4wk2qrzeh] .appointment-selection-container {
    margin-top: 16px;
}

[b-z4wk2qrzeh] .selection-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
}

[b-z4wk2qrzeh] .days-scroll-container {
    overflow-x: auto;
    padding-bottom: 8px;
}

[b-z4wk2qrzeh] .days-grid {
    display: flex;
    gap: 8px;
    min-width: max-content;
}

[b-z4wk2qrzeh] .day-column {
    min-width: 80px;
    flex-shrink: 0;
}

[b-z4wk2qrzeh] .day-header {
    text-align: center;
    padding: 8px 4px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px;
}

[b-z4wk2qrzeh] .day-number {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

[b-z4wk2qrzeh] .day-name {
    display: block;
    font-size: 12px;
    color: #666;
}

[b-z4wk2qrzeh] .time-slots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

[b-z4wk2qrzeh] .time-slot {
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

[b-z4wk2qrzeh] .time-slot:hover {
    background-color: #f5f5f5;
    border-color: #bdbdbd;
}

[b-z4wk2qrzeh] .time-slot.selected {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

[b-z4wk2qrzeh] .time-slot.selected:hover {
    background-color: #222;
}

[b-z4wk2qrzeh] .scroll-indicator {
    height: 4px;
    background: linear-gradient(to right, #1976d2 30%, #e0e0e0 30%);
    border-radius: 2px;
    margin-top: 8px;
}
/* /Components/AdminDashboard/CaseDetails/CaseDetailsUploadedDocumentsComponent.razor.rz.scp.css */
/* Styles consolidated into CaseDetailsComponent.razor.css using ::deep */

/* /Components/AdminDashboard/CaseDetails/TitledBubbleComponent.razor.rz.scp.css */
.titled-bubble-component[b-jrv1jr4fdc] {
    margin-bottom: 1.25rem;
}

.titled-bubble-title[b-jrv1jr4fdc] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.titled-bubble-title.title-red[b-jrv1jr4fdc] {
    color: #c41e3a;
}

.titled-bubble-icon[b-jrv1jr4fdc] {
    font-size: 1rem;
}

.titled-bubble-body[b-jrv1jr4fdc] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
}
/* /Components/AdminDashboard/CaseListComponent.razor.rz.scp.css */
.search-container[b-nrtbodqiow] {
    margin-bottom: 20px;
}

.search-input[b-nrtbodqiow] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.875rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.search-input[b-nrtbodqiow]::placeholder {
    color: #6c757d;
}

.case-table[b-nrtbodqiow] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.case-table th[b-nrtbodqiow] {
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

.case-table[b-nrtbodqiow]  td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 0.875rem;
}

.case-table[b-nrtbodqiow]  tbody tr:hover {
    background-color: #f8f9fa;
}

[b-nrtbodqiow] .case-id {
    color: #8B0000;
    font-weight: 600;
}

[b-nrtbodqiow] .status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

[b-nrtbodqiow] .status-pending-review {
    background-color: #ffc107;
    color: #000;
}

[b-nrtbodqiow] .status-mismatch-needs-attention {
    background-color: #dc3545;
    color: #fff;
}

[b-nrtbodqiow] .status-other-needs-attention {
    background-color: #dc3545;
    color: #fff;
}

[b-nrtbodqiow] .status-documents-received {
    background-color: #17a2b8;
    color: #fff;
}

[b-nrtbodqiow] .status-clarification-requested {
    background-color: #fd7e14;
    color: #fff;
}

[b-nrtbodqiow] .status-appointment-scheduled {
    background-color: #6f42c1;
    color: #fff;
}

[b-nrtbodqiow] .status-awaiting-guardian-response {
    background-color: #28a745;
    color: #fff;
}

[b-nrtbodqiow] .status-verified {
    background-color: #28a745;
    color: #fff;
}

[b-nrtbodqiow] .status-closed-denied {
    background-color: #6c757d;
    color: #fff;
}

[b-nrtbodqiow] .status-closed-external-referral {
    background-color: #6c757d;
    color: #fff;
}

[b-nrtbodqiow] .status-closed-enrolled-elsewhere {
    background-color: #6c757d;
    color: #fff;
}

[b-nrtbodqiow] .view-details-link {
    color: #6c757d;
    text-decoration: none;
    cursor: pointer;
}

[b-nrtbodqiow] .view-details-link:hover {
    color: #495057;
    text-decoration: underline;
}
/* /Components/CaseResponse/CaseResponseButtonsComponent.razor.rz.scp.css */
.response-section[b-hofjnmmbf5] {
    margin-top: 1.5rem;
}

.section-title[b-hofjnmmbf5] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.75rem 0;
}

.response-options[b-hofjnmmbf5] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.response-card[b-hofjnmmbf5] {
    flex: 1;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.response-card:hover[b-hofjnmmbf5] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
}

.card-icon[b-hofjnmmbf5] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #718096;
}

.card-icon svg[b-hofjnmmbf5] {
    width: 28px;
    height: 28px;
}

.card-title[b-hofjnmmbf5] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.card-description[b-hofjnmmbf5] {
    font-size: 0.8rem;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}
/* /Components/CaseResponse/CaseResponseComponent.razor.rz.scp.css */
.case-response-overlay[b-pamcyqoix9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding-top: 60px; /* Offset for top navbar */
    box-sizing: border-box;
}

.case-response-modal[b-pamcyqoix9] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    width: fit-content;
    min-width: 300px;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.case-response-modal.wide-modal[b-pamcyqoix9] {
    width: 95%;
    max-width: 1600px;
}

.case-response-content[b-pamcyqoix9] {
    padding: 1.5rem 2rem;
    overflow-y: auto;
    width: 100%;
}

.modal-title[b-pamcyqoix9] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a365d;
    margin: 0 0 1.25rem 0;
}

.case-selector-section[b-pamcyqoix9] {
    margin-bottom: 1.5rem;
}

.selector-label[b-pamcyqoix9] {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.case-dropdown[b-pamcyqoix9] {
    position: relative;
}

.case-select[b-pamcyqoix9] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.case-select:focus[b-pamcyqoix9] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

.section-title[b-pamcyqoix9] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.75rem 0;
}

.request-section[b-pamcyqoix9] {
    margin-bottom: 1.5rem;
}

.request-message-box[b-pamcyqoix9] {
    background-color: #fffef0;
    border-left: 4px solid #d4a574;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

.response-section[b-pamcyqoix9] {
    margin-top: 1.5rem;
}

.response-options[b-pamcyqoix9] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.response-card[b-pamcyqoix9] {
    flex: 1;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.response-card:hover[b-pamcyqoix9] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
}

.card-icon[b-pamcyqoix9] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #718096;
}

.card-icon svg[b-pamcyqoix9] {
    width: 28px;
    height: 28px;
}

.card-title[b-pamcyqoix9] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.card-description[b-pamcyqoix9] {
    font-size: 0.75rem;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}

/* User Action Component Styles */
.user-action-container[b-pamcyqoix9] {
    margin-top: 1.5rem;
}

.user-action-header[b-pamcyqoix9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.user-action-title[b-pamcyqoix9] {
    font-size: 1.15rem;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.user-action-content[b-pamcyqoix9] {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
}

.change-selection-btn[b-pamcyqoix9] {
    background: none;
    border: none;
    color: #3182ce;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.change-selection-btn:hover[b-pamcyqoix9] {
    color: #2c5282;
    text-decoration: underline;
}

.back-arrow[b-pamcyqoix9] {
    font-size: 1rem;
}

/* Explanation Component Styles */
.explanation-section[b-pamcyqoix9] {
    margin-bottom: 1.5rem;
}

.explanation-title[b-pamcyqoix9] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.explanation-hint[b-pamcyqoix9] {
    font-size: 0.85rem;
    color: #3182ce;
    margin: 0 0 0.5rem 0;
}

.explanation-textarea[b-pamcyqoix9] {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
}

.explanation-textarea:focus[b-pamcyqoix9] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

/* References Section Styles */
.references-section[b-pamcyqoix9] {
    margin-bottom: 1.5rem;
}

.references-title[b-pamcyqoix9] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.25rem 0;
}

.references-hint[b-pamcyqoix9] {
    font-size: 0.85rem;
    color: #718096;
    margin: 0 0 1rem 0;
}

.reference-row[b-pamcyqoix9] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.reference-fields[b-pamcyqoix9] {
    display: flex;
    flex: 1;
    gap: 1rem;
}

.reference-field[b-pamcyqoix9] {
    flex: 1;
}

.field-label[b-pamcyqoix9] {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}

.field-input[b-pamcyqoix9] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-sizing: border-box;
}

.field-input:focus[b-pamcyqoix9] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

.remove-reference-btn[b-pamcyqoix9] {
    background-color: #c53030;
    border: none;
    color: white;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}

.remove-reference-btn:hover[b-pamcyqoix9] {
    background-color: #9b2c2c;
}

.add-reference-btn[b-pamcyqoix9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
}

.add-reference-btn:hover[b-pamcyqoix9] {
    background-color: #f7fafc;
    border-color: #cbd5e0;
}

/* Submit Section Styles */
.submit-section[b-pamcyqoix9] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.submit-btn[b-pamcyqoix9] {
    background-color: #1a202c;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}

.submit-btn:hover[b-pamcyqoix9] {
    background-color: #2d3748;
}

.accepted-invitation-message[b-pamcyqoix9] {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #c8e6c9;
    font-weight: 500;
}

.under-review-text[b-pamcyqoix9] {
    margin: 0;
    color: #4a5568;
    font-size: 1rem;
    text-align: center;
}
/* /Components/CaseResponse/CaseResponseDistrictComponent.razor.rz.scp.css */
/* District Component Styles */
.district-section[b-0bw018nhf2] {
    margin-bottom: 1.5rem;
}

.district-title[b-0bw018nhf2] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.district-hint[b-0bw018nhf2] {
    font-size: 0.85rem;
    color: #3182ce;
    margin: 0 0 1rem 0;
}

.address-fields[b-0bw018nhf2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.address-row[b-0bw018nhf2] {
    display: flex;
    gap: 1rem;
}

.address-field[b-0bw018nhf2] {
    flex: 1;
}

.address-field-small[b-0bw018nhf2] {
    flex: 0.5;
}

.field-label[b-0bw018nhf2] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}

.field-input[b-0bw018nhf2] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-sizing: border-box;
}

.field-input:focus[b-0bw018nhf2] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

/* Notes Section Styles */
.notes-section[b-0bw018nhf2] {
    margin-bottom: 1.5rem;
}

.notes-title[b-0bw018nhf2] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.notes-textarea[b-0bw018nhf2] {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
}

.notes-textarea:focus[b-0bw018nhf2] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

/* Submit Section Styles */
.submit-section[b-0bw018nhf2] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.submit-btn[b-0bw018nhf2] {
    background-color: #1a202c;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}

.submit-btn:hover[b-0bw018nhf2] {
    background-color: #2d3748;
}
/* /Components/CaseResponse/CaseResponseDocumentUploadComponent.razor.rz.scp.css */
.upload-container[b-jw1g83ow24] {
    text-align: center;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.upload-header[b-jw1g83ow24] {
    margin-bottom: 2rem;
}

.upload-icon-large[b-jw1g83ow24] {
    width: 64px;
    height: 64px;
    color: #a0aec0;
    margin-bottom: 1rem;
}

.upload-title[b-jw1g83ow24] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a5568;
    display: none; /* Screenshot doesn't show title, just description text? Or maybe it's "Upload documents..." */
}

.upload-description[b-jw1g83ow24] {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    text-align: left;
    color: #4a5568;
}

.select-documents-section[b-jw1g83ow24] {
    text-align: left;
    margin-bottom: 1.5rem;
}

.section-label[b-jw1g83ow24] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #4a5568;
}

.drop-zone[b-jw1g83ow24] {
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
    padding: 2rem;
    position: relative;
    background-color: #fff;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}

.drop-zone:hover[b-jw1g83ow24] {
    border-color: #a0aec0;
    background-color: #f7fafc;
}

.file-input[b-jw1g83ow24] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 10;
}

.drop-zone-content[b-jw1g83ow24] {
    text-align: center;
    pointer-events: none;
}

.image-icon[b-jw1g83ow24] {
    width: 32px;
    height: 32px;
    color: #a0aec0;
    margin-bottom: 0.5rem;
}

.drop-text[b-jw1g83ow24] {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #2d3748;
}

.acceptable-text[b-jw1g83ow24] {
    font-size: 0.75rem;
    color: #718096;
    max-width: 450px;
    margin: 0 auto;
}

.selected-files-header[b-jw1g83ow24] {
    text-align: left;
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.uploaded-files-list[b-jw1g83ow24] {
    text-align: left;
}

.file-card[b-jw1g83ow24] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.file-card-header[b-jw1g83ow24] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.file-name[b-jw1g83ow24] {
    font-weight: 500;
    color: #2d3748;
    font-size: 1rem;
}

.remove-btn-icon[b-jw1g83ow24] {
    background: #e53e3e;
    border: none;
    border-radius: 4px;
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s;
}

.remove-btn-icon:hover[b-jw1g83ow24] {
    background: #c53030;
}

.form-grid[b-jw1g83ow24] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-jw1g83ow24] {
    display: flex;
    flex-direction: column;
}

.form-group.full-width[b-jw1g83ow24] {
    grid-column: 1 / -1;
}

.form-label[b-jw1g83ow24] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.35rem;
}

.form-control[b-jw1g83ow24], .form-input[b-jw1g83ow24], .form-select[b-jw1g83ow24] {
    padding: 0.5rem;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #2d3748;
    background-color: #fff;
    width: 100%;
}

.form-control:focus[b-jw1g83ow24], .form-input:focus[b-jw1g83ow24], .form-select:focus[b-jw1g83ow24] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 1px #3182ce;
}
/* /Components/CaseResponse/CaseResponseExplainationComponent.razor.rz.scp.css */
/* Explanation Component Styles */
.explanation-section[b-cq9nzywtkl] {
    margin-bottom: 1.5rem;
}

.explanation-title[b-cq9nzywtkl] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.explanation-hint[b-cq9nzywtkl] {
    font-size: 0.85rem;
    color: #3182ce;
    margin: 0 0 0.5rem 0;
}

.explanation-textarea[b-cq9nzywtkl] {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
}

.explanation-textarea:focus[b-cq9nzywtkl] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

/* References Section Styles */
.references-section[b-cq9nzywtkl] {
    margin-bottom: 1.5rem;
}

.references-title[b-cq9nzywtkl] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.25rem 0;
}

.references-hint[b-cq9nzywtkl] {
    font-size: 0.85rem;
    color: #718096;
    margin: 0 0 1rem 0;
}

.reference-row[b-cq9nzywtkl] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.reference-fields[b-cq9nzywtkl] {
    display: flex;
    flex: 1;
    gap: 1rem;
}

.reference-field[b-cq9nzywtkl] {
    flex: 1;
}

.field-label[b-cq9nzywtkl] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}

.field-input[b-cq9nzywtkl] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-sizing: border-box;
}

.field-input:focus[b-cq9nzywtkl] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

.remove-reference-btn[b-cq9nzywtkl] {
    background-color: #c53030;
    border: none;
    color: white;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}

.remove-reference-btn:hover[b-cq9nzywtkl] {
    background-color: #9b2c2c;
}

.add-reference-btn[b-cq9nzywtkl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
}

.add-reference-btn:hover[b-cq9nzywtkl] {
    background-color: #f7fafc;
    border-color: #cbd5e0;
}

/* Submit Section Styles */
.submit-section[b-cq9nzywtkl] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.submit-btn[b-cq9nzywtkl] {
    background-color: #1a202c;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}

.submit-btn:hover[b-cq9nzywtkl] {
    background-color: #2d3748;
}
/* /Components/CaseResponse/CaseResponseGuardianContactComponent.razor.rz.scp.css */
.guardian-contact-container[b-de2q8bprur] {
    padding: 0.5rem 0;
}

.header-section[b-de2q8bprur] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.icon-wrapper[b-de2q8bprur] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a202c;
}

.person-icon[b-de2q8bprur] {
    width: 50px;
    height: 50px;
}

.title-text[b-de2q8bprur] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.2;
}

.instruction-text[b-de2q8bprur] {
    font-size: 0.85rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.form-grid[b-de2q8bprur] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}

.form-group[b-de2q8bprur] {
    display: flex;
    flex-direction: column;
}

.half-width[b-de2q8bprur] {
    grid-column: span 6;
}

.full-width[b-de2q8bprur] {
    grid-column: span 12;
}

.third-width[b-de2q8bprur] {
    grid-column: span 4;
}

.form-label[b-de2q8bprur] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.form-input[b-de2q8bprur] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.form-input:focus[b-de2q8bprur] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.form-input[b-de2q8bprur]::placeholder {
    color: #a0aec0;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .half-width[b-de2q8bprur], .third-width[b-de2q8bprur] {
        grid-column: span 12;
    }
    
    .header-section[b-de2q8bprur] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
/* /Components/CaseResponse/CaseResponseGuardianInfoComponent.razor.rz.scp.css */
.guardian-info-container[b-r94udmb6fo] {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    color: #2d3748;
}

.header-section[b-r94udmb6fo] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    justify-content: center; /* Center the icon/title block */
}

.icon-wrapper[b-r94udmb6fo] {
    /* Adjust based on SVG size */
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-setup-text[b-r94udmb6fo] {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #1a202c;
}

.instruction-text[b-r94udmb6fo] {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 2rem;
    text-align: left; /* Image shows left aligned text */
}

.form-section[b-r94udmb6fo] {
    margin-bottom: 2rem;
    text-align: left;
}

.section-label[b-r94udmb6fo] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
}

.radio-card-group[b-r94udmb6fo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-card[b-r94udmb6fo] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #fff;
    position: relative;
}

.radio-card:hover[b-r94udmb6fo] {
    border-color: #cbd5e0;
}

.radio-card.selected[b-r94udmb6fo] {
    border-color: #d6bcfa; /* Light purple border for selection */
    background-color: #faf5ff; /* Very light purple bg */
    box-shadow: 0 0 0 1px #d6bcfa;
}

/* Hide default radio input */
.radio-card input[type="radio"][b-r94udmb6fo] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom Radio Circle */
.radio-custom[b-r94udmb6fo] {
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.75rem;
    position: relative;
    flex-shrink: 0;
}

/* Checked state for custom radio */
.radio-card input[type="radio"]:checked ~ .radio-custom[b-r94udmb6fo] {
    border-color: #805ad5; /* Purple */
}

.radio-card input[type="radio"]:checked ~ .radio-custom[b-r94udmb6fo]::after {
    content: "";
    position: absolute;
    display: block;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #805ad5; /* Purple dot */
}

.radio-label[b-r94udmb6fo] {
    font-size: 0.9rem;
    color: #2d3748;
}

.radio-card.selected .radio-label[b-r94udmb6fo] {
    color: #1a202c;
    font-weight: 500;
}
/* /Components/CaseResponse/CaseResponseInitialConfirmationComponent.razor.rz.scp.css */
.initial-confirmation-container[b-simei25los] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #2d3748;
}

.header-section[b-simei25los] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.title-text[b-simei25los] {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #1a202c;
}

.question-text[b-simei25los] {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.guardian-actions[b-simei25los] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.btn-guardian-confirm[b-simei25los] {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-guardian-confirm:hover[b-simei25los] {
    background-color: #333;
    border-color: #333;
}

.btn-guardian-confirm.selected[b-simei25los] {
    background-color: #718096;
    border-color: #718096;
    cursor: default;
}

.btn-guardian-confirm.selected:hover[b-simei25los] {
    background-color: #718096;
    border-color: #718096;
}

.btn-link-different[b-simei25los] {
    background: none;
    border: none;
    color: #718096;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.5rem;
}

.btn-link-different:hover[b-simei25los] {
    color: #4a5568;
    text-decoration: underline;
}

.separator[b-simei25los] {
    width: 100%;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

.checkbox-confirmation[b-simei25los] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
    font-size: 0.85rem;
    color: #4a5568;
    max-width: 500px;
}

.checkbox-confirmation input[type="checkbox"][b-simei25los] {
    margin-top: 0.2rem;
    accent-color: #4a5568;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkbox-confirmation label[b-simei25los] {
    cursor: pointer;
}

/* Modal Styles */
.modal-overlay[b-simei25los] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-simei25los] {
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 550px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-header[b-simei25los] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 0.5rem;
}

.modal-title[b-simei25los] {
    font-size: 1.15rem;
    font-weight: 500;
    color: #2d3748;
}

.close-btn[b-simei25los] {
    position: absolute;
    right: -1rem;
    top: -0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a0aec0;
    line-height: 1;
    padding: 0.5rem;
}

.close-btn:hover[b-simei25los] {
    color: #718096;
}

.modal-separator[b-simei25los] {
    width: 100%;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

.modal-body[b-simei25los] {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.6;
    text-align: center;
    padding: 0 1rem;
}

.modal-footer[b-simei25los] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
}

.btn-understand[b-simei25los] {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.btn-understand:hover[b-simei25los] {
    background-color: #333;
}
/* /Components/CaseResponse/CaseResponseInvitationComponent.razor.rz.scp.css */
/* Invitation Component Styles */
.invitation-container[b-qn9lfl5t5s] {
    background-color: #fafafa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.invitation-header[b-qn9lfl5t5s] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #fef9e7;
    border-left: 4px solid #d69e2e;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.invitation-header svg[b-qn9lfl5t5s] {
    color: #d69e2e;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.invitation-header-text[b-qn9lfl5t5s] {
    flex: 1;
}

.invitation-title[b-qn9lfl5t5s] {
    font-size: 1rem;
    font-weight: 600;
    color: #744210;
    margin: 0 0 0.25rem 0;
}

.invitation-subtitle[b-qn9lfl5t5s] {
    font-size: 0.85rem;
    color: #975a16;
    margin: 0;
    line-height: 1.4;
}
/* /Components/CaseResponse/CaseResponseMessageComponent.razor.rz.scp.css */
.modal-title[b-3ynawjn1o7] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a365d;
    margin: 0 0 1.5rem 0;
}

.case-selector-section[b-3ynawjn1o7] {
    margin-bottom: 1.5rem;
}

.selector-label[b-3ynawjn1o7] {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.case-dropdown[b-3ynawjn1o7] {
    position: relative;
}

.case-select[b-3ynawjn1o7] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.case-select:focus[b-3ynawjn1o7] {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.1);
}

.section-title[b-3ynawjn1o7] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.75rem 0;
}

.request-section[b-3ynawjn1o7] {
    margin-bottom: 1.5rem;
}

.request-message-box[b-3ynawjn1o7] {
    background-color: #fffef0;
    border-left: 4px solid #d4a574;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.5;
}
/* /Components/CaseResponse/CaseResponsePriorAddressComponent.razor.rz.scp.css */
.prior-address-container[b-ewmyy2zfuq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.header-section[b-ewmyy2zfuq] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.icon-wrapper[b-ewmyy2zfuq] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a202c;
}

.title-text[b-ewmyy2zfuq] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.2;
}

.instruction-text[b-ewmyy2zfuq] {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.checkbox-section[b-ewmyy2zfuq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.checkbox-section input[type="checkbox"][b-ewmyy2zfuq] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #805ad5; /* Purple to match theme */
    cursor: pointer;
}

.checkbox-section label[b-ewmyy2zfuq] {
    font-size: 0.85rem;
    color: #2d3748;
    cursor: pointer;
}

.section-divider[b-ewmyy2zfuq] {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 1rem 0;
}

.section-subtitle[b-ewmyy2zfuq] {
    font-size: 1rem;
    font-weight: 500;
    color: #2d3748; /* Darker for headers */
    color: #1a365d; /* Or specific blue if used elsewhere, sticking to dark gray/blue */
    margin-bottom: 1rem;
}

/* Form Styles */
.form-section[b-ewmyy2zfuq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-ewmyy2zfuq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-row[b-ewmyy2zfuq] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.full-width[b-ewmyy2zfuq] {
    width: 100%;
}

.city-group[b-ewmyy2zfuq] {
    flex: 2;
}

.state-group[b-ewmyy2zfuq] {
    flex: 1.5;
}

.zip-group[b-ewmyy2zfuq] {
    flex: 1.5;
}

.field-label[b-ewmyy2zfuq] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
}

.form-control[b-ewmyy2zfuq] {
    padding: 0.6rem 0.75rem;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #2d3748;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-ewmyy2zfuq] {
    outline: none;
    border-color: #805ad5;
    box-shadow: 0 0 0 3px rgba(128, 90, 213, 0.1);
}

.form-select[b-ewmyy2zfuq] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    padding-right: 2rem;
}

@media (max-width: 600px) {
    .form-row[b-ewmyy2zfuq] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/CaseResponse/CaseResponseResidencySpecificsComponent.razor.rz.scp.css */
.residency-specifics-container[b-egg1jzzqzy] {
    padding: 0.5rem 0;
}

.header-section[b-egg1jzzqzy] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.icon-wrapper[b-egg1jzzqzy] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a202c;
}

.document-icon[b-egg1jzzqzy] {
    width: 60px;
    height: 60px;
    stroke: #1a202c;
    stroke-width: 2.5; /* Slightly thicker as per image */
}

.title-text[b-egg1jzzqzy] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.2;
}

.instruction-text[b-egg1jzzqzy] {
    font-size: 0.85rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.form-container[b-egg1jzzqzy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-egg1jzzqzy] {
    display: flex;
    flex-direction: column;
}

.form-label[b-egg1jzzqzy] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.form-input[b-egg1jzzqzy] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-egg1jzzqzy] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.form-input[b-egg1jzzqzy]::placeholder {
    color: #a0aec0;
}

.checkbox-group[b-egg1jzzqzy] {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: -0.5rem; /* Pull closer to previous input */
    margin-bottom: 0.5rem;
}

.checkbox-group input[type="checkbox"][b-egg1jzzqzy] {
    margin-top: 0.25rem;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.checkbox-label[b-egg1jzzqzy] {
    font-size: 0.85rem;
    color: #2d3748;
    line-height: 1.4;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .header-section[b-egg1jzzqzy] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
/* /Components/CaseResponse/CaseResponseUpdateInfoComponent.razor.rz.scp.css */
/* User Action Component Styles */
.user-action-container[b-poq6b2ue76] {
    margin-top: 1.5rem;
}

.user-action-header[b-poq6b2ue76] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.user-action-title[b-poq6b2ue76] {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.user-action-content[b-poq6b2ue76] {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
}

.change-selection-btn[b-poq6b2ue76] {
    background: none;
    border: none;
    color: #3182ce;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.change-selection-btn:hover[b-poq6b2ue76] {
    color: #2c5282;
    text-decoration: underline;
}

.back-arrow[b-poq6b2ue76] {
    font-size: 1rem;
}

/* Footer & Navigation Styles */
.user-action-footer[b-poq6b2ue76] {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #edf2f7;
}

.nav-btn[b-poq6b2ue76] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.prev-btn[b-poq6b2ue76] {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    color: #718096;
}

.prev-btn:hover:not(:disabled)[b-poq6b2ue76] {
    background-color: #f7fafc;
    color: #4a5568;
}

.prev-btn:disabled[b-poq6b2ue76] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f7fafc;
}

.next-btn[b-poq6b2ue76] {
    background-color: #718096; /* Grey by default? Image shows darker grey or slate */
    border: 1px solid #718096;
    color: #fff;
}

.next-btn:hover:not(:disabled)[b-poq6b2ue76] {
    background-color: #4a5568;
    border-color: #4a5568;
}

.next-btn:disabled[b-poq6b2ue76] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #a0aec0;
    border-color: #a0aec0;
}

.submit-btn[b-poq6b2ue76] {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.submit-btn:hover:not(:disabled)[b-poq6b2ue76] {
    background-color: #333;
    border-color: #333;
}

.arrow-icon[b-poq6b2ue76] {
    font-size: 1.1rem;
    line-height: 1;
}
/* /Components/Utility/DocumentViewerComponent.razor.rz.scp.css */
.document-viewer-overlay[b-okk7biv4wt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.document-viewer-modal[b-okk7biv4wt] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-width: 90vw;
    max-height: 90vh;
    width: 800px;
    height: 80vh;
    overflow: hidden;
}

.document-viewer-content[b-okk7biv4wt] {
    flex: 1;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.document-frame[b-okk7biv4wt] {
    width: 100%;
    height: 100%;
    border: none;
}

.document-image[b-okk7biv4wt] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.document-loading[b-okk7biv4wt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #666;
    font-size: 14px;
}

.document-not-found[b-okk7biv4wt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.not-found-text[b-okk7biv4wt] {
    color: #888;
    font-size: 13px;
}

.document-viewer-footer[b-okk7biv4wt] {
    padding: 12px 16px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
}

.close-button[b-okk7biv4wt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    transition: background-color 0.2s;
}

.close-button:hover[b-okk7biv4wt] {
    background-color: #e0e0e0;
}

.close-button svg[b-okk7biv4wt] {
    flex-shrink: 0;
}
/* /Components/Utility/InvitationAcceptProposeComponent.razor.rz.scp.css */
/* Invitation Accept/Propose Component Styles */
.invitation-accept-propose-container[b-9oxvc3xwgd] {
    margin-top: 1rem;
}

.invitation-question[b-9oxvc3xwgd] {
    margin-bottom: 1rem;
}

.invitation-question p[b-9oxvc3xwgd] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* Option Cards */
.invitation-options[b-9oxvc3xwgd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.option-card[b-9oxvc3xwgd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}

.option-card:hover[b-9oxvc3xwgd] {
    border-color: #cbd5e0;
    background-color: #f7fafc;
}

.option-card.selected[b-9oxvc3xwgd] {
    border-color: #667eea;
    background-color: #f0f4ff;
}

.option-card input[type="radio"][b-9oxvc3xwgd] {
    margin: 0;
    accent-color: #667eea;
}

.option-text[b-9oxvc3xwgd] {
    font-size: 0.9rem;
    color: #333;
}

/* Accept Section */
.accept-section[b-9oxvc3xwgd] {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.section-label[b-9oxvc3xwgd] {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.75rem;
}

.time-options[b-9oxvc3xwgd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.time-option[b-9oxvc3xwgd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: #fafafa;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}

.time-option:hover[b-9oxvc3xwgd] {
    border-color: #cbd5e0;
    background-color: #f7fafc;
}

.time-option.selected[b-9oxvc3xwgd] {
    border-color: #667eea;
    background-color: #f0f4ff;
}

.time-option input[type="radio"][b-9oxvc3xwgd] {
    margin: 0;
    accent-color: #667eea;
}

.time-text[b-9oxvc3xwgd] {
    font-size: 0.9rem;
    color: #333;
}

.calendar-invite-option[b-9oxvc3xwgd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #718096;
    cursor: pointer;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
}

.calendar-invite-option input[type="checkbox"][b-9oxvc3xwgd] {
    margin: 0;
    accent-color: #667eea;
}

/* Propose Section */
.propose-section[b-9oxvc3xwgd] {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.section-hint[b-9oxvc3xwgd] {
    font-size: 0.85rem;
    color: #718096;
    margin: 0 0 1rem 0;
}

/* AppointmentSelectionComponent Styles (child component - requires ::deep) */
[b-9oxvc3xwgd] .appointment-selection-container {
    margin-top: 0.5rem;
}

[b-9oxvc3xwgd] .selection-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 0.75rem 0;
}

[b-9oxvc3xwgd] .days-scroll-container {
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

[b-9oxvc3xwgd] .days-grid {
    display: flex;
    gap: 0.5rem;
    min-width: max-content;
}

[b-9oxvc3xwgd] .day-column {
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

[b-9oxvc3xwgd] .day-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    background-color: #f7fafc;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e2e8f0;
    border-bottom: none;
}

[b-9oxvc3xwgd] .day-number {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

[b-9oxvc3xwgd] .day-name {
    font-size: 0.75rem;
    color: #718096;
    text-transform: uppercase;
}

[b-9oxvc3xwgd] .time-slots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem;
    background-color: #fafafa;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
}

[b-9oxvc3xwgd] .time-slot {
    padding: 0.375rem 0.5rem;
    font-size: 0.8rem;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

[b-9oxvc3xwgd] .time-slot:hover {
    border-color: #cbd5e0;
    background-color: #f7fafc;
}

[b-9oxvc3xwgd] .time-slot.selected {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
}

[b-9oxvc3xwgd] .scroll-indicator {
    display: none;
}

/* Submit Section */
.submit-section[b-9oxvc3xwgd] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.back-btn[b-9oxvc3xwgd] {
    background-color: white;
    color: #333;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}

.back-btn:hover[b-9oxvc3xwgd] {
    background-color: #f7fafc;
    border-color: #cbd5e0;
}

.submit-btn[b-9oxvc3xwgd] {
    background-color: #1a202c;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}

.submit-btn:hover[b-9oxvc3xwgd] {
    background-color: #2d3748;
}

.submit-btn:disabled[b-9oxvc3xwgd] {
    background-color: #a0aec0;
    cursor: not-allowed;
}
/* /Components/Utility/LoadingComponent.razor.rz.scp.css */
.loading-overlay[b-qklv5c3cbd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.loading-modal[b-qklv5c3cbd] {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.loading-message[b-qklv5c3cbd] {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.loading-spinner[b-qklv5c3cbd] {
    width: 40px;
    height: 40px;
}

.spinner-svg[b-qklv5c3cbd] {
    width: 100%;
    height: 100%;
    animation: rotate-b-qklv5c3cbd 1.5s linear infinite;
}

.spinner-circle[b-qklv5c3cbd] {
    stroke: #0066cc;
    stroke-linecap: round;
    animation: dash-b-qklv5c3cbd 1.5s ease-in-out infinite;
}

@keyframes rotate-b-qklv5c3cbd {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash-b-qklv5c3cbd {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-y4p1fc10o8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-y4p1fc10o8] {
    flex: 1;
}

#blazor-error-ui[b-y4p1fc10o8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y4p1fc10o8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/AdminDashboardPage.razor.rz.scp.css */
/* Remove any horizontal padding/margins for the Home page area only */
:root[b-drxn9orf52], :host[b-drxn9orf52] { /* either works for scoped CSS here */ }

/* Remove padding on the standard template’s content wrapper if present */
.content[b-drxn9orf52] { padding-left: 0; padding-right: 0; }

/* Also counter any parent padding/gutters if needed */
.page[b-drxn9orf52], main[b-drxn9orf52] { padding-left: 0; padding-right: 0; }

/* Password Protection Styles */
.password-overlay[b-drxn9orf52] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.password-modal[b-drxn9orf52] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.password-modal h3[b-drxn9orf52] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    color: #1a365d;
}

.password-modal p[b-drxn9orf52] {
    margin: 0 0 1.5rem 0;
    color: #666;
    font-size: 0.95rem;
}

.password-input[b-drxn9orf52] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.password-input:focus[b-drxn9orf52] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 2px rgba(49, 130, 206, 0.2);
}

.error-message[b-drxn9orf52] {
    color: #c53030;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
}

.submit-password-btn[b-drxn9orf52] {
    background-color: #1a202c;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.submit-password-btn:hover[b-drxn9orf52] {
    background-color: #2d3748;
}
