.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background-color:transparent;border-radius:.25rem}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(208,207,210,.5);border-radius:.25rem}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(68,68,70,.5)}.custom-scrollbar::-webkit-scrollbar-button{display:none}@supports not selector(::-webkit-scrollbar){.custom-scrollbar{scrollbar-color:rgba(208,207,210,.5) transparent;scrollbar-width:thin}.dark .custom-scrollbar{scrollbar-color:rgba(68,68,70,.5) transparent}}