/* Overrides Bootstrap .progress-bar { background-color: #007bff } on wizard ul */
.merchant-onboard-shell ul.progress-bar {
    background-color: transparent !important;
}

.merchant-registration-page .progress > .progress-bar {
    background-color: #31358b !important;
}
