.quote-status-badge {
    color: #fff;
}

.quote-status-badge--sent {
    background-color: #0d6efd;
}

.quote-status-badge--changes-requested {
    background-color: #fd7e14;
}

.quote-status-badge--payment-pending {
    background-color: #ffc107;
    color: #212529;
}

.quote-status-badge--payment-failed {
    background-color: #dc3545;
}

.quote-status-badge--purchased {
    background-color: #198754;
}

.quote-status-badge--cancellation-requested {
    background-color: #f0ad00;
    color: #212529;
}

.quote-status-badge--refunded {
    background-color: #a370f7;
}

.quote-status-badge--delivered {
    background-color: #6c757d;
}

.quote-status-badge--cancelled {
    background-color: #b02a37;
}

.quote-status-badge--expired {
    background-color: #7f1d1d;
}
