:root {
    --green: #00e09b;
    --black: #000000;
    --white: #ffffff;
}

@font-face {
    font-family: Joyride;
    src: url("../fonts/inexxus-fonts/Joyride/JOYRIDE-REGULAR.OTF");
}

@font-face {
    font-family: JoyrideOutline;
    src: url("../fonts/inexxus-fonts/Joyride/JOYRIDE-OUTLINE.OTF");
}

@font-face {
    font-family: ProductSans;
    src: url("../fonts/inexxus-fonts/ProductSans/Product\ Sans\ Regular.ttf");
}

*:not(i) {
    font-family: ProductSans;
}

h1,
h2,
h3,
h4 {
    text-transform: lowercase;
    font-family: Joyride !important;
}

body {
    background-color: #1e1e1e;
}

/*
  -------------------------------- Header --------------------------------
*/

.header_area {
    background-color: transparent !important;
}

.header_area.navbar_fixed {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/*
.header_area .header__wrapper .header__left .logo_img img {
    -webkit-filter: drop-shadow(1px 1px 2px black);
    filter: drop-shadow(1px 1px 2px black);
}
*/

.profile_info .studentProfileThumb {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}

.header_area .header__wrapper .header__left .category_search .categories_menu {
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
}

.header_area form {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.profile_info span {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    color: white !important;
}

.header_area.navbar_fixed .main_menu ul li a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.header_area .menu_dropdown ul {
    background-color: white;
}

.header_area .menu_dropdown ul li a {
    color: black;
}

.header_area .menu_dropdown ul li a:hover {
    color: var(--green);
}

/*
  -------------------------------- Content site --------------------------------
*/
/* Tela de login */
.login_wrapper {
    background: #1e1e1e !important;
    height: fit-content !important;
    min-height: 100vh;
}

.login_wrapper .login_wrapper_right {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(0, 224, 155, 0.5)
    ) !important;
    height: 100% !important;
}

.login_wrapper .login_wrapper_left .login_wrapper_content h4 {
    color: rgb(0, 224, 155);
}

.login_wrapper .login_wrapper_left .login_wrapper_content form svg path {
    fill: rgb(0, 224, 155) !important;
}

.login_wrapper .login_wrapper_left span,
.login_wrapper .login_wrapper_left h5,
.login_wrapper .login_wrapper_left p {
    color: rgb(255, 255, 255, 0.8) !important;
}

.login_wrapper .login_wrapper_left a {
    color: rgb(0, 224, 155) !important;
}

.login_wrapper .login_wrapper_left button.disable_btn {
    background-color: #333;
    border-color: #333;
    color: white;
}

/* Popup de desconto */
.newsletter_form_inner {
    background: #1e1e1e !important;
}
.newsletter_form_wrapper .newsletter_form_inner .close_modal i {
    color: white !important;
}

/*
  Dashboard do usuário
*/

/* Modal de classificação de pontos dos usuários */
#myLeaderBoard .modal-content {
    background-color: #1f1f1f;
}
#myLeaderBoard .modal-content .close {
    color: white;
}

#myLeaderBoard .modal-content p,
#myLeaderBoard .modal-content li {
    color: white !important;
}

.dashboard_main_wrapper p {
    color: rgba(255, 255, 255, 0.6);
}

.dashboard_main_wrapper .sidebar .logo,
.dashboard_main_wrapper .header_iner {
    background-color: black;
}

.header_iner .category_search .theme_search_field,
.header_iner .notification_wrapper ul {
    background-color: #333333 !important;
}

.header_iner .notification_wrapper ul li a .notify_count {
    background: var(--green);
}

/* dropdowns do header */
.main_content .profile_info .profile_info_iner,
.header_iner .notification_wrapper ul li .notification_area,
.header_iner .notification_wrapper ul li .notification_area:after {
    background-color: #333333 !important;
}

.header_iner
    .notification_wrapper
    ul
    li
    .notification_area
    .notification_body::-webkit-scrollbar-thumb {
    background: var(--green);
}

.header_iner
    .notification_wrapper
    ul
    li
    .notification_area
    .notification_body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

.main_content .profile_info .profile_info_iner a {
    color: white !important;
}

.main_content .profile_info .profile_info_iner a:hover {
    background-color: var(--green);
}

/* Foto do usuário no header */
.main_content .profile_img .profile_info_icon {
    padding: 0 !important;
    background-color: transparent;
}

.main_content .profile_img .profile_info_icon img {
    width: 55px;
    height: 55px;
    margin: 0px !important;
}

/* Sidebar */
.dashboard_main_wrapper .sidebar {
    background-color: transparent;
}

.dashboard_main_wrapper .sidebar .sidebar_iner {
    padding-top: 50px;

    height: fit-content;

    background-color: #1e1e1e;
}

/* Conteúdo principal */
.dashboard_main_wrapper .dashboard_part {
    background: #000 !important;
}

.dashboard_main_wrapper .dashboard_title h3 {
    color: white;
}

.dashboard_main_wrapper .dashboard_title h3 span {
    font-family: Joyride;
}

.dashboard_main_wrapper .dashboard_title p {
    color: rgba(255, 255, 255, 0.8);
}

/* upcoming carousel */
.dashboard_main_wrapper .dashboard_badge_carousel {
    border-color: var(--green);
}

.dashboard_main_wrapper .dashboard_badge_carousel .owl-nav div {
    color: var(--green);
}

/* Cards do dashboard */
.dashboard_main_wrapper .dashboard_card,
.dashboard_main_wrapper .dashboard_lg_card,
.dashboard_main_wrapper .reward-card {
    background-color: #333333;
}

