/* POSLH2 Dashboard alertas: cuando el número es 0, color neutral */

.dash-alert-card.alert-zero {
  border-color: rgba(148, 163, 184, .28) !important;
  background: rgba(18, 27, 54, .72) !important;
  box-shadow: 0 14px 45px rgba(0,0,0,.22) !important;
}

.dash-alert-card.alert-zero .dash-alert-title {
  color: #e5e7eb !important;
  border-bottom-color: rgba(148, 163, 184, .22) !important;
}

.dash-alert-card.alert-zero .dash-alert-number {
  border-color: rgba(226, 232, 240, .65) !important;
  background: rgba(148, 163, 184, .10) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

.dash-alert-card.alert-zero .dash-alert-label {
  border-color: rgba(148, 163, 184, .42) !important;
  background: rgba(148, 163, 184, .10) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

.dash-alert-card.alert-zero.warn .dash-alert-label,
.dash-alert-card.alert-zero.danger .dash-alert-label {
  border-color: rgba(148, 163, 184, .42) !important;
  background: rgba(148, 163, 184, .10) !important;
  color: #f8fafc !important;
}
