.memnerships-cart-steps-main {
    background: #f5f5f5;
    padding: 16px 0;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
    position: relative;
}

.memnerships-cart-steps .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 720px;
    margin: 0 auto;
    justify-content: center;
}

    .memnerships-cart-steps .container::before {
        display: none;
    }

.active,
.completed {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.in-progress {
    display: flex;
    align-items: center;
    column-gap: 15px;
    opacity: 0.3;
}

.active-number {
    width: 30px;
    height: 30px;
    background: #006094;
    border: 3px solid #006094;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

    .active-number h6 {
        font-size: 14px;
        font-family: 'Lato';
        font-weight: bold;
    }

.completed-number {
    width: 30px;
    height: 30px;
    background: #006094;
    border: 3px solid #fff;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.in-progress-number {
    width: 30px;
    height: 30px;
    border: 3px solid #006094;
    background: #fff;
    color: #006094;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

    .in-progress-number h6 {
        font-size: 14px;
        font-family: 'Lato';
        font-weight: bold;
    }

.active .stepper-title,
.completed .stepper-title {
    color: #365d8c;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.in-progress p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.tick-icon {
    color: white;
}

.memnerships-cart-steps-1-number.order-list-done-point,
.memnerships-cart-steps-2-number.order-list-done-point,
.memnerships-cart-steps-3-number.order-list-done-point {
    border-color: #fff !important;
}

.in-progress.disable {
    opacity: 0.2 !important;
}

.stepper-title-completed {
    color: #000000 !important;
}

p.stepper-title {
    font-family: 'Gotham A','Gotham B', 'Lato' !important;
}

/*Resposive design form stepper*/

@media(max-width:480px) {
    .active .stepper-title, .completed .stepper-title {
        color: #365d8c;
        font-size: 10px !important;
        margin: 0;
        font-weight: 600;
    }

    .completed-number {
        width: 25px !important;
        height: 25px !important;
        background: #006094;
        border: 3px solid #fff;
        color: #fff;
        justify-content: center;
        display: flex;
        align-items: center;
        border-radius: 50%;
    }

        .completed-number .h6 {
            font-size: 12px !important;
        }

    .memnerships-cart-steps-main {
        width: 100% !important;
    }

    .cus_step_mob {
        width: 100% !important;
    }

    .active-number {
        width: 20px !important;
        height: 15px !important;
    }

        .active-number h6 {
            font-size: 10px;
        }

        .active-number p {
            font-size: 10px !important;
        }

    .in-progress-number {
        height: 17px !important;
        width: 20px !important;
    }

        .in-progress-number h6 {
            font-size: 10px;
        }

        .in-progress-number p {
            font-size: 10px !important;
        }

    .in-progress p {
        font-size: 10px !important;
    }

    .cus_pro_mob {
        column-gap: 5px !important;
    }

    .cus_circle_mob {
        height: 20px !important;
        width: 20px !important;
    }
}

.assignmentsStepper {
    display: flex !important;
    padding: 0;
    list-style: none;
    column-gap: 35px;
}

.ato-btns {
    display: flex;
}

.back-ato button {
    display: inline-block;
    min-height: 40px;
    min-width: 120px;
    border-radius: 2px;
    border: 1.5px solid #772432;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #772432;
    line-height: 18px;
    font-weight: 600;
}

.save-ato button {
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    font-family: "lato";
    min-height: 40px;
    min-width: 120px;
}

.ato-hr hr {
    border-top: 1px solid #333 !important;

}

.ato-hr {
    padding: 40px 24px 40px 20px;
}

