:root{
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gray: #1E1E1E;
    --color-gray2: #181818;
    --color-gray3: #23313A;
    --color-gray4: #939393;
    --color-gray5: #1B1B1B;
    --color-gray6: #A2A2A2;
    --color-gray7: #D9D9D9;
    --color-gray8: #0d0d0d;

    --color-blue: #0e161b;

    --color-green: #0D6320;

    --font-family-inter: "Inter", sans-serif;
    --font-family-roboto: "Roboto", sans-serif;
    --font-family-bebas-neue: "Bebas Neue", sans-serif;
    --font-family-ibm-plex-sans: "IBM Plex Sans", sans-serif;
    --font-family-roboto-condensed: "Roboto Condensed", sans-serif;
}

body {
    background-color: var(--color-black);
    color: var(--color-gray);
}

.container{
    max-width: 1200px;
    margin: auto;
}
.container-large{
    max-width: 1500px;
    margin: auto;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content-space{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.w-100{
    width: 100%;
}
.f-50{
    flex-basis: 50%;
}
.f-33{
    flex-basis: 33.33%;
}
.f-25{
    flex-basis: 25%;
}
.f-20{
    flex-basis: 20%;
}
.f-70{
    flex-basis: 70%;
}
.f-30{
    flex-basis: 30%;
}
.p-10{
    padding: 10px;
}
.bg-black{
    background-color: var(--color-black);
}
.bg-gray2{
    background-color: var(--color-gray2);
}
.bg-gray8{
    background-color: var(--color-gray8);
}

.content-default{
    padding: 60px 10px;
}
.content-large{
    padding: 95px 10px;
}
header.header{
    background-color: var(--color-black);
}
.content_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.logo_head a img{
    width: 175px;
}
.right_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
nav.menu{
    display: flex;
}
nav.menu ul{
    display: flex;
}
nav.menu ul li{
    display: flex;
}
nav.menu ul li a{
    display: flex;
    padding: 10px 20px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family-inter);
}
.btn_search{
    border: none;
    outline: none;
    background-color: transparent;
}
.btn_search img{
    width: 22px;
}
.btn_noti{
    border: none;
    outline: none;
    background-color: transparent;
}
.btn_noti img{
    width: 22px;
}
.uver_log{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}
.hero{
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.content_hero{
    height: 680px;
    padding: 10px;
}
.div_info{
    background-color: var(--color-gray);
    color: var(--color-white);
    width: 60%;
    padding: 18px 10px 10px;
    font-weight: 300;
}
.left_hero{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 200px;
}
.right_hero{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 200px;
}
.link_subscribe{
    font-size: 80px;
    font-weight: 400;
    color: var(--color-white);
    font-family: "Bebas Neue", sans-serif!important;
    text-transform: uppercase;
    position: relative;
    margin-right: 15px;
}
.link_subscribe::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 100%;
    height: calc(100% - 30px);
    background-color: var(--color-black);
}
.link_subscribe span{
    position: relative;
}

.card_simple{
    background-color: var(--color-black);
    border: 1px solid var(--color-gray4);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    width: calc(33% - 20px);
}
.card_simple img{
    width: 50px;
    margin-bottom: 20px;
}
.card_simple p{
    color: var(--color-white);
    width: 50%;
    font-weight: 300;
    margin: auto;
}

.over_slide_video{
    padding: 45px;
    border-radius: 6px;
}
.left_over_slide_video{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.right_over_slide_video{
    width: 55%;
}
.left_over_slide_video h2{
    font-family: var(--font-family-bebas-neue);
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--color-white);
}
.left_over_slide_video p{
    color: var(--color-white);
    font-weight: 300;
}

.head_card_slide_video{
    height: 194px;
    position: relative;
}
.head_card_slide_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}
.head_card_slide_video .flag_green{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--color-green);
    color: var(--color-white);
    border-radius: 3px;
    padding: 2px 6px;
}
.head_card_slide_video .flag_green span{
    font-family: var(--font-family-inter);
    font-weight: 300;
}
.card_slide_video_carousel{
    border-radius: 6px;
    border: 1px solid var(--color-gray4);
    margin: 10px;
}
.content_card_slide_video{
    padding: 20px;
}
.head_card_slide_video .thumb_time{
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: var(--color-gray5);
    padding: 2px 6px;
    border-radius: 3px;
}
.head_card_slide_video .thumb_time span{
    color: var(--color-white);
    font-family: var(--font-family-inter);
}
.btn_card_slide_video{
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    font-family: var(--font-family-inter);
    display: flex;
    justify-content: center;
}
.btn_card_slide_video:hover {
    background-color: #FFFFFF;
    color: #0D6320;
}

