
ol.fi-fo-wizard-header.grid.divide-y.divide-gray-200.dark\:divide-white\/5.md\:grid-flow-col.md\:divide-y-0.border-b.border-gray-200.dark\:border-white\/10 {
    display: flex !important;
    overflow-y:hidden !important;
    overflow-x: scroll !important;

}
ol::-webkit-scrollbar {
    height: 5px !important;


}

/* Track */
ol::-webkit-scrollbar-track {
    background: #f1f1f1!important;
    border-radius: 10px;
}

/* Handle */
ol::-webkit-scrollbar-thumb {
    background: #888!important;
    border-radius: 10px;
}

/* Handle on hover */
ol::-webkit-scrollbar-thumb:hover {
    background: #555!important;
    border-radius: 10px;
}
.fi-fo-wizard-header-step-icon-ctn {
    height:1.8rem !important;
    width: 1.8rem !important;
}
span.fi-fo-wizard-header-step-label {
    font-size: 0.79rem;
}
svg.fi-fo-wizard-header-step-icon {
    height: 1.3rem;
}

.divider {
    border-bottom: 1px solid #1c647c;
    background-color: #1c647c;
    margin: 0.5em 0px 1.5em;
    position: relative;
    width: 150px;
    height: 3px;
}

.divider span {

    background-color: #ffe361;
    width: 43px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: 50px;
    border-radius: 15%;
}

