﻿.wizard-content .wizard > .steps > ul > li.current .step {
    background-color: #383F48 !important;
}

.wizard-content .wizard > .steps > ul > li.current > a {
    color: #fff !important;
}

.wizard-content .wizard > .steps > ul > li.disabled .step {
    background-color: #777879 !important;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li.disabled .step {
    border-color: #999 !important;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #2f3d4a !important;
    border-color: #2f3d4a !important;
    color: #fff !important;
}