/* body {
    Remove any margins/padding that might interfere with app display
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

Hide website header and footer
header, 
.site-header,
nav.main-navigation,
.primary-navigation,
.site-footer,
footer,
.footer-widgets,
#masthead,
#colophon,
.site-branding,
.bb-footer,
.bb-header,
#cookie-notice,
.nav-links,
.post-navigation,
.site-info,
.bp-header {
    display: none !important;
}

Improve content for app viewing
.site-content,
#content,
.content-area,
.entry-content {
    padding: 10px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

Adjust font sizes for mobile
p, li, div {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

Make images responsive
img {
    max-width: 100% !important;
    height: auto !important;
}

Add your custom styles here */

.site-content {
    padding: 0 !important;
}
.bb-yoast-breadcrumbs {
    display: none;
}
#crisp-chatbox{
    display: none !important;
}
.sticky-header .bp-feedback.bp-sitewide-notice {
    display: none !important;
}
.lms-topic-sidebar-wrapper {
    display: none !important;
}
#learndash-course-header .bb-position {
    display: none !important;
}
#learndash-page-content
{
    height: 100vh !important;
}
.learndash_content_wrap div.learndash-wrapper
{
    display: none !important;
}
header, footer, .site-header, .site-footer, .footer-widget-area, .bb-footer, aside { /* the page on wp will have the default template */
    display: none !important;
}