html,
body {
    font-family: "Rubik", sans-serif;
}

/*
 * OTHER STYLES
 */
.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.shadow-title {
    background-image: linear-gradient(to top, rgba(9, 9, 9, 1), rgba(9, 9, 9, 0));
}

/*
 * FONT-FAMILY & WEIGHT
 */
.f-light {
    font-weight: 300;
}
.f-regular {
    font-weight: 400;
}
.f-semibold {
    font-weight: 500;
}
.f-bold {
    font-weight: 700;
}
.f-ebold {
    font-weight: 900;
}

/*
 * FONT-SIZE
 */
.title-page {
    font-size: 28px;
}
.title-page-sec {
    font-size: 23px;
}
.subtitle-page {
    font-size: 16px;
}
.text-page {
    font-size: 13px;
}

/*
 * COLOR SYSTEM
 */

/* dark mode background */
body {
    background-color: #36383f;
}
body.light-mode {
    background-color: #f4f4f4;
}

.bg-primary {
    background-color: #36383f;
}
.bg-secondary {
    background-color: #2f3036;
}
.bg-tertiary {
    background-color: #202125;
}

/* dark mode font-color */
.f-primary {
    color: #f0efef;
}
.f-secondary {
    color: #d4d3d3;
}
.f-tertiary {
    color: #a6a5a5;
}

/* light mode background */
.light-mode .bg-primary {
    background-color: #f4f4f4;
}
.light-mode .bg-secondary {
    background-color: #f8f8f8;
}
.light-mode .bg-tertiary {
    background-color: #fff;
}

/* light mode font-color */
.light-mode .f-primary {
    color: #444;
}
.light-mode .f-secondary {
    color: #333;
}
.light-mode .f-tertiary {
    color: #222;
}

/* general background */
.bg-red {
    background-color: #d63447;
}
.bg-blue {
    background-color: #035aa6;
}
.bg-yellow {
    background-color: #f3c623;
}
.bg-green {
    background-color: #45bf66;
}
.bg-orange {
    background-color: #f9bf1e;
}
.bg-orange-2 {
    background-color: #f1991c;
}
.bg-black {
    background-color: #222;
}
.bg-white {
    background-color: #fff;
}

/* general color font */
.f-white {
    color: #f4f4f4;
}
.f-black {
    color: #333;
}
.f-red {
    color: #d63447;
}
.f-blue {
    color: #035aa6;
}
.f-yellow {
    color: #f3c623;
}
.f-green {
    color: #21bf73;
}
.f-orange {
    color: #f9bf1e;
}
.f-orange-2 {
    color: #f1991c;
}

/*
 * BUTTON STYLE
 */
.btn {
    cursor: pointer;
    text-align: center;
    border: 0;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: 500;
}

.btn-icon-low {
    width: 33px;
    height: 33px;
    font-size: 15px;
    display: inline-block;
    padding: 8px 0;
}
.btn-icon-medio {
    width: 43px;
    height: 43px;
    font-size: 20px;
    display: inline-block;
    padding: 11px 0;
}
.btn-icon-larg {
    width: 55px;
    height: 55px;
    font-size: 25px;
    display: inline-block;
    padding: 14px 0;
}

.btn-low {
    padding: 10px 14px;
    font-size: 11px;
}
.btn-medio {
    padding: 14px 19px;
    font-size: 13px;
}
.btn-larg {
    padding: 18px 24px;
    font-size: 15px;
}

/* button color */
.btn-green {
    background-color: #45bf66;
}
.btn-green:hover {
    background-color: #41a251;
}

.btn-red {
    background-color: #d63447;
}
.btn-red:hover {
    background-color: #af3242;
}

.btn-blue {
    background-color: #035aa6;
}
.btn-blue:hover {
    background-color: #034a8f;
}

.btn-yellow {
    background-color: #f3c623;
}
.btn-yellow:hover {
    background-color: #e2bb20;
}

.btn-black {
    background-color: #222;
}
.btn-black:hover {
    background-color: #292929;
}

.btn-white {
    background-color: #fff;
    color: #333 !important;
}
.btn-white:hover {
    background-color: #cacaca;
}

.btn-orange {
    background-color: #f1991c;
}
.btn-orange:hover {
    background-color: #ce791c;
}

/*
 * FORM STYLE
 */
