body {
  background: #f4f6f7;
}
.card-kpi {
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 1.2rem;
}
.card-kpi .valor {
  font-size: 2rem;
  font-weight: 700;
}
.card-kpi .rotulo {
  opacity: .85;
  font-size: .85rem;
}
.bg-azul { background: #2c3e50; }
.bg-verde { background: #27ae60; }
.bg-vermelho { background: #e74c3c; }
.bg-laranja { background: #e67e22; }
.bg-roxo { background: #8e44ad; }

.badge-status-ANSWERED { background: #27ae60; }
.badge-status-NOANSWER, .badge-status-NO_ANSWER { background: #e67e22; }
.badge-status-BUSY { background: #f39c12; }
.badge-status-FAILED, .badge-status-CONGESTION { background: #e74c3c; }

table.table-comercial thead { background: #2c3e50; color: #fff; }
