.roboyad_center_all_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.roboyad_container_set_w_size {
    width: 100%;
    max-width: 626px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
}

/* ---------------------------------- */
/* please login */
/* ---------------------------------- */


.roboyad_please_login_label {
    width: 100%;
    border-radius: 24px;
    border: 2px #7266D4 solid;
    padding: 20px;
    background-color: #F2F2FF;
    margin-bottom: 25px;
}

.roboyad_please_login_label_title {
    font-size: 20px;
    color: #1E1E1E;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}

.roboyad_please_login_label_butten {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.roboyad_please_login_label_butten button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background-color: #7266D4;
    border-radius: 9px;
    color: white;
    outline: none;
    border: none;
    font-size: 16px;
}

.roboyad_please_login_label_butten button:hover {
    cursor: pointer;
}

.roboyad_please_login_label_butten button svg {
    margin-left: 8px;
    width: 24px;
    height: auto;
}

@media (max-width: 576px) {

    .roboyad_please_login_label_title {
        font-size: 16px;
        line-height: 27px;
    }

    .roboyad_please_login_label_butten {
        margin-top: 18px;
    }

    .roboyad_please_login_label_butten button {
        padding: 11px 13px;
        border-radius: 9px;
        font-size: 14px;
    }

    .roboyad_please_login_label_butten button svg {
        margin-left: 8px;
        width: 24px;
        height: auto;
    }

    .roboyad_please_login_label_butten button svg {
        width: 20px;
        height: auto;
    }

    .roboyad_please_login_label {
        padding: 12px;
        border-radius: 12px;
        margin-bottom: 18px;
    }


}


/* ---------------------------------- */
/* box_step */
/* ---------------------------------- */


.roboyad_box_step {
    width: 100%;
    border-radius: 24px;
    /*border: 2px #DAE1EA solid;*/
    border: 2px #7266D4  solid;
    padding: 17px 24px 0px 24px;
    background-color: #F2F2FF;
    margin-bottom: 20px;
}

.roboyad_box_step.active_color_background {
    border: 2px #0EBE75 solid;
    background-color: #F5FCF9;
}

.roboyad_box_step_title {
    color: #445160;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 22px;
}

.roboyad_box_step_title span {
    color: #1E2D40;
    font-weight: 600;
}

.roboyad_box_step_line {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
}

.roboyad_box_step_line_back {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #DAE1EA;
    border-radius: 5px;
}

.roboyad_box_step_line_front {
    left: 0px;
    position: absolute;
    height: 10px;
    background-color: #0EBE75;
    border-radius: 5px;
}

/* ----- */

.roboyad_box_step_items_show_lock_icon_left {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px;
}

.roboyad_box_step_items_profile_title {
    margin-bottom: 18px !important;
}

.roboyad_box_step_items_profile_title_part {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    padding: 0px;
    padding-left: 5px;
}

.roboyad_box_step_items_profile_title_part:hover {
    cursor: pointer;
}

.roboyad_box_step_items_profile {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
    border: 3.5px solid #DAE1EA;
    padding: 8px;
}

.roboyad_box_step_items_profile.active_color {
    border: 2.5px solid #0EBE75;
}

.roboyad_box_step_items_title {
    font-size: 18px;
    color: #1E2D40;
    padding: 0px;
    margin-right: 11px;

    width: 80%;
}

.roboyad_box_step_items_title span {
    font-weight: 600;
}

.roboyad_box_step_items_show {
    display: none;
    justify-content: center;
}

.loading_skill_select {
    animation: rotate_loading 3s linear infinite;
}

@keyframes rotate_loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.roboyad_box_step_items_show.active {
    display: flex;
}

.roboyad_box_step_items_show:hover {
    cursor: pointer;
}

.roboyad_box_step_items_lock {
    display: none;
    width: 100%;
    max-width: 28px;
}

.roboyad_box_step_items_lock svg {
    width: 23px;
}


.roboyad_box_step_items_lock.active {
    display: flex;
}

.roboyad_box_step_items_show p {
    font-size: 17px;
    color: #FE774B;
    margin-right: 4px;
    font-weight: 500;
}

.roboyad_box_step_items_profile_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20%;
}

.roboyad_box_step_itemsline_down {
    width: 3.2px;
    height: 30px;
    border-radius: 5px;
    background-color: #DAE1EA;
    margin-top: 7px;
    position: absolute;
    top: 100%;
    display: none;
}

.roboyad_box_step_Successfully_completed {
    position: absolute;
    top: calc(100% - 13px);
    z-index: 1;
    display: none;
}

.roboyad_box_step_itemsline_down.active {
    display: flex;
}

.roboyad_box_step_itemsline_down.active_color {
    background-color: #0EBE75;
}

.roboyad_box_step_Successfully_completed.active {
     display: flex;
 }



/* popup completed */


.roboyad_practice_dark_back_completed_container {
    z-index: 99997;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}


.roboyad_education_movie_completed_container {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
}

.roboyad_education_movie_completed_container.active {
    display: flex;
}

.roboyad_education_movie_completed {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 481px;
    border-radius: 18px;
    padding: 25px;
}

.roboyad_education_movie_completed_icon_loading_successes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

.roboyad_education_movie_completed_icon_loading {
    width: 100%;
    max-width: 72px;
    height: auto;
    display: none;
    animation: rotate 3s linear infinite;
}

