.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#3f475a;border-radius:3px;transition:background-color .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#545f78}