.status-pending {
    color: blue;
}

.status-processing {
    color: orange;
}

.status-completed {
    color: green;
}

.status-cancelled {
    color: red;
}