.order_status.column-order_status .order-status.status-completed {
    background: green !important;
    color: #FFF ;
}

mark.order-status.status-cancelled.tips {
    background: blanchedalmond !important;
}

mark.order-status.status-waiting_call.tips {
    background: repeating-radial-gradient(black, transparent 100px) !important;
    color: #FFF;
}
mark.order-status.status-delivered.tips {
    background: chartreuse;
    color: #000;
}
.order-status.status-processing {
    background: seagreen;
    color: #fff;
   
}
mark.order-status.status-prepare_delivery.tips {
    background-color: gold;
}
mark.order-status.status-waiting_return.tips {
    background-color: red;
    color: #FFF;
}
mark.order-status.status-prepare_delivery.tips {
    background-color: navy;
    color: #fff;
}
.order-status{
     font-weight: 600;
}
.status-prepare-delivery {
    background-color: aqua;
    color: #000;
}
.post-type-shop_order .wp-list-table .column-order_status, .woocommerce_page_wc-orders .wp-list-table .column-order_status {
    width: 15ch !important;
}