.dashboard_main_wrapper .dashboard_card span,
.dashboard_main_wrapper .dashboard_card p,
.dashboard_main_wrapper .reward-card p {
    color: rgba(255, 255, 255, 0.8);
}

.dashboard_main_wrapper .dashboard_lg_card h3,
.dashboard_main_wrapper .dashboard_card h4 {
    color: var(--green);
    font-family: ProductSans !important;
    text-transform: initial !important;
}

@media only screen and (max-width: 767px) {
    .dashboard_part .col-sm-6:nth-child(2n + 2) {
        padding-left: 15px;
    }
}

/* Tabela de notificações */
#notification_setup_form .table.custom_table tbody tr td {
    color: white;
}

.dashboard_main_wrapper .section__title3 p {
    color: white;
}

/* input de depósito */
.dashboard_main_wrapper .deposit_save_info input {
    color: #1e1e1e;
}

/* Tabela de recompensa dos líderes */
.dashboard_main_wrapper .reward-leader a {
    color: var(--green);
}

/* Dispositivos logados */
.dashboard_main_wrapper .table.custom_table3 thead tr th {
    color: white;
}
.dashboard_main_wrapper .table.custom_table3 tbody tr td {
    color: rgba(255, 255, 255, 0.8);
}

.dashboard_main_wrapper .modal-content {
    background-color: #1e1e1e;
}
.dashboard_main_wrapper .modal-content div.input-group-prepend + input {
    color: #1e1e1e;
}
.dashboard_main_wrapper .modal-content svg path {
    fill: var(--green);
}
.dashboard_main_wrapper .modal-content .close {
    color: white;
}

/* Referral link */
.dashboard_main_wrapper .referral_copy_inner input {
    color: #1e1e1e;
}

/* Configuração do perfil do estudante */
.dashboard_main_wrapper .profile .nav-link {
    color: #1e1e1e !important;
}

.dashboard_main_wrapper .profile .nav-link.active {
    color: white !important;
}

.dashboard_main_wrapper .tab-pane form label,
.dashboard_main_wrapper .tab-pane form span:not(.required_mark) {
    color: white;
    background-color: transparent;
}

.dashboard_main_wrapper form textarea {
    color: #1e1e1e;
}

/* my affiliate */
.dashboard_main_wrapper .dashboard_card {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.dashboard_card .card {
    background-color: #1e1e1e;
    padding: 5px;
    border-color: var(--green);
}

.dashboard_main_wrapper .nav-link.active {
    background-color: var(--green);
    border-color: var(--green);
    color: white;
}

.dashboard_main_wrapper .account_profile_form label {
    color: var(--green);
}

/* modal para adicionar educação do usuário */
.dashboard_main_wrapper .modal-content label,
.dashboard_main_wrapper .modal-content input {
    color: white;
}

/* informações extras */
input#dob {
    color: white;
}

.select2-dropdown {
    box-shadow: none !important;
}

/*
  Fim do dashboard do usuário
*/

.category_area .couses_category {
    background-color: var(--green);
}

.section__title h3,
.section__title p,
.section__title a {
    color: white;
}

.section__title a:hover {
    color: var(--green);
    border-color: var(--green);
}

.package_area h3,
.package_area p {
    color: black;
}

.quiz_area .white_box h3,
.quiz_area .white_box p,
.testmonial_area h3,
.testmonial_area p {
    color: black;
}

.modules_area .single_module h3,
.modules_area .single_module p {
    color: white;
}

.modules_area .single_module {
    border: 1px solid #06b982;
}

.modules_area .single_module:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 224, 155, 0.4);
}

.modules_area .single_module .icon {
    background: rgba(0, 224, 155, 0.8) !important;
}

.modules_area .single_module .icon img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.category_area .section__title p,
.section__title p {
    color: white !important;
}

.category_area .dynamicData .row > div:first-child > :first-child {
    border-radius: 15px 0 0 0;
    overflow: hidden;
}

.category_area .dynamicData .row > div:first-child > :last-child {
    border-radius: 0 0 0 15px;
    overflow: hidden;
}

.category_area .dynamicData .row > div:last-child > :first-child {
    border-radius: 0 15px 0 0;
    overflow: hidden;
}

.category_area .dynamicData .row > div:last-child > :last-child {
    border-radius: 0 0 15px 0;
    overflow: hidden;
}

/* .category_area .category_wiz .thumb:nth-child(2) {
    border-radius: 0 10px 0 0;
}

.category_area .category_wiz .thumb:nth-child(3) {
    border-radius: 0 0 10px 0;
}

.category_area .category_wiz .thumb:nth-child(4) {
    border-radius: 0 0 0 10px;
} */

.category_area .category_wiz .thumb .cat_btn {
    color: #000000 !important;
}

.category_area .category_wiz .thumb .cat_btn:hover {
    color: white !important;
}

.course_area .row {
    justify-content: center;
}

@media (max-width: 1200px) {
    .course_area .row {
        gap: 20px;
    }
}

.quiz_wizged,
.couse_wizged {
    border-radius: 10px;
    overflow: hidden;
    transition: scale 0.4s;
}

.quiz_wizged .course_content,
.couse_wizged .course_content {
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #333;
}

.quiz_wizged:hover,
.couse_wizged:hover {
    scale: 1.05;
}

.quiz_wizged .course_content .rating_cart .rateing,
.couse_wizged .course_content .rating_cart .rateing {
    background-color: transparent;
}

.package_area .section__title h3,
.package_area .section__title p,
.testmonial_area .section__title h3,
.testmonial_area .section__title p,
.quiz_area .white_box p,
.category_area .couses_category .single_course_cat .course_content h4,
.service_cta_area .single_cta_service h4,
.profile_info .profile_info_iner a {
    color: #000000 !important;
}

