.sidebar-scroll::-webkit-scrollbar {
    width: 8px;
}
.sidebar-scroll::-webkit-scrollbar-track {
    background: #000028;
    border-radius: 4px;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
    background: #009999;
    border-radius: 4px;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background: #00B3B3;
}
.sidebar-scroll {
    scrollbar-width: thin;
    scrollbar-color: #009999 #000028;
}
