@media (min-width: 1200px) {
    #nav-toggle {
        display: none;
    }
}

body {
    display: flex;
    flex-direction: column;
}

#app {
    height: unset;
    flex: 1 0 auto;
}

.pf-v5-c-page {
    height: unset;
}

#loading-text {
    font-weight: unset;
}

#app:not(:has(div)):has(svg.pf-v5-c-spinner), main:has(svg.pf-v5-c-spinner) {
    display: flex;
    align-items: center;
    justify-content: center;
}

