@import 'osmile.Client.sk3sl4b7ss.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-h9blru9zv6] {
    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-h9blru9zv6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* iPadOS-style App Layout with Dark Blue Theme */
.app-layout[b-h9blru9zv6] {
    display: flex;
    min-height: 100vh;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    gap: 0;
    position: relative;
    overflow: hidden;
}

.app-layout[b-h9blru9zv6]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(29, 78, 216, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Improve error UI for dark blue background */
#blazor-error-ui[b-h9blru9zv6] {
    color-scheme: dark;
    background: #1e2736;
    color: #e8eaed;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.main-content[b-h9blru9zv6] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background: rgba(30, 39, 54, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                0 2px 8px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(59, 130, 246, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100vh;
    transition: flex 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Main content automatically expands when navbar flex-basis changes */
.main-content.navbar-visible[b-h9blru9zv6],
.main-content.navbar-hidden[b-h9blru9zv6],
.main-content.navbar-collapsed[b-h9blru9zv6] {
    flex: 1 1 auto; /* Let flexbox handle the resizing automatically */
}

/* Layout-level coordinated animations (backup/override) */
.app-layout.layout-navbar-visible .navbar[b-h9blru9zv6] {
    transform: translateX(0);
}

.app-layout.layout-navbar-visible .main-content[b-h9blru9zv6] {
    margin-left: 0;
}

.app-layout.layout-navbar-collapsed .navbar[b-h9blru9zv6] {
    transform: translateX(-200px);
}

.app-layout.layout-navbar-collapsed .main-content[b-h9blru9zv6] {
    margin-left: -200px;
}

.app-layout.layout-navbar-hidden .navbar[b-h9blru9zv6] {
    transform: translateX(-280px);
}

.app-layout.layout-navbar-hidden .main-content[b-h9blru9zv6] {
    margin-left: -280px;
}

/* When user is not authenticated - no navbar */
.app-layout.layout-no-navbar .main-content[b-h9blru9zv6] {
    margin-left: 0;
    width: 100%;
}

.main-content.no-navbar[b-h9blru9zv6] {
    margin-left: 0;
    width: 100%;
}

.main-content-inner[b-h9blru9zv6] {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
}

/* Dark blue theme support */
.theme-dark .app-layout[b-h9blru9zv6] {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
}

.theme-dark .app-layout[b-h9blru9zv6]::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(29, 78, 216, 0.1) 0%, transparent 50%);
}

