/* Frontend account badges */
.status.status-new {
  background-color: #e3f2fd;
  border-color: #1565c0;
  color: #1565c0;
}

.status.status-in-production,
.status.status-payment-confirmed,
.status.status-stock-confirmed {
  background-color: #fff8e1;
  border-color: #f57f17;
  color: #f57f17;
}

.status.status-shipped {
  background-color: #f3e5f5;
  border-color: #7b1fa2;
  color: #7b1fa2;
}

.status.status-completed {
  background-color: #e8f5e9;
  border-color: #2e7d32;
  color: #2e7d32;
}

.status.status-refunded,
.status.status-cancelled {
  background-color: #ffebee;
  border-color: #c62828;
  color: #c62828;
}

/* View order page */
mark.order-status.status-new {
  background-color: #e3f2fd;
  color: #1565c0;
}

mark.order-status.status-in-production,
mark.order-status.status-payment-confirmed,
mark.order-status.status-stock-confirmed {
  background-color: #fff8e1;
  color: #f57f17;
}

mark.order-status.status-shipped {
  background-color: #f3e5f5;
  color: #7b1fa2;
}

mark.order-status.status-completed {
  background-color: #e8f5e9;
  color: #2e7d32;
}

mark.order-status.status-refunded,
mark.order-status.status-cancelled {
  background-color: #ffebee;
  color: #c62828;
}

/* WooCommerce admin order list */
.order-status.status-new {
  background: #e3f2fd;
  color: #1565c0;
}

.order-status.status-in-production,
.order-status.status-payment-confirmed,
.order-status.status-stock-confirmed {
  background: #fff8e1;
  color: #f57f17;
}

.order-status.status-shipped {
  background: #f3e5f5;
  color: #7b1fa2;
}

.order-status.status-completed {
  background: #e8f5e9;
  color: #2e7d32;
}

.order-status.status-refunded,
.order-status.status-cancelled {
  background: #ffebee;
  color: #c62828;
}
