/* v1.0.45 — icons without colored tiles */
.stat-card > .stat-icon,
.stat-card > i.stat-icon {
  background: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0 !important;
}
.stat-card > .stat-icon svg { width: 1.5rem !important; height: 1.5rem !important; }
.stat-card > .stat-icon.blue { color: var(--accent) !important; background: none !important; }
.stat-card > .stat-icon.green { color: var(--success) !important; background: none !important; }
.stat-card > .stat-icon.yellow { color: var(--warning) !important; background: none !important; }
.stat-card > .stat-icon.red { color: var(--danger) !important; background: none !important; }
.stat-card .stat-icon {
  background: none !important;
}
.nav-item .nav-icon {
  background: none !important;
  box-shadow: none !important;
}
