﻿.steps .step {
    display: block;
    width: 100%;
    text-align: center
}

#LessonReservationDetailsDiv .steps .step {
    margin-top: 15px;
    margin-bottom: 35px;
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5
    }

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed-success .step-icon-wrap::before,
    .steps .step.completed-success .step-icon-wrap::after {
        background-color: #1cc88a
    }

    .steps .step.completed-success .step-icon {
        border-color: #1cc88a;
        background-color: #1cc88a;
        color: #fff
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #0da9ef
    }

    .steps .step.completed .step-icon {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #fff
    }

    .steps .step.uncompleted .step-icon-wrap::before,
    .steps .step.uncompleted .step-icon-wrap::after {
        background-color: #ef530d
    }

    .steps .step.uncompleted-final .step-icon-wrap::before{
        background-color: #ef530d
    }

    .steps .step.uncompleted-final .step-icon {
        border-color: #ef530d;
        background-color: #ef530d;
        color: #fff
    }

    .steps .step.uncompleted .step-icon {
        border-color: #ef530d;
        background-color: #ef530d;
        color: #fff
    }

@media (max-width: 991px) {
    .steps .step .step-icon {
        height: 60px;
        width: 60px;
    }

    .steps .step .step-icon i {
        font-size: x-large;
        position: absolute;
        top: -11px;
        left: 17px;
    }

    .steps .step .step-icon-wrap {
        height: 60px;
    }

    .steps .step .step-title {
        margin-right: 1px;
    }
}

@media (max-width: 575px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }

    .flex-sm-nowrap .step {
        margin-bottom: 35px;
    }

    .flex-sm-nowrap .step:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}
