a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
}

.essa-opbf-hidden {
    display: none !important;
}

.essa-not-clickable {
    pointer-events: none !important;
}

.essa-opbf-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 992px;
    margin: 10px auto;
    padding: 0 10px 10px 10px;
}

.essa-opbf-container-step1,
.essa-opbf-container-step2,
.essa-opbf-container-step3,
.essa-opbf-container-step4,
.essa-opbf-container-step5 {
    /*Fill here any specific margins and paddings for containers on specific order steps for mobile. Web can be found on the bottom of this page*/
}

.essa-opbf-step,
.essa-opbf-step:hover{
    flex-shrink: 0;
    color: #737373;
    text-align: center;
    
    pointer-events: none;
}

.essa-opbf-step:visited {
    text-decoration: none;
    color: #70A848;
}

.essa-opbf-step-counter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    
    border-radius: 15px;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    
    border-color: #F0F1F1;
    background: #F0F1F1;

    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.essa-opbf-step-title{
    display: none;
}

.essa-opbf-selected-step,
.essa-opbf-selected-step:hover {
    color: #000000;
}
.essa-opbf-selected-step-counter{
    background-color: #000;
    color: #FFFFFF;
}

.essa-opbf-finished-step,
.essa-opbf-finished-step:hover {
    color: #70A848;
}
.essa-opbf-finished-step-counter{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    background-image: url('../svg/icon-check-small-white.svg');
    background-color: #70A848;
    border-color: #70A848;
}

.essa-opbf-separator {
    align-self: flex-start;
    background-color: #d3d4d4;
    height: 1px;
    position: relative;
    top: 14px;
    width: 50%;
}

.essa-opbf-separator-active {
    background-color: #70A848 !important;
}

.essa-opbf-separator-current {
    background-color: #000000 !important;
}

.essa-opbf-inner-separator {
    position: relative;
    float: left;
    height: 1px;
    top: 14px;
    width: 50%;
    
    background-color: #d3d4d4;
}

.essa-opbf-inner-separator-right {
    float: right;
}


/* Just web styles */
@media (min-width: 768px) {
    .essa-opbf-container {
        margin: 0 0 60px 0;
        padding: 0 15px;
    }

    .essa-opbf-container-step1,
    .essa-opbf-container-step2,
    .essa-opbf-container-step3,
    .essa-opbf-container-step4 {
        /*Fill here any specific margins and paddings for containers on specific order steps for Web*/
    }
    .essa-opbf-container-step5,
    .essa-opbf-container-step17 {
        /* OS5 is regular LastCheck, but External payment is redirected to another page, which has navkey = 17 in ESWA */
        margin: 60px auto 50px;
    }

    .essa-opbf-step,
    .essa-opbf-step:hover{
        pointer-events: auto;
    }
    
    .essa-opbf-step-counter {
        margin: 2.5px auto;
    }

    .essa-opbf-step-title{
        display: block;
        line-height: 24px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.3px;
    }
}