.tc-sidebar-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.tc-sidebar-scroll::-webkit-scrollbar {
    width: 6px;
}

.tc-sidebar-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.tc-sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
}

.tc-sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.45);
}
