@keyframes slide-in-right{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes shrink-width{0%{width:100%}to{width:0%}}.animate-slide-in-right{animation:slide-in-right .5s cubic-bezier(.16,1,.3,1) forwards}.animate-shrink-width{animation:shrink-width 5s linear forwards}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}
