.element-passing-by-animation-medium{animation:elementPassingBy 8s linear infinite;animation-fill-mode:both}.element-passing-by-animation-fast{animation:elementPassingBy 7.5s linear infinite;animation-fill-mode:both}.element-passing-by-animation-slow{animation:elementPassingBy 8.5s linear infinite;animation-fill-mode:both}@keyframes elementPassingBy{0%{transform:translateX(-40vw);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateX(120vw);opacity:0}}.comment-box-in-animation{animation:commentBoxRouletteStart 1s ease-in-out}.comment-box-out-animation{animation:commentBoxRouletteEnd 1s ease-in-out}@keyframes commentBoxRouletteStart{0%{opacity:0;scale:.5}30%{opacity:1;scale:1}to{opacity:1;scale:1}}@keyframes commentBoxRouletteEnd{0%{opacity:1;scale:1}70%{opacity:1;scale:1}to{opacity:0;scale:.5}}.auth-error-popup-animation{animation:authErrorBox .4s ease-in forwards}.auth-error-close-animation{animation:authErrorBox .4s ease-in reverse forwards}@keyframes authErrorBox{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.popup-animation{animation:dropdownlist .1s linear forwards}.popclose-animation{animation:dropdownlistClose .1s linear forwards}@keyframes dropdownlist{0%{opacity:0;scale:.85}to{opacity:1;scale:1}}@keyframes dropdownlistClose{0%{opacity:1;scale:1}to{opacity:0;scale:.85}}.spin-wheel-animation{animation:SpinWheel 3s ease-out forwards}@keyframes SpinWheel{0%{transform:rotate(0deg)}to{transform:rotate(5turn)}}.timeout-animation{animation:timeoutAnimation 8s ease-in infinite}@keyframes timeoutAnimation{0%{width:100%}to{width:0}}