.quiz_wizged .course_content .rating_cart .rateing span,
.couse_wizged .course_content .rating_cart .rateing span {
    color: white !important;
}

.testmonial_area {
    background-color: transparent;
}

.testmonial_area .section__title h3 {
    color: var(--green) !important;
}

.testmonial_area .single_testmonial {
    background-color: rgb(0, 0, 0, 0.2);
    border: 1px solid var(--green);
    border-radius: 24px;
    min-height: 500px;
    padding: 25px;
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
    color: var(--green);
}

.testmonial_area .single_testmonial p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.blog_area .single_blog .blog_meta {
    padding: 15px;
}

.blog_area .single_blog .blog_meta span {
    color: rgba(255, 255, 255, 0.8);
}

.blog_area .single_blog .blog_meta h4 {
    color: var(--green);
}

.lms_blog_details_area .blog_details_inner .blog_post_date p {
    color: rgba(255, 255, 255, 0.8);
}

.lms_blog_details_area .blog_details_inner h3 {
    color: var(--green);
}

.lms_blog_details_area .blog_details_inner p {
    color: white;
}

.lms_blog_details_area .blog_reviews .review_content_head_left h4 {
    color: var(--green);
}

.lms_blog_details_area .blog_reviews .review_content_head_left span {
    color: rgba(255, 255, 255, 0.8);
}

.lms_blog_details_area .blog_reviews p {
    color: white;
}

.lms_blog_details_area .blog_reviews .comment_box_text a {
    color: rgba(255, 255, 255, 0.8);
}

.lms_blog_details_area .blog_sidebar_wrap input::-webkit-input-placeholder,
.lms_blog_details_area .blog_sidebar_wrap input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.lms_blog_details_area .blog_sidebar_wrap h4 {
    color: var(--green);
    text-transform: lowercase;
}

.lms_blog_details_area .blog_sidebar_wrap .single_newslist h4 {
    color: white;
}

.lms_blog_details_area .blog_sidebar_wrap .single_newslist p {
    color: rgba(255, 255, 255, 0.8);
}

.package_area .single_package {
    background: white;
    padding: 30px 10px;
    border: 2px solid var(--green);
    border-radius: 10px;
}

.package_area .single_package h4 {
    color: var(--green);
    text-transform: capitalize;
    font-family: ProductSans !important;
}

.category_area .couses_category,
.brand_area .barnd_wrapper {
    background-color: var(--green) !important;
}

.brand_area {
    display: none;
}

.shoping_wrapper .shoping_cart {
    background: #1e1e1e !important;
}

.address_lines > *,
[data-type="component-text"] {
    color: white;
}

/*
    Página courses
*/

.theme_progressBar.progress {
    border-radius: 0px;
    height: 4px;
    background: #e0e0e0;
    margin: 0 0 5px;
}

.theme_progressBar.progress .progress-bar {
    background-color: orange;
}

.box_header_right ul.list li.option {
    color: black;
}

.course_category_chose .single_course_categry h4 {
    color: var(--green);
}

.course_tabs .lms_tabmenu li a:not(.active) {
    color: black;
}

.description_grid .single_description_grid h5 {
    color: black;
    font-weight: 600;
}

.description_grid .single_description_grid p {
    color: rgba(0, 0, 0, 0.5);
}

.sidebar__widget .sidebar__title {
    display: block;
}

.sidebar__widget .sidebar__title h3 {
    background-color: orange;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
}

.sidebar__widget .sidebar__title a,
.sidebar__widget .sidebar__title a i {
    color: white !important;
}

.sidebar__widget ul.course_includes li i,
.sidebar__widget ul.course_includes li p {
    color: white;
}

.course__details .theme_according .card {
    background-color: var(--green) !important;
}

.course__details .theme_according .card .curriculam_left i,
.course__details .theme_according .card .curriculam_left span,
.course__details .theme_according .card .curriculam_right span {
    color: white !important;
}

.instractor_details_wrapper .instractor_title p,
.instractor_details_info h5 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.instractor_details_wrapper > p,
.instractor_details_info .ins_details > *,
.instractor_details_info .intractor_qualification > * {
    color: white !important;
}

.course_review_wrapper .details_title p,
.course_review_header .review_poients p,
.course_review_header .rating_star p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.course_cutomer_reviews .details_title {
    color: white !important;
}

/*
    Popup de aceitar cookies
*/
.theme_cookies {
    background-color: var(--green) !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.theme_cookies .theme_cookies_info p {
    font-family: ProductSans;
}

.theme_cookies .theme_cookies_info p a {
    color: #000000 !important;
}

.theme_cookies .cookie_btn {
    font-family: ProductSans;
    background: white !important;
    color: var(--green) !important;
    outline: 2px solid white;
    transition: all 0.4s;
}

.theme_cookies .cookie_btn:hover {
    background: transparent !important;
    color: white !important;
}

/*
    Tela de instrutores
*/
.section__title2 span {
    color: var(--green) !important;
}

/*
    Tela de Contato
*/
.contact_section .contact_title h4 {
    color: var(--green) !important;
}

.contact_section .contact_info p {
    color: white !important;
}

.contact_section .contact_form_box {
    background-color: #333333;
}

.contact_section .contact_form_box label {
    color: white;
}

.contact_section .contact_form_box input,
.contact_section .contact_form_box textarea {
    color: black;
}

.contact_section .contact_form_box input {
    padding: 15px 20px;
}

/*
    Tela do perfil do usuário
*/
.profile .profile-wrapper,
.profile .profile-wrapper .profile-left {
    background-color: #333333;
}

.profile .profile-wrapper .profile-left .profile-img p {
    color: white;
}

.profile .tab-pane {
    background-color: #333333;
}

.profile .tab-pane .about h3 {
    color: var(--green);
}

.profile .tab-pane .about,
.profile .tab-pane .about strong {
    color: white;
}

.profile-info h4 {
    color: var(--green) !important;
}

.profile-img .theme_btn {
    background-color: var(--green) !important;
}

.profile .nav-link.active {
    color: var(--green) !important;
}

/*
    Tela do vídeo da aula
*/
#sticky-header.header_area {
    background-color: black !important;
}

