/* Critical layout: reserve space early to reduce CLS before foot JS runs */

@media (max-width: 992px) {
    #navbar_row > .w3-col {
        width: 100% !important;
    }

    #icon_div .w3-bar {
        width: 100%;
    }
}

#navbar_row {
    display: block;
}

#sb_nav_head {
    min-height: 56px;
}

#app_content {
    margin-top: 56px;
}

#pageloadbar {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    z-index: 100;
}

#sb_nav_head .progress {
    margin: 0;
}
