/*
Theme Name: LMS
Theme URI: https://adv.edu.vn/
Author: Ròm Tiến Đạt
Author URI: https://adv.edu.vn/
Description: A custom WordPress theme for Tutor LMS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lms
*/

.lms-content .tutor-fs-0 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-1 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-2 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-3 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-4 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-5 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-6 {
    font-size: 0.8rem;
}

.lms-content .tutor-fs-7 {
    font-size: 0.8rem;
}

.lms-content .tutor-form-control {
    font-weight: 500;
}

.tutor-btn {
    font-weight: 800;
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link {
    font-weight: 500;
}

.tutor-course-card .tutor-course-name {
    font-weight: 700;
}


.tutor-course-thumbnail {
    position: relative;
    overflow: hidden;
}

.tutor-course-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.8s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}

.tutor-course-thumbnail:hover::before {
    left: 125%;
}

.plyr {
    border-radius: unset !important;
}

.tutor-course-single-content-wrapper {
    border-left: 1px solid #e0e2ea;
    border-top: 1px solid #e0e2ea;
}

.tutor-course-single-sidebar-title .tutor-fs-6 {
    font-weight: 600;
}