.form {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.15);
    color: #f0f0f0;
}
.form.disabled {
    background-color: rgba(0, 0, 0, 0.3);
}
.light-mode.form {
    background-color: #fff;
    color: #333;
}
.light-mode.form.disabled {
    background-color: #eaeaea;
}
.small-title {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.input-form-larg {
    font-size: 18px;
    height: 50px;
    padding: 25px;
}
.input-form-medio {
    font-size: 15px;
    height: 45px;
    padding: 20px;
}
.input-form-low {
    font-size: 12px;
    height: 30px;
    padding: 15px;
}

.select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.15) url("../images/icon-select.png") no-repeat 95% 50%;
    background-size: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
}
.light-mode.select {
    background-color: #fff;
    color: #333;
}

.select select {
    padding: 5px 0;
    width: 105%;
    border: none;
    font-weight: 300;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    color: #555;
    cursor: pointer;
}
.select select:focus {
    outline: none;
}

.select-larg {
    font-size: 18px;
    height: 48px;
    padding: 25px;
}
.select-medio {
    font-size: 15px;
    height: 43px;
    padding: 20px;
}
.select-low {
    font-size: 12px;
    height: 28px;
    padding: 15px;
}

/*
 * TABS NAVIGATION
 */
.dash-nav ul li {
    margin-right: 10px;
    font-size: 14px;
}
.dash-nav ul li a {
    display: block;
    padding: 15px 22px;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.dash-nav ul li:hover a {
    background-color: rgba(0, 0, 0, 0.2);
}
.dash-nav ul .current a {
    color: #f9bf1e;
    background-color: rgba(0, 0, 0, 0.3);
}
.dash-nav ul .current:hover a {
    color: #f9bf1e;
    background-color: rgba(0, 0, 0, 0.3);
}

.tabs {
    display: none;
}
#tab1 {
    display: block;
}

.on-mobile {
    display: none;
}
.on-mobile-table {
    display: none;
}
.on-desktop {
    display: block;
}
.on-desktop-table {
    visibility: visible;
}