.content_card_slide_video h4{
    color: var(--color-white);
    font-family: var(--font-family-inter);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}
.content_card_slide_video p{
    color: var(--color-gray6);
    font-size: 14px;
}
.img_author{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.img_author img{
    width: 32px!important;
    margin-right: 15px;
    border-radius: 10px;
}
.img_author span{
    color: var(--color-white);
    font-family: var(--font-family-inter);
}
.slide_video_carousel .owl-dots{
    display: flex;
    justify-content: center;
}
.slide_video_carousel .owl-dots button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-gray4);
    margin: 0 4px;
}
.slide_video_carousel .owl-dots button.active{
    background-color: var(--color-white);
}
.card_slide_video_carousel.card_min .img_author span{
    color: var(--color-gray6);
}

.sec_over_character{
    background-image: linear-gradient(to bottom, #919191, #181818);
}

.over_character{
    margin: auto;
    max-width: 946px;
    height: 636px;
    background-color: var(--color-blue);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_character span{
    color: var(--color-white);
    font-family: var(--font-family-inter);
}
.head_section h4{
    font-family: var(--font-family-bebas-neue);
    color: var(--color-white);
    font-size: 24px;
    font-weight: 400;
}
.card_gray{
    background-color: var(--color-gray7);
    border-radius: 3px;
    height: 220px;
    margin: 10px;
}
.squad{
    height: 894px;
}
.card_text{
    padding: 43px 37px;
    border: 1px solid var(--color-gray7);
    border-radius: 6px;
    margin-bottom: 20px;
}
.card_text p{
    font-family: var(--font-family-ibm-plex-sans);
    font-weight: 300;
    color: var(--color-gray7);
}
.sec_simp{
    background-color: var(--color-gray2);
}
.card_black{
    background-color: var(--color-black);
    border-radius: 6px;
    padding-top: 60px;
    height: 530px;
}
.card_black p{
    width: 100%;
    text-align: center;
    color: var(--color-white);
    font-family: var(--font-family-inter);
    font-size: 18px;
    font-weight: 400;
}
.card_black.active{
    border: 1px solid #421D91;
}
footer.footer{
    background-color: var(--color-black);
}
.content_footer{
    padding: 50px 10px 30px;
}
.bottom_footer p{
    color: var(--color-gray7);
    padding: 10px;
}
.logo_footer{
    width: 30%;
}
.logo_footer a img{
    width: 260px;
}
.right_footer{
    width: 70%;
    display: flex;
}
.right_footer h4{
    font-size: 16px;
    color: var(--color-gray6);
    margin-bottom: 10px;
    font-family: var(--font-family-roboto);
}
.right_footer ul li a{
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    display: flex;
}
.list_social{
    display: flex;
}
.list_social li{
    display: flex;
}
.list_social li a{
    padding: 0 4px!important;
}
.list_social li a img{
    width: 22px;
}
.bottom_footer{
    padding: 10px 0;
}
.bottom_footer p{
    font-family: var(--font-family-roboto);
    font-size: 14px;
    font-weight: 300;
}
.over_user_log{
    position: relative;
}
.list_menu_user{
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid var(--color-gray6);
    border-radius: 6px;
    background-color: var(--color-black);
    width: 280px;
    display: none;
    z-index: 100;
}
.top_list_menu_user{
    display: flex;
    align-items: center;
    padding: 15px;
}
.top_list_menu_user img{
    width: 32px;
    margin-right: 10px;
    cursor: pointer;
}
.name_top_list_menu_user p{
    color: var(--color-white);
    font-size: 14px;
}
.list_menu_user ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.list_menu_user ul li{
    width: 100%;
    display: flex;
}
.list_menu_user ul li a{
    display: flex;
    padding: 5px 15px;
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    font-weight: 300;
}

.list_menu_user ul li a:hover {
    text-decoration: underline;
}

.over_user_log:hover .list_menu_user{
    display: flex;
    flex-wrap: wrap;
}
.btn_menu_mobile, .head_menu{
    display: none;
}

.head_dashboard{
    width: 100%;
    height: 466px;
    background-image: url(../img/banner-dashboard.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info_profile{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #0e0e0e;
}
.col_info_profile{
    padding: 5px;
    text-align: center;
    margin-top: -5px;
}
.col_center_profile{
    width: 250px;
    padding-top: 50px;
}
.col_info_profile p{
    color: var(--color-white);
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}
.col_info_profile span{
    color: var(--color-white);
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}
.col_info_profile p{
    font-size: 16px;
    color: #A2A2A2;
}
.col_info_profile span{
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-family-roboto);
}
.img_user{
    display: flex;
    position: relative;
    width: 250px;
    height: 250px;
    margin-top: -200px;
    margin-bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_user_back{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}
.img_user_inner{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #19083E;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.head_dashboard_profile{
    border-radius: 0 0 6px 6px;
    padding: 0 10px;
}
.col_center_profile span{
    font-size: 24px;
}
.membership{
    padding: 15px;
    background-color: #19083e;
    border: 1px solid #421D91;
    border-radius: 6px;
    position: relative;
}
.membership p{
    color: var(--color-white);
}
.membership p span{
    color: var(--color-gray7);
}
.over_membership{
    padding: 40px 10px;
    background-color: var(--color-black);
}
.membership p span{
    color: #A2A2A2;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-roboto);
    margin-bottom: 5px;
}
.membership p{
    color: var(--color-white);
    margin: 5px 0;
    font-size: 16px;
    font-weight: 300;
}
.membership p a{
    color: var(--color-white);
    text-decoration: underline;
}
.close_membership{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.close_membership img{
    width: 26px;
}
.paged{
    border-bottom: 1px solid #707070;
}
.paged a{
    padding: 10px 20px 10px 0;
    color: #868686;
    font-family: var(--font-family-roboto);
}
.paged a.active{
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.bottom_list_cards{
    justify-content: flex-end;
    padding: 10px;
}
.bottom_list_cards a{
    font-family: var(--font-family-roboto);
    color: #A2A2A2;
}
.content_card_slide_video span:first-child{
    color: #A2A2A2;
    font-family: var(--font-family-roboto);
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}
.top_user{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
}
.top_user .col_center_profile{
    width: 100%;
}
.right_head_profile{
    padding: 60px 10px;
}
.right_head_profile h2{
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.head_profile{
    background-image: url(../img/banner-dashboard.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 410px;
    position: relative;
}
.info_head_profile p{
    margin-bottom: 15px;
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    font-size: 18px;
    font-weight: 400;
}
.info_head_profile a{
    color: #77BEFF;
    font-family: var(--font-family-roboto);
    margin-bottom: 15px;
    display: block;
}
.right_head_profile p{
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;   
}
.left_head_profile{
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_head_profile .user_img_profile{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #19083E;
    display: flex;
    overflow: hidden;
}
.btn_follow{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #211044;
    color: var(--color-white);
    border-radius: 3px;
    padding: 3px 6px;
    font-family: var(--font-family-inter);
    cursor: pointer;
}
.over_squad{
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 640px;
    width: 100%;
    margin: 20px 0;
}
.over_squad p{
    color: var(--color-white);
    font-family: var(--font-family-inter);
    font-size: 24px;
    font-weight: 400;
}
.card_gray.card_dark{
    background-color: #1C1C1C;
}
.btn_edit{
    color: #BBB4B4;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family-roboto);
}

.head_courses{
    background-image: url(../img/ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}
.content_courses{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    height: 100%;
    padding: 10px;
}
.content_courses h2{
    width: 100%;
    text-align: left;
    color: var(--color-white);
    font-family: var(--font-family-bebas-neue);
    font-size: 60px;
    font-weight: 400;
}
.content_courses p{
    width: 100%;
    text-align: left;
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    font-size: 16px;
    color: #AFAFAF;
}
.form_filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_filter select{
    width: calc(33.33% - 10px);
    border: 1px solid var(--color-gray6);
    border-radius: 3px;
    color: var(--color-gray7);
    background-color: transparent;
    padding: 8px;
}
.over_form_filter{
    padding-top: 40px;
}
.top_link{
    padding: 10px 0;
}
.top_link * {
    color: #FFFFFF !important;
}
.top_link a{
    color: #ffffff;
    font-family: var(--font-family-roboto);
    font-size: 16px;
}
.main_page{
    border-top: 1px solid #898989;
}
.over_video .video{
    width: 100%;
    height: 634px;
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #282828, #797979, #3e3e3e);
}
.sec_video{
    padding: 40px 10px;
}
.over_video{
    position: relative;
}
.flag_time_video{
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 6px;
    font-family: var(--font-family-inter);
    font-weight: 300;
}
.list_tags_page{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.list_tags_page span {
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #6B6B6B;
    margin: 0 10px;
    font-family: var(--font-family-roboto);
    font-size: 14px;
    color: var(--color-white);
}
.info_left_page_single{
    width: 100%;
    display: flex;
}
.info_left_page_single .img_author{
    margin-right: 15px;
}
.btn_card_slide_video.btn_page_single{
    background-color: #DA7135;
}
.left_page_single{
    width: 65%;
    border-radius: 6px;
}
.right_page_single{
    width: 33%;
}
.top_right_page_single{
    background-color: #161616;
    padding: 30px;
    border-radius: 6px;
    height: 100%;
}
.content_page_single{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 10px;
    position: relative;
}
.content_page_single::before{
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #5D5D5D;
}
.top_left_page_single{
    border-radius: 6px;
    background-color: #161616;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}
.top_left_page_single h3{
    font-size: 40px;
    font-family: var(--font-family-roboto);
    margin-bottom: 20px;
    color: var(--color-white);
}
.info_left_page_single{
    margin-bottom: 20px;
}
.top_left_page_single p{
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.list_post_page{
    border-radius: 6px;
    background-color: #161616;
    padding: 30px;
}
.head_list_post_page h4{
    font-size: 24px;
    font-family: var(--font-family-roboto-condensed);
    color: var(--color-white);
    font-weight: 500;
}
.right_page_single h3{
    color: var(--color-white);
    font-family: var(--font-family-roboto-condensed);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.right_page_single ul{
    color: var(--color-white);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.right_page_single ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-family: var(--font-family-roboto);
    font-weight: 300;
}
.right_page_single ul li a{
    color: var(--color-white);
    font-family: var(--font-family-roboto);
}
.right_page_single hr{
    border: 1px solid #333333;
    margin-bottom: 20px;
}
.bottom_page{
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #5D5D5D;
    margin-bottom: 60px;
}
.bottom_page a{
    color: #A2A2A2;
    font-family: var(--font-family-roboto);
}
.flag_watched{
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--color-white);
    font-family: var(--font-family-inter);
    padding: 3px 6px;
    border-radius: 4px;
}
.comments_page_single{
    padding: 30px;
    border-radius: 6px;
    background-color: #161616;
}
.comments_page_single h3{
    font-size: 24px;
    font-family: var(--font-family-roboto);
    color: var(--color-white);
    margin-bottom: 15px;
}
.comments_page_single form{
    width: 100%;
    margin-bottom: 20px;
}
.comments_page_single form textarea{
    width: 100%;
    height: 200px;
}
.comments_page_single form textarea{
    border: none;
    outline: none;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 10px;
}
.list_comments{
    padding: 15px;
    background-color: #1D1D1D;
    border-radius: 6px;
}
.list_comments ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list_comments ul li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: var(--color-white);
    font-family: var(--font-family-roboto);
    padding: 5px 0;
}
.list_comments ul li .thumb_comments{
    padding: 0 10px;
    width: 52px;
}
.list_comments ul li .thumb_comments img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.content_comment{
    width: calc(100% - 52px);
}
.content_comment h4{
    font-family: var(--font-family-roboto);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.content_comment p{
    font-family: var(--font-family-roboto);
    font-size: 16px;
    font-weight: 300;
}
.btn_reply_comment{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--color-white);
    cursor: pointer;
}
.list_comments ul ul{
    margin-left: 20px;
}
.show_replays{
    color: #F9A124;
}
.show_replays img{
    width: 18px;
}
.list_check li img{
    width: 18px;
}
.video_right_page_single{
    padding: 30px;
    background-color: #161616;
    border-radius: 6px;
    margin-bottom: 20px;
}
.head_video_right_page_single{
    display: flex;
    align-items: center;
}
.head_video_right_page_single a {
    color: #FFFFFF;
}

.head_video_right_page_single{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_video_right_page_single h3{
    font-family: var(--font-family-roboto-condensed);
    color: #F9A124;
    margin-bottom: 0;
}
.head_video_right_page_single img{
    width: 40px;
}
.min_video{
    width: 100%;
    height: 184px;
    border-radius: 6px;
    background-color: var(--color-white);
}
.over_card_img{
    justify-content: space-between;
}
.card_img{
    width: calc(50% - 10px);
}
.content_info_profile{
    padding: 60px 10px;
}
.right_info_profile{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.right_info_profile h3{
    font-family: var(--font-family-roboto-condensed);
    font-size: 30px;
    font-weight: 400;
    color: #F9A124;
    margin-bottom: 10px;
}
.right_info_profile p{
    font-size: 16px;
    font-family: var(--font-family-roboto);
    color: #A2A2A2;
    font-weight: 300;
    margin-bottom: 15px;
}
.right_info_profile a{
    color: var(--color-white);
    font-family: var(--font-family-roboto-condensed);
    margin-bottom: 15px;
}
.over_card_img .card_img img{
    border-radius: 8px;
}
.list_card_test{
    align-items: flex-start;
    padding: 0 10px 80px;
    justify-content: space-between;
}
.card_test{
    width: calc(33% - 20px);
    background-color: #222222;
    border-radius: 6px;
    padding: 40px;
}
.card_test p{
    color: var(--color-white);
    font-family: var(--font-family-ibm-plex-sans);
    font-size: 20px;
    font-weight: 200;
}
.head_large h4{
    font-size: 40px;
    font-family: var(--font-family-roboto-condensed);
    font-weight: 500;
    color: var(--color-white);
}
.over_login{
    background-image: url(../img/page-login.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-color: #0d0d0d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_login::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .8);
    position: absolute;
    top: 0;
    left: 0;
}
.content_login{
    width: 1000px;
    height: 500px;
    border-radius: 30px;
    position: relative;
    background-color: #161616;
    overflow: hidden;
    position: relative;
}
.over_social_login{
    padding: 10px;
}
.over_social_login{
    display: flex;
    justify-content: center;
    align-items: center;
}
.over_social_login a img{
    width: 32px;
}
.over_social_login a{
    padding: 3px;
}
.bg_login{
    width: 80%;
    height: 100%;
    background-image: url(../img/x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info_login{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 30px;
    width: 33%;
}
.social_login{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.social_login p{
    color: var(--color-gray4);
}
.form_login{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.form_login input{
    width: 100%;
    padding: 8px;
    background-color: #000000;
    border: none;
    outline: none;
    border-radius: 2px;
    color: var(--color-white);
    margin-bottom: 10px;
}

.form_login input::placeholder {
    color: #888888; /* Cor cinza para o texto do placeholder */
}

.form_login p{
    padding: 10px 0 20px;
    text-align: right;
    width: 100%;
}
.form_login p a {
    color: var(--color-gray7);
}
.form_login button[type=submit],
.form_login a.btn {
    width: 80%;
    padding: 10px;
    color: var(--color-white);
    border-radius: 40px;
    background-color: #e67333;
    border: none;
    outline: none;
    cursor: pointer;
}

.color-orange {
    width: 80%;
    color: #f4a07a;
    border: none;
    outline: none;
    cursor: pointer;
}
.color-orange:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.form_login a.btn {
    background-color: #f4a07a;
}

.form_login button[type=submit]:hover,
.form_login a.btn:hover {
    text-decoration: underline;
    color: #f4a07a;
    background-color: var(--color-white);
}
.bg_login{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_login p{
    width: 100%;
    text-align: center;
    font-family: var(--font-family-ibm-plex-sans);
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 24px;
}
.bg_login img{
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
    height: 40px;
}
.img_form_login{
    display: none;
}






.d-none{
    display: none!important;
}
.height-auto{
    height: auto;
}
@media(max-width: 840px){
    .content_hero{
        height: 420px;
    }
    .div_info{
        width: 80%;
    }
    .link_subscribe{
        font-size: 68px;
    }
    .left_over_slide_video h2{
        font-size: 64px;
    }
    .right_hero{
        padding-bottom: 110px;
    }
    .left_hero{
        padding-bottom: 120px;
    }
    .head_dashboard{
        height: 360px;
    }
    .img_user{
        width: 220px;
        height: 220px;
    }
    .img_user_inner{
        width: 160px;
        height: 160px;
    }
    .img_user_back{
        top: 26px;
    }
    .col_info_profile{
        padding: 20px 10px 10px;
    }
    .col_info_profile{
        margin-top: 0;
    }
    .col_center_profile{
        padding-top: 40px;
    }
    .head_courses{
        height: 280px;
    }
    .left_page_single, .right_page_single{
        width: 100%;
    }
    .over_video .video{
        height: 520px;
    }
}

@media(max-width: 768px){
    .f-33, .f-25, .f-20 {
        flex-basis: 50%;
    }
    .over_slide_video{
        padding: 20px;
    }
    .right_footer .f-25{
        padding-bottom: 40px;
    }
    .btn_menu_mobile img{
        width: 22px;
    }
    .btn_menu_mobile{
        display: flex;
        cursor: pointer;
    }
    nav.menu{
        position: fixed;
        top: 0;
        left: -100% ;
        width: 100%;
        height: 100vh;
        background-color: var(--color-black);
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .open_menu{
        left: 0!important;
    }
    .over_user_log{
        display: none;
    }
    nav.menu ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-content: flex-start;
    }
    nav.menu ul li{
        width: 100%;
        display: flex;
    }
    .head_menu{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 10px;
    }
    .btn_close_menu{
        cursor: pointer;
    }
    .btn_close_menu img{
        width: 32px;
    }
    .btn_noti{
        display: none;
    }
    .right_header{
        justify-content: flex-end;
    }
    .btn_menu_mobile{
        margin-left: 20px;
    }
    .head_dashboard{
        height: 260px;
    }
    .col_info_profile span{
        font-size: 28px;
    }
    .over_video .video{
        height: 450px;
    }
    .f-50, .f-30, .f-70{
        flex-basis: 100%;
    }
    .left_info_profile{
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .right_info_profile{
        padding: 20px 0;
    }
    .card_test{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .info_login{
        width: 100%;
    }
    .bg_login{
        display: none;
    }
    .img_form_login{
        display: flex;
        width: 100px;
        margin-bottom: 40px;
    }
}

@media(max-width: 600px){
    .content_hero{
        height: 280px;
    }
    .right_hero{
        padding-bottom: 75px;
    }
    .left_hero{
        padding-bottom: 75px;
    }
    .link_subscribe{
        font-size: 44px;
    }
    .div_info{
        width: 95%;
    }
    .div_info p{
        font-size: 12px;
    }
    .f-33, .f-25, .f-20 {
        flex-basis: 100%;
    }
    .card_simple{
        width: 100%;
        margin-bottom: 10px;
    }
    .left_over_slide_video,.right_over_slide_video{
        width: 100%;
    }
    .left_over_slide_video{
        padding: 40px 10px;
    }
    .content-large{
        padding: 60px 10px;
    }
    .sec_simp .f-33{
        padding: 0;
    }
    .info_profile{
        flex-wrap: wrap;
    }
    .col_info_profile{
        width: 100%;
    }
    .img_user{
        width: 180px;
        height: 180px;
        margin-top: -140px;
        margin-bottom: 10px;
    }
    .img_user_inner{
        width: 130px;
        height: 130px;
    }
    .img_user_back{
        top: 21px;
    }
    .content-default{
        padding: 40px 10px;
    }
    .col_info_profile{
        padding: 10px;
    }
    .top_user{
        margin-bottom: 0;
    }
    .head_profile{
        height: auto;
    }
    .left_head_profile, .right_head_profile{
        flex-basis: 100%;
    }
    .head_profile{
        padding-top: 40px;
    }
    .right_head_profile h2{
        font-size: 30px;
    }
    .right_head_profile p{
        font-size: 16px;
    }
    .right_head_profile{
        padding: 20px 10px;
    }
    .form_filter{
        flex-wrap: wrap;
    }
    .form_filter select{
        width: 100%;
        margin: 8px 0;
    }
    .head_courses{
        height: 240px;
    }
    .content_courses h2{
        font-size: 48px;
    }
    .content_courses p{
        font-size: 14px;
    }
    .over_video .video{
        height: 320px;
    }
    .top_left_page_single h3{
        font-size: 28px;
    }
    .card_img{
        width: 100%;
    }
}

@media(max-width: 450px){
    .content_hero{
        height: 220px;
    }
    .right_hero{
        padding-bottom: 50px;
    }
    .left_hero{
        padding-bottom: 50px;
    }
    .left_over_slide_video h2{
        font-size: 52px;
    }
    .logo_footer{
        width: 100%;
        padding-bottom: 40px;
    }
    .link_subscribe{
        font-size: 38px;
    }
    .card_slide_video_carousel{
        margin: 10px 0;
    }
    .card_gray{
        margin: 10px 0;
    }
    .col_info_profile{
        padding: 5px;
    }
    .head_dashboard{
        height: 200px;
    }
    .img_user{
        width: 150px;
        height: 150px;
        margin-top: -120px;
    }
    .img_user_inner{
        width: 110px;
        height: 110px;
    }
    .img_user_back{
        top: 19px;
    }
    .col_info_profile span{
        font-size: 24px;
    }
    .content-default{
        padding: 25px 10px;
    }
    .head_courses{
        height: 200px;
    }
    .over_form_filter{
        padding: 0;
        padding-top: 40px;
    }
    .content_courses h2{
        font-size: 38px;
    }
    .over_video .video{
        height: 250px;
    }
    .card_test{
        width: 100%;
    }
}

.form-control {
    height: 35px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

#searchForm {
    width: 300px;
}

.breadcrumb-item+.breadcrumb-item::before, .invalid-feedback, .form-check-label {
    color: #FFFFFF !important;
}

.form-comment textarea, .reply-text {
    height: 150px;
    width: 100%;
}

.reply-button {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.reply-button:hover {
    color: #e55d00;
    text-decoration: underline;
}

/* Botões (btn-*) */
.btn-primary,
.btn-success,
.btn-outline-primary,
.btn-outline-success {
    background-color: #e67333;
    border-color: #e67333;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-success:hover,
.btn-outline-primary:hover,
.btn-outline-success:hover {
    background-color: #FFFFFF;
    border-color: #e67333;
    color: #e67333;
}

.btn-primary:active,
.btn-success:active,
.btn-outline-primary:active,
.btn-outline-success:active,
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn
{
    text-decoration: underline !important;
    background-color: #ce5412 !important;
    border-color: #ce5412 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.btn-primary.active,
.btn-success.active,
.btn-outline-primary.active,
.btn-outline-success.active {
    background-color: #ce5412;
    border-color: #ce5412;
    color: #FFFFFF;
    text-decoration: underline;
}

/* Badges (badge-*) */
.badge-primary,
.badge-success {
    background-color: #e67333;
    color: #FFFFFF;
}

/* Texto (text-*) */
.text-primary,
.text-success {
    color: #e67333 !important;
}

/* Bordas (border-*) */
.border-primary,
.border-success {
    border-color: #e67333 !important;
}

/* Alertas (alert-*) */
.alert-primary,
.alert-success {
    background-color: #e67333;
    color: #FFFFFF;
    border-color: #e67333;
}

/* Links (link-primary, link-success) */
.link-primary,
.link-success {
    color: #e67333;
}

.link-primary:hover,
.link-success:hover {
    color: #ce5412;
    text-decoration: underline;
}

/* Customização global para botões outline */
.btn-outline-primary,
.btn-outline-success {
    background-color: transparent;
    border-color: #e67333;
    color: #e67333;
}

.btn-outline-primary:hover,
.btn-outline-success:hover {
    background-color: #e67333;
    color: #FFFFFF;
}

.video iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}

.member_profile:hover {
    text-decoration: underline;
}

#followingList li a, #followersList li a {
    display: inline-block;
    color: #000000;
}

#followingList .follow-btn, #followersList .follow-btn {
    position: initial;
    float:right;
}

#followingModal .modal-dialog .modal-content,
#followersModal .modal-dialog .modal-content{
    max-width: 60%; /* 60% of the screen width */
    width: 100%;    /* Ensure the modal scales */
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.slug-name, .interactive-highlight {
    background-color: #f4a07a;
    color: #000;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid;
}

.head_courses.head-courses {
    background-image: url(../img/head-courses.jpg);
}
.head_courses.head-library {
    background-image: url(../img/head-library.jpg);
}
.head_courses.head-store {
    background-image: url(../img/head-store.jpg);
}
.head_courses.head-upcoming {
    background-image: url(../img/head-upcoming-classes.jpg);
}
.head_courses.head-subscription {
    background-image: url(../img/head-subscription.jpg);
}
.head_courses.head-my-account {
    background-image: url(../img/head-my-account.jpg);
}
.head_courses.head-experts {
    background-image: url(../img/head-experts.jpg);
}

.over_box_info{
    margin-top: -140px;
    width: 68%;
}
.img_user{
    margin-top: -120px;
}
.content_info{
    display: flex;
    justify-content: center;
}
.btn_edit{
    position: unset!important;
    background-color: transparent!important;
}
.btn_edit_type{
    background-color: transparent;
    border: none;
}
.border_right_gray{
    border-right: 1px solid #444;
}
.padding_left{
    padding-left: 20px;
}

.overflow_itens{
    display: flex;
    flex-wrap: nowrap!important;
}
.over_overflow_itens{
    max-width: 100%;
    overflow: auto;
}
.over_overflow_itens::-webkit-scrollbar{
    background-color: #343434;
    height: 8px;
    padding: 2px;
}
.over_overflow_itens::-webkit-scrollbar-thumb{
    background-color: #787878;
    border-radius: 20px;
    cursor: pointer;
}
.f-20{
    width: 250px;
    display: flex;
}
.over_overflow_itens .card_slide_video_carousel{
    width: 250px;
}
.text-white * {
    color: #FFFFFF;
}

.text-white a:hover { text-decoration: underline !important; }

.notification-icon {
    cursor: pointer;
}

.notification-icon i {
    transition: color 0.3s;
}

.notification-icon:hover i {
    color: #0d6efd;
}

