/*!
 * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
@import url('/all.min.css');

/* Custom overrides for CRM to match main website style */
.fa, .fas, .far, .fab, .fal, .fat, .fad, .fass, .fasr, .fasl {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Dark mode icon adjustments */
html.dark .fa-sun {
  color: #f59e0b !important;
}

html.dark .fa-moon {
  color: #64748b !important;
}

/* CRM-specific icon styling */
.crm-icon {
  color: #3b82f6;
  transition: color 0.2s ease;
}

.crm-icon:hover {
  color: #2563eb;
}

html.dark .crm-icon {
  color: #60a5fa;
}

html.dark .crm-icon:hover {
  color: #3b82f6;
}

/* Status icon colors */
.status-new { color: #10b981; }
.status-contacted { color: #3b82f6; }
.status-qualified { color: #8b5cf6; }
.status-proposal { color: #f59e0b; }
.status-converted { color: #059669; }
.status-pending_approval { color: #f97316; }
.status-lost { color: #ef4444; }

html.dark .status-new { color: #34d399; }
html.dark .status-contacted { color: #60a5fa; }
html.dark .status-qualified { color: #a78bfa; }
html.dark .status-proposal { color: #fbbf24; }
html.dark .status-converted { color: #10b981; }
html.dark .status-pending_approval { color: #fb923c; }
html.dark .status-lost { color: #f87171; }