.content-login {
    height: calc(100vh);
}
.content-login .login {
    width: 400px;
    max-width: 90%;
    padding: 70px 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.content-login .login.register {
    width: 600px;
    padding: 60px 40px;
}
.content-login .nav-register span {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.content-login .nav-register span.active {
    background-color: #f1991c;
    color: #fff;
}

.content-login .login .logo {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}
.content-login .login .content-form label i {
    font-size: 22px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.1);
}
.content-login .login .content-form label input,
.content-login .login .content-form label select {
    flex-basis: 100%;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
    color: #f0f0f0;
}
.content-login .login .content-form label select {
    height: 47px;
}

.content-login .login .content-form label input:focus {
    border-bottom: 1px solid #f9bf1e;
}
.content-login .login .content-form p {
    font-size: 12px;
}
.content-login .login .content-form p a {
    color: #fff;
}
.content-login .login .content-form p a:hover {
    color: #f9bf1e;
}

.content-certificate-single {
    height: calc(100vh);
}
.content-certificate-single .certificate {
    width: 1000px;
    min-height: 600px;
    padding: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.content-certificate-single .certificate aside {
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(249, 191, 30, 0.2);
}
.content-certificate-single .certificate aside .content-aside {
    width: 190px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
}
.content-certificate-single .certificate aside .content-aside .icon {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 80px;
    left: -20px;
}
.content-certificate-single .certificate aside .content-aside .icon .img {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 20px;
    left: 20px;
    background: url("../images/logo3.jpg") no-repeat center center;
    background-size: 100%;
}

.content-certificate-single .certificate .content {
    margin-right: 250px;
}
.content-certificate-single .certificate .content .logo {
    width: 250px;
    height: 65px;
    background: url("../images/logo2.png") no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
}
.content-certificate-single .certificate .content .frame {
    width: 80px;
    height: 2px;
    display: inline-block;
}
.content-certificate-single .certificate .content h1 {
    font-size: 55px;
}
.content-certificate-single .certificate .content .title h1 span {
    font-size: 23px;
    display: block;
    letter-spacing: 8px;
}
.content-certificate-single .certificate .content .description .text {
    font-size: 15px;
}
.content-certificate-single .certificate .content .description h2 {
    font-size: 25px;
    letter-spacing: 2px;
}
.content-certificate-single .certificate .content .description .desc {
    font-size: 15px;
    line-height: 25px;
}
.content-certificate-single .certificate .content .signature {
    width: 220px;
    margin: 0 auto;
    margin-top: 50px;
}
.content-certificate-single .certificate .content .signature .img {
    width: 100%;
    height: 40px;
    margin-bottom: -12px;
    background: url("../images/signature.png") no-repeat center center;
    background-size: 100%;
}
.content-certificate-single .certificate .content .signature .text {
    font-size: 15px;
}
.content-certificate-single .certificate .content .signature .text strong {
    font-size: 13px;
    display: block;
}

/*
 * LAYOUT
 */
.dashboard {
    height: 100%;
    min-height: 100%;
}

.dashboard-nav-fix {
    position: fixed;
    width: 80px;
    height: 100%;
    min-height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}
.menu-active .dashboard-nav-fix {
    left: 0;
}

.dashboard-nav-fix .profile {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 20px auto 0 auto;
    border: 2px solid #f1991c;
    position: relative;
    cursor: pointer;
}
.dashboard-nav-fix .profile .img .title {
    display: none;
}
.dashboard-nav-fix .profile .img .title h2 {
    font-size: 11px;
}
.dashboard-nav-fix .profile .img .title h2 strong {
    display: block;
    margin-top: 2px;
}
.dashboard-nav-fix .profile .status {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -2px;
    right: 2px;
    background-color: #52de97;
}
.dashboard-nav-fix .profile:hover img {
    opacity: 0.7;
}

.dashboard-nav-fix .profile .profile-submenu {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 10;
    padding-left: 55px;
    display: none;
}
.dashboard-nav-fix .profile .profile-submenu ul {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.05);
}
.dashboard-nav-fix .profile .profile-submenu .arrow {
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 10;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.dashboard-nav-fix .profile .profile-submenu ul li {
    white-space: nowrap;
    font-size: 14px;
}
.dashboard-nav-fix .profile .profile-submenu ul li a {
    display: block;
    padding: 12px 18px;
}
.dashboard-nav-fix .profile .profile-submenu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.dashboard-nav-fix .profile:hover .profile-submenu {
    display: block;
}

.dashboard-nav-fix .dashboard-nav li {
    font-size: 25px;
    text-align: center;
    position: relative;
}
.dashboard-nav-fix .dashboard-nav li a p {
    display: none;
}
.dashboard-nav-fix .dashboard-nav .link-mobile {
    display: none;
}

.dashboard-nav-fix .dashboard-nav li span {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    font-size: 13px;
    padding: 6px 10px;
    left: -250px;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.dashboard-nav-fix .dashboard-nav li span div {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: -5px;
    transform: rotate(45deg);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.dashboard-nav-fix .dashboard-nav li:hover span {
    left: 93px;
}

.dashboard-nav-fix .dashboard-nav li a {
    display: block;
    padding: 15px;
    color: rgba(255, 255, 255, 0.2);
}
.dashboard-nav-fix .dashboard-nav li a:hover {
    color: #f1991c;
}
.light-mode .dashboard-nav-fix .dashboard-nav li a {
    color: rgba(0, 0, 0, 0.15);
}
.light-mode .dashboard-nav-fix .dashboard-nav li a:hover {
    color: #f1991c;
}

.dashboard-nav-fix .dashboard-logout {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px auto;
    font-size: 20px;
    text-align: center;
}
.dashboard-nav-fix .dashboard-logout a p {
    display: none;
}
.light-mode .dashboard-nav-fix .dashboard-logout {
    background-color: rgba(0, 0, 0, 0.05);
}

.dashboard-nav-fix .dashboard-logout a {
    color: rgba(255, 255, 255, 0.2);
    display: block;
    padding: 13px 0;
}
.dashboard-nav-fix .dashboard-logout:hover a {
    color: #f1991c;
}
.light-mode .dashboard-nav-fix .dashboard-logout a {
    color: rgba(0, 0, 0, 0.3);
}
.light-mode .dashboard-nav-fix .dashboard-logout:hover a {
    color: #f1991c;
}

.dashboard-main {
    margin-left: 80px;
}
.menu-active .dashboard-main {
    filter: grayscale(0.8);
}

.dashboard-main .dashboard-header-mobile {
    position: absolute;
    left: 5%;
    top: 15px;
    padding: 10px;
    width: 90%;
    display: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

.dashboard-main .dashboard-header-mobile .profile {
    width: 40px;
}
.dashboard-main .dashboard-header-mobile .profile img {
    border: 2px solid #f1991c;
}

.dashboard-main .dashboard-header-mobile .menu .menu-anchor {
    display: block;
    cursor: pointer;
    font-size: 21px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-default .title nav ul li {
    font-size: 11px;
    margin-right: 5px;
    position: relative;
}
.header-default .title nav ul li .arrow-left {
    position: absolute;
    width: 14px;
    height: 14px;
    left: -7px;
    top: 3px;
    transform: rotate(45deg);
    z-index: 1;
}

.header-default .title nav ul li .arrow-right {
    position: absolute;
    width: 15px;
    height: 15px;
    right: -8px;
    top: 3px;
    transform: rotate(45deg);
    z-index: 2;
}

.header-default .title nav ul li a {
    display: block;
    padding: 4px 10px 4px 18px;
}
.header-default .title nav ul li a:hover {
    color: #f9bf1e;
}
.header-default .title nav ul li:first-child a {
    padding: 4px 12px;
}

.header-default .action a {
    margin-left: 5px;
}
.header-default .action a:first-child {
    margin-left: 0;
}

.content-welcome {
    position: relative;
}
.content-welcome article {
    min-height: 650px;
    position: relative;
}
.content-welcome .frame {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 200px;
}
.content-welcome .description {
    position: absolute;
    top: 50%;
    margin-top: -130px;
    left: 50px;
    max-width: 500px;
    z-index: 2;
}

.content-welcome .description h2 {
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.content-welcome .description p {
    font-size: 15px;
    line-height: 26px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.content-welcome .arrow {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    z-index: 3;
}
.content-welcome .arrow:hover {
    color: #f1991c;
}
.content-welcome .arrow.prev {
    right: 105px;
}
.content-welcome .arrow.next {
    right: 50px;
}
.content-welcome .arrow.prev:hover {
    right: 110px;
}
.content-welcome .arrow.next:hover {
    right: 45px;
}

.content-last-class article {
    position: relative;
    overflow: hidden;
}

.content-last-class.list-class .title-mod {
    margin: 10px;
}

.content-last-class article header {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}
.content-last-class.courses article header {
    padding: 25px;
}

.content-last-class article .play {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 6px 0 6px 1px;
    text-align: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    top: -80px;
    left: 10px;
}

.content-last-class.courses article .play {
    width: 50px;
    height: 50px;
    padding: 12px 0 12px 1px;
    font-size: 25px;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -25px;
}

.content-last-class article:hover {
    transform: scale(1.07);
}

.content-last-class article .class-check {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    top: 10px;
    right: 10px;
}

.class-check {
    position: initial;
    top: initial;
    right: initial;
}

.content-last-class article:hover header {
    /* animation-name: classheader;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-direction: normal;
    animation-fill-mode: forwards; */
}

.content-last-class article:hover .play {
    /* animation-name: classplay;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-direction: normal;
    animation-fill-mode: forwards; */
}
.content-last-class.courses article:hover .play {
    animation-name: courseplay;
}

@keyframes classplay {
    0% {
        top: -80px;
    }
    100% {
        top: 10px;
    }
}

@keyframes courseplay {
    0% {
        top: -80px;
    }
    100% {
        top: 45%;
    }
}

@keyframes classheader {
    0% {
    }
    100% {
        bottom: 0;
    }
}

.content-last-class article header h1 {
    font-size: 13px;
}
.content-last-class article header p {
    font-size: 12px;
}
.content-last-class article header .star {
    font-size: 15px;
}
.content-last-class.courses article header h1 {
    font-size: 20px;
}
.content-last-class.list-class article header h1 {
    font-size: 12px;
}

.content-last-class.courses article .expiry {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 13px;
    font-size: 17px;
    text-align: center;
    padding: 8px 0;
    z-index: 2;
}

.content-profile .photo {
    width: 120px;
    margin-right: 20px;
}
.content-profile .photo .photo-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.content-profile .photo .photo-upload .upload {
    top: -100px;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    padding: 13px 0;
    text-align: center;
}
.content-profile .photo .photo-upload:hover .upload {
    top: 50%;
}
.content-profile .photo .photo-upload .upload .fake-file-student {
    opacity: 0;
    left: 0;
    top: 0;
    padding: 30px;
    position: absolute;
    cursor: pointer;
}

.content-courses.sub {
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.content-single-course .course-title {
    min-height: 380px;
    position: relative;
}
.content-single-course .course-title header {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}
.content-single-course .course-title header h1 {
    font-size: 30px;
}
.content-single-course .course-title header .course-resume .item i {
    font-size: 30px;
}
.content-single-course .course-title header .course-resume .item h3 {
    font-size: 13px;
}
.content-single-course .course-title header .course-resume .item h3 strong {
    display: block;
    margin-top: 4px;
}
.content-single-course .course-title header .course-resume .bar-progress,
.content-single-course .course-title header .course-resume .bar-progress .progress {
    height: 35px;
}
.content-single-course .course-title header .course-resume .bar-progress .progress {
    background-image: linear-gradient(to right, #f1991c, #f9bf1e);
    padding: 10px;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.content-class {
    margin-right: 350px;
}
.content-class .title .class-resume .item span i {
    font-size: 30px;
}
.content-class .title .class-resume .item h3 {
    font-size: 13px;
}
.content-class .title .class-resume .item h3 strong {
    display: block;
    margin-top: 4px;
}

.other-class {
    position: fixed;
    height: 100%;
    width: 350px;
    top: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: inset 1px -2px 10px 0 rgba(0, 0, 0, 0.2);
}

.nav-class a {
    font-weight: 300;
    max-width: 320px;
    min-width: 320px;
}
.nav-class a i {
    font-size: 35px;
}
.nav-class a:first-child {
    text-align: left;
}
.nav-class a:last-child {
    text-align: right;
}
.nav-class a strong {
    display: block;
    margin-top: 4px;
    font-weight: 700;
}

.nav-class .class_pending {
    position: relative;
}
.nav-class .class_pending {
    animation-name: pending;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes pending {
    0% {
    }
    100% {
        transform: scale(1.1);
    }
}
.nav-class .class_pending .frame {
    position: absolute;
    height: 3px;
    left: 1px;
    bottom: 0;
}

.other-class .course {
    background-color: rgba(0, 0, 0, 0.1);
}
.other-class .course .photo {
    width: 100px;
    border: 2px solid #f9bf1e;
}
.other-class .course .title h2 {
    font-size: 15px;
}
.other-class .course .title .bar-progress,
.other-class .course .title .bar-progress .progress {
    height: 30px;
}
.other-class .course .title .bar-progress .progress {
    background-image: linear-gradient(to right, #f1991c, #f9bf1e);
    padding: 10px;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.other-class .classes article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.other-class .classes article.active {
    background-color: rgba(0, 0, 0, 0.2);
}
.other-class .classes article .photo {
    flex-basis: 90px;
    min-width: 90px;
}
.other-class .classes article header h3 {
    font-size: 14px;
}
.other-class .classes article header p {
    font-size: 11px;
}
.other-class .classes article header a:hover h3 {
    color: #f9bf1e;
}
.other-class .classes article header .details i {
    font-size: 17px;
}
.other-class .classes article header .details p {
    font-size: 12px;
}

.content-class-comment article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}
.content-class-comment article .photo {
    flex-basis: 120px;
    border: 3px solid #f1991c;
}
.content-class-comment article header {
    margin-left: 20px;
}
.content-class-comment article header h4 {
    font-size: 17px;
}
.content-class-comment article header .desc p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #d4d3d3;
}
.content-class-comment article header .date {
    font-size: 10px;
}

.content-class-comment .comment-reply article {
    margin-left: 100px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-class-comment .comment-reply article .photo {
    flex-basis: 90px;
    border: 3px solid #f1991c;
}
.content-class-comment .comment-reply article header {
    margin-left: 20px;
}
.content-class-comment .comment-reply article header h4 {
    font-size: 15px;
}
.content-class-comment .comment-reply article header .desc p {
    font-size: 14px;
    line-height: 23px;
    color: #d4d3d3;
}
.content-class-comment .comment-reply article header .date {
    font-size: 10px;
}

.content-invoices .course {
    flex-basis: 350px;
    max-width: 280px;
}
.content-invoices .course header {
    position: relative;
    padding: 40px 25px;
}
.content-invoices .course header .frame {
    position: absolute;
    width: 50%;
    height: 5px;
    left: 25%;
    top: 0;
}
.content-invoices .course header h3 {
    font-size: 18px;
}
.content-invoices .course header p {
    font-size: 11px;
}
.content-invoices .resume {
    flex-basis: 100%;
}

.content-certificates article .photo {
    position: relative;
}
.content-certificates article .photo .icon {
    position: absolute;
    font-size: 50px;
    right: 5px;
    top: -10px;
    z-index: 2;
}
.content-certificates article header {
    padding: 25px;
    display: block;
    position: relative;
}
.content-certificates article header .frame {
    position: absolute;
    width: 50%;
    height: 5px;
    left: 25%;
    top: 0;
}
.content-certificates article header a {
    display: block;
}

.content-folder-course article {
    background-color: rgba(0, 0, 0, 0.1);
}
.content-folder-course article h1 {
    font-size: 15px;
}
.content-folder-course article:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/**********************
** LOAD **
********************* */
.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #f9bf1e;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.class_text * {
    color: #f0f0f0 !important;
    background: none !important;
    margin-bottom: 15px !important;
}

.class_text p {
    font-size: 17px !important;
    line-height: 27px !important;
}

.class_text img {
    max-width: 100% !important;
}

.class_text a {
    color: #f9bf1e !important;
    text-decoration: underline !important;
}

.class_text li {
    list-style: circle;
    margin-left: 30px;
}

.class_text table {
    width: 100% !important;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.class_text th, 
.class_text td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.class_text th {
  font-weight: bold;
}
