.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(0,146,69,.5);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(0,146,69,.7)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,146,69,.5) rgba(255,255,255,.05)}