/************************************************************
 SOULFULSYNC — MASTERSTUDY LMS DARK MODE (2026)
 Solo se aplica con html[data-theme="dark"]
************************************************************/

html[data-theme="dark"] {

    /***********************************
     GLOBAL LMS FIXES
    ***********************************/
    body {
        background: #0f0f17 !important;
        color: #d7d7e0 !important;
    }

    a {
        color: #8bb5ff !important;
    }

    .stm_lms_btn,
    .btn,
    button {
        background-color: #222633 !important;
        color: #ffffff !important;
        border-color: #2e3344 !important;
    }

    .stm_lms_btn:hover,
    .btn:hover,
    button:hover {
        background-color: #2d3244 !important;
    }

    .stm_lms_message,
    .stm-lms-message,
    .message {
        background: #1c1f29 !important;
        border-color: #2d3244 !important;
        color: #e4e4ec !important;
    }

    input,
    select,
    textarea {
        background: #151821 !important;
        border-color: #2c3142 !important;
        color: #ffffff !important;
    }

    table {
        background: #14161f !important;
        color: #d7d7e0 !important;
    }

    .stm_lms_user_info_top {
        background: #141822 !important;
    }

    /***********************************
     USER ACCOUNT — MAIN DASHBOARD
     (user-account)
    ***********************************/
    .stm-lms-dashboard,
    .stm-lms-dashboard-wrapper {
        background: #0f0f17 !important;
    }

    .stm-lms-dashboard-sidebar {
        background: #131722 !important;
        border-right: 1px solid #222634 !important;
    }

    .stm-lms-dashboard-content {
        background: #0f0f17 !important;
    }

    .stm-lms-dashboard-menu li a {
        color: #c5c9d4 !important;
    }

    .stm-lms-dashboard-menu li.active a,
    .stm-lms-dashboard-menu li a:hover {
        background: #1e2230 !important;
        color: #ffffff !important;
    }

    .stm-lms-user-info > div {
        color: #e0e0ea !important;
    }

    /***********************************
     ENROLLED COURSES
     (/user-account/enrolled-courses/)
    ***********************************/
    .stm-lms-enrolled-courses__single {
        background: #151822 !important;
        border: 1px solid #272c3d !important;
    }

    .stm-lms-enrolled-courses__progress {
        background: #202432 !important;
    }

    .stm-lms-enrolled-courses__bar {
        background: #5a7dff !important;
    }

    .stm-lms-course-item__title a {
        color: #d1d7e8 !important;
    }

    /***********************************
     ENROLLED STUDENTS
     (/user-account/enrolled-students/)
    ***********************************/
    .stm-lms-enrolled-students__filters,
    .stm-lms-enrolled-students__table {
        background: #1a1d27 !important;
    }

    .stm-lms-enrolled-students__table td,
    .stm-lms-enrolled-students__table th {
        background: #141722 !important;
        border-color: #272c3d !important;
    }

    /***********************************
     ENROLLED QUIZZES
     (/user-account/enrolled-quizzes/)
    ***********************************/
    .stm-lms-enrolled-quizzes__single {
        background: #151822 !important;
        border: 1px solid #2b3142 !important;
    }

    .stm-lms-enrolled-quizzes__status {
        color: #9ab4ff !important;
    }

    /***********************************
     ORDERS
     (/user-account/my-orders/)
    ***********************************/
    .stm-lms-account-orders table.shop_table {
        background: #131722 !important;
    }

    .stm-lms-account-orders table th,
    .stm-lms-account-orders table td {
        background: #0f1116 !important;
        color: #e4e4ec !important;
        border-color: #222633 !important;
    }

    /***********************************
     WISHLIST
     (/wishlist/)
    ***********************************/
    .stm-lms-wishlist {
        background: #151822 !important;
    }

    .stm-lms-wishlist__item {
        background: #1a1d27 !important;
        border-color: #272c3d !important;
    }

    .stm-lms-wishlist__item-title a {
        color: #e0e2ee !important;
    }

    /***********************************
     CHAT
     (/user-account/chat/)
    ***********************************/
    .stm-lms-messages__container {
        background: #131722 !important;
    }

    .stm-lms-message__text {
        background: #1c1f2b !important;
        color: #ffffff !important;
    }

    .stm-lms-message__author {
        color: #8bb5ff !important;
    }

    /***********************************
     MEMBERSHIPS PMP
     (/user-account/memberships-pmp/)
    ***********************************/
    .pmpro_table,
    .pmpro_message {
        background: #151722 !important;
        color: #d7d7e0 !important;
    }

    .pmpro_table th,
    .pmpro_table td {
        border-color: #2d3244 !important;
    }

    .pmpro_level-price {
        color: #8bb5ff !important;
    }

    /***********************************
     INSTRUCTOR PUBLIC PROFILE
     (/instructor-public-account/)
    ***********************************/
    .stm_lms_instructor_profile {
        background: #11141c !important;
        color: #e3e3ed !important;
    }

    .stm_lms_instructor_courses__single {
        background: #1a1d27 !important;
        border: 1px solid #272c3d !important;
    }

}
