::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(184, 134, 11, 0.2);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(184, 134, 11, 0.4);
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(184, 134, 11, 0.2) transparent;
}

#leftSidebar,
#rightSidebar,
.overflow-y-auto {
    scrollbar-width: thin;
    scrollbar-color: rgba(184, 134, 11, 0.15) transparent;
}

#leftSidebar::-webkit-scrollbar,
#rightSidebar::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
    width: 4px;
}

#leftSidebar::-webkit-scrollbar-track,
#rightSidebar::-webkit-scrollbar-track,
.overflow-y-auto::-webkit-scrollbar-track {
    background: transparent;
}

#leftSidebar::-webkit-scrollbar-thumb,
#rightSidebar::-webkit-scrollbar-thumb,
.overflow-y-auto::-webkit-scrollbar-thumb {
    background-color: rgba(184, 134, 11, 0.15);
    border-radius: 20px;
}

#leftSidebar::-webkit-scrollbar-thumb:hover,
#rightSidebar::-webkit-scrollbar-thumb:hover,
.overflow-y-auto::-webkit-scrollbar-thumb:hover {
    background-color: rgba(184, 134, 11, 0.3);
}

::selection {
    background: rgba(184, 134, 11, 0.3);
    color: #fff;
}