.theme-dark .main-content[b-h9blru9zv6] {
    background: rgba(30, 39, 54, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 2px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(59, 130, 246, 0.1);
}

:root[b-h9blru9zv6] {
    --text-primary: #e8eaed;
    --text-secondary: rgba(232, 234, 237, 0.6);
    --background-primary: rgba(30, 39, 54, 0.8);
    --background-secondary: rgba(15, 20, 25, 0.6);
    --accent: #3b82f6;
    --border: rgba(59, 130, 246, 0.2);
}

.theme-dark[b-h9blru9zv6] {
    --text-primary: #e8eaed;
    --text-secondary: rgba(232, 234, 237, 0.6);
    --background-primary: rgba(30, 39, 54, 0.8);
    --background-secondary: rgba(15, 20, 25, 0.6);
    --accent: #60a5fa;
    --border: rgba(59, 130, 246, 0.3);
}

/* Responsive: Mobile main content */
@media (max-width: 900px) {
    .app-layout[b-h9blru9zv6] {
        padding: 0;
    }
    
    .main-content[b-h9blru9zv6] {
        height: 100vh;
        margin-left: 0; /* Reset margin on mobile */
    }
    
    /* On mobile, main content doesn't move - navbar overlays */
    .main-content.navbar-visible[b-h9blru9zv6],
    .main-content.navbar-hidden[b-h9blru9zv6],
    .main-content.navbar-collapsed[b-h9blru9zv6] {
        margin-left: 0;
        transform: translateX(0);
    }
    
    .main-content-inner[b-h9blru9zv6] {
        padding: 16px;
    }
    
    /* backdrop for overlay */
    .navbar-backdrop[b-h9blru9zv6] {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 1100;
        opacity: 1;
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .navbar-backdrop.hidden[b-h9blru9zv6] {
        opacity: 0;
        pointer-events: none;
    }
}
/* /Components/Pages/Admin/Admin.razor.rz.scp.css */
/* Admin Page Styles */
.admin-container[b-qhdtjrifb6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.admin-section[b-qhdtjrifb6] {
    background: var(--surface-color);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-section h3[b-qhdtjrifb6] {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-section h3 i[b-qhdtjrifb6] {
    color: var(--primary-color);
}

.admin-actions[b-qhdtjrifb6] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.admin-actions .styled-button[b-qhdtjrifb6] {
    min-width: auto;
}

.admin-actions .styled-button.small[b-qhdtjrifb6] {
    padding: 6px 12px;
    font-size: 0.875rem;
}

/* Users Table */
.users-table[b-qhdtjrifb6] {
    overflow-x: auto;
}

.admin-table[b-qhdtjrifb6] {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface-color);
    border-radius: 8px;
    overflow: hidden;
}

.admin-table th[b-qhdtjrifb6],
.admin-table td[b-qhdtjrifb6] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.admin-table th[b-qhdtjrifb6] {
    background: var(--primary-color-light);
    color: var(--primary-color-dark);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.admin-table tr:hover[b-qhdtjrifb6] {
    background: var(--hover-color);
}

.admin-table tr:last-child td[b-qhdtjrifb6] {
    border-bottom: none;
}

.roles-list[b-qhdtjrifb6] {
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
}

.no-roles[b-qhdtjrifb6] {
    color: var(--muted-color);
    font-style: italic;
}

/* Action Buttons */
.action-buttons[b-qhdtjrifb6] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.action-buttons .styled-button[b-qhdtjrifb6] {
    white-space: nowrap;
}

/* Statistics Grid */
.stats-grid[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.stat-card[b-qhdtjrifb6] {
    background: linear-gradient(135deg, var(--primary-color-light) 0%, var(--primary-color) 100%);
    border-radius: 12px;
    padding: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s ease;
}

.stat-card:hover[b-qhdtjrifb6] {
    transform: translateY(-2px);
}

.stat-icon[b-qhdtjrifb6] {
    font-size: 2.5rem;
    opacity: 0.8;
}

.stat-content h4[b-qhdtjrifb6] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-number[b-qhdtjrifb6] {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 4px;
    display: block;
}

/* Loading States */
.loading-container[b-qhdtjrifb6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 20px;
    justify-content: center;
    color: var(--muted-color);
}

.loading-spinner[b-qhdtjrifb6] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-top: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* No Data State */
.no-data[b-qhdtjrifb6] {
    text-align: center;
    padding: 40px 20px;
    color: var(--muted-color);
}

.no-data p[b-qhdtjrifb6] {
    margin: 0;
    font-size: 1.1rem;
}

/* Access Denied */
.access-denied[b-qhdtjrifb6] {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-color);
}

.access-denied h2[b-qhdtjrifb6] {
    color: var(--danger-color);
    margin-bottom: 16px;
}

.access-denied h2 i[b-qhdtjrifb6] {
    margin-right: 8px;
}

.access-denied p[b-qhdtjrifb6] {
    color: var(--muted-color);
    font-size: 1.1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Alert Enhancements */
.alert[b-qhdtjrifb6] {
    padding: 16px 20px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.alert-warning[b-qhdtjrifb6] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .admin-actions[b-qhdtjrifb6] {
        flex-direction: column;
    }
    
    .admin-actions .styled-button[b-qhdtjrifb6] {
        width: 100%;
        justify-content: center;
    }
    
    .stats-grid[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
    }
    
    .admin-table[b-qhdtjrifb6] {
        font-size: 0.875rem;
    }
    
    .admin-table th[b-qhdtjrifb6],
    .admin-table td[b-qhdtjrifb6] {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .admin-section[b-qhdtjrifb6] {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .stat-card[b-qhdtjrifb6] {
        padding: 20px;
    }
    
    .stat-icon[b-qhdtjrifb6] {
        font-size: 2rem;
    }
    
    .stat-number[b-qhdtjrifb6] {
        font-size: 1.5rem;
    }
}

/* Edit Modal Styles */
.modal-overlay[b-qhdtjrifb6] {
    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: 1000;
    backdrop-filter: blur(2px);
}

.modal-content[b-qhdtjrifb6] {
    background: var(--surface-color);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    animation: modalSlideIn-b-qhdtjrifb6 0.3s ease-out;
}

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

.modal-header[b-qhdtjrifb6] {
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.modal-header h3[b-qhdtjrifb6] {
    margin: 0;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
}

.modal-header h3 i[b-qhdtjrifb6] {
    color: var(--primary-color);
}

.modal-close-btn[b-qhdtjrifb6] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--muted-color);
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.modal-close-btn:hover[b-qhdtjrifb6] {
    background: var(--hover-color);
    color: var(--text-color);
}

.modal-body[b-qhdtjrifb6] {
    padding: 0 24px 24px 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.form-grid[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-group-full[b-qhdtjrifb6] {
    grid-column: 1 / -1;
}

.form-group label[b-qhdtjrifb6] {
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.875rem;
}

.form-control[b-qhdtjrifb6] {
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 6px;
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus[b-qhdtjrifb6] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}

.form-control:readonly[b-qhdtjrifb6] {
    background: var(--hover-color);
    cursor: not-allowed;
}

.form-text[b-qhdtjrifb6] {
    margin-top: 4px;
    font-size: 0.75rem;
    color: var(--muted-color);
}

.checkbox-group[b-qhdtjrifb6] {
    margin-top: 8px;
}

.checkbox-label[b-qhdtjrifb6] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    padding: 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.checkbox-label:hover[b-qhdtjrifb6] {
    border-color: var(--primary-color-light);
    background: var(--hover-color);
}

.checkbox-label input[type="checkbox"][b-qhdtjrifb6] {
    display: none;
}

.checkbox-custom[b-qhdtjrifb6] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom[b-qhdtjrifb6] {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom[b-qhdtjrifb6]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text[b-qhdtjrifb6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkbox-text strong[b-qhdtjrifb6] {
    color: var(--text-color);
    font-weight: 600;
}

.checkbox-text small[b-qhdtjrifb6] {
    color: var(--muted-color);
    font-size: 0.8rem;
}

.modal-actions[b-qhdtjrifb6] {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.modal-actions .styled-button[b-qhdtjrifb6] {
    min-width: 120px;
}

/* Mobile Modal Styles */
@media (max-width: 768px) {
    .modal-content[b-qhdtjrifb6] {
        width: 95%;
        max-height: 90vh;
    }
    
    .form-grid[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .modal-header[b-qhdtjrifb6] {
        padding: 20px 20px 0 20px;
    }
    
    .modal-body[b-qhdtjrifb6] {
        padding: 0 20px 20px 20px;
    }
    
    .modal-actions[b-qhdtjrifb6] {
        flex-direction: column-reverse;
    }
    
    .modal-actions .styled-button[b-qhdtjrifb6] {
        width: 100%;
    }
}

/* Role Management Styles */
.roles-grid[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.role-card[b-qhdtjrifb6] {
    background: var(--surface-color);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.role-card:hover[b-qhdtjrifb6] {
    border-color: var(--primary-color-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.role-header[b-qhdtjrifb6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.role-info h4[b-qhdtjrifb6] {
    margin: 0 0 8px 0;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
}

.role-info h4 i[b-qhdtjrifb6] {
    color: var(--primary-color);
}

.role-id[b-qhdtjrifb6] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted-color);
    font-family: monospace;
}

.role-actions[b-qhdtjrifb6] {
    display: flex;
    gap: 8px;
}

.role-actions .styled-button.small[b-qhdtjrifb6] {
    padding: 6px 10px;
    min-width: auto;
}

.role-stats[b-qhdtjrifb6] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

.user-count[b-qhdtjrifb6] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted-color);
    font-size: 0.9rem;
}

.user-count i[b-qhdtjrifb6] {
    color: var(--primary-color);
}

/* Role Modal Specific Styles */
.role-info-section[b-qhdtjrifb6] {
    margin-bottom: 24px;
}

.info-group[b-qhdtjrifb6] {
    margin-bottom: 20px;
}

.info-group label[b-qhdtjrifb6] {
    display: block;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 6px;
    font-size: 0.875rem;
}

.readonly-value[b-qhdtjrifb6] {
    background: var(--hover-color);
    padding: 12px 16px;
    border-radius: 6px;
    border: 2px solid var(--border-color);
    margin: 0;
    color: var(--text-color);
    font-family: inherit;
}

.users-in-role-section[b-qhdtjrifb6] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.users-in-role-section h4[b-qhdtjrifb6] {
    margin: 0 0 16px 0;
    color: var(--text-color);
    font-size: 1rem;
}

.users-list[b-qhdtjrifb6] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.user-chip[b-qhdtjrifb6] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color-light);
    color: var(--primary-color-dark);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
}

.user-chip i[b-qhdtjrifb6] {
    font-size: 0.8rem;
}

.remove-role-btn[b-qhdtjrifb6] {
    background: none;
    border: none;
    color: var(--danger-color);
    cursor: pointer;
    padding: 2px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: all 0.2s ease;
}

.remove-role-btn:hover[b-qhdtjrifb6] {
    background: var(--danger-color);
    color: white;
}

.remove-role-btn i[b-qhdtjrifb6] {
    font-size: 0.7rem;
}

/* Responsive Role Styles */
@media (max-width: 768px) {
    .roles-grid[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .role-header[b-qhdtjrifb6] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    
    .role-actions[b-qhdtjrifb6] {
        align-self: stretch;
        justify-content: flex-end;
    }
    
    .users-list[b-qhdtjrifb6] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .user-chip[b-qhdtjrifb6] {
        justify-content: space-between;
        border-radius: 8px;
    }
}

/* Role Card Accent Colors */
.role-card:nth-child(3n+1)[b-qhdtjrifb6] {
    border-left: 4px solid var(--primary-color);
}

.role-card:nth-child(3n+2)[b-qhdtjrifb6] {
    border-left: 4px solid #28a745;
}

.role-card:nth-child(3n+3)[b-qhdtjrifb6] {
    border-left: 4px solid #ffc107;
}

/* Role Selection in Edit Modal */
.roles-selection[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.role-checkbox .checkbox-label[b-qhdtjrifb6] {
    padding: 12px 16px;
    margin: 0;
    border-radius: 6px;
    border: 2px solid var(--border-color);
    transition: all 0.2s ease;
}

.role-checkbox .checkbox-label:hover[b-qhdtjrifb6] {
    border-color: var(--primary-color-light);
    background: var(--hover-color);
}

.role-checkbox input[type="checkbox"]:checked + .checkbox-custom + .checkbox-text[b-qhdtjrifb6] {
    color: var(--primary-color);
}

.role-checkbox input[type="checkbox"]:checked ~ .checkbox-text strong[b-qhdtjrifb6] {
    color: var(--primary-color);
}

.no-roles-available[b-qhdtjrifb6] {
    color: var(--muted-color);
    font-style: italic;
    text-align: center;
    padding: 20px;
    background: var(--hover-color);
    border-radius: 6px;
    margin: 0;
}

@media (max-width: 768px) {
    .roles-selection[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
    }
}

/* Role Status Indicators */
.role-checkbox.role-to-add .checkbox-label[b-qhdtjrifb6] {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.role-checkbox.role-to-add .checkbox-label:hover[b-qhdtjrifb6] {
    border-color: #1e7e34;
    background: rgba(40, 167, 69, 0.15);
}

.role-checkbox.role-to-add .checkbox-text small[b-qhdtjrifb6] {
    color: #28a745;
    font-weight: 500;
}

.role-checkbox.role-to-remove .checkbox-label[b-qhdtjrifb6] {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.role-checkbox.role-to-remove .checkbox-label:hover[b-qhdtjrifb6] {
    border-color: #c82333;
    background: rgba(220, 53, 69, 0.15);
}

.role-checkbox.role-to-remove .checkbox-text small[b-qhdtjrifb6] {
    color: #dc3545;
    font-weight: 500;
}

/* Database Tables Tab Styles */
.tables-grid[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.table-card[b-qhdtjrifb6] {
    background: var(--surface-color);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.table-card:hover[b-qhdtjrifb6] {
    border-color: var(--primary-color-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.table-header[b-qhdtjrifb6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.table-info h4[b-qhdtjrifb6] {
    margin: 0 0 8px 0;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
}

.table-info h4 i[b-qhdtjrifb6] {
    color: var(--info-color, #17a2b8);
}

.table-type[b-qhdtjrifb6] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted-color);
    font-style: italic;
}

.table-actions[b-qhdtjrifb6] {
    display: flex;
    gap: 8px;
}

.table-actions .styled-button.small[b-qhdtjrifb6] {
    padding: 6px 10px;
    min-width: auto;
}

.table-stats[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.stat-item[b-qhdtjrifb6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-label[b-qhdtjrifb6] {
    font-size: 0.75rem;
    color: var(--muted-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

.stat-value[b-qhdtjrifb6] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
}

/* Table Status Colors */
.stat-value.status-active[b-qhdtjrifb6] {
    color: #28a745;
}

.stat-value.status-inactive[b-qhdtjrifb6] {
    color: #6c757d;
}

.stat-value.status-warning[b-qhdtjrifb6] {
    color: #ffc107;
}

.stat-value.status-error[b-qhdtjrifb6] {
    color: #dc3545;
}

/* Table Card Accent Colors */
.table-card:nth-child(4n+1)[b-qhdtjrifb6] {
    border-left: 4px solid #17a2b8;
}

.table-card:nth-child(4n+2)[b-qhdtjrifb6] {
    border-left: 4px solid #28a745;
}

.table-card:nth-child(4n+3)[b-qhdtjrifb6] {
    border-left: 4px solid #ffc107;
}

.table-card:nth-child(4n+4)[b-qhdtjrifb6] {
    border-left: 4px solid #dc3545;
}

/* Responsive Tables Styles */
@media (max-width: 768px) {
    .tables-grid[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .table-header[b-qhdtjrifb6] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    
    .table-actions[b-qhdtjrifb6] {
        align-self: stretch;
        justify-content: flex-end;
    }
    
    .table-stats[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }
    
    .stat-item[b-qhdtjrifb6] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

/* Table Card Hover Effects */
.table-card:hover .table-info h4 i[b-qhdtjrifb6] {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.table-card:hover .stat-value[b-qhdtjrifb6] {
    color: var(--primary-color);
    transition: color 0.2s ease;
}

/* Table Editor Modal Styles */
.table-editor-modal[b-qhdtjrifb6] {
    max-width: 95vw;
    width: 1200px;
    max-height: 90vh;
}

.table-editor-controls[b-qhdtjrifb6] {
    background: var(--hover-color);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.controls-row[b-qhdtjrifb6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.controls-row:last-child[b-qhdtjrifb6] {
    margin-bottom: 0;
}

.search-container[b-qhdtjrifb6] {
    position: relative;
    flex: 1;
    max-width: 300px;
}

.search-input[b-qhdtjrifb6] {
    width: 100%;
    padding: 8px 16px 8px 40px;
    border: 2px solid var(--border-color);
    border-radius: 6px;
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 0.875rem;
}

.search-input:focus[b-qhdtjrifb6] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}

.search-icon[b-qhdtjrifb6] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted-color);
    font-size: 0.875rem;
}

.pagination-info[b-qhdtjrifb6] {
    font-size: 0.875rem;
    color: var(--muted-color);
}

.page-size-selector[b-qhdtjrifb6] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-color);
}

.page-size-selector select[b-qhdtjrifb6] {
    padding: 4px 8px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 0.875rem;
}

.table-records-container[b-qhdtjrifb6] {
    max-height: 50vh;
    overflow-y: auto;
    border: 2px solid var(--border-color);
    border-radius: 8px;
}

.records-table[b-qhdtjrifb6] {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface-color);
}

.records-table th[b-qhdtjrifb6],
.records-table td[b-qhdtjrifb6] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.875rem;
}

.records-table th[b-qhdtjrifb6] {
    background: var(--primary-color-light);
    color: var(--primary-color-dark);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.records-table tr:hover[b-qhdtjrifb6] {
    background: var(--hover-color);
}

.records-table .actions-column[b-qhdtjrifb6] {
    width: 140px;
    white-space: nowrap;
}

.records-table .actions-column .styled-button[b-qhdtjrifb6] {
    margin-right: 8px;
}

.record-value[b-qhdtjrifb6] {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-value[b-qhdtjrifb6] {
    color: var(--muted-color);
    font-style: italic;
}

/* Record Editor Modal Styles */
.record-editor-modal[b-qhdtjrifb6] {
    max-width: 600px;
    width: 90%;
}

.record-form[b-qhdtjrifb6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

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

.record-form .form-group label[b-qhdtjrifb6] {
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.875rem;
}

.record-form .form-control[b-qhdtjrifb6] {
    padding: 10px 12px;
    border: 2px solid var(--border-color);
    border-radius: 6px;
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 0.875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.record-form .form-control:focus[b-qhdtjrifb6] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}

.record-form .form-control:readonly[b-qhdtjrifb6] {
    background: var(--hover-color);
    cursor: not-allowed;
}

/* Responsive Table Editor Styles */
@media (max-width: 768px) {
    .table-editor-modal[b-qhdtjrifb6] {
        width: 95vw;
        max-height: 95vh;
    }
    
    .controls-row[b-qhdtjrifb6] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .search-container[b-qhdtjrifb6] {
        max-width: none;
    }
    
    .page-size-selector[b-qhdtjrifb6] {
        justify-content: center;
    }
    
    .records-table th[b-qhdtjrifb6],
    .records-table td[b-qhdtjrifb6] {
        padding: 8px 12px;
        font-size: 0.75rem;
    }
    
    .record-value[b-qhdtjrifb6] {
        max-width: 120px;
    }
    
    .records-table .actions-column[b-qhdtjrifb6] {
        width: 100px;
    }
    
    .records-table .actions-column .styled-button[b-qhdtjrifb6] {
        margin-right: 4px;
        padding: 4px 8px;
    }
    
    .record-form[b-qhdtjrifb6] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Loading States for Table Editor */
.table-editor-controls .loading-container[b-qhdtjrifb6] {
    padding: 20px;
    margin: 0;
}

/* Table Editor Button Styles */
.table-editor-controls .styled-button[b-qhdtjrifb6] {
    white-space: nowrap;
}

.role-checkbox.role-to-remove .checkbox-text strong[b-qhdtjrifb6] {
    text-decoration: line-through;
    opacity: 0.7;
}
/* /Components/Pages/Admin/Modals/RecordEditorModal.razor.rz.scp.css */
/* Record Editor Modal Styles */

.alert[b-1llbg4x3p0] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.alert-danger[b-1llbg4x3p0] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

.alert-danger i[b-1llbg4x3p0] {
    color: #ef4444;
}

.alert-success[b-1llbg4x3p0] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #86efac;
}

.alert-success i[b-1llbg4x3p0] {
    color: #22c55e;
}

.required-indicator[b-1llbg4x3p0] {
    color: #ef4444;
    font-weight: bold;
    margin-left: 4px;
}

.form-control.is-invalid[b-1llbg4x3p0] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-control.is-invalid:focus[b-1llbg4x3p0] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.text-danger[b-1llbg4x3p0] {
    color: #ef4444 !important;
}

.form-group label[b-1llbg4x3p0] {
    display: flex;
    align-items: center;
}

/* Enhanced form styling */
.record-form .form-group[b-1llbg4x3p0] {
    margin-bottom: 20px;
}

.record-form label[b-1llbg4x3p0] {
    font-weight: 600;
    color: #e8eaed;
    font-size: 14px;
    margin-bottom: 8px;
}

.record-form .form-control[b-1llbg4x3p0] {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e8eaed;
    font-size: 14px;
    transition: all 150ms ease;
    width: 100%;
}

.record-form .form-control:focus[b-1llbg4x3p0] {
    outline: none;
    border-color: #3b82f6;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.record-form .form-control:read-only[b-1llbg4x3p0] {
    background: rgba(255, 255, 255, 0.02);
    cursor: not-allowed;
    opacity: 0.7;
}

.record-form .form-control[b-1llbg4x3p0]::placeholder {
    color: #9ca3af;
}

.record-form .form-text[b-1llbg4x3p0] {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 6px;
    display: block;
}

/* Validation feedback styling */
.form-text.text-danger[b-1llbg4x3p0] {
    color: #fca5a5 !important;
    font-weight: 500;
}

/* Input type specific styling */
input[type="email"].form-control[b-1llbg4x3p0],
input[type="url"].form-control[b-1llbg4x3p0] {
    font-family: monospace;
    font-size: 13px;
}

input[type="number"].form-control[b-1llbg4x3p0] {
    text-align: right;
}

/* Focus states for accessibility */
.form-control:focus-visible[b-1llbg4x3p0] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .record-form .form-control[b-1llbg4x3p0] {
        padding: 10px 12px;
        font-size: 16px; /* Prevent zoom on iOS */
    }
}
/* /Components/Pages/Admin/Modals/TableEditorModal.razor.rz.scp.css */
/* Table Editor Modal Styles */
.table-editor-modal-container[b-we7qnusx6i] {
    height: 70vh;
    max-height: 600px;
}
/* /Components/Pages/Aligner/Aligner.razor.rz.scp.css */
/* Enhanced Aligner Page Styles - Matching App Theme */

.aligner-container[b-vcw9llfizb] {
    position: relative;
    min-height: calc(100vh - 120px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background: transparent;
    animation: fadeInUp-b-vcw9llfizb 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Treatments Main View */
.treatments-main-view[b-vcw9llfizb] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Page Header */
.page-header[b-vcw9llfizb] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1rem;
}

.header-content[b-vcw9llfizb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.header-info h3[b-vcw9llfizb] {
    margin: 0 0 0.5rem 0;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
}

.header-info h3 i[b-vcw9llfizb] {
    color: rgba(74, 144, 226, 0.8);
}

.header-info p[b-vcw9llfizb] {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Empty States */
.no-patient[b-vcw9llfizb] {
    padding: 3rem;
    text-align: center;
}

.no-patient i[b-vcw9llfizb] {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5rem;
    display: block;
}

.no-patient h4[b-vcw9llfizb] {
    color: var(--text-primary, #e8eaed);
    margin-bottom: 1rem;
    font-weight: 600;
}

.no-patient p[b-vcw9llfizb] {
    color: var(--text-secondary, #9ca3af);
    margin-bottom: 1.5rem;
}

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

    .page-header[b-vcw9llfizb] {
        padding: 1.5rem;
    }

    .header-content[b-vcw9llfizb] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .header-info h3[b-vcw9llfizb] {
        font-size: 22px;
    }

    .no-patient[b-vcw9llfizb] {
        padding: 2rem 1rem;
    }
}

/* /Components/Pages/Aligner/TreatmentDetailsView.razor.rz.scp.css */
.treatment-details-view[b-dy0xxe2imq] {
    width: 100%;
}

.details-header[b-dy0xxe2imq] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-left[b-dy0xxe2imq] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.treatment-title[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.treatment-title i[b-dy0xxe2imq] {
    color: #7c3aed;
}

.status-badge .badge[b-dy0xxe2imq] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.status-badge .bg-primary[b-dy0xxe2imq] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.status-badge .bg-info[b-dy0xxe2imq] {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%) !important;
}

.status-badge .bg-success[b-dy0xxe2imq] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
}

.status-badge .bg-warning[b-dy0xxe2imq] {
    background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%) !important;
    color: #1a1a2e;
}

.status-badge .bg-secondary[b-dy0xxe2imq] {
    background: linear-gradient(135deg, #7f8c8d 0%, #95a5a6 100%) !important;
}

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

.info-section[b-dy0xxe2imq] {
    padding: 1.5rem 0;
}

.info-section h6[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.info-section strong[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    display: block;
    margin-bottom: 0.75rem;
}

.info-grid[b-dy0xxe2imq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
}

.info-item[b-dy0xxe2imq] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.info-item:hover[b-dy0xxe2imq] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(124, 58, 237, 0.3);
    transform: translateX(2px);
}

.info-item .label[b-dy0xxe2imq] {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.info-item .value[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.95);
    text-align: right;
    font-size: 0.875rem;
    font-weight: 500;
}

.info-item .value i[b-dy0xxe2imq] {
    color: #7c3aed;
}

.images-gallery[b-dy0xxe2imq] {
    padding: 1.5rem 0;
}

.images-grid[b-dy0xxe2imq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.image-card[b-dy0xxe2imq] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0.75rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.image-card:hover[b-dy0xxe2imq] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(124, 58, 237, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-preview[b-dy0xxe2imq] {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.image-preview img[b-dy0xxe2imq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.image-loading[b-dy0xxe2imq] {
    color: rgba(124, 58, 237, 0.7);
    font-size: 1.5rem;
}

.image-preview i[b-dy0xxe2imq] {
    color: rgba(124, 58, 237, 0.7);
    font-size: 2rem;
}

.image-card:hover .image-preview[b-dy0xxe2imq] {
    transform: scale(1.05);
}

.image-title[b-dy0xxe2imq] {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.no-images[b-dy0xxe2imq],
.no-scan[b-dy0xxe2imq],
.scan-available[b-dy0xxe2imq] {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin: 1rem 0;
}

.no-images i[b-dy0xxe2imq],
.no-scan i[b-dy0xxe2imq],
.scan-available i[b-dy0xxe2imq] {
    opacity: 0.6;
}

.no-images h6[b-dy0xxe2imq],
.no-scan h6[b-dy0xxe2imq],
.scan-available h6[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border: none;
    padding: 0;
}

.no-images p[b-dy0xxe2imq],
.no-scan p[b-dy0xxe2imq],
.scan-available p[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.text-muted[b-dy0xxe2imq] {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-success[b-dy0xxe2imq] {
    color: #38ef7d !important;
}

.text-info[b-dy0xxe2imq] {
    color: #3a7bd5 !important;
}

.scan-section[b-dy0xxe2imq] {
    padding: 2rem 0;
}

.extracted-teeth-inline[b-dy0xxe2imq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tooth-badge-inline[b-dy0xxe2imq] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.15) 100%);
    border: 1px solid rgba(239, 68, 68, 0.3);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.tooth-badge-inline:hover[b-dy0xxe2imq] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(220, 38, 38, 0.25) 100%);
    border-color: rgba(239, 68, 68, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.2);
}

.tooth-badge-inline i[b-dy0xxe2imq] {
    color: rgba(239, 68, 68, 0.9);
    font-size: 0.875rem;
}

.images-row-grid[b-dy0xxe2imq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.images-radiograph-grid[b-dy0xxe2imq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
}

.grid-spacer[b-dy0xxe2imq] {
    visibility: hidden;
}

.image-slot-empty[b-dy0xxe2imq] {
    visibility: hidden;
}

@media (max-width: 768px) {
    .details-header[b-dy0xxe2imq] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        padding: 1rem;
    }

    .header-left[b-dy0xxe2imq] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .treatment-title[b-dy0xxe2imq] {
        font-size: 1.25rem;
    }

    .header-actions[b-dy0xxe2imq] {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .info-grid[b-dy0xxe2imq] {
        grid-template-columns: 1fr;
    }

    .info-item[b-dy0xxe2imq] {
        flex-direction: column;
        gap: 0.25rem;
        align-items: flex-start;
    }

    .info-item .value[b-dy0xxe2imq] {
        text-align: left;
    }

    .images-grid[b-dy0xxe2imq] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .image-card[b-dy0xxe2imq] {
        padding: 1rem 0.75rem;
    }

    .image-preview[b-dy0xxe2imq] {
        height: 120px;
    }

    .no-images[b-dy0xxe2imq],
    .no-scan[b-dy0xxe2imq],
    .scan-available[b-dy0xxe2imq] {
        padding: 2rem 1rem;
    }
}

@media (max-width: 1200px) {
    .images-row-grid[b-dy0xxe2imq] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-spacer[b-dy0xxe2imq] {
        display: none;
    }
    
    .image-slot-empty[b-dy0xxe2imq] {
        display: none;
    }
}

@media (max-width: 768px) {
    .images-row-grid[b-dy0xxe2imq], 
    .images-radiograph-grid[b-dy0xxe2imq] {
        grid-template-columns: 1fr;
    }
}

/* Model Viewer Overlay */
.model-viewer-overlay[b-dy0xxe2imq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
    animation: fadeIn-b-dy0xxe2imq 200ms ease;
}

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

.model-viewer-container-wrapper[b-dy0xxe2imq] {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    max-height: 90vh;
    background: rgba(30, 39, 54, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 8px 16px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-dy0xxe2imq 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Ensure ModelViewer takes full height */
.model-viewer-container-wrapper > *[b-dy0xxe2imq] {
    height: 100%;
}

@media (max-width: 768px) {
    .model-viewer-overlay[b-dy0xxe2imq] {
        padding: 10px;
    }

    .model-viewer-container-wrapper[b-dy0xxe2imq] {
        max-height: 95vh;
        border-radius: 12px;
    }
}
/* /Components/Pages/Aligner/TreatmentWizard.razor.rz.scp.css */
/* Treatment Wizard - Glassmorphism Theme */

.treatment-wizard[b-qgrz484f9h] {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(30, 39, 54, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3),
                0 1px 4px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    padding: 2rem;
    overflow: visible;
}

.wizard-progress[b-qgrz484f9h] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    overflow-x: auto;
}

.wizard-step[b-qgrz484f9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
}

.step-number[b-qgrz484f9h] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-secondary, #9ca3af);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.wizard-step.active .step-number[b-qgrz484f9h] {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
    transform: scale(1.1);
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.wizard-step.completed .step-number[b-qgrz484f9h] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
    border-color: #10b981;
}

.wizard-step.completed .step-number i[b-qgrz484f9h] {
    display: block;
}

.step-label[b-qgrz484f9h] {
    font-size: 0.875rem;
    color: var(--text-secondary, #9ca3af);
    text-align: center;
    font-weight: 500;
}

.wizard-step.active .step-label[b-qgrz484f9h] {
    color: #60a5fa;
    font-weight: 600;
}

.wizard-step.completed .step-label[b-qgrz484f9h] {
    color: #34d399;
}

.step-connector[b-qgrz484f9h] {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0.5rem;
    min-width: 50px;
    margin-bottom: 30px;
    transition: background-color 0.3s ease;
}

.step-connector.completed[b-qgrz484f9h] {
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
}

.wizard-content[b-qgrz484f9h] {
    min-height: 400px;
    padding: 2rem 0;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.wizard-navigation[b-qgrz484f9h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
}

.nav-right[b-qgrz484f9h] {
    display: flex;
    gap: 1rem;
}

@media (max-width: 768px) {
    .treatment-wizard[b-qgrz484f9h] {
        padding: 1.5rem;
        border-radius: 12px;
        overflow: visible;
    }

    .wizard-progress[b-qgrz484f9h] {
        padding: 1rem 0;
    }

    .wizard-step[b-qgrz484f9h] {
        min-width: 80px;
    }

    .step-number[b-qgrz484f9h] {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }

    .step-label[b-qgrz484f9h] {
        font-size: 0.75rem;
    }

    .step-connector[b-qgrz484f9h] {
        min-width: 30px;
    }

    .wizard-content[b-qgrz484f9h] {
        min-height: 300px;
        padding: 1rem 0;
        overflow: visible;
    }

    .wizard-navigation[b-qgrz484f9h] {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-right[b-qgrz484f9h] {
        width: 100%;
        justify-content: flex-end;
    }
}

/* Model Viewer Overlay */
.model-viewer-overlay[b-qgrz484f9h] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
    animation: fadeIn-b-qgrz484f9h 200ms ease;
}

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

.model-viewer-container-wrapper[b-qgrz484f9h] {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    max-height: 90vh;
    background: rgba(30, 39, 54, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 8px 16px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-qgrz484f9h 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Ensure ModelViewer takes full height */
.model-viewer-container-wrapper > *[b-qgrz484f9h] {
    height: 100%;
}

@media (max-width: 768px) {
    .model-viewer-overlay[b-qgrz484f9h] {
        padding: 10px;
    }

    .model-viewer-container-wrapper[b-qgrz484f9h] {
        max-height: 95vh;
        border-radius: 12px;
    }
}
/* /Components/Pages/Aligner/TreatmentWizardTabbed.razor.rz.scp.css */
.treatment-wizard-tabbed[b-67ohzq9y7r] {
    width: 100%;
}

.wizard-header[b-67ohzq9y7r] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wizard-title[b-67ohzq9y7r] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.wizard-title i[b-67ohzq9y7r] {
    color: #7c3aed;
}

.wizard-actions[b-67ohzq9y7r] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .wizard-header[b-67ohzq9y7r] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        padding: 1rem;
    }

    .wizard-title[b-67ohzq9y7r] {
        font-size: 1.25rem;
    }

    .wizard-actions[b-67ohzq9y7r] {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

/* Model Viewer Overlay */
.model-viewer-overlay[b-67ohzq9y7r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
    animation: fadeIn-b-67ohzq9y7r 200ms ease;
}

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

.model-viewer-container-wrapper[b-67ohzq9y7r] {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    max-height: 90vh;
    background: rgba(30, 39, 54, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 8px 16px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-67ohzq9y7r 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Ensure ModelViewer takes full height */
.model-viewer-container-wrapper > *[b-67ohzq9y7r] {
    height: 100%;
}

@media (max-width: 768px) {
    .model-viewer-overlay[b-67ohzq9y7r] {
        padding: 10px;
    }

    .model-viewer-container-wrapper[b-67ohzq9y7r] {
        max-height: 95vh;
        border-radius: 12px;
    }
}

/* Allow dropdowns to overflow the tab container */
.treatment-wizard-tabbed[b-67ohzq9y7r]  .tab-container {
    overflow: visible !important;
}
/* /Components/Pages/Aligner/WizardStepBasicInfo.razor.rz.scp.css */
/* WizardStepBasicInfo Component Styles */

/* Dropdown field styling to match app components */
.wizard-step-basic-info[b-ditp56vffm]  .dropdown-trigger-field {
    width: 100%;
    min-width: 200px;
    text-align: left;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--text-color, #e8eaed) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 1rem !important;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 200ms ease;
}

.wizard-step-basic-info[b-ditp56vffm]  .dropdown-trigger-field:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.wizard-step-basic-info[b-ditp56vffm]  .dropdown-trigger-field:focus {
    border-color: var(--accent-color, #3b82f6) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.wizard-step-basic-info[b-ditp56vffm]  .dropdown-container {
    position: relative;
    z-index: 9999;
    overflow: visible;
}

.wizard-step-basic-info[b-ditp56vffm]  .dropdown-field-menu {
    min-width: 200px !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 999999 !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
}

/* Ensure dropdowns aren't clipped */
.wizard-step-basic-info[b-ditp56vffm] {
    overflow: visible;
    position: relative;
}

.wizard-step-basic-info .row[b-ditp56vffm] {
    position: relative;
    overflow: visible;
    z-index: auto;
}

.wizard-step-basic-info .col-md-6[b-ditp56vffm] {
    position: relative;
    overflow: visible;
    z-index: auto;
}

.wizard-step-basic-info .col-md-8[b-ditp56vffm] {
    position: relative;
    overflow: visible;
    z-index: auto;
}

.wizard-step-basic-info .col-12[b-ditp56vffm] {
    position: relative;
    overflow: visible;
    z-index: auto;
}

.wizard-step-basic-info .form-group[b-ditp56vffm] {
    position: relative;
    overflow: visible;
    z-index: auto;
}

/* Form labels */
.wizard-step-basic-info .form-label[b-ditp56vffm] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color, #e8eaed);
    font-size: 0.95rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
}

/* Form controls (date input, etc.) */
.wizard-step-basic-info .form-control[b-ditp56vffm] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: var(--text-color, #e8eaed);
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 200ms ease;
}

.wizard-step-basic-info .form-control:focus[b-ditp56vffm] {
    outline: none;
    border-color: var(--accent-color, #3b82f6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.wizard-step-basic-info .form-control:hover[b-ditp56vffm] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

/* Select styling for backward compatibility */
.wizard-step-basic-info .form-select[b-ditp56vffm] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: var(--text-color, #e8eaed);
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 200ms ease;
    cursor: pointer;
}

.wizard-step-basic-info .form-select:focus[b-ditp56vffm] {
    outline: none;
    border-color: var(--accent-color, #3b82f6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.wizard-step-basic-info .form-select:hover[b-ditp56vffm] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.wizard-step-basic-info .form-select option[b-ditp56vffm] {
    background: rgba(30, 39, 54, 0.95);
    color: var(--text-color, #e8eaed);
    padding: 8px;
}

/* Form help text */
.wizard-step-basic-info .form-text[b-ditp56vffm] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--text-secondary, #9ca3af);
}

/* Alert styling */
.wizard-step-basic-info .alert[b-ditp56vffm] {
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wizard-step-basic-info .alert-info[b-ditp56vffm] {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: rgba(59, 130, 246, 0.9);
}
/* /Components/Pages/Aligner/WizardStepImages.razor.rz.scp.css */
/* Wizard Step Images - Glassmorphism Theme */

.wizard-step-images[b-zgdjep30jj] {
    padding: 0;
}

.wizard-step-images h5[b-zgdjep30jj] {
    color: var(--text-primary, #e8eaed);
    font-weight: 600;
}

.wizard-step-images p[b-zgdjep30jj] {
    color: var(--text-secondary, #9ca3af);
}

/* Image Row Container */
.image-row[b-zgdjep30jj] {
    margin-bottom: 2rem;
}

.image-row:last-child[b-zgdjep30jj] {
    margin-bottom: 0;
}

/* Row Title */
.row-title[b-zgdjep30jj] {
    color: var(--text-primary, #e8eaed);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.row-title i[b-zgdjep30jj] {
    color: #60a5fa;
}

/* Image Row Grid - Responsive columns based on content */
.image-row-grid[b-zgdjep30jj] {
    display: grid;
    gap: 1.5rem;
}

/* Row 1: Front Views - 3 columns */
.image-row:nth-child(1) .image-row-grid[b-zgdjep30jj] {
    grid-template-columns: repeat(3, 1fr);
}

/* Row 2: Arches - 3 columns (with spacer) */
.image-row:nth-child(2) .image-row-grid[b-zgdjep30jj] {
    grid-template-columns: repeat(3, 1fr);
}

/* Row 3: Bite Views - 3 columns */
.image-row:nth-child(3) .image-row-grid[b-zgdjep30jj] {
    grid-template-columns: repeat(3, 1fr);
}

/* Grid Spacer - invisible placeholder */
.grid-spacer[b-zgdjep30jj] {
    visibility: hidden;
}

/* 2 Column Grid for Radiographs */
.radiograph-grid[b-zgdjep30jj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1rem 0;
    max-width: 800px;
}

/* Image Upload Card Styling */
[b-zgdjep30jj] .image-upload-card {
    height: 100%;
    min-height: 200px;
}

[b-zgdjep30jj] .image-upload-card .card-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-zgdjep30jj] .image-upload-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Radiograph Card Styling */
[b-zgdjep30jj] .radiograph-card {
    height: 100%;
    min-height: 300px;
}

[b-zgdjep30jj] .radiograph-card .card-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-zgdjep30jj] .radiograph-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Responsive Design */
@media (max-width: 1200px) {
    /* Front Views: 3 -> 2 columns */
    .image-row:nth-child(1) .image-row-grid[b-zgdjep30jj] {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Arches: 3 -> 2 columns (hide spacer) */
    .image-row:nth-child(2) .image-row-grid[b-zgdjep30jj] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-row:nth-child(2) .grid-spacer[b-zgdjep30jj] {
        display: none;
    }

    /* Bite Views: 3 -> 2 columns */
    .image-row:nth-child(3) .image-row-grid[b-zgdjep30jj] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .image-row[b-zgdjep30jj] {
        margin-bottom: 1.5rem;
    }

    .image-row-grid[b-zgdjep30jj] {
        gap: 1rem;
    }

    .radiograph-grid[b-zgdjep30jj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* All rows: single column */
    .image-row:nth-child(1) .image-row-grid[b-zgdjep30jj],
    .image-row:nth-child(2) .image-row-grid[b-zgdjep30jj],
    .image-row:nth-child(3) .image-row-grid[b-zgdjep30jj] {
        grid-template-columns: 1fr;
    }

    .image-row[b-zgdjep30jj] {
        margin-bottom: 1.5rem;
    }

    .image-row-grid[b-zgdjep30jj] {
        gap: 1rem;
    }

    .radiograph-grid[b-zgdjep30jj] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .row-title[b-zgdjep30jj] {
        font-size: 0.95rem;
    }

    [b-zgdjep30jj] .image-upload-card {
        min-height: 180px;
    }

    [b-zgdjep30jj] .radiograph-card {
        min-height: 250px;
    }
}
/* /Components/Pages/Aligner/WizardStepReview.razor.rz.scp.css */
/* Main Container */
.wizard-step-review[b-5ms3yco0fr] {
    max-width: 800px;
    margin: 0 auto;
}

/* Review Sections */
.review-sections[b-5ms3yco0fr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Review Card */
.review-card[b-5ms3yco0fr] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.review-card:hover[b-5ms3yco0fr] {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Card Header */
.card-header[b-5ms3yco0fr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: rgba(74, 144, 226, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-header i[b-5ms3yco0fr] {
    font-size: 1.25rem;
    color: rgba(74, 144, 226, 0.9);
}

.card-header h6[b-5ms3yco0fr] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* Card Content */
.card-content[b-5ms3yco0fr] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Review Item */
.review-item[b-5ms3yco0fr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.review-item:hover[b-5ms3yco0fr] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.item-label[b-5ms3yco0fr] {
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.item-value[b-5ms3yco0fr] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    text-align: right;
    font-weight: 500;
}

/* Status Badges */
.status-badge[b-5ms3yco0fr] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.status-badge i[b-5ms3yco0fr] {
    font-size: 12px;
}

.status-primary[b-5ms3yco0fr] {
    background: rgba(74, 144, 226, 0.2);
    color: rgba(74, 144, 226, 1);
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.status-success[b-5ms3yco0fr] {
    background: rgba(40, 167, 69, 0.2);
    color: rgba(40, 167, 69, 1);
    border: 1px solid rgba(40, 167, 69, 0.4);
}

.status-warning[b-5ms3yco0fr] {
    background: rgba(255, 193, 7, 0.2);
    color: rgba(255, 193, 7, 1);
    border: 1px solid rgba(255, 193, 7, 0.4);
}

/* Method Badges */
.method-badge[b-5ms3yco0fr] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.method-scan[b-5ms3yco0fr] {
    background: rgba(40, 167, 69, 0.15);
    color: rgba(40, 167, 69, 1);
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.method-impression[b-5ms3yco0fr] {
    background: rgba(74, 144, 226, 0.15);
    color: rgba(74, 144, 226, 1);
    border: 1px solid rgba(74, 144, 226, 0.3);
}

/* Images Summary */
.images-summary[b-5ms3yco0fr] {
    display: flex;
    gap: 1rem;
}

.image-count-card[b-5ms3yco0fr] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(40, 167, 69, 0.15);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 8px;
    flex: 1;
}

.image-count-card i[b-5ms3yco0fr] {
    font-size: 2rem;
    color: rgba(40, 167, 69, 1);
}

.image-count-card.no-images[b-5ms3yco0fr] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.image-count-card.no-images i[b-5ms3yco0fr] {
    color: rgba(255, 255, 255, 0.5);
}

.count-info[b-5ms3yco0fr] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.count-number[b-5ms3yco0fr] {
    font-size: 24px;
    font-weight: 700;
    color: rgba(40, 167, 69, 1);
    line-height: 1;
}

.count-label[b-5ms3yco0fr] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Completion Banner */
.completion-banner[b-5ms3yco0fr] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.2) 0%, rgba(40, 167, 69, 0.1) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(40, 167, 69, 0.4);
    border-radius: 12px;
    margin-top: 2rem;
}

.completion-banner i[b-5ms3yco0fr] {
    font-size: 2.5rem;
    color: rgba(40, 167, 69, 1);
    flex-shrink: 0;
}

.banner-content[b-5ms3yco0fr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.banner-content strong[b-5ms3yco0fr] {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.banner-content span[b-5ms3yco0fr] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .review-item[b-5ms3yco0fr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .item-value[b-5ms3yco0fr] {
        text-align: left;
    }

    .card-content[b-5ms3yco0fr] {
        padding: 1rem;
    }

    .card-header[b-5ms3yco0fr] {
        padding: 1rem;
    }

    .completion-banner[b-5ms3yco0fr] {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .completion-banner i[b-5ms3yco0fr] {
        font-size: 2rem;
    }

    .image-count-card[b-5ms3yco0fr] {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
}

/* /Components/Pages/Aligner/WizardStepScan.razor.rz.scp.css */
/* Main Container */
.wizard-step-scan[b-czo024ia0l] {
    max-width: 800px;
    margin: 0 auto;
}

/* Impression Method Selector */
.impression-method-selector[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
}

.method-label[b-czo024ia0l] {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
    display: block;
}

.impression-method-selector select[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.impression-method-selector select:hover[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(74, 144, 226, 0.5);
}

.impression-method-selector select:focus[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(74, 144, 226, 0.7);
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
    outline: none;
}

.impression-method-selector select option[b-czo024ia0l] {
    background: #1a1a2e;
    color: rgba(255, 255, 255, 0.9);
}

/* Upload Dropzone */
.upload-dropzone[b-czo024ia0l] {
    border: 2px dashed rgba(74, 144, 226, 0.4);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.upload-dropzone:hover[b-czo024ia0l] {
    border-color: rgba(74, 144, 226, 0.7);
    background: rgba(74, 144, 226, 0.1);
    transform: translateY(-2px);
}

.dropzone-icon[b-czo024ia0l] {
    color: rgba(74, 144, 226, 0.8);
    transition: all 0.3s ease;
}

.upload-dropzone:hover .dropzone-icon[b-czo024ia0l] {
    color: rgba(74, 144, 226, 1);
    transform: scale(1.1);
}

.dropzone-text[b-czo024ia0l] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dropzone-text strong[b-czo024ia0l] {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.dropzone-text span[b-czo024ia0l] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Scan Uploaded Card */
.scan-uploaded-card[b-czo024ia0l] {
    background: rgba(40, 167, 69, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(40, 167, 69, 0.4);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.scan-uploaded-card:hover[b-czo024ia0l] {
    border-color: rgba(40, 167, 69, 0.6);
    background: rgba(40, 167, 69, 0.2);
}

.scan-info[b-czo024ia0l] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.scan-icon[b-czo024ia0l] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(40, 167, 69, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(40, 167, 69, 1);
}

.scan-details[b-czo024ia0l] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.scan-title[b-czo024ia0l] {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.scan-subtitle[b-czo024ia0l] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.scan-actions[b-czo024ia0l] {
    display: flex;
    gap: 0.75rem;
}

/* Impression Info Card */
.impression-info-card[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-header[b-czo024ia0l] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-header i[b-czo024ia0l] {
    color: rgba(74, 144, 226, 0.8);
    flex-shrink: 0;
}

.info-title[b-czo024ia0l] {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 0.5rem 0;
}

.info-description[b-czo024ia0l] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
}

/* Impression Checklist */
.impression-checklist[b-czo024ia0l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checklist-title[b-czo024ia0l] {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0.75rem 0;
}

.checklist-items[b-czo024ia0l] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checklist-item[b-czo024ia0l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.checklist-item:hover[b-czo024ia0l] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(74, 144, 226, 0.3);
    transform: translateX(4px);
}

.checklist-item input[type="checkbox"][b-czo024ia0l] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: rgba(74, 144, 226, 1);
    flex-shrink: 0;
}

.checklist-item span[b-czo024ia0l] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .upload-dropzone[b-czo024ia0l] {
        padding: 2rem 1.5rem;
    }

    .dropzone-icon i[b-czo024ia0l] {
        font-size: 2rem;
    }

    .dropzone-text strong[b-czo024ia0l] {
        font-size: 16px;
    }

    .dropzone-text span[b-czo024ia0l] {
        font-size: 13px;
    }

    .scan-uploaded-card[b-czo024ia0l] {
        flex-direction: column;
        text-align: center;
    }

    .scan-info[b-czo024ia0l] {
        flex-direction: column;
        text-align: center;
    }

    .scan-actions[b-czo024ia0l] {
        width: 100%;
        justify-content: center;
    }

    .info-header[b-czo024ia0l] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
/* /Components/Pages/Aligner/WizardStepTreatmentOptions.razor.rz.scp.css */
.wizard-step-treatment-options[b-7kew24ucdr] {
    padding: 1.5rem;
}

.radio-group[b-7kew24ucdr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-group-horizontal[b-7kew24ucdr] {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.radio-group-horizontal .form-check[b-7kew24ucdr] {
    flex: 1;
    min-width: 120px;
}

.form-check[b-7kew24ucdr] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.form-check:hover[b-7kew24ucdr] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(124, 58, 237, 0.3);
}

.radio-group:not(.radio-group-horizontal) .form-check:hover[b-7kew24ucdr] {
    transform: translateX(4px);
}

.form-check-input[b-7kew24ucdr] {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.form-check-input:checked[b-7kew24ucdr] {
    background-color: #7c3aed;
    border-color: #7c3aed;
}

.form-check-input:focus[b-7kew24ucdr] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.25);
}

.form-check-label[b-7kew24ucdr] {
    cursor: pointer;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

.form-check-label i[b-7kew24ucdr] {
    color: rgba(124, 58, 237, 0.7);
    font-size: 0.875rem;
}

.form-check:has(.form-check-input:checked)[b-7kew24ucdr] {
    background: rgba(124, 58, 237, 0.1);
    border-color: rgba(124, 58, 237, 0.5);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.form-check:has(.form-check-input:checked) .form-check-label[b-7kew24ucdr] {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

.form-check:has(.form-check-input:checked) .form-check-label i[b-7kew24ucdr] {
    color: #7c3aed;
}

.form-label[b-7kew24ucdr] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

h5[b-7kew24ucdr] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 1rem;
}

h6[b-7kew24ucdr] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.95rem;
    padding-top: 0.5rem;
}

.alert[b-7kew24ucdr] {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.alert-info[b-7kew24ucdr] {
    background: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.3);
}

.alert-warning[b-7kew24ucdr] {
    background: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.3);
}

.extraction-chart-section[b-7kew24ucdr] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wizard-step-treatment-options[b-7kew24ucdr] {
        padding: 1rem;
    }
    
    .form-check[b-7kew24ucdr] {
        padding: 0.4rem 0.6rem;
    }
    
    .form-check-label[b-7kew24ucdr] {
        font-size: 0.8rem;
    }
    
    .radio-group-horizontal[b-7kew24ucdr] {
        flex-direction: column;
    }
    
    .radio-group-horizontal .form-check[b-7kew24ucdr] {
        min-width: auto;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login page custom styling to match app design */

.container[b-91dhxduwwr] {
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.card[b-91dhxduwwr] {
    background: rgba(30, 39, 54, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 2px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    max-width: 420px;
    width: 100%;
}

.card-header[b-91dhxduwwr] {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.card-title[b-91dhxduwwr] {
    color: var(--text-primary, #e8eaed);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    letter-spacing: -0.03em;
}

.card-body[b-91dhxduwwr] {
    padding: 0;
}

/* Custom Input Styling */
.input-group[b-91dhxduwwr] {
    margin-bottom: 1.5rem;
}

.input-label[b-91dhxduwwr] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary, #e8eaed);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.styled-input[b-91dhxduwwr] {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary, #e8eaed);
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
}

.styled-input[b-91dhxduwwr]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.styled-input:focus[b-91dhxduwwr] {
    outline: none;
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.styled-input:hover:not(:focus)[b-91dhxduwwr] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

/* Custom Checkbox Styling */
.checkbox-group[b-91dhxduwwr] {
    margin-bottom: 2rem;
}

.checkbox-label[b-91dhxduwwr] {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--text-primary, #e8eaed);
    font-size: 14px;
    font-weight: 400;
    user-select: none;
}

.styled-checkbox[b-91dhxduwwr] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-custom[b-91dhxduwwr] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    margin-right: 0.75rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.checkbox-custom[b-91dhxduwwr]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.styled-checkbox:checked + .checkbox-custom[b-91dhxduwwr] {
    background: rgba(59, 130, 246, 0.8);
    border-color: rgba(59, 130, 246, 0.8);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.styled-checkbox:checked + .checkbox-custom[b-91dhxduwwr]::after {
    transform: rotate(45deg) scale(1);
}

.checkbox-label:hover .checkbox-custom[b-91dhxduwwr] {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.styled-checkbox:focus + .checkbox-custom[b-91dhxduwwr] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Custom Button Styling */
.styled-button[b-91dhxduwwr] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(37, 99, 235, 0.9) 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.01em;
}

.styled-button:hover[b-91dhxduwwr] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 1) 0%, rgba(37, 99, 235, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3);
}

.styled-button:active[b-91dhxduwwr] {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button:focus[b-91dhxduwwr] {
    outline: none;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2),
                0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Alert Styling */
.alert[b-91dhxduwwr] {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px;
}

/* Register Link Styling */
.text-center[b-91dhxduwwr] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-center p[b-91dhxduwwr] {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 14px;
}

.text-center a[b-91dhxduwwr] {
    color: rgba(59, 130, 246, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.text-center a:hover[b-91dhxduwwr] {
    color: rgba(59, 130, 246, 1);
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 576px) {
    .container[b-91dhxduwwr] {
        padding: 1rem;
    }
    
    .card[b-91dhxduwwr] {
        padding: 2rem;
        border-radius: 16px;
    }
    
    .card-title[b-91dhxduwwr] {
        font-size: 24px;
    }
    
    .styled-input[b-91dhxduwwr] {
        padding: 0.875rem 1rem;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .styled-button[b-91dhxduwwr] {
        padding: 0.875rem 1.5rem;
    }
}
/* /Components/Pages/Orders/OrderDetailsView.razor.rz.scp.css */
.details-header[b-gi21hp86ai] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.order-status[b-gi21hp86ai] {
    display: flex;
    align-items: center;
}

.details-actions[b-gi21hp86ai] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.details-section[b-gi21hp86ai] {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.details-section .row[b-gi21hp86ai] {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-right: -12px;
    margin-left: -12px;
}

.details-section .col-md-4[b-gi21hp86ai],
.details-section .col-md-6[b-gi21hp86ai],
.details-section .col-md-8[b-gi21hp86ai],
.details-section .col-12[b-gi21hp86ai] {
    display: flex;
    align-items: stretch;
    padding-right: 12px;
    padding-left: 12px;
}

.details-section:last-child[b-gi21hp86ai] {
    border-bottom: none;
    padding-bottom: 0;
}

.section-title[b-gi21hp86ai] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i[b-gi21hp86ai] {
    color: rgba(59, 130, 246, 0.8);
}

.detail-item[b-gi21hp86ai] {
    width: 100%;
    padding: 0.75rem 0;
    margin-bottom: 0;
}

.detail-item label[b-gi21hp86ai] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

.detail-value[b-gi21hp86ai] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.production-items[b-gi21hp86ai] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.production-item[b-gi21hp86ai] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 0.5rem;
    transition: all 200ms;
}

.production-item.active[b-gi21hp86ai] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.5);
    color: rgba(59, 130, 246, 0.95);
}

.production-item i[b-gi21hp86ai] {
    font-size: 1.25rem;
}

.notes-content[b-gi21hp86ai] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    white-space: pre-wrap;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .details-header[b-gi21hp86ai] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .details-actions[b-gi21hp86ai] {
        width: 100%;
    }

    .details-actions button[b-gi21hp86ai] {
        flex: 1;
    }
}
/* /Components/Pages/Orders/OrderEditView.razor.rz.scp.css */
.form-section[b-dx46fu1y7c] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.form-section.compact[b-dx46fu1y7c] {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
}

.form-section:last-of-type[b-dx46fu1y7c] {
    border-bottom: none;
}

.section-header[b-dx46fu1y7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.section-title[b-dx46fu1y7c] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i[b-dx46fu1y7c] {
    color: rgba(59, 130, 246, 0.8);
}

.form-label[b-dx46fu1y7c] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
}

.form-control[b-dx46fu1y7c],
.form-select[b-dx46fu1y7c] {
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.75rem;
}

.form-control:focus[b-dx46fu1y7c],
.form-select:focus[b-dx46fu1y7c] {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
    background: rgba(0, 0, 0, 0.4);
}

.form-select option[b-dx46fu1y7c] {
    background: #1e2736;
    color: #e8eaed;
}

.form-control[b-dx46fu1y7c]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-check[b-dx46fu1y7c] {
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.form-check-input[b-dx46fu1y7c] {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(59, 130, 246, 0.4);
}

.form-check-input:checked[b-dx46fu1y7c] {
    background-color: rgba(59, 130, 246, 0.8);
    border-color: rgba(59, 130, 246, 0.8);
}

.form-check-input:focus[b-dx46fu1y7c] {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.form-check-label[b-dx46fu1y7c] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.form-check-label i[b-dx46fu1y7c] {
    color: rgba(59, 130, 246, 0.7);
}

.form-actions[b-dx46fu1y7c] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.alert-info[b-dx46fu1y7c] {
    background-color: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    color: rgba(59, 130, 246, 0.95);
    padding: 0.75rem 1rem;
}

.alert-info.alert-sm[b-dx46fu1y7c] {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.alert-info i[b-dx46fu1y7c] {
    color: rgba(59, 130, 246, 0.8);
}

.checkbox-group.checkbox-inline[b-dx46fu1y7c] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.checkbox-group.checkbox-inline .checkbox-label[b-dx46fu1y7c] {
    margin-bottom: 0;
}

.production-items[b-dx46fu1y7c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.production-item[b-dx46fu1y7c] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 0.5rem;
    transition: all 200ms;
}

.production-item.active[b-dx46fu1y7c] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.5);
    color: rgba(59, 130, 246, 0.95);
}

.production-item i[b-dx46fu1y7c] {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .form-actions[b-dx46fu1y7c] {
        flex-direction: column;
    }

    .form-actions button[b-dx46fu1y7c] {
        width: 100%;
    }

    .checkbox-group.checkbox-inline[b-dx46fu1y7c] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Bootstrap grid gap utility */
.row.g-2[b-dx46fu1y7c] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.row.g-2 > *[b-dx46fu1y7c] {
    padding-right: calc(1rem * 0.5);
    padding-left: calc(1rem * 0.5);
    flex: 1 1 calc(50% - 0.5rem);
}

.row.g-2 > .col-12[b-dx46fu1y7c] {
    flex: 1 1 100%;
}

/* Make inputs in grid columns compact */
.row.g-2 .input-group[b-dx46fu1y7c] {
    margin-bottom: 0 !important;
}
/* /Components/Pages/Orders/OrderList.razor.rz.scp.css */
.order-details-list[b-b7j3s964i2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.order-detail-item[b-b7j3s964i2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.order-detail-item i[b-b7j3s964i2] {
    width: 16px;
    text-align: center;
    color: rgba(59, 130, 246, 0.7);
}

.order-products-badges[b-b7j3s964i2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

.order-products-badges .badge[b-b7j3s964i2] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
/* /Components/Pages/Orders/Orders.razor.rz.scp.css */
.orders-container[b-ywni02d33y] {
    position: relative;
    min-height: calc(100vh - 120px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 0.5rem;
    background: transparent;
    animation: fadeInUp-b-ywni02d33y 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-content[b-ywni02d33y] {
    width: 100%;
}

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

.orders-list-view[b-ywni02d33y] {
    width: 100%;
}

.list-header[b-ywni02d33y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.filters-section[b-ywni02d33y] {
    flex: 1;
    max-width: 300px;
}

.filters-section .dropdown-field[b-ywni02d33y] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}

.filters-section .dropdown-field:hover[b-ywni02d33y] {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(59, 130, 246, 0.5);
}

.filters-section .dropdown-field:focus[b-ywni02d33y] {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
    background: rgba(0, 0, 0, 0.4);
    outline: none;
}

/* Details View Styles */
.order-details[b-ywni02d33y] {
    padding: 1.5rem;
}

.details-header[b-ywni02d33y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

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

.details-section[b-ywni02d33y] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.details-section:last-child[b-ywni02d33y] {
    border-bottom: none;
}

.section-title[b-ywni02d33y] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i[b-ywni02d33y] {
    color: rgba(59, 130, 246, 0.8);
}

.detail-item[b-ywni02d33y] {
    margin-bottom: 1rem;
}

.detail-item label[b-ywni02d33y] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

.detail-value[b-ywni02d33y] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.production-items[b-ywni02d33y] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.production-item[b-ywni02d33y] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 200ms;
}

.production-item.active[b-ywni02d33y] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.5);
    color: rgba(59, 130, 246, 0.95);
}

.production-item i[b-ywni02d33y] {
    font-size: 1.25rem;
}

.notes-content[b-ywni02d33y] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    white-space: pre-wrap;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Edit Form Styles */
.order-edit-form[b-ywni02d33y] {
    padding: 1.5rem;
}

.form-section[b-ywni02d33y] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.form-section:last-child[b-ywni02d33y] {
    border-bottom: none;
}

.form-actions[b-ywni02d33y] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .orders-container[b-ywni02d33y] {
        flex-direction: column;
        padding: 1rem;
    }

    .orders-sidebar[b-ywni02d33y] {
        width: 100%;
        min-width: unset;
        max-height: 400px;
    }

    .details-header[b-ywni02d33y] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .details-actions[b-ywni02d33y] {
        width: 100%;
        flex-wrap: wrap;
    }

    .form-actions[b-ywni02d33y] {
        flex-direction: column;
    }

    .form-actions button[b-ywni02d33y] {
        width: 100%;
    }

    .no-order-selected[b-ywni02d33y] {
        padding: 2rem 1rem;
    }
}
/* /Components/Pages/Patient.razor.rz.scp.css */
/* Enhanced Patient Details Page Styles */

.patient-details-container[b-am72ewx1f5] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px;
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    animation: fadeInUp-b-am72ewx1f5 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
}

.patient-details-container:focus[b-am72ewx1f5] {
    outline: none;
}

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

.patient-details-card[b-am72ewx1f5] {
    background: rgba(30, 39, 54, 0.85);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 2px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.15),
                inset 0 0 20px rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.3);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: visible; /* Allow dropdowns to extend beyond card boundaries */
    flex: 1;
}

.patient-details-card[b-am72ewx1f5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color, #3b82f6), var(--accent-hover, #2563eb));
    border-radius: 24px 24px 0 0;
}

.patient-header[b-am72ewx1f5] {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.patient-header[b-am72ewx1f5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.patient-avatar[b-am72ewx1f5] {
    margin-right: 24px;
    position: relative;
    z-index: 1;
}

.patient-avatar i[b-am72ewx1f5] {
    font-size: 5rem;
    background: linear-gradient(135deg, var(--accent-color, #3b82f6), var(--accent-hover, #2563eb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
}

.patient-info[b-am72ewx1f5] {
    position: relative;
    z-index: 1;
    flex: 1;
}

.patient-info h1[b-am72ewx1f5] {
    margin: 0 0 8px 0;
    color: var(--text-color, #e8eaed);
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.patient-age[b-am72ewx1f5] {
    color: var(--text-secondary, #9ca3af);
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
    opacity: 0.9;
}

.patient-actions[b-am72ewx1f5] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.patient-actions .toolbar-btn[b-am72ewx1f5] {
    white-space: nowrap;
}

.patient-details-grid[b-am72ewx1f5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.detail-section[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: visible; /* Allow dropdowns to extend beyond section boundaries */
    animation: slideInFromRight-b-am72ewx1f5 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: both;
    z-index: 1; /* Base z-index for sections */
}

.detail-section:nth-child(1)[b-am72ewx1f5] { animation-delay: 0.1s; }
.detail-section:nth-child(2)[b-am72ewx1f5] { animation-delay: 0.2s; }
.detail-section:nth-child(3)[b-am72ewx1f5] { animation-delay: 0.3s; }
.detail-section:nth-child(4)[b-am72ewx1f5] { animation-delay: 0.4s; }

@keyframes slideInFromRight-b-am72ewx1f5 {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.detail-section[b-am72ewx1f5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    
}

.detail-section:hover[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2),
                0 2px 8px rgba(59, 130, 246, 0.1);
}

.detail-section h3[b-am72ewx1f5] {
    color: var(--text-color, #e8eaed);
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
}

.detail-section h3 i[b-am72ewx1f5] {
    color: var(--accent-color, #3b82f6);
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.detail-section h3[b-am72ewx1f5]::before {
    content: '';
    width: 3px;
    height: 20px;
    background: linear-gradient(180deg, var(--accent-color, #3b82f6), var(--accent-hover, #2563eb));
    border-radius: 2px;
    margin-left: auto;
}

.detail-item[b-am72ewx1f5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 8px;
    gap: 20px;
    transition: all 200ms ease;
    min-height: 40px;
}

.detail-item:last-child[b-am72ewx1f5] {
    margin-bottom: 0;
}

.detail-item:hover[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.detail-item label[b-am72ewx1f5] {
    font-weight: 600;
    color: var(--text-secondary, #9ca3af);
    min-width: 100px;
    font-size: 0.85rem;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    height: 100%;
}

.detail-item span[b-am72ewx1f5] {
    color: var(--text-color, #e8eaed);
    text-align: right;
    word-break: break-word;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;  
    min-height: 20px;
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}

.patient-actions[b-am72ewx1f5] {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 32px 0 0 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn[b-am72ewx1f5] {
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    min-width: 140px;
    position: relative;
    overflow: hidden;
}

.btn[b-am72ewx1f5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.btn:hover[b-am72ewx1f5]::before {
    left: 100%;
}

.btn-primary[b-am72ewx1f5] {
    background: linear-gradient(135deg, var(--accent-color, #3b82f6), var(--accent-hover, #2563eb));
    color: white;
    border: 1px solid var(--accent-color, #3b82f6);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.btn-primary:hover[b-am72ewx1f5] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4),
                0 2px 8px rgba(59, 130, 246, 0.2);
}

.btn-secondary[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-color, #e8eaed);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.loading-state[b-am72ewx1f5], .error-state[b-am72ewx1f5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    color: var(--text-secondary, #9ca3af);
    min-height: 400px;
}

.loading-state i[b-am72ewx1f5], .error-state i[b-am72ewx1f5] {
    font-size: 4rem;
    margin-bottom: 24px;
    display: block;
}

.loading-state i[b-am72ewx1f5] {
    background: linear-gradient(45deg, var(--accent-color, #3b82f6), var(--accent-hover, #2563eb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: spin-b-am72ewx1f5 1.5s linear infinite, pulse-b-am72ewx1f5 2s ease-in-out infinite alternate;
}

.error-state i[b-am72ewx1f5] {
    color: #ef4444;
    animation: pulse-b-am72ewx1f5 2s ease-in-out infinite alternate;
}

.loading-state p[b-am72ewx1f5], .error-state p[b-am72ewx1f5] {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--text-color, #e8eaed);
    font-weight: 500;
}

@keyframes spin-b-am72ewx1f5 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse-b-am72ewx1f5 {
    0% { opacity: 0.7; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.05); }
}

/* Enhanced responsive design */
@media (max-width: 1024px) {
    .patient-details-grid[b-am72ewx1f5] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .patient-details-container[b-am72ewx1f5] {
        padding: 20px 16px;
    }
    
    .patient-details-card[b-am72ewx1f5] {
        padding: 24px;
        border-radius: 20px;
    }
    
    .patient-header[b-am72ewx1f5] {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 24px;
    }
    
    .patient-avatar[b-am72ewx1f5] {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .patient-avatar i[b-am72ewx1f5] {
        font-size: 4rem;
    }
    
    .patient-info h1[b-am72ewx1f5] {
        font-size: 2rem;
        text-align: center;
    }
    
    .patient-details-grid[b-am72ewx1f5] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .detail-section[b-am72ewx1f5] {
        padding: 20px;
    }
    
    .detail-item[b-am72ewx1f5] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 12px;
        min-height: auto;
    }
    
    .detail-item label[b-am72ewx1f5] {
        min-width: auto;
        font-size: 0.8rem;
        justify-content: flex-start;
        height: auto;
    }
    
    .detail-item span[b-am72ewx1f5] {
        text-align: left;
        font-size: 0.95rem;
        justify-content: flex-start;
        min-height: auto;
    }
    
    .detail-item.editing[b-am72ewx1f5] {
        min-height: auto;
    }
    
    .edit-input[b-am72ewx1f5],
    .detail-item select[b-am72ewx1f5] {
        width: 100%;
        max-width: none;
        min-width: 100%;
    }
    
    .detail-item span[b-am72ewx1f5] {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
    }
    
    .patient-actions[b-am72ewx1f5] {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn[b-am72ewx1f5] {
        width: 100%;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .patient-details-container[b-am72ewx1f5] {
        padding: 16px 12px;
    }
    
    .patient-details-card[b-am72ewx1f5] {
        padding: 20px;
    }
    
    .patient-header[b-am72ewx1f5] {
        padding: 20px;
    }
    
    .patient-info h1[b-am72ewx1f5] {
        font-size: 1.8rem;
    }
    
    .detail-section[b-am72ewx1f5] {
        padding: 16px;
    }
    
    .detail-section h3[b-am72ewx1f5] {
        font-size: 1.2rem;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *[b-am72ewx1f5],
    *[b-am72ewx1f5]::before,
    *[b-am72ewx1f5]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        animation-delay: 0s !important;
    }
    
    .patient-details-container[b-am72ewx1f5],
    .detail-section[b-am72ewx1f5] {
        animation: none !important;
    }
}

/* Focus states for keyboard navigation */
.btn:focus[b-am72ewx1f5] {
    outline: 2px solid var(--accent-color, #3b82f6);
    outline-offset: 2px;
}

.detail-item:focus-within[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.3);
}

/* Inline Editing Styles */
.edit-input[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--text-color, #e8eaed);
    font-size: 1rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 200ms ease;
    width: calc(100% - 180px);
    max-width: 300px;
    min-width: 150px;
    height: 40px;
    box-sizing: border-box;
}

.edit-input:focus[b-am72ewx1f5] {
    outline: none;
    border-color: var(--accent-color, #3b82f6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.edit-input:hover[b-am72ewx1f5] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.edit-input[b-am72ewx1f5]::placeholder {
    color: var(--text-secondary, #9ca3af);
    opacity: 0.7;
}

/* Select element styling to match inputs */
.detail-item select[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--text-color, #e8eaed);
    font-size: 1rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 200ms ease;
    width: calc(100% - 180px);
    max-width: 300px;
    min-width: 150px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.detail-item select:focus[b-am72ewx1f5] {
    outline: none;
    border-color: var(--accent-color, #3b82f6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.detail-item select:hover[b-am72ewx1f5] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.detail-item select option[b-am72ewx1f5] {
    background: rgba(30, 39, 54, 0.95);
    color: var(--text-color, #e8eaed);
    padding: 8px;
}

.no-data[b-am72ewx1f5] {
    color: var(--text-secondary, #9ca3af);
    font-style: italic;
    opacity: 0.8;
}

.btn-success[b-am72ewx1f5] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: 1px solid #10b981;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.btn-success:hover:not(:disabled)[b-am72ewx1f5] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4),
                0 2px 8px rgba(16, 185, 129, 0.2);
}

.btn-success:disabled[b-am72ewx1f5] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.save-message[b-am72ewx1f5] {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    animation: slideDown-b-am72ewx1f5 0.3s ease-out;
}

.save-message.success[b-am72ewx1f5] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.save-message.error[b-am72ewx1f5] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

@keyframes slideDown-b-am72ewx1f5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.keyboard-hints[b-am72ewx1f5] {
    margin-top: 16px;
    text-align: center;
    color: var(--text-secondary, #9ca3af);
    opacity: 0.8;
    font-style: italic;
}

.keyboard-hints i[b-am72ewx1f5] {
    margin-right: 6px;
    font-size: 0.9rem;
}

/* Editing state styles */
.detail-section.editing[b-am72ewx1f5] {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2);
}

.detail-item.editing[b-am72ewx1f5] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.15);
    align-items: center;
    min-height: 52px;
}

.detail-item.editing label[b-am72ewx1f5] {
    align-self: center;
}

.detail-item.editing .edit-input[b-am72ewx1f5],
.detail-item.editing select[b-am72ewx1f5] {
    margin: 0;
    align-self: center;
}

.detail-item:not(.editing) span[b-am72ewx1f5] {
    padding: 5px 0;
}

/* Print styles */
@media print {
    .patient-details-card[b-am72ewx1f5] {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
    
    .patient-actions[b-am72ewx1f5] {
        display: none !important;
    }
    
    .detail-section[b-am72ewx1f5] {
        background: transparent !important;
        border: 1px solid #ddd !important;
        break-inside: avoid;
    }
    
    .edit-input[b-am72ewx1f5] {
        display: none !important;
    }
    
    .save-message[b-am72ewx1f5] {
        display: none !important;
    }
}

/* Admin-only field styles */
.detail-item.admin-only[b-am72ewx1f5] {
    border-left: 3px solid var(--accent-color, #3b82f6);
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
}

.detail-item.admin-only label[b-am72ewx1f5] {
    color: var(--accent-color, #3b82f6);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.8rem;
}

.detail-item.admin-only label[b-am72ewx1f5]::before {
    content: '👤';
    margin-right: 6px;
}

.admin-info[b-am72ewx1f5] {
    background: rgba(59, 130, 246, 0.1);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    font-weight: 600;
    color: var(--accent-color, #3b82f6) !important;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
    font-size: 0.95rem;
}

/* Dropdown field styling */
.dropdown-container[b-am72ewx1f5] {
    /* Ensure dropdown container has proper stacking context */
    position: relative;
    z-index: 50000;
}

.dropdown-trigger-field[b-am72ewx1f5] {
    width: 100%;
    min-width: 200px;
    text-align: left;
    justify-content: space-between;
    background: rgba(20, 26, 36, 0.6) !important;
    color: var(--text-color) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 1rem !important;
}

.dropdown-trigger-field:hover[b-am72ewx1f5] {
    border-color: rgba(59, 130, 246, 0.4) !important;
    background: rgba(20, 26, 36, 0.7) !important;
}

.dropdown-trigger-field:focus[b-am72ewx1f5] {
    border-color: var(--accent-color, #3b82f6) !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
    background: rgba(20, 26, 36, 0.8) !important;
}

.dropdown-field-menu[b-am72ewx1f5] {
    min-width: 200px;
    margin-top: 4px;
}

/* No patient actions styling */
.no-patient-actions[b-am72ewx1f5] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .no-patient-actions[b-am72ewx1f5] {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
}
/* Ensure dropdowns are visible in all patient details cards (both outer and inner) */
.patient-details-container[b-am72ewx1f5]  .reusable-card,
.patient-details-container[b-am72ewx1f5]  .card-content {
    overflow: visible !important;
}

/* Ensure cards stack correctly so dropdowns from upper cards appear over lower cards */
.patient-details-grid[b-am72ewx1f5] >  .reusable-card {
    position: relative;
}

.patient-details-grid[b-am72ewx1f5] >  .reusable-card:nth-child(1) {
    z-index: 30;
}

.patient-details-grid[b-am72ewx1f5] >  .reusable-card:nth-child(2) {
    z-index: 20;
}

.patient-details-grid[b-am72ewx1f5] >  .reusable-card:nth-child(3) {
    z-index: 10;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Profile page custom styling to match app design */

.profile-container[b-nv7hf3fmpt] {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto;
    margin-top: 1rem;
}

.profile-header[b-nv7hf3fmpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.profile-actions-inline[b-nv7hf3fmpt] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.profile-info h3[b-nv7hf3fmpt],
.profile-actions h3[b-nv7hf3fmpt] {
    color: var(--text-primary, #e8eaed);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.profile-info h3 i[b-nv7hf3fmpt],
.profile-actions h3 i[b-nv7hf3fmpt] {
    color: rgba(59, 130, 246, 0.8);
}

.profile-section[b-nv7hf3fmpt] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-section:last-child[b-nv7hf3fmpt] {
    border-bottom: none;
    margin-bottom: 0;
}

.profile-section h4[b-nv7hf3fmpt] {
    color: rgba(59, 130, 246, 0.9);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
}

/* Inline input styling */
.inline-input[b-nv7hf3fmpt] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: var(--text-primary, #e8eaed);
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

.inline-input:focus[b-nv7hf3fmpt] {
    outline: none;
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.inline-input:hover:not(:focus)[b-nv7hf3fmpt] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.inline-input[b-nv7hf3fmpt]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Alert styling for inline messages */
.alert[b-nv7hf3fmpt] {
    padding: 0.875rem 1.125rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
}

.alert-success[b-nv7hf3fmpt] {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
    color: #86efac;
}

.alert-danger[b-nv7hf3fmpt] {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.info-row[b-nv7hf3fmpt] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-row:last-child[b-nv7hf3fmpt] {
    border-bottom: none;
}

.info-row label[b-nv7hf3fmpt] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.info-row span[b-nv7hf3fmpt] {
    color: var(--text-primary, #e8eaed);
    font-weight: 500;
}

.profile-actions[b-nv7hf3fmpt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Custom Button Styling */
.styled-button[b-nv7hf3fmpt] {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    align-self: flex-start;
    min-width: 140px;
}

/* Primary button style */
.styled-button.primary[b-nv7hf3fmpt] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(37, 99, 235, 0.9) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button.primary:hover[b-nv7hf3fmpt] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 1) 0%, rgba(37, 99, 235, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3);
}

.styled-button.primary:active[b-nv7hf3fmpt] {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button.primary:focus[b-nv7hf3fmpt] {
    outline: none;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2),
                0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Success button style */
.styled-button.success[b-nv7hf3fmpt] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.9) 0%, rgba(22, 163, 74, 0.9) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button.success:hover[b-nv7hf3fmpt] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 1) 0%, rgba(22, 163, 74, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3);
}

.styled-button.success:active[b-nv7hf3fmpt] {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button.success:focus[b-nv7hf3fmpt] {
    outline: none;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2),
                0 0 0 3px rgba(34, 197, 94, 0.2);
}

/* Secondary button style */
.styled-button.secondary[b-nv7hf3fmpt] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary, #e8eaed);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.styled-button.secondary:hover[b-nv7hf3fmpt] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2),
                0 4px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.styled-button.secondary:active[b-nv7hf3fmpt] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.styled-button.secondary:focus[b-nv7hf3fmpt] {
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.2);
}

/* Icon styling within buttons */
.styled-button i[b-nv7hf3fmpt] {
    font-size: 14px;
}

/* Text center styling for not authorized section */
.text-center[b-nv7hf3fmpt] {
    text-align: center;
    padding: 2rem;
}

.text-center p[b-nv7hf3fmpt] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-container[b-nv7hf3fmpt] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .profile-header[b-nv7hf3fmpt] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .profile-actions-inline[b-nv7hf3fmpt] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .styled-button[b-nv7hf3fmpt] {
        padding: 0.75rem 1.25rem;
        font-size: 14px;
    }
    
    .profile-actions[b-nv7hf3fmpt] {
        gap: 0.75rem;
    }
    
    .info-row[b-nv7hf3fmpt] {
        padding: 0.5rem 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .info-row label[b-nv7hf3fmpt],
    .info-row span[b-nv7hf3fmpt] {
        font-size: 13px;
    }

    .inline-input[b-nv7hf3fmpt] {
        max-width: 100%;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

@media (max-width: 480px) {
    .styled-button[b-nv7hf3fmpt] {
        width: 100%;
        justify-content: center;
    }

    .profile-actions-inline[b-nv7hf3fmpt] {
        flex-direction: column;
        width: 100%;
    }
    
    .profile-actions[b-nv7hf3fmpt] {
        align-items: stretch;
    }
    
    .text-center[b-nv7hf3fmpt] {
        padding: 1.5rem;
    }
}

/* Animation for button interactions */
@keyframes buttonPress-b-nv7hf3fmpt {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-1px);
    }
}

.styled-button:active[b-nv7hf3fmpt] {
    animation: buttonPress-b-nv7hf3fmpt 0.15s ease-out;
}

/* Dialog Styling */
.dialog-overlay[b-nv7hf3fmpt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-nv7hf3fmpt 0.3s ease-out;
}

.dialog-content[b-nv7hf3fmpt] {
    background: rgba(30, 39, 54, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.5),
                0 8px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    max-width: 600px;
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideIn-b-nv7hf3fmpt 0.3s ease-out;
}

.dialog-header[b-nv7hf3fmpt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(59, 130, 246, 0.05);
}

.dialog-header h3[b-nv7hf3fmpt] {
    color: var(--text-primary, #e8eaed);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dialog-header h3 i[b-nv7hf3fmpt] {
    color: rgba(59, 130, 246, 0.8);
    font-size: 18px;
}

.close-button[b-nv7hf3fmpt] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: var(--text-primary, #e8eaed);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.close-button:hover[b-nv7hf3fmpt] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.close-button:active[b-nv7hf3fmpt] {
    transform: scale(0.95);
}

.dialog-body[b-nv7hf3fmpt] {
    padding: 2rem;
}

.dialog-footer[b-nv7hf3fmpt] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
}

/* Dialog Input Styling */
.dialog-body .input-group[b-nv7hf3fmpt] {
    margin-bottom: 1.5rem;
}

.dialog-body .input-label[b-nv7hf3fmpt] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary, #e8eaed);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.dialog-body .styled-input[b-nv7hf3fmpt] {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary, #e8eaed);
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
}

/* Field sections for better organization */
.dialog-body .field-section[b-nv7hf3fmpt] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dialog-body .field-section:last-child[b-nv7hf3fmpt] {
    border-bottom: none;
    margin-bottom: 0;
}

.dialog-body .field-section h4[b-nv7hf3fmpt] {
    color: rgba(59, 130, 246, 0.9);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dialog-body .field-section h4 i[b-nv7hf3fmpt] {
    font-size: 14px;
}

/* Two-column layout for related fields */
.dialog-body .field-row[b-nv7hf3fmpt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 640px) {
    .dialog-body .field-row[b-nv7hf3fmpt] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.dialog-body .styled-input:focus[b-nv7hf3fmpt] {
    outline: none;
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.dialog-body .styled-input:hover:not(:focus)[b-nv7hf3fmpt] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

/* Dialog Alert Styling */
.dialog-body .alert[b-nv7hf3fmpt] {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 500;
}

.dialog-body .alert-danger[b-nv7hf3fmpt] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.dialog-body .alert-success[b-nv7hf3fmpt] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

/* Loading spinner for dialog */
.loading-spinner[b-nv7hf3fmpt] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-nv7hf3fmpt 1s linear infinite;
}

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

/* Dialog Animations */
@keyframes fadeIn-b-nv7hf3fmpt {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideIn-b-nv7hf3fmpt {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive Dialog */
@media (max-width: 768px) {
    .dialog-content[b-nv7hf3fmpt] {
        width: 95vw;
        max-height: 95vh;
        border-radius: 16px;
    }
    
    .dialog-header[b-nv7hf3fmpt] {
        padding: 1.25rem 1.5rem;
    }
    
    .dialog-header h3[b-nv7hf3fmpt] {
        font-size: 18px;
    }
    
    .dialog-body[b-nv7hf3fmpt] {
        padding: 1.5rem;
    }
    
    .dialog-footer[b-nv7hf3fmpt] {
        padding: 1.25rem 1.5rem;
        flex-direction: column-reverse;
    }
    
    .dialog-footer .styled-button[b-nv7hf3fmpt] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .dialog-body .styled-input[b-nv7hf3fmpt] {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* Register page custom styling to match app design */

.container[b-jdj1kwu8uy] {
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.card[b-jdj1kwu8uy] {
    background: rgba(30, 39, 54, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 2px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    max-width: 420px;
    width: 100%;
}

.card-header[b-jdj1kwu8uy] {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.card-title[b-jdj1kwu8uy] {
    color: var(--text-primary, #e8eaed);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    letter-spacing: -0.03em;
}

.card-body[b-jdj1kwu8uy] {
    padding: 0;
}

/* Custom Input Styling */
.input-group[b-jdj1kwu8uy] {
    margin-bottom: 1.5rem;
}

.input-label[b-jdj1kwu8uy] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary, #e8eaed);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.styled-input[b-jdj1kwu8uy],
[b-jdj1kwu8uy] .styled-input,
[b-jdj1kwu8uy] input.styled-input {
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--text-primary, #e8eaed) !important;
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-sizing: border-box !important;
}

.styled-input[b-jdj1kwu8uy]::placeholder,
[b-jdj1kwu8uy] .styled-input::placeholder,
[b-jdj1kwu8uy] input.styled-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.styled-input:focus[b-jdj1kwu8uy],
[b-jdj1kwu8uy] .styled-input:focus,
[b-jdj1kwu8uy] input.styled-input:focus {
    outline: none !important;
    border-color: rgba(59, 130, 246, 0.6) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.styled-input:hover:not(:focus)[b-jdj1kwu8uy],
[b-jdj1kwu8uy] .styled-input:hover:not(:focus),
[b-jdj1kwu8uy] input.styled-input:hover:not(:focus) {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Validation error styling */
.styled-input.invalid[b-jdj1kwu8uy],
[b-jdj1kwu8uy] .styled-input.invalid,
[b-jdj1kwu8uy] input.styled-input.invalid {
    border-color: rgba(239, 68, 68, 0.6) !important;
    background: rgba(239, 68, 68, 0.05) !important;
}

.styled-input.invalid:focus[b-jdj1kwu8uy],
[b-jdj1kwu8uy] .styled-input.invalid:focus,
[b-jdj1kwu8uy] input.styled-input.invalid:focus {
    border-color: rgba(239, 68, 68, 0.8) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Validation message styling */
.validation-message[b-jdj1kwu8uy] {
    display: block;
    margin-top: 0.5rem;
    color: #fca5a5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* Custom Button Styling */
.styled-button[b-jdj1kwu8uy] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(37, 99, 235, 0.9) 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.styled-button:hover:not(:disabled)[b-jdj1kwu8uy] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 1) 0%, rgba(37, 99, 235, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3);
}

.styled-button:active:not(:disabled)[b-jdj1kwu8uy] {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
}

.styled-button:focus[b-jdj1kwu8uy] {
    outline: none;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2),
                0 0 0 3px rgba(59, 130, 246, 0.2);
}

.styled-button:disabled[b-jdj1kwu8uy] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Loading spinner styling */
.loading-spinner[b-jdj1kwu8uy] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-jdj1kwu8uy 1s linear infinite;
}

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

/* Alert Styling */
.alert[b-jdj1kwu8uy] {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 500;
}

.alert-danger[b-jdj1kwu8uy] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.alert-success[b-jdj1kwu8uy] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

/* Validation Summary Styling */
.validation-errors[b-jdj1kwu8uy] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.validation-errors ul[b-jdj1kwu8uy] {
    margin: 0;
    padding-left: 1.25rem;
    color: #fca5a5;
    font-size: 14px;
}

.validation-errors li[b-jdj1kwu8uy] {
    margin-bottom: 0.25rem;
}

/* Login Link Styling */
.text-center[b-jdj1kwu8uy] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-center p[b-jdj1kwu8uy] {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 14px;
}

.text-center a[b-jdj1kwu8uy] {
    color: rgba(59, 130, 246, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.text-center a:hover[b-jdj1kwu8uy] {
    color: rgba(59, 130, 246, 1);
    text-decoration: underline;
}

/* Form validation styling */
.mud-input-slot.mud-input-root.mud-input-has-error .mud-input-slot[b-jdj1kwu8uy] {
    border-color: rgba(239, 68, 68, 0.6) !important;
}

/* Responsive Design */
@media (max-width: 576px) {
    .container[b-jdj1kwu8uy] {
        padding: 1rem;
    }
    
    .card[b-jdj1kwu8uy] {
        padding: 2rem;
        border-radius: 16px;
    }
    
    .card-title[b-jdj1kwu8uy] {
        font-size: 24px;
    }
    
    .styled-input[b-jdj1kwu8uy] {
        padding: 0.875rem 1rem;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .styled-button[b-jdj1kwu8uy] {
        padding: 0.875rem 1.5rem;
    }
}

/* Animation for form submission */
@keyframes pulse-b-jdj1kwu8uy {
    0% {
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
    }
    50% {
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.5);
    }
    100% {
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
    }
}

.styled-button:disabled[b-jdj1kwu8uy] {
    animation: pulse-b-jdj1kwu8uy 2s infinite;
}

/* Additional Blazor InputText overrides */
[b-jdj1kwu8uy] .input-group .blazor-input-text,
[b-jdj1kwu8uy] .input-group input[type="text"],
[b-jdj1kwu8uy] .input-group input[type="email"],
[b-jdj1kwu8uy] .input-group input[type="password"] {
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--text-primary, #e8eaed) !important;
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-sizing: border-box !important;
}

[b-jdj1kwu8uy] .input-group .blazor-input-text:focus,
[b-jdj1kwu8uy] .input-group input[type="text"]:focus,
[b-jdj1kwu8uy] .input-group input[type="email"]:focus,
[b-jdj1kwu8uy] .input-group input[type="password"]:focus {
    outline: none !important;
    border-color: rgba(59, 130, 246, 0.6) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

/* Remove Bootstrap form-control styling */
[b-jdj1kwu8uy] .form-control {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ensure validation states work with custom styling */
[b-jdj1kwu8uy] .input-group .invalid {
    border-color: rgba(239, 68, 68, 0.6) !important;
    background: rgba(239, 68, 68, 0.05) !important;
}

[b-jdj1kwu8uy] .input-group .invalid:focus {
    border-color: rgba(239, 68, 68, 0.8) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.2) !important;
}
/* /Components/Pages/Search.razor.rz.scp.css */
.search-page-container[b-oggeq95yk8] {
    display: flex;
    flex-direction: column;
}

.search-sticky-container[b-oggeq95yk8] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--background-primary, rgba(30, 39, 54, 0.95));
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
    padding-bottom: 0rem;
    flex-shrink: 0;
}

.results-sticky-container[b-oggeq95yk8] {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--background-primary, rgba(30, 39, 54, 0.95));
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.search-card[b-oggeq95yk8] {
    margin-bottom: 0 !important;
}

.search-container[b-oggeq95yk8] {
    margin-bottom: 0;
}

.results-scroll-container[b-oggeq95yk8] {
    max-height: 60vh; /* Use viewport height units for better responsiveness */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
}

.results-scroll-container[b-oggeq95yk8]::-webkit-scrollbar {
    width: 8px;
}

.results-scroll-container[b-oggeq95yk8]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.results-scroll-container[b-oggeq95yk8]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.results-scroll-container[b-oggeq95yk8]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.search-actions[b-oggeq95yk8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.search-actions .search-button.primary[b-oggeq95yk8] {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(var(--accent-color-rgb), 0.3);
}

.search-actions .search-button.primary:hover[b-oggeq95yk8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--accent-color-rgb), 0.4);
}

.or-divider[b-oggeq95yk8] {
    color: var(--text-secondary);
    font-style: italic;
    font-size: 0.9rem;
}

.search-box[b-oggeq95yk8] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.search-input[b-oggeq95yk8] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    font-size: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.search-input:focus[b-oggeq95yk8] {
    outline: none;
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(var(--accent-color-rgb), 0.1);
}

.search-input[b-oggeq95yk8]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-button[b-oggeq95yk8] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: var(--accent-color);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-button:hover[b-oggeq95yk8] {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.search-filters[b-oggeq95yk8] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-section[b-oggeq95yk8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-section h4[b-oggeq95yk8] {
    margin: 0;
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 600;
}

.filter-option[b-oggeq95yk8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--text-secondary);
}

.filter-option input[type="checkbox"][b-oggeq95yk8],
.filter-option input[type="radio"][b-oggeq95yk8] {
    accent-color: var(--accent-color);
}

.results-count[b-oggeq95yk8] {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    font-style: italic;
}

.results-list[b-oggeq95yk8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.result-item[b-oggeq95yk8] {
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.result-item:hover[b-oggeq95yk8] {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.result-item:active[b-oggeq95yk8] {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.12);
}

.result-title[b-oggeq95yk8] {
    margin: 0 0 0.5rem 0;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
}

.result-description[b-oggeq95yk8] {
    margin: 0 0 0.75rem 0;
    color: var(--text-secondary);
    line-height: 1.5;
}

.result-meta[b-oggeq95yk8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-type[b-oggeq95yk8] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    background: rgba(var(--accent-color-rgb), 0.2);
    color: var(--accent-color);
    font-size: 0.85rem;
    font-weight: 500;
}

/* Patient-specific styles */
.patient-item[b-oggeq95yk8] {
    border-left: 4px solid var(--accent-color);
}

.patient-details[b-oggeq95yk8] {
    margin: 0.75rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}

.patient-details p[b-oggeq95yk8] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.4;
}

.patient-details strong[b-oggeq95yk8] {
    color: var(--text-color);
    font-weight: 600;
}

.no-results[b-oggeq95yk8] {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary);
}

.no-results i[b-oggeq95yk8] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-results p[b-oggeq95yk8] {
    margin: 0.5rem 0;
}

.loading-state[b-oggeq95yk8] {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary);
}

.loading-state i[b-oggeq95yk8] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.loading-state p[b-oggeq95yk8] {
    margin: 0;
    font-style: italic;
}

.suggestion[b-oggeq95yk8] {
    font-style: italic;
    opacity: 0.8;
}

.success-message[b-oggeq95yk8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    color: #22c55e;
    font-weight: 500;
}

.success-message i[b-oggeq95yk8] {
    font-size: 1.1rem;
}

.current-patient[b-oggeq95yk8] {
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    color: #3b82f6;
    font-weight: 500;
}

.patient-email[b-oggeq95yk8] {
    color: var(--text-secondary);
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 768px) {
    .search-box[b-oggeq95yk8] {
        flex-direction: column;
    }
    
    .search-filters[b-oggeq95yk8] {
        flex-direction: column;
    }
    
    .result-meta[b-oggeq95yk8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .results-scroll-container[b-oggeq95yk8] {
        max-height: 50vh; /* Smaller height on mobile */
        padding-right: 0.25rem;
    }
    
    .results-sticky-container[b-oggeq95yk8] {
        top: calc(120px + 0.5rem); /* Adjust for mobile search card height */
    }
    
    .search-sticky-container[b-oggeq95yk8] {
        padding-bottom: 0.5rem;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-31ar8fpqes] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.settings-section[b-31ar8fpqes] {
    padding: 1.5rem;
}

.settings-section h2[b-31ar8fpqes] {
    margin: 0 0 1.5rem 0;
    color: var(--text-color);
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.settings-section h2 i[b-31ar8fpqes] {
    color: var(--accent-color);
    font-size: 1.1rem;
}

.setting-item[b-31ar8fpqes] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.setting-item:last-child[b-31ar8fpqes] {
    border-bottom: none;
}

.setting-info[b-31ar8fpqes] {
    flex: 1;
    margin-right: 1rem;
}

.setting-info h3[b-31ar8fpqes] {
    margin: 0 0 0.25rem 0;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 500;
}

.setting-info p[b-31ar8fpqes] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.4;
}

.setting-control[b-31ar8fpqes] {
    flex-shrink: 0;
}

.setting-select[b-31ar8fpqes] {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    font-size: 0.9rem;
    min-width: 140px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.setting-select:focus[b-31ar8fpqes] {
    outline: none;
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.15);
}

.setting-select option[b-31ar8fpqes] {
    background: var(--background-color);
    color: var(--text-color);
}

/* Toggle Switch */
.toggle-switch[b-31ar8fpqes] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

.toggle-switch input[b-31ar8fpqes] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-31ar8fpqes] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slider[b-31ar8fpqes]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider[b-31ar8fpqes] {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

input:checked + .slider[b-31ar8fpqes]:before {
    transform: translateX(26px);
}

input:focus + .slider[b-31ar8fpqes] {
    box-shadow: 0 0 0 3px rgba(var(--accent-color-rgb), 0.2);
}

/* Color Options */
.color-options[b-31ar8fpqes] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.color-option[b-31ar8fpqes] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.color-option:hover[b-31ar8fpqes] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.color-option.selected[b-31ar8fpqes] {
    border-color: white;
    box-shadow: 0 0 0 2px var(--background-color), 0 0 0 4px white;
}

.color-option.selected[b-31ar8fpqes]::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Settings Actions */
.settings-actions[b-31ar8fpqes] {
    padding: 1.5rem;
    text-align: center;
}

.action-buttons[b-31ar8fpqes] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.btn-primary[b-31ar8fpqes], .btn-secondary[b-31ar8fpqes] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-31ar8fpqes] {
    background: var(--accent-color);
    color: white;
}

.btn-primary:hover[b-31ar8fpqes] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--accent-color-rgb), 0.3);
}

.btn-secondary[b-31ar8fpqes] {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover[b-31ar8fpqes] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.save-message[b-31ar8fpqes] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #28CD41;
    font-weight: 500;
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(40, 205, 65, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(40, 205, 65, 0.2);
}

.save-message i[b-31ar8fpqes] {
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .settings-container[b-31ar8fpqes] {
        gap: 1rem;
        margin: 0;
    }
    
    .settings-section[b-31ar8fpqes] {
        padding: 1rem;
    }
    
    .setting-item[b-31ar8fpqes] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1rem 0;
    }
    
    .setting-info[b-31ar8fpqes] {
        margin-right: 0;
    }
    
    .setting-control[b-31ar8fpqes] {
        align-self: stretch;
    }
    
    .setting-select[b-31ar8fpqes] {
        width: 100%;
        min-width: auto;
    }
    
    .action-buttons[b-31ar8fpqes] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-primary[b-31ar8fpqes], .btn-secondary[b-31ar8fpqes] {
        justify-content: center;
    }
    
    .color-options[b-31ar8fpqes] {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .settings-section h2[b-31ar8fpqes] {
        font-size: 1.2rem;
    }
    
    .setting-info h3[b-31ar8fpqes] {
        font-size: 0.95rem;
    }
    
    .setting-info p[b-31ar8fpqes] {
        font-size: 0.85rem;
    }
    
    .color-option[b-31ar8fpqes] {
        width: 28px;
        height: 28px;
    }
}
/* /Components/UI/AlignTreatmentList.razor.rz.scp.css */
.treatment-list-container[b-pb322v3c5l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-filter-container[b-pb322v3c5l] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.status-filter-container:hover[b-pb322v3c5l] {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.status-filter-label[b-pb322v3c5l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #e8eaed;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-filter-label i[b-pb322v3c5l] {
    color: #3b82f6;
}

.status-filter-buttons[b-pb322v3c5l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.status-filter-buttons .btn[b-pb322v3c5l] {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
    min-width: auto;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #e8eaed;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.status-filter-buttons .btn:hover[b-pb322v3c5l] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.status-filter-buttons .btn.btn-primary[b-pb322v3c5l] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: 1px solid #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.status-filter-buttons .btn.btn-primary:hover[b-pb322v3c5l] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3);
}

.treatment-details[b-pb322v3c5l] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: 0.875rem;
    flex-wrap: wrap;
    align-items: center;
}

.treatment-detail-item[b-pb322v3c5l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.treatment-detail-item i[b-pb322v3c5l] {
    width: 16px;
    text-align: center;
    color: #3b82f6;
}

.treatment-status[b-pb322v3c5l] {
    font-weight: 600;
    text-transform: capitalize;
}

.treatment-status.status-new[b-pb322v3c5l] {
    color: #3b82f6;
}

.treatment-status.status-approved[b-pb322v3c5l] {
    color: #10b981;
}

.treatment-status.status-production[b-pb322v3c5l] {
    color: #f59e0b;
}

.treatment-status.status-shipped[b-pb322v3c5l] {
    color: #06b6d4;
}

.treatment-status.status-closed[b-pb322v3c5l] {
    color: #6b7280;
}
/* /Components/UI/ImageUploadCard.razor.rz.scp.css */
/* Image Dropzone */
.image-dropzone[b-h5sep7pbrt] {
    width: 100%;
    height: 180px;
    border: 2px dashed rgba(74, 144, 226, 0.4);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.image-dropzone:hover[b-h5sep7pbrt] {
    border-color: rgba(74, 144, 226, 0.7);
    background: rgba(74, 144, 226, 0.1);
    transform: translateY(-2px);
}

.image-dropzone.dragging[b-h5sep7pbrt] {
    border-color: rgba(74, 144, 226, 1);
    background: rgba(74, 144, 226, 0.15);
    transform: scale(1.02);
}

.file-input-hidden[b-h5sep7pbrt] {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Hide any file input elements */
.image-dropzone input[type="file"][b-h5sep7pbrt] {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

.dropzone-content[b-h5sep7pbrt] {
    text-align: center;
    width: 100%;
    padding: 20px;
}

.dropzone-icon[b-h5sep7pbrt] {
    color: rgba(74, 144, 226, 0.8);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.image-dropzone:hover .dropzone-icon[b-h5sep7pbrt] {
    color: rgba(74, 144, 226, 1);
    transform: scale(1.1);
}

.image-dropzone.dragging .dropzone-icon[b-h5sep7pbrt] {
    color: rgba(74, 144, 226, 1);
    animation: pulse-b-h5sep7pbrt 1s infinite;
}

.dropzone-text[b-h5sep7pbrt] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(255, 255, 255, 0.9);
}

.dropzone-text strong[b-h5sep7pbrt] {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.dropzone-text span[b-h5sep7pbrt] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/* Image Preview */
.image-preview-container[b-h5sep7pbrt] {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-h5sep7pbrt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-preview-container:hover .preview-image[b-h5sep7pbrt] {
    transform: scale(1.05);
}

.image-overlay[b-h5sep7pbrt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.image-preview-container:hover .image-overlay[b-h5sep7pbrt] {
    opacity: 1;
}

.btn-overlay[b-h5sep7pbrt] {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
}

.btn-overlay:hover[b-h5sep7pbrt] {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}

.btn-delete[b-h5sep7pbrt] {
    color: #e74c3c;
}

.btn-delete:hover[b-h5sep7pbrt] {
    color: #c0392b;
}

.loading-preview[b-h5sep7pbrt],
.preview-placeholder[b-h5sep7pbrt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
}

.loading-preview i[b-h5sep7pbrt] {
    color: rgba(74, 144, 226, 0.8);
}

.loading-preview span[b-h5sep7pbrt] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.preview-placeholder i[b-h5sep7pbrt] {
    color: rgba(255, 255, 255, 0.4);
}

/* Animations */
@keyframes pulse-b-h5sep7pbrt {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .image-dropzone[b-h5sep7pbrt],
    .image-preview-container[b-h5sep7pbrt] {
        height: 150px;
    }

    .dropzone-icon i[b-h5sep7pbrt] {
        font-size: 1.5rem;
    }

    .dropzone-text strong[b-h5sep7pbrt] {
        font-size: 13px;
    }

    .dropzone-text span[b-h5sep7pbrt] {
        font-size: 11px;
    }
}
/* /Components/UI/ImageViewerModal.razor.rz.scp.css */
.image-viewer-content[b-8q99w700vu] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    max-height: 80vh;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 1rem;
}

.viewer-image[b-8q99w700vu] {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.no-image[b-8q99w700vu] {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 3rem;
}

.no-image i[b-8q99w700vu] {
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-image p[b-8q99w700vu] {
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .image-viewer-content[b-8q99w700vu] {
        min-height: 300px;
        max-height: 70vh;
    }
    
    .viewer-image[b-8q99w700vu] {
        max-height: 70vh;
    }
}
/* /Components/UI/ToothChart.razor.rz.scp.css */
.tooth-chart[b-edgb8afu5p] {
    padding: 1rem 0;
}

.arch-section[b-edgb8afu5p] {
    margin-bottom: 1.5rem;
}

.arch-title[b-edgb8afu5p] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.teeth-grid[b-edgb8afu5p] {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 0.5rem;
}

.tooth-item[b-edgb8afu5p] {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.5rem 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.tooth-item:hover[b-edgb8afu5p] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(124, 58, 237, 0.3);
    transform: translateY(-2px);
}

.tooth-item.selected[b-edgb8afu5p] {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.tooth-item.selected:hover[b-edgb8afu5p] {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.8);
}

.tooth-icon[b-edgb8afu5p] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.tooth-item:hover .tooth-icon[b-edgb8afu5p] {
    color: rgba(124, 58, 237, 0.8);
}

.tooth-item.selected .tooth-icon[b-edgb8afu5p] {
    color: rgb(239, 68, 68);
}

.tooth-number[b-edgb8afu5p] {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.tooth-item.selected .tooth-number[b-edgb8afu5p] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.selected-summary[b-edgb8afu5p] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 6px;
    padding: 0.75rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

.selected-summary i[b-edgb8afu5p] {
    color: rgb(239, 68, 68);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .teeth-grid[b-edgb8afu5p] {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 768px) {
    .teeth-grid[b-edgb8afu5p] {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.4rem;
    }
    
    .tooth-item[b-edgb8afu5p] {
        padding: 0.4rem 0.2rem;
    }
    
    .tooth-icon[b-edgb8afu5p] {
        font-size: 1rem;
    }
    
    .tooth-number[b-edgb8afu5p] {
        font-size: 0.65rem;
    }
}
