@keyframes progress{0%{width:0%}50%{width:60%}to{width:100%}}.animate-progress{animation:2s ease-in-out infinite progress}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff0a;border-radius:10px;transition:all .3s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b6e6e33}