#sticky-header.header_area.navbar_fixed {
    width: 100vw;
}

.header__right span {
    color: white;
    font-family: ProductSans !important;
}

.play_toggle_btn {
    background-color: var(--green) !important;
}

.courseListPlayer,
.courseListPlayer .card,
.theme_according .card .card-header button {
    background-color: #1e1e1e;
}

.theme_according .card-body {
    background-color: #1e1e1e;
}

.theme_according .card .card-header h5 button span,
.courseListPlayer .theme_according button:before {
    color: white;
}

.theme_search_field button,
.theme_search_field button:hover {
    color: var(--green) !important;
}

#sticky-header.header_area .slicknav_menu .slicknav_icon-bar {
    background-color: white !important;
}

/*
    Página about
*/
.who_we_area .info_left span {
    color: var(--green) !important;
}

.single_counter p {
    color: white !important;
    text-shadow: 1px 1px 2px #1e1e1e;
}

/*
  -------------------------------- Footer --------------------------------
*/
footer {
    background-color: transparent !important;
}

footer .footer_top_area {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);

    border-color: hsla(0, 0%, 100%, 0.1);
}

footer .footer_top_area .footer__cta .cta_content h3,
footer .footer_top_area .footer__cta .cta_content p,
footer .copyright_area .footer_widget .footer_title h3 {
    color: white;
}

footer .theme_mailChimp .form-control {
    color: black;
}

footer .footer_top_area .footer__cta h3,
footer .copyright_area .footer_widget .footer_title h3 {
    font-size: 21px;
}

footer .copyright_area .footer_widget p a {
    display: none;
    color: white;
}

/*
  -------------------------------- Luan --------------------------------
*/

*:not(i) {
    font-family: ProductSans;
}

h1,
h2,
h3,
h4 {
    text-transform: lowercase;
    font-family: Joyride;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.login_wrapper_left input {
    background-color: #333333;
}

.login_wrapper_left .input-group.custom_group_field {
    align-items: end;
}

.modules_area .single_module p a {
    color: #06b982;
}
.modules_area .single_module h3 a:hover {
    color: #06b982;
}

.invoice_part_iner table img {
    width: 120px;
    background: #000;
    padding: 20px;
}

.main_content_iner .table-responsive .custom_table td {
    color: #fff;
}

.main_content_iner .table-responsive .custom_table a {
    color: #fff;
}

.cs_modal .modal-header h5 {
    color: #000 !important;
}

.product_name span {
    color: #fff !important;
}

.invoice_part_iner p,
.invoice_part_iner h1,
.invoice_part_iner h2,
.invoice_part_iner h3,
.invoice_part_iner h4,
.invoice_part_iner h5,
.invoice_part_iner td,
.invoice_part_iner th,
.invoice_part_iner span {
    color: #000 !important;
}

/* ---------------------- danilo ----------------------*/

.quiz_wizged .course_content .rating_cart a.cart_store,
.couse_wizged .course_content .rating_cart a.cart_store {
    background-color: black !important;
}

.quiz_wizged,
.couse_wizged {
    box-shadow: 0px 1px 2px 1px var(--green);
    background-color: rgb(0, 0, 0, 0.2);
}

.quiz_wizged .course_content,
.couse_wizged .course_content {
    background-color: transparent;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.quiz_wizged .course_content h4,
.couse_wizged .course_content h4 {
    text-transform: lowercase;
}

.quiz_wizged .thumb,
.couse_wizged .thumb {
    height: fit-content;
}

.quiz_wizged .thumb .thumb_inner,
.couse_wizged .thumb .thumb_inner {
    background-size: cover;

    height: initial;
    width: 100%;
    aspect-ratio: 1170/600;
    transform: scale(1);
}

.quiz_wizged .thumb .prise_tag,
.couse_wizged .thumb .prise_tag {
    min-height: initial;
    width: fit-content;
    height: fit-content;
    padding: 10px !important;
    border-radius: 5px;
    background: orange;
    color: white;
}

.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    h5 {
    color: white;
}

/* checkout da compra do curso */
.table-bordered,
.table-bordered td,
.table-bordered th {
    color: white;
}

.billing_details_wrapper div label {
    color: white;
}

.billing_details_wrapper input,
.order_wrapper input,
.billing_details_wrapper textarea#details {
    color: black !important;
}

.order_wrapper h3,
.order_wrapper span {
    color: black !important;
}

/* area de pagamento */
.payment_area .biling_address .biling-header a {
    background-color: var(--green);
}

.Payment_btn,
.dashboard_part .deposit_lists_wrapper .single_deposite {
    transition: all 0.4s;
    background-color: white;
}

.Payment_btn:hover,
.dashboard_part .deposit_lists_wrapper .single_deposite:hover {
    transform: translateY(5px);
}

/* modal carteira */
#MakePaymentFromCredit .modal-content {
    background-color: #333333;
}

/* modal de pagamento bancario */
#bankModel .modal-content {
    top: 100px;
}

#bankModel .modal-content .nice-select-search-box input {
    color: black;
}

