.scrollbar::-webkit-scrollbar{width:8px}.scrollbar::-webkit-scrollbar-thumb{background:#4a4e5b;border-radius:6px}.scrollbar::-webkit-scrollbar-track{background:transparent}.scrollbar::-webkit-scrollbar-thumb:hover{background:#fff}@keyframes animation-skeleton{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-style{animation:animation-skeleton 2s ease-in-out .5s infinite normal none running;background-color:hsla(0,0%,100%,.13)}@keyframes rotateAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-animation{animation:rotateAnimation 1s linear infinite}