form .disabled {
    opacity: 0.50;
    pointer-events: none;
}


/* Professional Dashboard Styling */
.dashboard-container { background-color: #f8f9fa; min-height: 100vh; }
.sidebar { background: #fff; border-right: 1px solid #dee2e6; min-height: 100vh; }
.nav-link { color: #495057; font-weight: 500; padding: 0.8rem 1rem; border-radius: 8px; margin-bottom: 5px; }
.nav-link:hover { background-color: #f1f4f9; color: #0d6efd; }
.nav-link.active { background-color: #e7f1ff; color: #0d6efd; }
.nav-link i { width: 20px; margin-right: 10px; }
.card { border: none; border-radius: 12px; }
.client .form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #344767;
}
.client .form-control { padding: 0.6rem 0.75rem; border-radius: 8px; border: 1px solid #d2d6da; }
.client .form-control:focus { border-color: #5e72e4; box-shadow: 0 0 0 2px rgba(94, 114, 228, 0.2); }
.section-title { font-size: 1.1rem; font-weight: 700; color: #344767; margin-bottom: 1.5rem; position: relative; }
