@keyframes ScrollRight{0%{right:0}25%{right:10px}50%{right:0}75%{right:10px}to{right:0}}@keyframes RotateElement{0%{transform:rotate(0)}25%{transform:rotate(5deg)}50%{transform:rotate(0)}75%{transform:rotate(-5deg)}to{transform:rotate(-2deg)}}::-webkit-scrollbar{width:0;background:transparent}.animateArrow{animation:ScrollRight 3s infinite;transition:.3s}.animateSelectedElementArrow{animation:RotateElement 3s infinite;transition:.3s}.css-nakgy8-TimeKeeper{width:"100%"}
