/* This file is generated by Run\Service\Run\StepPartStateStylesheetService. */
/* Generated at 2026-07-18 12:41:28 GMT. */

.step-part-finished, .step-part-processed {
    background: #0ca04b;
    color: #f8f9fa;
}

.step-part-started, .btn-start {
    background: #22b5e2;
    color: #f8f9fa;
}

.step-part-failed, .btn-failed {
    background: #c11a1a;
    color: #f8f9fa;
}

.step-part-repairing, .btn-repair {
    background: #ff8d70;
    color: #212529;
}

.step-part-testing, .btn-test {
    background: #8c7f00;
    color: #f8f9fa;
}

.step-part-inactive {
    background: #3b4148;
    color: #f8f9fa;
}

.step-part-failed-other {
    background: #600d0d;
    color: #f8f9fa;
}

.step-part-repairing-other {
    background: #7f4638;
    color: #f8f9fa;
}

.step-part-testing-other {
    background: #463f00;
    color: #f8f9fa;
}

