/* Nexapp CRM Sidebar — Minimal overrides only */

/* Ensure native default dashboard components are hidden whenever custom dashboard is active */
#nexapp-crm-dashboard-container.active ~ * {
  display: none !important;
}
:has(> #nexapp-crm-dashboard-container.active) > *:not(#nexapp-crm-dashboard-container) {
  display: none !important;
}
