::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
}

/* Sidebar na laging nasa ibabaw at may smooth transition para sa auto-hide */
#sidebar {
    z-index: 99999 !important;
    transition: transform 0.3s ease-in-out;
}

/* Floating button para laging kita sa ibabaw */
button[onclick="toggleSidebar()"] {
    z-index: 99998 !important;
}

#category-modal {
    z-index: 100000 !important;
}
