/**
 * REMOVE BOTTOM NAVIGATION
 * Hides and disables bottom navigation bar
 * Only keeps top navbar
 */

/* Hide bottom navigation bar completely */
.bottom-nav-bar,
.bottom-nav-container,
.bottom-nav-item {
    display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0 !important; width: 0 !important; overflow: hidden !important; }

/* Ensure no bottom padding is added for bottom nav */
body {
    padding-bottom: 0 !important; }
