.tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link:active, .tabs-vertical li .nav-link:focus, .tabs-vertical li .nav-link.active, .theme-btn, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true], .plyr__control--overlaid, .theme-primary .nav-tabs .nav-link.active, .sidebar-open{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#f6b964 0%,#ffe27c 80%,#f6b964 0%);
    background-image: linear-gradient(to right,#ffe27c 0%,#f6b964 0%,#ffe27c 100%);
}

.main-header .logo .logo-lg{
    padding-left: 15px;
}

.bg-efcol{
    background-color: #b21f2a !important;
}

.bg-secondary{
    background-color: #ffe27c !important;
}

.text-color-secondary{
    color: #f6b964;
}

.text-color-primary{
    color: #d42e2f;
}

.section-tab-2 .nav-tabs li a:after{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#d31f1f 0%,#b21f2a 80%,#d31f1f 0%);
    background-image: linear-gradient(to right,#d31f1f 0%,#b21f2a 0%,#d31f1f 100%);
}

.btn-efcol-red{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#d31f1f 0%,#b21f2a 80%,#d31f1f 0%);
    background-image: linear-gradient(to right,#d31f1f 0%,#b21f2a 0%,#d31f1f 100%);
    color: #FFF;
    padding: 7px 15px;
    font-weight: normal;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 120px;
}

.btn-efcol-red:hover, .btn-efcol-red:focus{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#b21f2a 0%,#d31f1f 80%,#b21f2a 0%);
    background-image: linear-gradient(to right,#b21f2a 0%,#d31f1f 0%,#b21f2a 100%);
    color: #DDD;
}

.btn-efcol{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#f6b964 0%,#ffe27c 80%,#f6b964 0%);
    background-image: linear-gradient(to right,#ffe27c 0%,#f6b964 0%,#ffe27c 100%);
    color: #b21f2a;
    padding: 8px 15px;
    font-weight: bold;
    border: 0;
    border-radius: 8px;
}

.btn-efcol:hover, .btn-efcol:focus{
    color: #d42e2f;
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#ffe27c 0%,#ffe27c 50%,#ffe27c 100%);
    background-image: linear-gradient(to right,#f6b964 0%,#ffe27c 50%,#f6b964 100%);
}

.btn-login{
    padding: 4px 15px;
    margin-top: -5px;
}

.btn-efcol i {
    font-size: 18px;
}

.hide-share{
    position: absolute;
    top:0;
    right: 0;
    height: 70px;
    width: 50%;   
    opacity: 0;
    background-color: #665E57;
}

.sidebar-open{
    left: -102px !important;
}

.lecture-overview-wrap{
    width: 100% !important;
}

.countNT{
    right: -5px !important;
    font-size: 12px !important;
}

.fx-element-overlay .fx-card-item .fx-overlay-1{
    height: 250px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 img{
    object-fit: cover;
    object-position: top center;
    height: 100%;
}

.main-header .navbar-nav > li.dropdown > .dropdown-menu{
    min-width: 340px;
    max-width: 100%;
}

.btn-efcol:hover, .theme-btn-light:hover, .theme-btn:hover{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#f6b964 0%,#ffe27c 80%,#f6b964 0%);
    background-image: linear-gradient(to right,#ffe27c 0%,#f6b964 0%,#ffe27c 100%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: inherit;
    font-weight: normal;
}

.theme-primary .nav-tabs .nav-link.active{
    border-bottom-color: #9e050d !important;
}

.progress{
    width: 100%;
    border-radius: 1em;
    height: 1rem !important;

}

.title-progresso-home{
    text-align: left;
}

.percent-progresso-home{
    width: 30%;
}

[type="checkbox"]:checked + label:before{
    border-right: 2px solid #c12026 !important;
    border-bottom: 2px solid #9e050d !important;
}

.progress .progress-bar{
    background-color: #9e050d !important;
    border-radius: 0;  

}

.bg-efcol-secondary{
    background-color: #665E57;
}

.bg-gradient-efcol-left{
    background-image: linear-gradient(45deg, #ffe27c, #f6b964) !important;
}

.bg-gradient-efcol-right{
    background-image: linear-gradient(45deg, #f6b964, #ffe27c) !important;  
    
}

.box-header{
    color:#FFF;
    border-bottom-color: #DDD;
}

.lecture-tab-body .section-tab{
    background-image: linear-gradient(45deg, #f6b964, #ffe27c); 
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;

}

.progress-bar-striped {

    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}


.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted, .sm-blue a.highlighted, .social-profile li a:hover{
    background: transparent !important;
    color: #000 !important;    
    font-size: 1.2rem;
    
}

.course-list .course-item-link.active{
    background:rgba(158,5,13, .1) !important;
}

.course-list .course-item-link{
    border-bottom: 1px solid #696969;
}

.collapseMenu span{
    font-family: 'Abel', sans-serif !important;
    font-size: 18px;
    font-weight: bold !important;
    color: #b21f2a;
}

.collapseMenu{
    background-color: #f6b964;
    box-shadow: 0 14px 26px -12px rgb(0 0 0 / 10%), 0 4px 23px 0 rgb(0 0 0 / 10%), 0 8px 10px -5px rgb(0 0 0 / 10%);
}

.course-dashboard-side-heading{
    border-top: 0 !important;
}

.sm-blue a, .theme-btn:hover, .section-tab-2 .nav-tabs li a{
    color: #d42e2f !important;
    font-weight: bold;
}

.sm-blue a:hover, .sm-blue a:active, .sm-blue a:focus{
    color: #FFF !important;
    font-size: 1.2em;
}

.nav > li > a:hover, .nav > li > a:focus{
    background: transparent;
}

.nav > li > a:active{
    background: #f3f6f9 !important; 
}

.light-skin .main-header .navbar .nav > li > a:hover, .light-skin .main-header .navbar .nav > li > a:active, .light-skin .main-header .navbar .nav > li > a:focus, .sidebar-open:hover, .sidebar-close:hover, .social-profile li a:hover{
    color: #c12026 !important;
}

.text-efcol, .sm-blue ul a, .light-skin .main-header .navbar .nav > li > a, .card__title a:hover, .card__author a:hover, .social-profile li a{
    color: #9e050d !important;

}

.social-profile li a{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.form-control, .input-group .input-group-text{
    border-color: #000;
}

.form-control:focus, .theme-btn{
    border-color: #9e050d !important;
}

.widget-title, .box-body .box-title, .box-controls li > a, .box-controls li > button{
    color: #b21f2a;
}

.theme-primary [type=checkbox]:checked + label:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay{
    background: #b21f2a url('/assets/img/bg/pattern.png');  
}

.bg-form-reset{
    background-color:  #FFF;      
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 30px #333;
}

.bg-form{
    background:  #FFF url('/assets/img/bg/Slide_1.png') no-repeat;  
    background-position: 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 30px #333;
}

.bg-form:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, .3);
    z-index: 2;
    border-radius: 2em;
}

.loading{
    background: #f6b964;
    background-image: -webkit-linear-gradient(left,#f6b964 0%,#ffe27c 80%,#f6b964 0%);
    background-image: linear-gradient(to right,#ffe27c 0%,#f6b964 0%,#ffe27c 100%); 
    transition: all 500ms linear;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 999999;
}

.logo-animation{
    transform: scale(0);
    transition: all 500ms linear;
    position: relative;
    z-index: 1;
}

.logo-animation.up{
    transform: scale(1);  
}

.wrapper{
    overflow-y: auto;
    background: #b21f2a url('/assets/img/bg/pattern.png'); 
    background-size: 50%;
    
}

.container-full{
    width: 95%;
    margin: 0 auto;
}

.index-3{
    position: relative;
    z-index: 3;
}

.navbar{
    justify-content: flex-end;
}

.question-box li h4{
    position: relative;
    height: 30px;
}

.question-box li h4:after{
    content: '';
    position: absolute;
    bottom: -50px;
    left: 3px;
    border: 1px solid #9e050d;
    border-width: 2px;
    height: 50px;
}

.question-box label{
    font-size: 18px !important;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after{
    background-color: #9e050d;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after{
    border-color: #9e050d;
}

.quest{
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #9e050d
}

.card-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.card-item:hover {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }

.card-image {
    position: relative; }
.card-image .play-button,
.card-image .my-course-action-dot,
.card-image .card-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.card-image .play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden; }
.card-image .my-course-action-dot {
    left: auto;
    right: 10px;
    top: 10px; }
.card-image .my-course-action-dot .dropdown-header {
    padding: 5px 14px;
    font-size: 16px;
    color: #7f8897; }
.card-image .my-course-action-dot .collection-link {
    color: #7f8897; }
.card-image .my-course-action-dot .collection-link .la {
    color: #51be78; }
.card-image .my-course-action-dot .collection-link .la.active {
    display: none; }
.card-image .my-course-action-dot .dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 240px;
    border: 1px solid rgba(127, 136, 151, 0.2); }
.card-image .my-course-action-dot .btn {
    background-color: #fff;
    color: #7f8897;
    padding: 0 2px;
    font-size: 22px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
.card-image .my-course-action-dot .btn:hover {
    color: #233d63; }
.card-image:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 1; }
.card-image:hover:before {
    opacity: 0.1;
    visibility: visible; }
.card-image:hover .play-button {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }

.card__img {
    display: block;
    position: relative;
    z-index: 1; }
.card__img img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

.card-content {
    border: 1px solid rgba(127, 136, 151, 0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 29px 30px 30px 30px;
    border-top: transparent; }

.card__label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.card__label-text {
    background-color: rgba(81, 190, 120, 0.1);
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #51be78;
    padding: 1px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400; }

.card__collection-icon {
    margin-left: auto;
    color: #7f8897;
    font-size: 22px;
    position: relative; }
.card__collection-icon:hover {
    color: #51be78; }

.card__title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 9px;
    line-height: 28px; }
.card__title a {
    font-family: "Mukta", sans-serif;
    color: brown;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }


.card__author {
    line-height: 26px; }
.card__author a {
    color: #7f8897;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } 

.card-action {
    margin-bottom: 25px; }
.card-action .card-duration li {
    width: 100%;
    border-right: 1px solid rgba(127, 136, 151, 0.2);
    padding: 0 15px; }
.card-action .card-duration li:first-child {
    padding-left: 0; }
.card-action .card-duration li:last-child {
    border-right: none;
    padding-right: 0;
    text-align: right; }
.card-action .card-duration li span {
    display: block; }
.card-action .card-duration li span.meta__date {
    color: #233d63;
    font-weight: 500; }
.card-action .card-duration li span.meta__text {
    font-weight: 500;
    font-size: 15px; }

.card-price-wrap .card__price {
    color: #233d63;
    font-weight: 600;
    font-size: 20px; }

.skill {
    margin-bottom: 20px; }
.skill .widget-title {
    font-size: 17px; }
.skill span {
    color: #7f8897; }
.skill span:last-of-type {
    float: right;
    font-size: 16px;
    color: #7f8897;
    font-weight: 600; }

.card-price-wrap .text-btn {
    color: #7f8897; }
.card-price-wrap .text-btn:hover {
    color: #51be78; }
.skill-bar-percent {
    width: 20%;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    color: #233d63; }
@media (max-width: 1199px) {
    .skill-bar-percent {
        position: absolute;
        width: auto;
        top: 0;
        right: 0; } }

/*======== course-complete-bar ========*/
.course-complete-bar .skillbar-title {
    width: 8%; }

.course-complete-bar .skill-bar-percent {
    width: 5%; }
/*======== course-complete-bar-2 ========*/
.course-complete-bar-2 .skillbar-title {
    width: 24%; }
@media (max-width: 1199px) {
    .course-complete-bar-2 .skillbar-title {
        width: 100%; } }

.course-complete-bar-2 .skillbar-box {
    width: 55%; }
@media (max-width: 1199px) {
    .course-complete-bar-2 .skillbar-box {
        width: 100%; } }

/*======== skillbar ========*/
.skillbar {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F1F1F1;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color; }

.progress-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    position: relative; }
@media (max-width: 1199px) {
    .progress-item {
        display: block; } }

.skillbar-title {
    font-size: 15px;
    width: 30%; 
    text-align: left;
}
@media (max-width: 1199px) {
    .skillbar-title {
        width: 100%; } }
.course-complete-bar-2 .skillbar-box {
    width: 55%; }
@media (max-width: 1199px) {
    .course-complete-bar-2 .skillbar-box {
        width: 100%; } }

.skillbar-bar {
    height: 5px;
    width: 0;
    background-color: #7f8897;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

.skillbar-bar-bg-1 {
    background-color: #51be78; }

.skillbar-bar-bg-2 {
    background-color: #7E3CF9; }

.skillbar-bar-bg-3 {
    background-color: #F68A03; }

.skillbar-bar-bg-4 {
    background-color: #42be6f; }

.skillbar-bar-bg-5 {
    background-color: #38BB0C; }

.skillbar-bar-bg-6 {
    background-color: #3AAAE1; }

.fx-element-overlay .fx-card-item .fx-card-content{
    padding: 10px 15px;

}

.card-curso-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
}

.fx-element-overlay .fx-card-item .fx-card-avatar{
    margin-bottom: 0;
}

.layout-top-nav .main-header .inside-header{
    width: 100%;    
    padding: 0 0 5px 0;
    background: #b21f2a;      
}

.layout-top-nav .main-nav{
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.layout-top-nav .main-header{
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100%;
    padding: 3px 0; 
    width: 100%;
    padding: 0;
}

.content-wrapper{
    top: 126px;
    position: relative;
}

.layout-top-nav .content-wrapper, .layout-top-nav .main-footer, .layout-top-nav .main-nav > .navbar{
    width: 100%;
}

.main-footer{
    top: 100%; 
    z-index: 999;
    width: 100% !important;
}

.course-dashboard-sidebar-column{
    top: 126px !important;
    background-color: transparent;
    border: 1px solid #696969 !important;
    border-right: 0;
}

.lecture-video-detail{
    width: 100%;
    margin: 0 auto;
    background-color: #ffe27c;
}

.course-dashboard-sidebar-wrap{
    background-color: #665E57 !important;
}

.layout-top-nav #main-menu{
    clear: left;
}

.course-item-list-accordion .card{
    margin-bottom: 0 !important;
    background: #ffe27c;
}

.course-item-list-accordion .card h2{
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.course-list .course-item-content-wrap .course-item-content h4{
    font-family: 'Abel', sans-serif;
    font-size: 100%;
    font-weight: bold !important;
    color: #b21f2a;
}

.course-dashboard-side-content{
    padding-bottom: 100px;
    background-color: #ffe27c;
}

.course-item-list-accordion .card-header .btn.active:after{
    transform: translateY(-50%) rotateZ(0deg) !important;

}

.course-item-list-accordion .card-header .btn:after{
    transform: translateY(-50%) rotateZ(180deg) !important;
}

.course-item-list-accordion .card-header .btn{
    color: #FFF !important;
    border: 0;
}

.course-list .course-item-content-wrap .course-item-content .course-item-meta{
    color: #d42e2f;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{
    border-color: #b21f2a;
}

.card-curso-detail{
    margin-left: 30px;
}

.layout-top-nav .main-header .logo-box{
    justify-content: center;
    padding-bottom: 0 !important;
    height: 65px;
}

.main-header .logo{
    height: auto;
}

.ytp-chrome-top{
    display: none !important;
}
/* #player {
    width: 100%;
    height: 520px;
    position: relative;
  }
.no-context-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  } */