/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

/* Fix Tutor LMS overlapping Astra Header on Mobile */
.ast-main-header-wrap,
#ast-desktop-header,
#ast-mobile-header {
    z-index: 99999 !important;
    position: relative;
}

.tutor-wrap,
.tutor-dashboard-wrap,
.tutor-dashboard {
    z-index: 1 !important;
    position: relative;
}

.tutor-dashboard-header {
    z-index: 0;
}

.tutor-flex.tutor-flex-wrap.tutor-gap-5.tutor-z-positive {
    z-index: 0;
}