/* pagina de detalhes do curso */
.course__details .video_screen {
    height: fit-content !important;
    width: 100%;
    aspect-ratio: 1170/600;
}

.course__details .course__details_title .single__details .details_content span {
    color: white;
}

.conversition_box textarea {
    color: black;
}

.course_overview_description font,
.course_overview_description font span,
.course_overview_description ul *,
.course_overview_description ol *,
.course_overview_description .single_overview p,
.course_overview_description .single_overview p span {
    color: white !important;
    background-color: transparent !important;
}

/* modal de avaliação do curso/aula */
#courseRating .modal-content {
    background-color: #333333;
}

/* quiz */
.course_fullview_wrapper #StartConfirmModal .modal-content,
.course_fullview_wrapper #submitConfirmModal .modal-content {
    background-color: #333333;
}

.course_fullview_wrapper #StartConfirmModal .modal-content .modal-header,
.course_fullview_wrapper #submitConfirmModal .modal-content .modal-header {
    background-color: #1e1e1e;
}

.course_fullview_wrapper #StartConfirmModal .modal-content .modal-header i,
.course_fullview_wrapper #StartConfirmModal .modal-content .modal-body,
.course_fullview_wrapper #submitConfirmModal .modal-content .modal-header i,
.course_fullview_wrapper #submitConfirmModal .modal-content .modal-body {
    color: white;
}

.quiz_questions_wrapper,
.quiz_score_wrapper .quiz_test_body,
.result_sheet_wrapper .quiz_test_body {
    background-color: #333333;
}

.quiz_questions_wrapper .quiz_test_header,
.quiz_score_wrapper .quiz_test_header,
.result_sheet_wrapper .quiz_test_header {
    background-color: black;
}

.quiz_questions_wrapper .quiz_test_body small,
.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view span,
.result_sheet_wrapper
    .quiz_test_body
    .result_sheet_view
    .single_result_view
    h4 {
    color: white;
}

.quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top
    p,
.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p,
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
    color: var(--green);
}

.course_fullview_wrapper .course__play_warp .course__play_list {
    max-height: fit-content;
}

/* -------- danilo - ajustes do documento -------- */

/* homepage */
.banner_area .banner_text {
    margin: auto;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.banner_area .banner_text h3 {
    line-height: 0.8;
    color: var(--green);
}

.theme_search_field.large_search_field {
    margin: auto;
}

.section__title h3 {
    line-height: 1;
}

.category_area .section__title a.line_link {
    display: none;
}

.category_area .dynamicData .row > div:first-child > :first-child > div {
    min-height: 330px;
}

.category_area .dynamicData .row > div:first-child > :last-child {
    min-height: 330px;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .category_area .dynamicData .row {
        gap: 40px;
    }
}

.category_area .category_wiz .thumb .cat_btn {
    font-family: Joyride;
    font-weight: 500;
    text-transform: lowercase;
}

div[data-aoraeditor-title="HomePage Instructor Section"] div.row > div {
    margin: auto;
    text-align: center;
}

div[data-aoraeditor-title="HomePage Course Section"] {
    position: relative;
    background-image: url("../img/banner/backage_bg_2.jpg");
    background-size: cover;
    background-position: center;
}

/* div[data-aoraeditor-title="HomePage Course Section"]
    div[data-with="lessons"]
    + div
    a:hover {
    color: black;
    border-color: black;
} */

.quiz_area .white_box {
    background-color: var(--green);
    border-radius: 24px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2), 0 0 25px 5px rgba(0, 0, 0, 0.1),
        0 0 25px 10px rgba(0, 0, 0, 0.05);
}

.quiz_area .white_box div[class~="pt_70"] {
    padding-top: 0;
}

.quiz_area .white_box a {
    display: none;
    border-radius: 16px;
    background-color: black;
}

.quiz_area .white_box a:hover {
    color: black;
    border-color: black;
    background-color: transparent;
}

/* remove "become instructor" section */
div[data-aoraeditor-title="HomePage Become Instructor Section"] {
    display: none;
}

div[data-aoraeditor-title="HomePage Become Instructor Section"]
    .service_cta_area
    .single_cta_service
    h4
    span {
    font-family: Joyride;
}

div[data-aoraeditor-title="HomePage Become Instructor Section"]
    .service_cta_area
    .single_cta_service {
    border-radius: 24px;
    background-color: var(--green);
}

div[data-aoraeditor-title="HomePage Become Instructor Section"]
    .service_cta_area
    .single_cta_service
    a {
    border-radius: 10px;
    font-size: 20px;

    background-color: black;
    border-color: black;
    border-radius: 16px;
}

div[data-aoraeditor-title="HomePage Become Instructor Section"]
    .service_cta_area
    .single_cta_service
    a:hover {
    background-color: transparent;
    color: black;
}

div[data-aoraeditor-title="HomePage Become Instructor Section"]
    .service_cta_area
    .col-lg-6 {
    margin: auto;
}

.modules_area .single_module {
    border-radius: 24px;
}

.modules_area .single_module:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 224, 155, 0.4),
        0 0 15px 0 rgba(0, 224, 155, 0.4) inset;
}

.modules_area .single_module h3 a {
    font-family: inherit;
    color: var(--green);
}

.modules_area .single_module p a {
    color: white;
}

.theme_according .card .card-header button.collapsed {
    color: black;
}

.theme_according .card .card-header button:not(.collapsed)::before {
    color: white;
}

.theme_according
    .card-body
    .curriculam_list
    .curriculam_single
    .curriculam_left
    span {
    color: white !important;
}

