/* Payments status colors */
.status-new,
.status-waiting,
.status-fulfillment,
.status-waiting_validation {
  color: darkorange;
}

.status-sent {
  color: yellowgreen;
}

.status-completed {
  color: darkgreen;
  font-weight: bold;
}

.status-returned {
  color: #6b959b;
}

.status-canceled,
.status-denied,
.status-error {
  color: darkred;
}
