.bg-satrel {
    background-color: #e30613;
}
@media (max-width: 767.98px) {
    .wizard > .steps > ul > li {
        display: table-cell !important;
        float: none !important;
        width: auto !important;
    }
}

@media (max-width: 575.98px){
    .wizard>.steps>ul>li {
        width: auto !important;
    }
}

.navbar-dark {
    --navbar-bg:#062b50 !important;
}

.sidebar-dark {
    --sidebar-bg:#062b50 !important;
}

.bg-dark {
    --bg-opacity: 1;
    background-color: #062b50 !important;
}