/*
Theme Name: SALAlearn Theme
Theme URI: https://salalearn.com/
Author: SALAlearn Lead Engineering Team
Author URI: https://salalearn.com/
Description: Custom LMS & Course Sharing Network Theme for SALAlearn.com. Fully responsive, ultra-fast and optimized.
Version: 1.0.0
Text Domain: salalearn-theme
*/

/* Custom additions for Modals & File Tree */
.modal-backdrop.show {
    opacity: 0.7;
}
.salalearn-modal .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.salalearn-modal .modal-header {
    background-color: #2c3e50;
    color: #ffffff;
    border-bottom: none;
}
.salalearn-file-tree-container {
    max-height: 420px;
    overflow-y: auto;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
}
.salalearn-file-tree-list li {
    font-size: 14px;
}
.cursor-pointer {
    cursor: pointer;
}
.missing-warning-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 4px;
}