/* courses */
.breadcrumb_area .breadcam_wrap {
    max-width: fit-content;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

.breadcrumb_area .breadcam_wrap h3 {
    display: block;
    font-family: "ProductSans" !important;
    text-transform: inherit;
    font-size: 64px;
}

/* courses details */
body:has(div.course__details) div.breadcrumb_area {
    background-image: none !important;
    background-color: #1e1e1e;
    height: fit-content;
    padding: 20px;
    padding-top: 40px;
}

body:has(div.course__details) div.breadcrumb_area::before {
    background: none !important;
}

/* instructors */
.instractors_wrapper {
    margin-top: 40px;
}

.instractors_wrapper:not(.instractors_wrapper2) {
    display: none;
}

.instractors_wrapper .single_instractor {
    position: relative;
}

.instractors_wrapper .single_instractor img {
    border-radius: 24px;
}

.instractors_wrapper .single_instractor a:not(.thumb) {
    position: absolute;
    bottom: 40%;
    text-align: center;
    width: 100%;
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 12px;
}

.instractors_wrapper .single_instractor a:not(.thumb) h4 {
    color: inherit;
}

.instractos_details_wrapper .single__details span {
    color: var(--green) !important;
}

.instractos_details_wrapper .instractos_info_Details span {
    color: white !important;
    font-weight: 600 !important;
}

/* contact */
.contact_section .contact_form_box {
    background-color: transparent;
}

.contact_section .contact_form_box h4 {
    font-size: 50px;
    line-height: 1;
}

.contact_section .contact_form_box input,
.contact_section .contact_form_box textarea,
.contact_section .contact_form_box button[type="submit"] {
    padding: 25px;
    border-radius: 20px;
}

/* popup inicial */
.newsletter_form_wrapper .newsletter_form_inner {
    box-shadow: 100px 200px 100px 0 rgba(0, 244, 155, 0.2) inset;

    padding: 25px;
    max-width: 848px;
    display: grid;
    grid-template-columns: minmax(auto, 500px) auto;
    align-items: center;
    border-radius: 24px;
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
    aspect-ratio: 1;
    height: fit-content !important;
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
    padding: 90px 30px 70px;
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form a {
    border-radius: 16px;
}

@media (max-width: 900px) {
    .newsletter_form_wrapper .newsletter_form_inner {
        grid-template-columns: auto;
        justify-items: center;
        height: 600px;
        overflow: auto;
    }

    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
        height: 180px !important;
    }
}

/* -------- affiliate area -------- */
div[data-aoraeditor-categories="Affiliate Page"] a {
    border-radius: 16px;
}

div[data-aoraeditor-categories="Affiliate Page"] .affiliate_bradcam_area,
div[data-aoraeditor-categories="Affiliate Page"] .affiliate_bg {
    background: initial;
}

div[data-aoraeditor-categories="Affiliate Page"] .breadcam_text span {
    color: var(--green);
}

div[data-aoraeditor-categories="Affiliate Page"] p,
.affiliate_bradcam_area .breadcam_text p,
div[data-aoraeditor-categories="Affiliate Page"] h3,
.affiliate_bradcam_area .breadcam_text h3 {
    color: white;
}

div[data-aoraeditor-categories="Affiliate Page"] .commision_box {
    border-radius: 24px;
    background-color: var(--green);
}

div[data-aoraeditor-categories="Affiliate Page"] .commision_box a {
    background-color: black;
    border-color: black;
}

div[data-aoraeditor-categories="Affiliate Page"] .commision_box a:hover {
    color: black;
    background-color: transparent;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .commision_box
    > div[class*="left"],
div[data-aoraeditor-categories="Affiliate Page"]
    .commision_box
    > div[class*="right"] {
    background-color: transparent;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .commision_box
    > div[class*="left"] {
    border-right: 1px solid black;
}

div[data-aoraeditor-categories="Affiliate Page"] .commision_box > div h3,
div[data-aoraeditor-categories="Affiliate Page"] .commision_box > div h4 {
    color: black !important;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .work_title_area
    .work_title_desc
    p {
    color: white;
}

div[data-aoraeditor-categories="Affiliate Page"] .process_widget_box {
    border-color: var(--green);
    border-radius: 20px;
}

div[data-aoraeditor-categories="Affiliate Page"] .process_widget_box h4 {
    color: var(--green);
}

div[data-aoraeditor-categories="Affiliate Page"]
    .Requirements_boxs
    :first-child {
    border-radius: 24px 0 0 24px;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .Requirements_boxs
    :last-child {
    border-radius: 0 24px 24px 0;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .Affiliate_benefit_boxs::before {
    background: white;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .Affiliate_benefit_boxs
    .Affiliate_benefit_box {
    background-color: var(--green);
    border: none;
    border-radius: 16px;
}

div[data-aoraeditor-categories="Affiliate Page"]
    .Affiliate_benefit_boxs
    .Affiliate_benefit_box
    h4,
div[data-aoraeditor-categories="Affiliate Page"]
    .Affiliate_benefit_boxs
    .Affiliate_benefit_box
    p {
    color: black;
}

div[data-aoraeditor-categories="Affiliate Page"] .affliate_faq-section h4 {
    color: var(--green);
}

div[data-aoraeditor-title="HomePage FAQ Section"] .offset-2 {
    margin: auto;
}

/* -------- Comunidade -------- */
body:has(div.fourm_area) .breadcrumb_area {
    display: none;
}

.breadcrumb_area.bradcam_bg_11::before {
    background-color: #333333;
}

div.fourm_area {
    background-color: #1e1e1e;
}

div.fourm_area .lession_lists li:first-child {
    display: none;
}

div.fourm_area .fourm_header select,
div.fourm_area .fourm_header .fourm_select,
div.fourm_area .fourm_cat_boxes:has(ul#category_list) {
    display: none;
}

div.fourm_area .new_post_box h3 {
    color: var(--green);
    text-transform: lowercase !important;
}

div.fourm_area .new_post_form button[type="submit "] {
    border-color: var(--green);
    background-color: var(--green);
    font-family: ProductSans;
}

div.fourm_area .new_post_form button[type="submit "]:hover {
    color: var(--green);
    background-color: transparent;
}

div.fourm_area .fourm_header {
    border-bottom: 1px solid var(--green);
}

div.fourm_area .table-responsive {
    overflow-x: visible;
}

div.fourm_area .table.fourm_table thead tr th {
    font-family: Joyride;
    color: var(--green);
    font-size: 16px;
    text-transform: lowercase;
    padding: 10px;
}
div.fourm_area .table.fourm_table thead tr th:first-child {
    display: flex;
    flex-direction: column-reverse;
}

div.fourm_area .table.fourm_table thead tr th:first-child a {
    margin-bottom: 6px;
}

div.fourm_area .table.fourm_table thead tr th:first-child a span {
    font-family: ProductSans;
    background-color: var(--green);
    border-color: var(--green);
    margin-left: 0;
}

div.fourm_area .table.fourm_table tbody tr td {
    padding: 10px;
}

div.fourm_area .table.fourm_table tbody tr td:not(:first-child) {
    text-align: center;
}

div.fourm_area .table.fourm_table tbody tr td .topic_name h3 {
    color: black;
    font-family: ProductSans !important;
    text-transform: initial !important;
    font-weight: 700;
}

div.fourm_area .table.fourm_table tbody tr td span,
div.fourm_area .table.fourm_table tbody tr td h6 {
    font-weight: 400 !important;
    font-family: ProductSans;
}

div.fourm_area .table.fourm_table tbody tr td .users_list {
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    z-index: 1;
    overflow-x: hidden;
    height: 60px;
    max-width: 70px;
}

@media (max-width: 930px) {
    div.fourm_area .table.fourm_table thead tr th {
        font-size: 12px;
    }

    div.fourm_area .table.fourm_table tbody tr td .topic_name h3 {
        font-size: 12px;
    }

    div.fourm_area .table.fourm_table tbody tr td span,
    div.fourm_area .table.fourm_table tbody tr td h6 {
        font-size: 10px;
    }
}

@media (max-width: 600px) {
    div.fourm_area .table.fourm_table thead tr th {
        font-size: 8px;
    }

    div.fourm_area .table.fourm_table tbody tr td .topic_name h3 {
        font-size: 8px;
    }

    div.fourm_area .table.fourm_table tbody tr td span,
    div.fourm_area .table.fourm_table tbody tr td h6 {
        font-size: 7px;
    }
}

div.fourm_area .category_mark .squire_bulet {
    background-color: var(--green);
}

div.fourm_area .fouram_tabs a.active,
.fouram_tabs a:hover {
    background-color: var(--green);
    border-color: var(--green);
}

div.fourm_area .user_hover_card .user_points h3 {
    color: var(--green);
}

div.fourm_area .user_hover_card span,
div.fourm_area .user_hover_card p {
    font-family: ProductSans;
}

div.fourm_area .fourm_footer p {
    color: var(--green);
}

div.fourm_area + div footer .theme_mailChimp button {
    background-color: var(--green);
}

div.fourm_area + div footer .copyright_area .footer_widget p,
div.fourm_area + div footer .copyright_area .footer_widget .footer_links li a {
    color: white;
}

.translator-switch .nice-select .list {
    margin-top: 5px;
}

.nice-select ul.list li.option.focus,
.nice-select ul.list li.option:hover,
.nice-select ul.list li.option.selected.focus {
    font-family: ProductSans;
    color: var(--green);
}

.nice-select ul.list li.option {
    font-family: ProductSans;
    color: black;
}

div.fourm_area
    + div
    footer
    .copyright_area
    .footer_widget
    .footer_links
    li
    a:hover {
    color: var(--green);
}

.table.fourm_table tbody tr td .topic_name {
    max-width: initial;
    min-width: initial;
}

/* tela do curso na comunidade */
div.fourm_area .nice-select span.current {
    font-family: ProductSans;
}

div.fourm_area .fouram_tabs a {
    color: var(--green);
    border-color: var(--green);
}

div.fourm_area .fouram_tabs a:hover,
div.fourm_area .fouram_tabs a.active {
    color: var(--white);
}

div.fourm_area .lession_lists li a {
    font-family: ProductSans;
    color: var(--black);
    font-weight: 500;
}

div.fourm_area .lession_lists li a.active {
    background-color: var(--green);
    color: var(--white);
}

div.fourm_area .forum_suggestion ul.list {
    background-color: #333;
    border: none;
}

div.fourm_area .forum_suggestion ul.list li.option a {
    font-family: ProductSans;
}

div.fourm_area .forum_suggestion ul.list li.option a:hover,
div.fourm_area .forum_suggestion ul.list li.option a:focus {
    background-color: var(--green);
}

div.fourm_area .fourm_cat_boxes .cat_title {
    color: var(--green);
}

div.fourm_area .primary_checkbox .checkmark::before {
    background-color: var(--green);
}

div.fourm_area .discussion_lists .single_discussion h3 a {
    font-family: ProductSans;
}

div.fourm_area .forum_replay_wrapper button.dropdown-toggle {
    background-color: var(--green);
}

div.fourm_area
    .forum_replay_wrapper
    button.dropdown-toggle
    + ul.dropdown-menu
    li
    a {
    color: var(--black);
    font-family: ProductSans;
}

div.fourm_area
    .forum_replay_wrapper
    button.dropdown-toggle
    + ul.dropdown-menu
    li
    a:hover {
    color: var(--green);
}

div.fourm_area .forum_replay_wrapper form button[type="submit"] {
    background-color: var(--green);
    border-color: var(--green);
    font-family: ProductSans;
}

div.fourm_area .forum_replay_wrapper form button[type="submit"]:hover {
    color: var(--green);
    background-color: transparent;
}

div.fourm_area .forum_replay .forum_replay_single .forum_foot a {
    color: var(--green);
}

div.fourm_area .forum_replay_wrapper .topic_replay img {
    width: 100% !important;
}

/* -------- dropdown list sidebar menu -------- */
/* faz os itens ficarem juntos */
.dashboard_main_wrapper .sidebar .sidebar_iner ul li > a {
    justify-content: flex-start !important;
}

.dashboard_main_wrapper .sidebar .sidebar_iner ul li > a .rank-icon path {
    fill: var(--green);
}

.dashboard_main_wrapper .sidebar .sidebar_iner ul li > a:hover .rank-icon path {
    fill: white;
}

/* separa a flecha lateral do texto quando a sidebar estiver aberta */
.dashboard_main_wrapper .sidebar .sidebar_iner ul li > a span {
    flex: 1;
}

.dashboard_main_wrapper .sidebar .sidebar_iner a i {
    color: white !important;
    font-size: 12px;
    margin-left: 8px;
}

.dashboard_main_wrapper .sidebar .sidebar_iner a + ul a {
    color: white;
}

/* configura o background do dropdown da sidebar quando a sidebar estiver aberto */
.dashboard_main_wrapper
    .sidebar:not(.closed)
    .sidebar_iner
    a[aria-expanded="true"],
.dashboard_main_wrapper
    .sidebar:not(.closed)
    .sidebar_iner
    a[aria-expanded="true"]
    + ul.show {
    background-color: #333;
}

.dashboard_main_wrapper
    .sidebar:not(.closed)
    .sidebar_iner
    a[aria-expanded="true"] {
    border-radius: 5px 5px 0 0;
}

/* configura o background do dropdown da sidebar quando a sidebar estiver fechado */
.dashboard_main_wrapper .sidebar.closed .sidebar_iner li {
    position: relative;
}

.dashboard_main_wrapper
    .sidebar.closed
    .sidebar_iner
    li
    a[aria-expanded="true"] {
    background-color: #333;
    border-radius: 5px 5px 0 0;
}

.dashboard_main_wrapper .sidebar.closed .sidebar_iner li a + ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #333;
    z-index: 1;
}

.dashboard_main_wrapper .sidebar.closed .sidebar_iner li a + ul li {
    max-width: 300px;
    width: fit-content;
}

/* dropdown do botão do whatsapp */
.Menu_NOtification_Wrap .notification_Header {
    background: linear-gradient(to right top, rgb(0, 224, 155) 0%, #333 100%);
}

.Menu_NOtification_Wrap .Notification_body,
.Menu_NOtification_Wrap .nofity_footer {
    background-color: #333;
}

/* -------- Mercado Pago payment modal -------- */
#MakePaymentFromCreditMercadoPago .modal-header,
#MakePaymentFromCreditMercadoPago .modal-footer {
    border-color: rgba(255, 255, 255, 0.25);
}

#MakePaymentFromCreditMercadoPago input,
#MakePaymentFromCreditMercadoPago select {
    background-color: transparent;
    color: white !important;
}

#MakePaymentFromCreditMercadoPago select option {
    background-color: #333;
}

#MakePaymentFromCreditMercadoPago input:focus,
#MakePaymentFromCreditMercadoPago select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 0.2rem rgba(0, 224, 155, 0.25);
}

#MakePaymentFromCreditMercadoPago .modal-content {
    background-color: #333;
}

/* -------- users chat screens -------- */
.dashboard_main_wrapper section.admin-visitor-area {
    margin-top: 120px !important;
}

.dashboard_main_wrapper section.admin-visitor-area h3,
.dashboard_main_wrapper section.admin-visitor-area h4 {
    color: var(--green);
}

.dashboard_main_wrapper section.admin-visitor-area .chat_flow_list {
    background-color: #333;
    box-shadow: none;
}

/* dropdown menu arrow on chat screens */
.profile_info .profile_info_iner::before {
    border-color: transparent transparent #333 transparent;
}

/* virtual class */
div[id^="agora-video-player-track"] {
    height: fit-content !important;
}

div[id^="agora-video-player-track"] video {
    width: 100%;
    height: fit-content !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    aspect-ratio: 16/9;
    margin: auto;
    position: relative !important;
    object-fit: contain !important;
}

.agora-stream .player {
    height: fit-content !important;
}

/* -------- subscription -------- */
.pricing_plan {
    background-color: #333 !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.pricing_plan .single_pricing_plan {
    border-color: var(--green);
}

.pricing_plan .single_pricing_plan h2 span {
    position: static;
    font-size: inherit;
    font-family: inherit;
}

.pricing_plan .single_pricing_plan p {
    color: rgba(255, 255, 255, 0.6);
}

.pricing_plan .features_list h5 {
    background-color: var(--green);
}

.pricing_plan .features_list h5 span {
    color: rgba(0, 0, 0, 0.6);
}

.pricing_plan .features_list ul {
    border-color: var(--green);
}

/* -------- Modal de cookies -------- */
#cookieSettingsModal .modal-content {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1e1e1e;
}

#cookieSettingsModal .modal-content :is(.modal-header, .modal-footer) {
    border-color: rgba(255, 255, 255, 0.2);
}

/* -------- Tela de parcelamentos -------- */
.dashboard_main_wrapper .table.custom_table3 {
    color: white;
}