.alertAnimation{animation:alertSlideAnimation .2s forwards}@keyframes alertSlideAnimation{0%{transform:translateX(-30px)}to{transform:translateX(20px)}}.alertAnimationEnd{animation:alertSlideAnimationEnd .2s forwards}@keyframes alertSlideAnimationEnd{0%{transform:translateX(0)}99%{transform:translateX(-50px)}to{transform:translateX(-50px);opacity:0}}.small-scrollbar{scrollbar-width:thin;scrollbar-color:rgb(182,182,182) transparent}.small-scrollbar::-webkit-scrollbar{width:6px;height:6px}.small-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.small-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}