.payment-invoice-labels .label {
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
}
.payment-invoice-labels .label.error {
  background: #e63030;
}
.payment-invoice-labels .label.warn {
  background: #f39f2d;
}
.payment-invoice-labels .label.success {
  background: #03af03;
}
