/*Write your custom css in this file.*/

/****** xERPa modification ********/
.mobile-bottom-menu .mobile-shortcut-btn {
    padding: 15px 20px 35px;
    flex-shrink: 0;
}
/* Horizontal scroll when shortcuts overflow the bar */
.mobile-bottom-menu-inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    justify-content: space-between;
}
/* Hide scrollbar visually but keep it functional */
.mobile-bottom-menu-inner::-webkit-scrollbar { display: none; }
.mobile-bottom-menu-inner { -ms-overflow-style: none; scrollbar-width: none; }
/* Prevent built-in nav-link items from shrinking when bar overflows */
.mobile-bottom-menu .nav-link,
.mobile-bottom-menu .sidebar-toggle-btn,
.mobile-bottom-menu .todo-btn,
.mobile-bottom-menu .home-btn,
.mobile-bottom-menu #mobile-function-button,
.mobile-bottom-menu #mobile-chat-menu-button,
.mobile-bottom-menu #mobile-quick-add-button { flex-shrink: 0; }
/* Scroll indicator injected by JS — see layout/index.php */
/****** End xERPa modification ********/
