/*
 * LeadFlow Portal — Custom CSS
 *
 * This file is loaded by the portal on every page load.
 * Add your custom overrides below. Changes take effect after a page refresh.
 *
 * GitHub path: client/public/custom.css
 *
 * Examples:
 *
 * Change sidebar background:
 *   aside, [data-sidebar] { background: #1a1a2e !important; }
 *
 * Change primary button color:
 *   .btn-primary, button[class*="bg-blue-600"] { background-color: #7c3aed !important; }
 *
 * Hide the billing menu item:
 *   a[href="/billing"] { display: none !important; }
 */
