.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgb(27,29,33);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.custom-scrollbar::-webkit-scrollbar-corner{background:rgb(27,29,33)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgb(27,29,33)}