/***********************************
############ DEFAULT EAD ###########
***********************************/
.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.text-right {
    text-align: right;
}

.rounded-border {
    border-radius: 10px!important;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-right-15 {
    padding-right: 15px;
}

.width-full {
    width: 100%;
}

.hide {
    display: none !important;
}

.show {
    display: initial;
}

.pointer {
	cursor: pointer;
}

.no-border-top {
	border-top: 0 !important;
}

.no-pd-top {
	padding-top: unset !important;
}

.no-m-b {
	margin-bottom: 0 !important;
}

.width-auto {
	width: auto !important;
}

.font-weight-600 {
	font-weight: 600;
}

.mce-path-item {
	display: none !important;
}

.content-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 20px;
}

.video-section {
    /*flex: 1;*/
    position: relative;
}

.video-header {
    position: absolute;
    z-index: 500;
    width: auto;
}

.plyr__video-embed iframe {
    position: relative !important;
}


.text-section {
    flex: 1;
    overflow-y: auto;
    padding: 0 20px;
    position: relative;
    min-height: 0;
    max-height: calc(100vh - 70px); /* ajusta 70px conforme altura do header */
    scroll-behavior: smooth;
}

/* Scrollbar estilizada */
.text-section::-webkit-scrollbar {
    width: 12px;
}
.text-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.text-section::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}
.text-section::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
/* Firefox */
.text-section {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Mobile */
@media (max-width: 991px) {
  .text-section {
      max-height: none;
      overflow-y: visible;
  }
}


/* Para navegadores baseados em WebKit (Chrome, Safari) */
.video-section .text-section::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Para o Firefox */
.video-section .text-section {
    scrollbar-width: none; /* Oculta a barra de rolagem em Firefox */
}

/* Para o Internet Explorer e o Edge */
.video-section .text-section {
    -ms-overflow-style: none; /* Oculta a barra de rolagem em IE e Edge */
}

/* Aplicação geral para ocultar o scroll */
.video-section .text-section {
    overflow: -moz-scrollbars-none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
    overflow-y: scroll; /* Garante que o conteúdo ainda role */
}



.wc_ead {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #e9edf4;
}

.wc_ead_content{
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.wc_ead_header_center{
    text-align: center;
    border: 0;
    margin-bottom: 30px;
    color: #555;
}

.wc_ead_header_center{
	background-color: transparent;
	background-image: none;
	z-index: 1;
}

.wc_ead_header_center:before{
	background-color: transparent;
}

.wc_ead_header_center h1{
    font-size: 2em;
    font-weight: 300;
}

.wc_ead_header_center p{
    text-transform: uppercase;
    font-size: 0.8em;
}

/*UPLOAD*/
.wc_ead_upload{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.wc_ead_upload_progress{
    display: block;
    font-size: 3em;
    margin: auto;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.wc_ead_load{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    z-index: 999;
}

.wc_ead_load_content{
    display: inline-block;
    margin: auto;
}

.wc_ead_load_content_msg{
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    margin-top: 15px;
}

/*ALERT MENSAGES*/
.wc_ead_alert{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 9999;
}

.wc_ead_alert a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wc_ead_alert a:hover{
    text-decoration: underline;
}

.wc_ead_alert_box{
    display: block;
    width: 600px;
    max-width: 90%;
    margin: auto;
    background: #555;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 4px 0 #000;
}

.wc_ead_alert_box.green{background: #5B5A5A;}
.wc_ead_alert_box.blue{background: #5B5A5A;}
.wc_ead_alert_box.yellow{background: #E7A049;}
.wc_ead_alert_box.red{background: #C54550;}

.wc_ead_alert_close,
.wc_ead_alert_text,
.wc_ead_alert_icon{
    display: inline-block;
    vertical-align: middle;
}

.wc_ead_alert_icon{
    width: 8%;
    font-size: 2em;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    text-align: center;
}

.wc_ead_alert_text{
    width: 84%;
    padding: 0 20px;
}

.wc_ead_alert_title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.wc_ead_alert_content{
    font-size: 0.875em;
    font-weight: 300;
}

.wc_ead_alert_close{
    width: 8%;
    text-align: center;
}

.wc_ead_alert_close span{
    background: rgba(0,0,0,0.3);
    padding: 8px 10px 7px 10px;
    font-size: 0.75em;
    font-weight: 500;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.wc_ead_alert_close span:hover{
    background: rgba(0,0,0,0.5);
}

/*MODAL IN INDEX.PHP*/
.wc_ead_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.wc_ead_modal_box{
    display: block;
    width: 560px;
    max-width: 90%;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 5px 0 #000;
}

.wc_ead_modal_box b{
    font-weight: bold;
    color: #000;
}

.wc_ead_modal_content > a{
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

.wc_ead_modal_content > a:hover{
    text-decoration: underline;
}

.wc_ead_modal_close{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fe939b;
    color: #fff;
    padding: 7px 10px;
    font-size: 0.75em;
    font-weight: 500;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #fff;
    text-shadow: 1px 1px 1px darkred;
    cursor: pointer;
}

.wc_ead_modal_close:hover{
    background: #fe939b;
}

.wc_ead_modal_title{
    padding: 20px;
    background: #eee;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.wc_ead_modal_title.green{
    /*background: #008068;*/
    background: #303253;
    color: #fff;
}

.wc_ead_modal_title.blue{
    background: #303253;
    color: #fff;
}

.wc_ead_modal_title.yellow{
    background: #FAAD50;
    color: #fff;
}

.wc_ead_modal_title.red{
    background: #fe939b;
    color: #fff;
}

.wc_ead_modal_content{
    padding: 30px;
}

.wc_ead_modal_content p{
    font-size: 1em;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}

.wc_ead_modal_content p:first-child{
    margin-top: 0;
}

.wc_ead_modal_help{
    padding: 15px;
    background: #fbfbfb;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    font-size: 0.75em;
    color: #ccc;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.wc_ead_modal_help a{
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.wc_ead_modal_help a:hover{
    text-decoration: underline;
}

/*LOGIN.PHP*/
.wc_ead_enter header{
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    color: #555;
    background-color: transparent;
    background-image: none;
	z-index: 1;
}

.wc_ead_enter header:before{
	    background-color: transparent;
}

.wc_ead_enter header h1{
    font-size: 1.6em;
    font-weight: 500;
}

.wc_ead_enter header p{
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
}

.wc_ead_enter label{
    display: block;
    margin-bottom: 20px;
}

.wc_ead_enter label span{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.wc_ead_enter input{
    /*font-size: 1em;
    font-weight: 300;
    border: 2px solid #ccc;
    background: #fff !important;*/
    
    border: 1px solid #e6e6e6;
    line-height: 34px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #595959;
    width: 100%;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.wc_ead_enter select{
    border: 2px solid #ccc;
}

.wc_ead_enter_actions{
    display: block;
    text-align: right;
}

.wc_ead_enter_actions img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-left: 10px;
    display: none;
}

.wc_ead_login_recover{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7em;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 10px;
    color: #555;
    text-decoration: none;
}

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

.wc_ead_enter .btn{
    /*font-weight: bold;*/
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 20px;
}

.wc_ead_login{
    padding: 0 30px;
}

.wc_ead_login_single{
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 1% auto;
}

.wc_ead_register{
    padding: 30px;
    background: #5B5A5A;
    /*background: #00c6c5;*/
    box-shadow: 0 0 3px 0 #3c3b3b;
    color: #fff;
}

.wc_ead_register header h1,
.wc_ead_register header p {
	color: #fff;
}

.wc_ead_login header p,
.wc_ead_register header p {
	margin-bottom: 0;
}

/*EAD HOME.PHP*/

.wc_ead_home_header{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #555;
}

.wc_ead_home_header{
	background-color: transparent;
    background-image: none;
	z-index: 1;
}

.wc_ead_home_header:before{
	background-color: transparent;
}

.wc_ead_home_header h1{
    line-height: 1;
    font-size: 1.4em;
    font-weight: bold;
}

.wc_ead_home_header p{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
}

.wc_ead_home_student{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    background: #eee;
}

.wc_ead_home_student_thumb{
    padding: 30px;
    background: #fbfbfb;
    text-align: center;
    line-height: 1;
}

.wc_ead_home_student_thumb header{
	background-color: transparent;
    background-image: none;
}

.wc_ead_home_student_thumb header:before{
	background-color: transparent;
}

.wc_ead_home_student_thumb img{
    border: 5px solid #fff;
    margin-bottom: 10px;
}

.wc_ead_home_student_thumb h1{
    font-size: 1.2em;
    font-weight: 500;
}

.wc_ead_home_student_thumb p{
    font-size: 0.875em;
    font-weight: 300;
}

.wc_ead_home_student_content{
    padding: 20px;
}

.wc_ead_home_student_nav{
    display: block;
    width: 100%;
    list-style: none;
}

.wc_ead_home_student_nav a{
    display: block;
    padding: 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    cursor: pointer;
    color: #555;
    text-decoration: none;
}

.wc_ead_home_student_nav a:hover{
    /*background: #1992c1;*/
    background: #303253;
    color: #fff;
}

.wc_ead_home_student_nav a.exit:hover{
    background: #fe939b;
}

.wc_ead_home_student_nav a.wc_active{
    /*background: #37abf2;*/
    background: #303253;
    color: #fff;
}

.wc_ead_home_help{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #555;
}

.wc_ead_home_help a{
    color: #333;
    text-decoration: none;
}

.wc_ead_home_help a:hover{
    text-decoration: underline;
}

.wc_ead_win{
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.wc_ead_win_default{
    display: none;
}

.wc_ead_win_box{
    display: block;
    width: 500px;
    max-width: 90%;
    margin: auto;
    background: #fff;

}

.wc_ead_win_box_content{
    padding: 20px 20px 30px 20px;
}

.wc_ead_win_box_content .title{
    font-size: 2em;
    line-height: 1;
    margin: 0;
}

.wc_ead_win_box_content p{
    margin: 20px 0;
}

.wc_ead_win_image{
    background: #303253;
    color: #fff;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 6em;
    padding: 40px 0;
    text-shadow: 1px 1px #000;
}

/*ORDERS*/
.wc_ead_studend_orders{
    padding: 15px;
    background: #f5f5f5;
}

.wc_ead_studend_orders h1.row{
    width: 40%;
    text-align: left;
}

.wc_ead_studend_orders:nth-child(2n+0){
    background: #fbfbfb;
}

.wc_ead_studend_orders .row{
    font-weight: 300;
    display: inline-block;
    font-size: 0.875em;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

.wc_ead_studend_orders .row b{
    font-weight: 500;
}

.wc_ead_studend_orders .row_pay span{
    display: inline-block;
    margin-right: 5px;
}

/*CURSOS*/

.wc_ead_home_courses{
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding-left: 40px;
}

.wc_ead_home_courses_course{
    padding: 15px;
    background: #fbfbfb;
}

.wc_ead_home_courses_course_thumb{
    position: relative;
}

.wc_ead_home_courses_course_bonus{
    position: absolute;
    right: 12px;
    top: 10px;
    color: #eee;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    text-decoration: none;
}

.wc_ead_home_courses_course_bonus:hover{
    color: #fff;
}

.wc_ead_home_courses_course_renew{
    top: 40px;
    text-decoration: none;
}

.wc_ead_home_courses_course_content{
    text-align: center;
}

.wc_ead_home_courses_course_content h1{
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

.wc_ead_home_courses_course_content h1 a{
    color: #000;
    text-decoration: none;
}

.wc_ead_home_courses_course_content h1 a:hover{
    text-decoration: underline;
}

.wc_ead_home_courses_course_content p{
    font-size: 0.8em;
    color: #555;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #fbfbfb;
    margin-bottom: 0px;
}

.wc_ead_home_courses_certifications{
    display: block;
    width: 100%;
    padding: 10px;

    font-size: 0.8em;
    background: #eee;
    color: #ccc;
}

.wc_ead_home_courses_certifications_true{
    background: #303253;
    color: #fff;
    cursor: pointer;
}

.wc_ead_home_courses_certifications_true:hover{
    background: #303253;
}

.wc_ead_home_courses_certifications_print{
    color: #fff;
    background: #303253;
    cursor: pointer;
    text-decoration: none;
}

.wc_ead_home_courses_certifications_print:hover{
    background: #00c6c5;
}

.wc_ead_home_courses form{
    padding: 20px;
    background: #fbfbfb;
}

.wc_ead_home_courses form select,
.wc_ead_home_courses form input{
    /*font-size: 0.875em;
    font-weight: 300;
    border: 2px solid #ccc;*/
    margin-bottom: 20px;
    
    border: 1px solid #e6e6e6;
    line-height: 34px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #595959;
    width: 100%;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.wc_ead_home_courses form span{
    /*font-size: 0.875em;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 5px;*/
    
    font-size: 0.8em;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.wc_ead_home_courses form h2{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
    color: #ccc;
    border-bottom: 1px dotted #ccc;
}

.wc_ead_home_courses form .form_actions{
    vertical-align: middle;
    text-align: right;
}

.wc_ead_home_courses form .btn{
    vertical-align: middle;
    /*font-weight: bold;*/
    padding: 10px 20px;
}

.wc_ead_home_courses form .form_actions img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-left: 10px;
    display: none;
}

/*CURSO.PHP*/
.wc_ead_course_course{
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.wc_ead_course_course_header{
    text-align: center;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_course_header:before{
    background-color: transparent;
}

.wc_ead_course_course_header img{
    width: 260px;
    max-width: 80%;
    padding: 20px;
    background: #fff;
}

.wc_ead_course_course_header h1{
    margin: 20px 0 10px 0;
    font-size: 2em;
    font-weight: bold;
}

.wc_ead_course_course .box{
    text-align: center;
    padding: 20px 10px;
    /*background: #096397;
   	background: #0E96E5;*/
   	background: #303253;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.wc_ead_course_course .box .icon{
    display: inline-block;
    font-size: 2em;
}

.wc_ead_course_course .box .title{
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.wc_ead_course_course .box p{
    margin-top: 7px;
    margin-bottom: 8px;
    font-size: 0.9em;
}

.wc_ead_course_course .box .progress{
    margin-top: 9px;
    text-align: left;
}

.wc_ead_course_course .progress_bar{
    padding: 5px;
    vertical-align: top;
}

.wc_ead_course_course .box a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.wc_ead_course_course .box a:hover{
    text-decoration: underline;
}

.wc_ead_course_module{
    padding-top: 30px;
}

.wc_ead_course_module .module_header{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    line-height: 0;
}

.wc_ead_course_module .module_header{
	background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_module .module_header:before{
	background-color: transparent;
}

.wc_ead_course_module .module_header h1{
    font-size: 1.6em;
    font-weight: 500;
    color: #555;
    line-height: 1;
    margin-bottom: 5px;
}

.wc_ead_course_module .module_header p{
    font-size: 0.8em;
    color: #888;
    line-height: 1.2;
}

.wc_ead_course_module .module_header span{
    font-size: 0.4em;
}

.wc_ead_course_module_bar{
    display: inline-block;
    width: 40%;
    background: #ccc;
    height: 5px;
    margin-top: 15px;
}

.wc_ead_course_module_class{
    display: block;
    width: 100%;
    padding: 14px 15px 15px 15px;
    background: #fbfbfb; 
    line-height: 1;

}

.wc_ead_course_module_class.active{
    /*background: #37abf2 !important;*/
    background: #303253 !important;
}

.wc_ead_course_module_class.active:hover{
    /*background: #1992c1 !important;*/
   background: #303253 !important;
}

.wc_ead_course_module_class.active *{
    color: #fff;
}

.wc_ead_course_module_class:nth-child(2n+0){
    background: #f5f5f5;
}

.wc_ead_course_module_class:hover{
    background: #eee;
}

.wc_ead_course_module_class h1.row{
    display: inline-block;
    width: 40%;
    font-size: 0.875em;
    vertical-align: middle;
    text-align: left;
    font-weight: 300;
    color: #000;
    border: none;
}

.wc_ead_course_module_class .row{
    display: inline-block;
    width: 12%;
    font-size: 0.8em;
    vertical-align: middle;
    text-align: center;
    border-left: 1px dotted #ccc;
    font-weight: 300;
    color: #555;
}

.wc_ead_course_module_class a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.wc_ead_course_module_class a:hover{
    text-decoration: underline;
}

/*TAREFA.PHP*/

.wc_ead_course_task header{
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_task header:before{
	background-color: transparent;
}	

.wc_ead_course_task header h1{
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
}

.wc_ead_course_task header .course{
    display: inline-block;
    border-bottom: 4px solid #ccc;
    padding-bottom: 10px;
}

.wc_ead_course_task header .course span{
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    color: #888;
}

.wc_ead_course_task header .course a{
    display: inline-block;
    vertical-align: middle;
    color: #555;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
}

.wc_ead_course_task header .course a:hover{
    color: #000;
    text-decoration: underline;
}

.wc_ead_course_task_media{
    background: #000;
}

.wc_ead_course_task_media_play{
    padding: 0 0.5%;
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

.wc_ead_course_task_media_nav{
    width: 960px;
    max-width: 90%;
    margin: 30px auto 0 auto;
    text-align: center;
}

.wc_ead_course_task_media_nav .a,
.wc_ead_course_task_media_nav a{
    display: inline-block;
    width: 39%;
    margin: 0 0.5%;
    padding: 10px 20px;
    background: #222;
    color: #888;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.wc_ead_course_task_media_nav a:hover{
    background: #333;
    color: #fff;
}

.wc_ead_course_task_media_nav .a{
    width: 19%;
}

.wc_ead_course_task_media_nav .a.active:hover,
.wc_ead_course_task_media_nav .a.check:hover{
    background: #303253;
    color: #fff;
    cursor: pointer;
}

.wc_ead_course_task_media_nav .a.active{
    background: #00c6c5;
    color: #ccc;
}

.wc_ead_course_task_media_play .task{
    text-align: right;
    margin-bottom: 20px;
    font-weight: bold;
}

.wc_ead_course_task_media_play .task span{
    font-size: 0.7em;
    color: #555;
    display: inline-block;
    margin-left: 10px;
}

.wc_ead_course_task_media_download{
    display: block;
    text-align: center;
    flex: 2;
}

.wc_ead_course_task_media_download a{
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    background: #303253; /*37abf2*/

    color: #FFF !important;
    font-weight: bold;
    text-decoration: none;
}

.wc_ead_course_task_media_download a:hover{
   background: #303253; /*3a99d4*/
}

.wc_ead_course_task_media_tarefa {
    display: block;
    text-align: center;
    flex: 2;
}

.wc_ead_course_task_media_tarefa a,
.wc_ead_course_task_media_tarefa span .a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    background: #5B5A5A;
    color: #FFF !important;
    font-weight: bold;
    text-decoration: none;
}

#custom-audio-player {
    max-width: 100%;
    background-color: #5B5A5A;
    padding: 10px;
    border-radius: 10px;
}

#play-pause {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#seek-bar {
    width: 100%;
    height: 10px;
    background: #555;
    cursor: pointer;
    margin-top: 5px;
    position: relative;
    border-radius: 5px;
}

#fill {
    width: 0%;
    height: 100%;
    background: #22da26;
    position: absolute;
    border-radius: 5px;
}


/*.wc_ead_course_task_content{
    background: #f5f5f5;
}*/

.wc_ead_course_task_content_content footer{
    margin-top: 30px;
    background: #fbfbfb;
    padding: 0.5%;
}

.wc_ead_course_task_content_content footer a{
    display: inline-block;
    width: 49%;
    margin: 0.5%;
    padding: 10px;
    background: #eee;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #555;
}

.wc_ead_course_task_content_content footer a:hover{
    background: #ddd;
}

.wc_ead_course_task_content_sidebar{
    background: #fff;
    padding: 20px;
}

.wc_ead_course_task_content_sidebar .course_cover{
    width: 100%;
}

.wc_ead_course_task_content_sidebar header{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_task_content_sidebar header:before{
	background-color: transparent;
}

.wc_ead_course_task_content_sidebar header h1{
    display: inline-block;
    margin: 20px 0 0 0;
    padding-bottom: 10px;
    color: #555;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
}

.wc_ead_course_task_content_sidebar_links a{
    display: block;
    width: 100%;
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #fff;
    font-size: 0.8em;
    text-decoration: none;
    color: #555;
}

.wc_ead_course_task_content_sidebar_links a:hover{
    background: #ddd;
}

.wc_ead_course_task_content_sidebar_links a.active{
    background: #303253;
    color: #fff;
}

.wc_ead_course_task_media_nav_bar{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wc_ead_course_task_media_nav_bar .a.active,
.wc_ead_course_task_media_nav_bar .a,
.wc_ead_course_task_media_nav_bar a{
    width: 100%;
    margin: 0;
    background: #222;
}

.wc_ead_course_task_media_nav_bar .a:hover{
    background: #333 !important;
}

/*FÓRUM*/
.wc_ead_course_task_forum_header{
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_task_forum_header:before{
	background-color: transparent;
}

.wc_ead_course_task_forum_header h1{
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
}

.wc_ead_course_task_forum_header p{
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #eee;
}

.wc_ead_course_task_forum_none{
    font-size: 1.2em;
    font-weight: 300;
    color: #303253;
    text-align: center;
}

.wc_ead_course_task_forum_ticket{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #eee;
}

.wc_ead_course_task_forum_ticket:last-child{
    margin-bottom: 0;
}

.wc_ead_course_task_forum_ticket_thumb{
    display: inline-block;
    width: 15%;
    padding-right: 30px;
    vertical-align: top;
}

.wc_ead_course_task_forum_ticket_thumb img{
    padding: 5px;
    background: #eee;
}

.wc_ead_course_task_forum_ticket_thumb.admin .thumb{
    background: #303253;
}

.wc_ead_course_task_forum_ticket_content{
    display: inline-block;
    width: 85%;
    padding: 20px;
    background: #fbfbfb;
    vertical-align: top;
}

.wc_ead_course_task_forum_ticket_header{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    background-image: none;
}
.wc_ead_course_task_forum_ticket_header:before{
	background-color: transparent;
}

.wc_ead_course_task_forum_ticket_header h1{
    font-size: 1em;
    font-weight: 500;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 4px solid #eee;
}

.wc_ead_course_task_forum_ticket_header span{
    display: inline-block;
    vertical-align: top;
}

.wc_ead_course_task_forum_ticket_header .user{
    font-weight: bold;
}

.wc_ead_course_task_forum_ticket_header .status{
    font-size: 0.7em;
    margin-left: 10px;
}

.wc_ead_course_task_forum_ticket_content .htmlchars{
    padding: 0;
}

.wc_ead_course_task_forum_ticket_line{
    padding: 2px;
    margin-top: 20px;
    background: #fff;
}

.wc_ead_course_task_forum_response .wc_ead_course_task_forum_ticket{
    margin: 0;
    border: 0;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
}

.wc_ead_course_task_forum_ticket_actions{
    display: block;
    width: 100%;
    text-align: right;
}

.wc_ead_course_task_forum_ticket_new header{
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    z-index: 1;
}

.wc_ead_course_task_forum_ticket_new header:before{
	background-color: transparent;
}

.wc_ead_course_task_forum_ticket_new header h1{
    font-size: 1.8em;
    font-weight: bold;
    color: #555;
}

.wc_ead_course_task_forum_ticket_new header p{
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
}

.wc_ead_course_task_forum_ticket_actions span{
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
}

.wc_ead_course_task_forum_ticket_new .text_editor{
    padding: 0 8px;
    background: #F5F5F5;
}

.wc_ead_course_task_forum_ticket_new .form_actions{
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: right;
}

.wc_ead_course_task_forum_ticket_new .form_actions img{
    width: 25px;
    display: none;
}

.wc_ead_course_task_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.wc_ead_course_task_modal_content{
    position: relative;
    width: 640px;
    max-width: 90%;
    background: #fff;
    margin: auto;
}

.wc_ead_course_task_modal_content_close{
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 0.8em;
}

.wc_ead_course_task_modal_content_icon{
    font-size: 3em;
}

.wc_ead_course_task_modal_content header{
    line-height: 1;
    text-align: center;
    padding: 30px 10px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #000;*/
}

.wc_ead_course_task_modal_content .review{
    background: #303253;
    position: initial;
}

.wc_ead_course_task_modal_content .reply{
    background: #5B5A5A;
    position: initial;
}

.wc_ead_course_task_modal_content header h1{
    font-size: 1.6em;
    margin-bottom: 5px;
    color: #FFF;
}

.wc_ead_course_task_modal_content_desc{
    padding: 20px;
}

.wc_ead_course_task_modal_content_desc label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.wc_ead_course_task_modal_content_desc label span{
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
}

.wc_ead_course_task_modal_content_desc label select,
.wc_ead_course_task_modal_content_desc label textarea{
    resize: none;
    border: 2px solid #ccc;
    background-color: #fff;
    font-size: 1em;
}

.wc_ead_course_task_modal_content_desc .form_actions{
    text-align: right;
}

.wc_ead_course_task_modal_content_desc .form_actions img{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-top: -2px;
    display: none;
}


/*CERTIFICATION*/
.wc_ead_certificate{
    width: 3508px;
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
}

.wc_ead_certificate_name{
    position: absolute;
    left: 1100px;
    top: 850px;
    font-size: 160px;
    font-weight: bold;
    line-height: 0;
    text-transform: uppercase;
}

.wc_ead_certificate_course{
    position: absolute;
    left: 1100px;
    top: 1420px;
    font-size: 105px;
    font-weight: bold;
    line-height: 0;
    text-transform: uppercase;
}

.wc_ead_certificate_document{
    position: absolute;
    left: 1100px;
    top: 1650px;
    font-size: 80px;
    font-weight: bold;
    line-height: 0;
    text-transform: uppercase;
    color: #555;
}

.wc_ead_certificate_workload{
    position: absolute;
    left: 1100px;
    top: 1750px;
    font-size: 80px;
    font-weight: bold;
    line-height: 0;
    text-transform: uppercase;
    color: #555;
}

.wc_ead_certificate_validate{
    position: absolute;
    left: 1000px;
    width: 2508px;
    bottom: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    padding: 70px 0;
    color: #ccc;
}


.wc_ead_certificate_overload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #000;
}

.wc_ead_certificate_overload_box{
    display: block;
    color: #fff;
    text-align: center;
    margin: auto;
}

.wc_ead_certificate_overload_box p{
    font-size: 1em;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
}


.wc_ead_layer_transparent { 
	position:absolute; 
	left:0; 
	width:100%; 
	height:60px; 
	background-color:transparent; 
	z-index:101; 
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}
/***********************************
######## MEDIA QUERIES EAD #########
***********************************/
@media(max-width: 66em){
    .wc_ead_content{
        width: 94%;
    }

    .wc_ead_home_student,
    .wc_ead_home_courses{
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

    .wc_ead_home_student{
        margin: 0;
    }

    .wc_ead_course_module_class h1.row{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .wc_ead_course_module_class .row{
        width: 50%;
        text-align: center;
        border: none;
    }

    .wc_ead_course_module_class .views{
        display: none;
    }

    .wc_ead_course_task_media_nav .a,
    .wc_ead_course_task_media_nav a{
        width: 100%;
    }

    .wc_ead_course_task_content_content{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .wc_ead_course_task_content_content footer a{
        width: 99%;
    }

    .wc_ead_course_task_content_sidebar{
        width: 100%;
    }

    .wc_ead_course_task_content_sidebar .course_cover{
        display: none;
    }
}

@media(max-width: 48em){
    .wc_ead_studend_orders h1.row,
    .wc_ead_studend_orders .row{
        width: 100%;
        text-align: center;
        border-bottom: 1px dotted #ccc;
        padding: 10px;
    }
}

@media(max-width: 44em){
    .wc_ead_course_task_forum_ticket_thumb{
      display: none;
    }

    .wc_ead_course_task_forum_ticket_content{
        width: 100%;
    }
}



/*  Header Main */
header {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    color: #303253;
    font-family: Open Sans,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    display: block;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}

header nav {
    width: 100%!important;
    max-width: 100%!important;
    background: #e9edf4;
}

header nav {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff!important;
    height: 4rem;
    padding: .625rem;
    color: #303253;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    box-shadow: none;
}

header nav ._nghost-gjk-c3 {
    display: flex;
    justify-content: space-between;
    width: 100%; 
}

header nav a {
    color: #5B5A5A!important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #5b5a5a69!important;
}

header .header-container {
    display: flex;
    align-items: center;
    width: auto;
}

header .header-container.left-container {
    justify-content: flex-start;
}

header .header-container .logo-container {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-end;
}

header .header-container .logo-container .sidebar-toggle {
    padding-right: 1.25rem;
    text-decoration: none;
    color: #8f9bb3;
    font-size: 1.25rem;
}

header .header-container .logo {
    padding: 0 1.25rem;
    font-size: 1.75rem;
    white-space: nowrap;
    text-decoration: none;
}

header .header-container .logo img {
    height: 45px;
    width: auto;
}

header .header-container.left-container {
    flex-grow: 1;
}

header .header-container.right-container {
    justify-content: flex-end;
}

header .header-menu {
    display: flex;
    padding: 0;
    margin: 0;
}

header .header-menu li {
    list-style: none;
    margin: 0 1rem;
    opacity: .5;
}

header .header-menu li.active, header .header-menu li:hover {
    opacity: 1;
}

header nb-actions {
    background-color: transparent;
    color: #303253;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    line-height: 1rem;
    display: flex;
    align-items: center;
}

header nb-action {
    height: auto;
    display: flex;
    align-content: center;
}

header nb-action:first-child {
    border-left: none!important;
}

header nb-actions.size-small nb-action {
    font-size: .75rem;
    height: 1.5rem;
    padding: 0 1.25rem;
}

header nb-action[_nghost-gjk-c9] {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

header nb-user {
    cursor: pointer;
}

header .context-menu-host {
    cursor: pointer;
}

header [_nghost-gjk-c10] {
    display: flex;
}

header [_nghost-gjk-c10] .user-container {
    position: relative;
    display: flex;
    align-items: center;
}

header .user-picture.image {
    background-size: cover;
    background-repeat: no-repeat;
}

header nb-user.shape-round .user-picture {
    border-radius: 50%;
}

header nb-user.size-medium .user-picture {
    height: 2.5rem;
    width: 2.5rem;
}

header .user-picture {
    position: relative;
    flex-shrink: 0;
}

header .user-picture.image, header .user-picture.image {
    background-position: center;
}

header nb-user .user-picture {
    background-color: transparent;
    border: 1px solid #edf1f7;
}

header .info-container {
    margin-left: .5rem;
}

header nb-user.size-medium .user-name {
    font-size: .9375rem;
    line-height: 1.25rem;
}


/* CONTENT */
.layout-container {
    padding-top: 4.75rem;
    min-height: 100vh;
    display: flex;
    flex: 1;
    -ms-flex: 1 1 auto;
    flex-direction: row;
}

.layout-container .content {
    display: flex;
    flex: 1;
    -ms-flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.layout-container .content .columns {
    display: flex;
    flex: 1;
    -ms-flex: 1 1 auto;
    flex-direction: row;
    width: 100%;
}

.layout-container .content .columns nb-layout-column {
    order: 1;
    flex: 1 0;
    min-width: 0;
    background-color: #e9edf4!important;
    padding: 0!important;
}

.layout-container .content .columns nb-card.medium-fullwidth {
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: 100vh;
    border: none;
    min-height: 0!important;
    background: 0 0!important;
    box-shadow: 0 0 0 0 transparent!important;
    border: none!important;
}

.layout-container .content .columns nb-card.medium-fullwidth nb-card-body {
    opacity: .9;
    background: 0 0;
    z-index: 2;
    display: block!important;
    padding: 0;
    width: 100%;
}

.layout-container .content .columns nb-card nb-card-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1rem 1.25rem;
    position: relative;
    scrollbar-face-color: #e4e9f2;
    scrollbar-track-color: #f7f9fc;
}

.layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth {
    padding: 2.5rem;
}

.layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .cta {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 200;
}

.layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .cta .btn {
    margin-bottom: 0;
}

.layout-container .content .columns nb-card nb-card-body .spotlight {
    display: flex;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.layout-container .content .columns nb-card nb-card-body .spotlight .title {
    flex-grow: 1;
    margin-right: 1rem;
    position: relative;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.layout-container .content .columns nb-card nb-card-body .spotlight .title h2 {
    color: #303253;
    font-weight: 700;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1;
    padding-bottom: 0;
}

.layout-container .content .columns nb-card nb-card-body .spotlight .overlayer {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.layout-container .wrapper {
    padding: 20px;
}

.layout-container nb-card {
    background: 0 0!important;
    box-shadow: 0 0 0 0 transparent!important;
    border: none!important;
}

.layout-container nb-card {
    border: 1px solid #e4e9f2;
    border-radius: .17rem;
    box-shadow: none;
    color: #303253;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    scrollbar-face-color: #e4e9f2;
    scrollbar-track-color: #f7f9fc;
}

.layout-container .content .columns nb-card.section-card {
    margin-bottom: 0;
}

.layout-container .content .columns nb-card.section-card nb-card-header,
.layout-container .content .columns nb-card.section-card nb-card-body {
    padding-bottom: .25rem;
}

.layout-container .content .columns nb-card.section-card nb-card-header[_ngcontent-ita-c16] {
    position: relative;
    border: none;
}

.layout-container .content .columns nb-card.section-card nb-card.large-size.landscape-orientation {
    /*height: 16.75vw;*/
}

.layout-container .content .columns nb-card.section-card nb-card.thin-card {
    height: 20vw;
    border-radius: 10px;
    overflow: hidden;
}

.layout-container .content .columns nb-card.section-card nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.layout-container .content .columns nb-card.section-card nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] {
    background-position: center;
    background-size: cover;
    position: relative;
    border-top-left-radius: .17rem;
    border-top-right-radius: .17rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.layout-container .content .columns nb-card.section-card nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] .card-info[_ngcontent-ita-c19] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-container .content .columns nb-card.section-card nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] .card-info[_ngcontent-ita-c19] .info-spacer[_ngcontent-ita-c19] {
    flex-grow: 1;
}

.layout-container .content .columns nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] .card-info[_ngcontent-ita-c19] .info-about[_ngcontent-ita-c19] {
    flex-grow: 0;
    margin: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.layout-container .content .columns nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] .details[_ngcontent-ita-c19] {
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.layout-container .content .columns nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] .details[_ngcontent-ita-c19] .title[_ngcontent-ita-c19] {
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
}

.layout-container .content .columns nb-card.no-shadow {
    box-shadow: none!important;
}

.layout-container nb-card nb-card {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15)!important;
}

.layout-container nb-card nb-card-header.flex-header {
    display: flex;
    align-items: center;
}

.layout-container nb-card-header .header-btn {
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #5B5A5A;
}

.layout-container nb-card nb-card-header[_ngcontent-ita-c37] .header-title[_ngcontent-ita-c37] {
    font-size: 110%;
    line-height: 2rem;
    text-indent: 0;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    text-transform: none;
    cursor: pointer;
    align-items: center;
}

.layout-container nb-card nb-card-header .header-title[_ngcontent-ita-c37] .flex-title[_ngcontent-ita-c37] {
    display: flex;
}

.layout-container nb-card nb-card-header .header-title[_ngcontent-ita-c37] h2[_ngcontent-ita-c37] {
    padding: 0;
    margin: 0;
}

.layout-container nb-card nb-card-header .header-title[_ngcontent-ita-c37] .main[_ngcontent-ita-c37] {
    margin: 0 1rem;
}

.layout-container nb-card-body.overflow {
    overflow: hidden;
}

.layout-container .accordion .card.rounded-border {
    border-radius: 10px!important;
}

.layout-container .accordion .card {
    background-color: #fff!important;
    border: none!important;
    border-radius: 0!important;
    margin-bottom: 1.25rem!important;
}

.layout-container nb-card#product-info nb-card-body {
    padding: 15px;
}

.layout-container nb-card#product-info .accordion-flex-title {
    display: none;
}

.layout-container nb-card#product-info .accordion-flex-title span {
    flex-grow: 1;
}

.layout-container nb-card#product-info .accordion-flex-title .open,
.layout-container nb-card#product-info .accordion-flex-title .close {
    display: none;
}

/*.layout-container .accordion {
    width: 100%!important;
}*/

.layout-container #product-info .accordion-thumb {
    display: block;
    width: 100%;
    padding-top: 55.6%;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    /*margin-bottom: 15px;*/
}

.layout-container #product-info .accordion-content {
    font-size: 14px;
    line-height: 1.38;
}

.layout-container .accordion.rounded-border .card {
    border-radius: 10px!important;
}

.layout-container .accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none!important;
    border-radius: 0!important;
    width: 100%;
    display: flex;
}

.layout-container .accordion .btn-link, 
.layout-container .accordion .btn-link:hover {
    display: block;
    text-align: left;
    max-width: 100%;
    width: 100%;
    padding: 15px;
    text-decoration: none!important;
    background: transparent;
    border: none;
}

.layout-container .accordion nb-card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none!important;
    border-radius: 0!important;
    width: 100%;
    display: flex;
    align-items: center;
}

.layout-container .accordion nb-card-header .fancy-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 1rem;
    flex-grow: 1;
}

.layout-container .accordion .btn-link h2 {
    padding: 0;
    margin: 0;
}

.layout-container .accordion nb-card-header .fancy-second-title {
    align-items: center;
    color: #939598;
    font-size: 91.5%;
    font-weight: 400;
}

.layout-container .accordion nb-card-header .fancy-second-title .fancy-check {
    color: #303253;
    font-size: 1rem;
}

.layout-container .accordion .card-body {
    padding: 1rem 0;
}

.layout-container div.list-item[_ngcontent-nmp-c17] {
    height: auto!important;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 10px;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body {
    padding: 0!important;
    overflow: hidden;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title {
    font-weight: 700;
    font-size: 1rem;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title a {
    color: #303253;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title a:hover {
    text-decoration: underline;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .flex-grow {
    flex-grow: 1;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title {
    display: flex;
    align-items: center;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title .lesson-thumb {
    display: block;
    width: 107px;
    height: 60px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    flex-shrink: 0;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title .flex-title {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title .flex-title .secondary-title {
    font-size: 80%;
    margin-top: 5px;
}

.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title .check-info, 
.layout-container div.list-item[_ngcontent-nmp-c17] nb-card-body .picture .details .title .product-title .lesson-title .lesson-icon {
    font-size: .8rem;
    margin-right: .25rem;
}

.layout-container nb-card.no-shadow[_ngcontent-nmp-c17] {
    box-shadow: none!important;
}

.layout-container #video-component {
    display: flex;
    height: auto;
    flex-direction: column;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid, .plyr--video .plyr__controls {
    z-index: 1500;
}


/* FOOTER */
nb-layout-footer {
    display: block;
    margin-top: auto;
    box-shadow: none;
}

nb-layout-footer nav {
    justify-content: center;
    display: flex;
    font-family: Open Sans,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 1.25rem;
    border-top: 1px solid #eff!important;
    background-color: #fff!important;
    color: #303253!important;
}

nb-layout-footer nav a {
    color: #5B5A5A!important;
    margin: 0 20px 0 0;
}

nb-layout-footer [_nghost-ita-c5] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nb-layout-footer [_nghost-ita-c5] .created-by[_ngcontent-ita-c5] {
    margin: 0 1rem;
}

/* GERAL */
.layout-container h2 {
    color: #5B5A5A;
    font-weight: 700;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1;
    padding-bottom: 0;
}

.layout-container h3 {
    color: #939598;
    font-weight: 400;
    text-transform: none;
    font-size: .85rem;
    line-height: 1.5;
}

.layout-container nb-card-header h2,
.layout-container nb-card-header h3 {
    margin: 0;
} 

.layout-container .spotlight .overlayer {
    background: linear-gradient(to bottom,rgba(233,237,244,.5),#e9edf4);
}

.layout-container .no-shadow {
    box-shadow: none!important;
}

.layout-container nb-card-header {
    border: none!important;
    border-radius: 0!important;
}

.layout-container nb-card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #edf1f7;
    color: #303253;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.layout-container .picture .card-info .info-about,
.layout-container .details .title {
    color: #fff;
    /*text-shadow: 2px 2px 4px #303253;*/
}

.layout-container .list-item .details .title {
    color: #303253;
    text-shadow: none;
}

.layout-container nb-card nb-card-header .header-btn {
    color: #5B5A5A!important;
}

.layout-container .secondary-title-color, 
.layout-container .secondary-title-color p {
    color: #939598!important;
}

.layout-container .secondary-title-color a,
.layout-container .secondary-title-color .gerencianet {
    padding: .375rem .75rem;
    margin: unset;
}

.layout-container .check-info {
    font-size: 1.5rem;
    color: #303253!important;
}

.layout-container .lesson-icon.locked-lesson {
    color: #303253!important;
}

.spotlight {
    color: #303253;
}

.layout-container .btn {
    width: auto;
    /*padding: 1.25rem 3.75rem;
    margin: 1.875rem auto;*/
}

.layout-container .btn.btn-success {
    color: #fff;
    background-color: #5B5A5A!important;
    border-color: transparent!important;
}

/*.btn-success {
    color: #fff;
    background-color: #00c6c5;
    border-color: #00c6c5;
}*/

.rounded-btn {
    border-radius: 3.75rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card, .card:hover, #product-info {
    background: #fff;
    box-shadow: 2px 2px 6px #939598 !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.video_overlayer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1015;
}

[_nghost-ita-c14] {
    display: flex;
    flex-direction: column;
}



/* TELA ASSINATURA */
#content {
    background: #e9edf4;
    padding: 1rem;
    color: #58595b;
    min-height: 100%;
}

.container {
	padding-top: 6rem;
}

.widget-html {
    position: relative;
    z-index: 200;
}

.widget-html .title {
  color: #303253;
  text-align: center; 
  font-size: 2.5rem; 
  margin: 1rem auto; 
}

.widget-html .form-group {
	display: flex;
    flex-wrap: wrap;
}

.widget-html #checkout-form label.field-title {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  min-height: initial;
}

.widget-html label.field-title {
  font-size: 16px;
  text-align: left;
  line-height: 19px;
}

.widget-html #checkout-form .field-element{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.widget-html input[type="text"].form-input, input[type="password"].form-input, input[type="email"].form-input, input[type="input"].form-input, .form-input {
  background: #fff;
  color: #58595b;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  margin: 10px 0 15px;
  font-size: 16px;
  height: auto;
  max-height: 46px;
}

.widget-html #methods {
  margin: 36px 0;
  display: flex;
}

.widget-html #methods .method {
  display: block;
}

.widget-html #methods .icon {
  height: initial;
  top: initial;
  width: initial;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.widget-html .method-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-html .method-button .margin {
    display: flex;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
}

.widget-html .margin {
    margin-left: 3% !important;
}

.widget-html .method.selected.selected * {
  color: #0c780c;
}

.widget-html .method.selected .bordered-section {
	border: 1px solid #0c780c;
}

/*  Cartão de Crédito */
.widget-html #checkout-form #c-card .input-holder.field-text.col-md-12 {
    width: 100%;
}

.widget-html  #checkout-form #c-card .input-holder.field-text.col-md-6 {
    width: 50%;
}

.widget-html  #checkout-form #c-card .input-holder.field-text.margin {
    width: 30%;
    float: left;
}

.widget-html #checkout-form #c-card .input-holder.field-text {
    display: flex;
    flex-wrap: wrap;
}

.widget-html #checkout-form #c-card .input-holder.field-text .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.widget-html #checkout-form .field-element {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.widget-html .reduced-padding {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.widget-html .no-padding-left {
    padding-left: 0 !important;
}

.widget-html .no-padding-right {
	padding-right: 0 !important;
}

.widget-html option:disabled {
    color: -internal-light-dark(graytext, rgb(170, 170, 170));
}

.widget-html .flex-row {
  display: flex;
  flex-wrap: wrap;
}

.bordered-section {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 15px;
  box-sizing: content-box;
  background-color: #ffffff;
}

.content {
  /*margin: auto 15px;*/
}

.full-width {
  width: 100%;    
}


/* FINANCEIRO */
.panel-body {
    height: auto!important;
    padding: 15px;
    background: #cce0f3;
}

.panel-title {
	border-bottom: 1px solid #a9a7a7;
    padding-bottom: 10px;
    font-weight: 700;
}

.panel_header.info {
    background: #303253 !important;
    border-top: 5px solid #303253 !important;
    border-bottom: 1px solid #303253 !important;
    color: #FFF;
}

.panel_header.info > h2 {
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
    padding: 8px;
}

@media only screen and (min-width: 1280px) {
    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .title h2 {
        font-size: 1.5rem;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .title h3 {
        font-size: 1.15rem;
    }
}

@media only screen and (max-width: 991px) {
	.content-container {
		display: inline;
	}
}

@media only screen and (min-width: 768px) {
    header .header-container {
        display: flex;
        align-items: center;
        width: 100%;
    }

    header .sidebar-toggle, header nb-sidebar.menu-sidebar {
        display: none;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth {
        height: 36.5vw;
        flex-direction: column;
        background-position: center;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .title {
        flex-grow: 0;
        margin-top: auto;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .title h2 {
        font-size: 1.5rem;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .title h3 {
        font-size: 1.125rem;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight.medium-fullwidth .cta button {
        margin-left: 0;
    }

    .showcase:hover {
        transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -moz-transform: scale(1.025);
        transition: .1s;
        -webkit-transition: .1s;
        -moz-transition: .1s;
    }

    .plyr {
        height: 100%;
        width: 100%;
        display: block;
    }

    .youtube .plyr__video-embed {
    	/*position: absolute;*/
        padding-bottom: 0!important;
        margin-top: 0!important;
        top: 0!important;
        padding-top: 0!important;
        width: 100%;
        /*padding: 0 20px;
        aspect-ratio: auto!important;*/
        /*width: calc(100% - 40px) !important;
        height: calc(100% - 40px) !important;
        margin: 20px;*/
        /*width: 100vw;
        height: calc(100vh - 140px);*/
    }
}

@media only screen and (max-width: 815px) {
    .wc_ead_course_task_media_tarefa a {
        padding: 10px;
    }

    .wc_ead_course_task_media_tarefa .show {
        display: none;
    }
}

@media (max-width: 767.98px) {
    header .control-item {
        display: none;
    }
    
    .content {
	    /*margin: auto 5px;*/
	}
    
    .widget-html #methods {
	    display: block;
	}
	
	.widget-html #bmet, #vmet {
		margin-left: 0;
	    margin-top: 10px;
	}
	
	.widget-html .bordered-section {
		padding: 15px 5px;
	}
}

@media only screen and (max-width: 768px) {
	.content-container {
        flex-direction: column;
    }

    .video-section {
        order: 1;
    }

    .text-section {
        order: 2;
        height: calc(100vh - 300px);
        overflow-y: auto;
        padding: 0px;
        /*padding: 10px;*/
    }
}

@media only screen and (max-width: 767px) {
    header nb-user .user-name {
        display: none;
    }

    .list[_ngcontent-ita-c19] .row[_ngcontent-ita-c19] {
        margin-left: 0;
        margin-right: 0;
    }

    .list[_ngcontent-ita-c19] .row[_ngcontent-ita-c19] > div[_ngcontent-ita-c19] {
        /*padding: 0;*/
    }

    .col.landscape-orientation[_ngcontent-ita-c19] {
        /*flex: 0 0 50%;*/
        flex: 0 0 100%;
        height: auto;
    }

    .layout-container .content .columns nb-card.section-card nb-card.large-size.landscape-orientation {
        height: 48.75vw;
    }

    .layout-container nb-card.wrapper {
        padding: 0;
    }

    .layout-container .content .columns nb-card nb-card-body .spotlight {
        flex-direction: column;
    }

    header .header-container .logo-container {
        flex-grow: 1;
    }

    header .header-container .logo {
        margin: 0 auto;
    }

    header .header-container .logo img {
        height: 45px;
    }
    
	.widget-html form, .widget-html .form {
		margin: 0 15px !important;
	}
	
	.widget-html #checkout-form #c-card .input-holder.field-text .col-md-5 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.widget-html .col-md-3, .widget-html .col-md-4, .widget-html .col-sm-5, .widget-html .col-md-6, .widget-html .col-md-12 {
	    padding-right: 2px !important;
		padding-left: 2px !important;
	}
	
	.widget-html input[type="text"].form-input, .widget-html input[type="password"].form-input, 
	.widget-html input[type="number"].form-input,
	.widget-html input[type="email"].form-input, .widget-html input[type="input"].form-input, .form-input, #toolbox {
		padding-right: 10px !important;
	    padding-left: 10px !important;
	}
	
	.layout-container .content .columns nb-card.section-card nb-card.showcase[_ngcontent-ita-c19] nb-card-body[_ngcontent-ita-c19] .picture[_ngcontent-ita-c19] {
		background-repeat: no-repeat;
	}
}


.study-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4a90e2, #007bff);
    color: #fff !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.study-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

.study-button:hover::before {
    left: 125%;
}

.study-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.35);
}

.study-button i {
    font-size: 17px;
}

.study-controls .btn {
  transition: all 0.2s ease;
}

.study-controls .btn:hover {
  transform: translateY(-2px);
}

.study-controls i {
  font-size: 16px;
}

#container-estudo h1 {
	font-size: 1.5em;
}

#container-estudo p {
	font-size: 100%;
    font-weight: 600;
}

#container-estudo p span {
	font-family: inherit;
}

#study-content {
    font-weight: 600;
}

#btnLeituraSelecionada {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #343a40;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 99999;
    opacity: 0.92;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnLeituraSelecionada.parando {
    background: #dc3545;
}