.btn_google_login {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 20px 35px;
    font-size: 1.1rem;
    margin-bottom: 50px;
    width: 100%;
    border: 1px solid #fff;
}

.btn_google_login img {
    width: 30px;
    margin-left: 10px;
}

.btn_google_login:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.login_seprator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.login_seprator span {
    width: 100%;
    height: 1px;
    background-color: rgba(68, 68, 68, 0.2666666667);
}

.login_seprator h5 {
    padding: 0 10px;
    color: #000;
    font-size: 1.5rem;
}

.login-form .form-group {
    position: relative;
}

.login-form .show_hide_pass {
    position: absolute;
    top: 65%;
    left: 10px;
    transform: translate(0, -50%);
    z-index: 4;
}

.login-form .show_hide_pass i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.2rem;
    cursor: pointer;
}

.login-form .show_hide_pass .fa-eye {
    opacity: 0;
    visibility: hidden;
}

.login-form .nice-select .list {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.login-form .nice-select .list .option {
    text-align: right;
}

.login-form .sex_parent_div {
    margin-bottom: 30px;
}

.login-form .sex_parent_div label {
    display: block;
}

.login-form .checkbox_box {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #1d9098;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .checkbox_box span {
    width: 10px;
    height: 10px;
    background-color: #1d9098;
    border: 1px solid #1d9098;
    border-radius: 50%;
    opacity: 0;
}

.login-form .men_checbox_label {
    position: relative;
    margin-left: 40px;
    cursor: pointer;
}

.login-form .men_checbox_label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.login-form .men_checbox_label .wrap {
    display: flex;
    align-items: center;
}

.login-form .men_checbox_label .wrap h5 {
    margin: 0;
    margin-right: 5px;
    font-weight: 300;
    color: #999;
}

.login-form .men_checbox_label input[type=radio]:checked~.wrap .checkbox_box span {
    opacity: 1 !important;
}

.login-form .select_country button {
    text-align: right;
    height: 100%;
    border-radius: 10px;
    background-color: #fff !important;
    border-color: #fff !important;
}

.login-form .select_country button .filter-option-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.login-form .select_country button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.login-form .forget_pass_box_form .form-control {
    text-align: center;
    height: 81px;
    font-size: 2rem;
}

.progress-bar__wrapper {
    position: relative;
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

.progress-bar__wrapper .progress-bar__value {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-bar__wrapper progress {
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background-color: #ddd;
    transition: width 300ms ease;
}

.progress-bar__wrapper progress[value]::-webkit-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background-color: #ddd;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.progress-bar__wrapper progress[value]::-webkit-progress-value {
    width: 0;
    border-radius: 50px;
    background-color: #1d9098;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.home_slider .slick-prev {
    right: 0;
    left: unset;
}

.home_slider .slick-next {
    right: unset;
    left: 7px !important;
}

.custom_home_panner .card-img {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_home_panner .card-img::after {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.custom_home_panner .card-img h5 {
    position: relative;
    z-index: 3;
    font-size: 2.5rem;
    text-align: center;
    color: #a8d04c;
}

.custom_home_panner .card-img a {
    background-color: #fff;
    color: #000;
    display: block;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    padding: 13px 55px;
    text-align: center;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    border: 1px solid #fff;
}

.custom_home_panner .card-img a:hover {
    background-color: transparent;
    color: #fff;
}

.custom_home_panner .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #1d9098;
    background-color: rgba(29, 144, 152, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom_home_panner .slick-arrow::before {
    color: #fff;
    font-size: 1.4rem;
}

.custom_home_panner .slick-next {
    right: 10px;
    left: unset;
}

.custom_home_panner .slick-prev {
    left: 10px;
    right: unset;
}

.abs_banner_slider {
    top: unset !important;
    bottom: -30px;
    position: relative;
    z-index: 1;
}

.show_hide_pass_active .fa-eye {
    opacity: 1 !important;
    visibility: visible !important;
}

.show_hide_pass_active .fa-eye-slash {
    opacity: 0;
    visibility: hidden;
}

.new_invite_friend_section .inviteFriendImg {
    margin-left: 15px;
}

.new_invite_friend_section .group_search {
    margin-top: 10px !important;
}

.invite-friend .group_search {
    margin-top: 10px !important;
}

.reward .reward-container>div>img {
    width: 50%;
}

@media (max-width: 991px) {
    .invite-friend {
        align-items: flex-start !important;
    }

    .invite-friend .groups_option {
        margin-top: 20px;
        flex-direction: column;
    }

    .invite-friend .groups_option .form-group {
        width: 100%;
    }

    .invite-friend .groups_option .form-group label {
        width: 100%;
    }

    .invite-friend .groups_option .form_options {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .invite-friend .groups_option .form_options .form-group2 {
        width: 100%;
    }

    .new_invite_friend_section {
        align-items: flex-start !important;
    }

    .group-container .group {
        width: 100%;
        flex-direction: row !important;
    }

    .group-container .group figure {
        width: 120px;
        height: 120px;
    }

    .group-container .group h4 {
        font-size: 20px !important;
    }

    .group-container_new_edit a,
    .group-container_new_edit button {
        width: 100%;
    }
}

.complete_thumb_image {
    width: 420px !important;
}

@media (max-width: 600px) {
    .custom_home_panner .card-img {
        height: 400px;
    }

    .custom_home_panner .slick-arrow {
        top: unset;
        bottom: 0;
        width: 40px;
        height: 40px;
    }

    .footer .footer_follow ul li img {
        width: 25px;
    }

    .footer .footer_follow {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .footer .footer_logo_content img {
        width: 90px !important;
    }

    .footer .footer_links ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .reward .reward-container>div>img {
        width: 50%;
    }

    .reward .rankList figure img {
        border-radius: 15%;
    }

    .courses_categories_container .article-category-content .mx-258 {
        height: 140px !important;
    }

    .complete_thumb_image {
        width: 120px !important;
    }

    .abs_banner_slider {
        bottom: unset;
    }
}

.article-content-details .header .d-flex {
    align-items: center !important;
}

.article-content-details .header p {
    margin-bottom: 0;
}

.article-content .statistcs {
    margin-bottom: 20px;
}

.article-content .statistcs .social h6 {
    margin-bottom: 0;
}

.article-content .statistcs .social ul li a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}

.article-content .statistcs .social ul li a i {
    font-size: 1rem;
    color: #000;
}

.article-content .statistcs .social ul li a:hover {
    background-color: #1d9098;
}

.article-content .statistcs .social ul li a:hover i {
    color: #fff;
}

#question-container .main_content img {
    width: 300px;
}

#question-container ul.content li {
    border: 1px solid #909090;
    padding: 10px;
}

.profile_image_success_gif {
    background-color: transparent;
}

@media (max-width: 600px) {
    #question-container .main_content img {
        width: 200px;
    }

    .profile_image_success_test {
        width: 150px;
        height: 150px;
    }
}

/*# sourceMappingURL=edits.css.map */
