.main-sidebar::-webkit-scrollbar {
    width: 0.5px;
    background-color: blue;
}

.main-sidebar::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}
.main-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.main-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgb(54, 56, 58);
}

