/* minimal helpers that may not exist in the project */
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.hide-scrollbar::-webkit-scrollbar { 
    display: none;
}