#ot-feuser-app .step-button {
    background: none;
    border: none;
}

#ot-feuser-app .step-navigation li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

#ot-feuser-app .step-navigation .step-title {
    margin-left: 0.5em;
}

#ot-feuser-app .step-item.active .step-title {
    color: var(--bs-primary);
    font-weight: bold;
}

#ot-feuser-app ol.step-list {
    display: block !important;
    overflow: hidden;
    padding: 0;
    line-height: 2rem;
    margin: 0 0 1em;
}

#ot-feuser-app .step-marker {
    width: 2em;
    font-weight: bold;
    display: inline-block;
}

#ot-feuser-app .step-marker i {
    color: green;
}
