/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */

/* =============================================
   AJUSTES PARA MÓVIL - APP
   ============================================= */

/* Oculta menú hamburguesa en móvil */
@media (max-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }
}

/* Fija el menú inferior en móvil */
@media (max-width: 768px) {
    .masterstudy-account-mobile-menu {
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: #ffffff !important;
        z-index: 99999 !important;
        padding: 12px 0 !important;
        border-top: 1px solid #e5e5e5 !important;
    }
    
    body {
        padding-bottom: 70px !important;
    }
}