.roboyad_education_movie_completed_icon_loading.active {
    display: block;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.roboyad_education_movie_completed_icon_successes {
    width: 100%;
    max-width: 72px;
    height: auto;
    display: none;
}

.roboyad_education_movie_completed_icon_successes.active {
    display: block;
}

.roboyad_education_movie_completed_title {
    font-size: 25px;
    color: #1E2D40;
    font-weight: 500;
}

.roboyad_education_movie_completed_title span {
    font-size: 17px;
}


/* popup butten */


.roboyad_education_movie_completed_buttens {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}

.roboyad_education_movie_completed_buttens.active {
    display: flex;
}

.roboyad_education_movie_completed_buttens button {
    padding: 7px;
    border: 2px solid #7266D4;
    border-radius: 8px;
    font-size: 22px;
    background-color: #F9FAFF;
    color: #7266D4;
    display: none;
}

.roboyad_education_movie_completed_buttens button.active {
    display: block;
}


.roboyad_education_movie_completed_buttens button:hover {
    cursor: pointer;
}

.roboyad_education_movie_completed_buttens_show_list {
    background-color: #7266D4 !important;
    color: #fff !important;
}







@media (max-width: 576px) {

    .roboyad_box_step_Successfully_completed {
        width: 19px;
    }


    .roboyad_box_step {
        padding: 13px 13px 0px 13px;
        margin-bottom: 16px;
        border-radius: 12px;
    }

    .roboyad_box_step_title {
        font-size: 16px;
        margin-bottom: 19px;
    }

    .roboyad_box_step_line {
        margin-bottom: 20px;
    }

    .roboyad_box_step_line_back {
        height: 8px;
    }

    .roboyad_box_step_line_front {
        height: 8px;
    }

    .roboyad_box_step_items_profile {
        max-width: 55px;
        border: 2px solid #DAE1EA;
        padding: 2px;
    }

    .roboyad_box_step_items_profile.active_color {
        border: 2px solid #0EBE75;
    }

    .roboyad_box_step_items_title {
        font-size: 13px;
    }

    .roboyad_box_step_items_show p {
        display: none;
    }

    .roboyad_box_step_items_show svg {
        width: 24px;
    }

    .roboyad_box_step_items_lock {
        max-width: 19px;
    }

    .roboyad_box_step_items_profile_title {
        margin-bottom: 18px !important;
    }

    /* ------------- popup completed  ---------------- */

    .roboyad_education_movie_completed_icon_successes {
        max-width: 45px;
    }

    .roboyad_education_movie_completed_icon_loading {
        max-width: 45px;
    }

    .roboyad_education_movie_completed_title {
        font-size: 18px;
    }

    .roboyad_education_movie_completed {
        border-radius: 14px;
        padding: 14px;
    }

    .roboyad_education_movie_completed_buttens button {
        font-size: 15px;
    }

    .roboyad_education_movie_completed_buttens {
        margin-top: 20px;
    }

    .roboyad_education_movie_completed_icon_loading_successes {
        margin-bottom: 20px;
    }

}

/* ---------------------------------- */
/* label youtube */
/* ---------------------------------- */

/*roboyad_label_description*/
/*roboyad_label_butten_container*/

.roboyad_label {
    width: 100%;
    max-width: 626px;
    background-color: #F33033;
    border-radius: 10px;
    padding: 19px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.roboyad_label_youtube {
    background-color: #F33033;
}

.buySubscription {
    background-color: #0EBE75;
}

.roboyad_label_title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 13px;
}

.roboyad_label_description {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: bold;
}

.roboyad_label_butten_container {
    background-color: white;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 17px;
    border-radius: 8px;
    margin-right: 13px;
}

.roboyad_label_butten{
    color: #F33033;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.buySubscription .roboyad_label_butten{
    color: #0EBE75;
}

.roboyad_label_butten p {
    font-size: 22px;
}

.roboyad_label_butten svg{
    margin-left: 6px;
}


@media (max-width: 576px) {

    .roboyad_label {
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .roboyad_label_title {
        color: #fff;
        font-size: 16px;
        margin-bottom: 8px;
    }


    .roboyad_label_title_description {
        margin-bottom: 16px;
        width: 100%;
    }

    .roboyad_label_description {
        font-size: 14px;
        line-height: 27px;
        text-align: center;
    }

    .roboyad_label_butten p {
        font-size: 16px;
    }

    .roboyad_label_butten_container {
        padding: 10px;
        width: 100%;
        max-width: 186px;
    }

}

/* ---------------------------------- */
/* massage */
/* ---------------------------------- */

.roboyad_massage_user {
    border-radius: 16px;
    padding: 10px 18px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

.roboyad_massage_user.color_1 {
    background-color: #EEEEFF;
    border: 1px solid #7266D4;
}

.roboyad_massage_user.color_2 {
    background-color: #FFF9F2;
    border: 1px solid #F05726;
}

.roboyad_massage_user.color_3 {
    background-color: #EBF6FD;
    border: 1px solid #00AFDF;
}



.roboyad_massage_user_profile_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.roboyad_massage_user_profile_name svg {
    margin-left: 10px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


.roboyad_massage_user.color_1 .roboyad_massage_user_profile_name svg {
    background-color: #7266D4;
}


.roboyad_massage_user.color_2 .roboyad_massage_user_profile_name svg {
    background-color: #F05726;
}


.roboyad_massage_user.color_3 .roboyad_massage_user_profile_name svg {
    background-color: #00AFDF;
}


.roboyad_massage_user_profile_name p {
    font-size: 19px;
    color: #4E5B6A;
    font-weight: 600;
}

.roboyad_massage_user_description {
    font-size: 16px;
    color: #4E5B6A;
    font-weight: 500;
    line-height: 23px;
    text-align: start;
}

@media (max-width: 576px) {

    .roboyad_massage_user {
        padding: 10px;
    }

    .roboyad_massage_user_profile_name p {
        font-size: 15px;
    }

    .roboyad_massage_user_profile_name svg {
        margin-left: 5px;
        width: 33px;
        height: 33px;
    }

    .roboyad_massage_user_description {
        font-size: 14px;
    }

}















































