.badge-order-status.badge-draft {
  color: black;
  background-color: #f8f9fa;
  border: 1px solid rgba(0,0,0,0.1);
}
.badge-order-status.badge-published,
.badge-order-status.badge-backorder {
  color: #333;
  background-color: #ffc107;
}
.badge-order-status.badge-reserved {
  color: white;
  background: #5a6268;
}
.badge-order-status.badge-prepared {
  color: #333;
  background-color: #ffc107;
}
.badge-order-status.badge-processing {
  color: #333;
  background: #ffc107;
}
.badge-order-status.badge-sent,
.badge-order-status.badge-received {
  color: white;
  background-color: #28a745;
}
.badge-order-status.badge-cancelled,
.badge-order-status.badge-deleted {
  color: white;
  background-color: #dc3545;
}
.badge-invoice-status.badge-draft {
  color: black;
  background-color: #f8f9fa;
}
.badge-invoice-status.badge-published {
  background-color: #ffc107;
}
.badge-invoice-status.badge-paid {
  color: white;
  background-color: #28a745;
}
.badge-invoice-status.badge-cancelled,
.badge-invoice-status.badge-deleted {
  color: white;
  background-color: #dc3545;
}
