/* Cores Zeone */
.top-line {
    border-top: 3px solid #0b072f !important;
}

.stepwizard-step.active {
    background: #858397 !important;
}

.stepwizard-step.active > span {
    background: #0b072f !important;
}

.stepwizard-step.active > span:after {
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#0b072f"/></svg>') 0 0 no-repeat !important;
}

.btn.next-step {
    background: #858397 !important;
}

.btn.next-step:hover {
    background: #0b072f !important;
}

a:focus, a:hover {
    color: #0b072f;
    text-decoration: none;
}