﻿.ob__steps__numbers {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

.ob__progress__step {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #D2D4D9;
    z-index: -1;
    margin-left: 58px;
    margin-right: 40px;
}


.ob__progress__success {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #008F91;
    z-index: -1;
}


.ob__progress__error {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ED3A32;
    z-index: -1;
}

.ob__text__step {
    text-align: center;
    width: 100px;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

    .ob__text__step.ob__active__text {
        color: #008F91;
    }


.ob__step__icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min-content;
}

.ob__step__number.error {
    background-image: url(/Images-baspana/warning-white.svg);
    border: 1px solid #ED3A32;
    background-color: #ED3A32;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20px;
    font-size: 0;
}

.ob__step__number.error {
    color: #ED3A32;
}

.ob__step__number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 2px solid #8A8C99;
    flex-shrink: 0;
    background: white;
    font-size: 13px;
}

    .ob__step__number.ob__active__number {
        border: 1px solid #008F91;
        color: #008F91;
    }

    .ob__step__number.ob__checked {
        background-image: url(/Images/Qamqor/checked.svg);
        border: 1px solid #008F91;
        background-color: #008F91;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        font-size: 0;
    }

    .ob__step__number.ob__waiting {
        background-image: url(/Images/Qamqor/clock.svg);
        border: 1px solid #FFC700;
        background-color: #FFC700;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        font-size: 0;
    }

    .ob__step__number.ob__error {
        background-image: url(/Images/Qamqor/cancel_white_icon.svg);
        border: 1px solid #ED3A32;
        background-color: #ED3A32;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: 20px;
        font-size: 0;
    }

    .ob__step__number.ob__viewed {
        color: white !important;
        background: #008F91;
    }
