.custom-scrollbar::-webkit-scrollbar{width:12px;height:12px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:10px;border:3px solid rgba(255,255,255,.1)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.4)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}