// /www/wwwroot/cflhosting.com/CRM/public/assets/css/style.css
body { margin: 0; font-family: Arial, sans-serif; }
.sidebar { width: 250px; background: #2c3e50; color: #ecf0f1; height: 100vh; padding: 20px; }
.sidebar h2 { text-align: center; margin-bottom: 40px; }
.sidebar nav a { display: block; color: #ecf0f1; text-decoration: none; padding: 10px; margin: 5px 0; border-radius: 4px; }
.sidebar nav a:hover { background: #34495e; }
.sidebar nav a.active { background: #3498db; }
.main { margin-left: 250px; padding: 20px; }
header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
header a { color: #e74c3c; text-decoration: none; }