.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #0a0a0a;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 9999px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #404040;
}