/* /Pages/Profile.razor.rz.scp.css */
.profile-container[b-bdgapgo6j1] {
    max-width: 800px;
    margin: 2rem auto;
}

.profile-card[b-bdgapgo6j1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.profile-header[b-bdgapgo6j1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.profile-icon[b-bdgapgo6j1] {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.profile-header h1[b-bdgapgo6j1] {
    margin: 0;
    font-size: 2rem;
}

.profile-content[b-bdgapgo6j1] {
    padding: 2rem;
}

.info-group[b-bdgapgo6j1] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.info-group:last-child[b-bdgapgo6j1] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-group label[b-bdgapgo6j1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.info-group label i[b-bdgapgo6j1] {
    color: #667eea;
}

.info-group p[b-bdgapgo6j1] {
    margin: 0;
    font-size: 1.1rem;
    color: #1f2937;
    padding-left: 1.75rem;
}

.profile-actions[b-bdgapgo6j1] {
    padding: 1.5rem 2rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.btn[b-bdgapgo6j1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary[b-bdgapgo6j1] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-bdgapgo6j1] {
    background: #4b5563;
}
/* /Pages/Settings.razor.rz.scp.css */
/* Settings Page Styles */
.settings-container[b-i0xwbthug2] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.settings-container h1[b-i0xwbthug2] {
    color: #1f2937;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.settings-sections[b-i0xwbthug2] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.settings-card[b-i0xwbthug2] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.settings-card h2[b-i0xwbthug2] {
    color: #374151;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 0.75rem;
}

.info-group[b-i0xwbthug2] {
    margin-bottom: 1.25rem;
}

.info-group label[b-i0xwbthug2] {
    display: block;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-group p[b-i0xwbthug2] {
    color: #1f2937;
    font-size: 1rem;
    margin: 0;
}

.form-group[b-i0xwbthug2] {
    margin-bottom: 1.5rem;
}

.form-group label[b-i0xwbthug2] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-control[b-i0xwbthug2] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-i0xwbthug2] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.help-text[b-i0xwbthug2] {
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.alert[b-i0xwbthug2] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-success[b-i0xwbthug2] {
    background: #d1fae5;
    border: 1px solid #10b981;
    color: #065f46;
}

.alert-danger[b-i0xwbthug2] {
    background: #fee2e2;
    border: 1px solid #ef4444;
    color: #991b1b;
}

.btn[b-i0xwbthug2] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
}

.btn:disabled[b-i0xwbthug2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-i0xwbthug2] {
    background: #667eea;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-i0xwbthug2] {
    background: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-secondary[b-i0xwbthug2] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-i0xwbthug2] {
    background: #4b5563;
}

.btn-danger[b-i0xwbthug2] {
    background: #ef4444;
    color: white;
}

.btn-danger:hover[b-i0xwbthug2] {
    background: #dc2626;
}

.spinner-border-sm[b-i0xwbthug2] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.checkbox-group[b-i0xwbthug2] {
    margin-bottom: 1rem;
}

.checkbox-group label[b-i0xwbthug2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"][b-i0xwbthug2] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .settings-container[b-i0xwbthug2] {
        padding: 0 1rem;
    }

    .settings-card[b-i0xwbthug2] {
        padding: 1.5rem;
    }

    .btn[b-i0xwbthug2] {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Modern Sidebar Layout */
.page[b-ubcy3491uw] {
    display: flex;
    min-height: 100vh;
    background: #f0f2f5;
}

.sidebar[b-ubcy3491uw] {
    width: 250px;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
}

.sidebar-brand[b-ubcy3491uw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    letter-spacing: 0.02em;
}

.sidebar-brand i[b-ubcy3491uw] {
    font-size: 1.4rem;
    color: #60a5fa;
}

.sidebar-footer[b-ubcy3491uw] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 1.25rem;
}

.sidebar-user[b-ubcy3491uw] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-user i[b-ubcy3491uw] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.sidebar-logout[b-ubcy3491uw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.6rem 0.75rem;
    background: rgba(239, 68, 68, 0.1);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-logout:hover[b-ubcy3491uw] {
    background: rgba(239, 68, 68, 0.2);
    color: #fecaca;
}

main[b-ubcy3491uw] {
    flex: 1;
    margin-left: 250px;
    min-width: 0;
    background: #f0f2f5;
    min-height: 100vh;
}

.content[b-ubcy3491uw] {
    padding: 1.5rem 2rem;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .sidebar[b-ubcy3491uw] {
        width: 100%;
        position: relative;
        height: auto;
    }
    
    main[b-ubcy3491uw] {
        margin-left: 0;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
/* Beautiful Modern Sidebar Navigation */
.nav-menu[b-b4k5pzmbfb] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0.25rem;
}

.nav-item[b-b4k5pzmbfb],
.nav-item:link[b-b4k5pzmbfb],
.nav-item:visited[b-b4k5pzmbfb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 1rem;
    font-weight: 500;
}

.nav-item i[b-b4k5pzmbfb] {
    font-size: 1.3rem;
    min-width: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
}

.nav-item:hover[b-b4k5pzmbfb],
.nav-item:hover i[b-b4k5pzmbfb] {
    background: rgba(255, 255, 255, 0.05);
    color: white !important;
    border-left-color: #60a5fa;
}

.nav-item.active[b-b4k5pzmbfb],
.nav-item.active:link[b-b4k5pzmbfb],
.nav-item.active:visited[b-b4k5pzmbfb] {
    background: rgba(96, 165, 250, 0.15);
    color: #60a5fa !important;
    border-left-color: #60a5fa;
}

.nav-item.active i[b-b4k5pzmbfb] {
    color: #60a5fa !important;
}

