.order_status, .order_payment_status {
  display: block;
  color: #333;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
}

.order_status.inline, .order_payment_status.inline {
  display: inline-block;
  vertical-align: middle;
}

.order_status_wating {
  background-color: rgb(240, 186, 115);
}

.order_status_canceld {
  background-color: rgb(218, 59, 59);
  color: #fff;
}

.order_status_shipped {
  background-color: rgb(108, 134, 14);
  color: #fff;
}

.order_status_paid {
  background-color: rgb(14, 134, 44);
  color: #fff;
}

.order_status_delivered {
  background-color: rgb(14, 134, 44);
  color: #fff;
}

.order_status_done {
  background-color: rgb(14, 134, 44);
  color: #fff;
}

.order_status_tap {
  background-color: rgb(14, 64, 134);
  color: #fff;
}

.order_status_true {
  background-color: rgb(32, 219, 85);
}

.order_status_connected {
  background-color: rgb(71, 230, 116);
}

.order_payment_status_cash {
  background-color: rgb(46, 193, 213);
}

.order_payment_status_online {
  background-color: rgb(71, 213, 46);
}