.animated-spin{animation:1s linear infinite spin}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(200%)}}.animated-slide{animation:3s linear infinite slideRight}@keyframes border-color-animation{0%,to{border-color:#22d3ee}33%{border-color:#22d3ee}66%{border-color:#d4d4d8}}.border-color-animation{animation:2s linear infinite border-color-animation}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.dialog-enter{animation:.2s forwards slideIn}.dialog-exit{animation:.2s forwards slideOut}
/*# sourceMappingURL=2b58303ad3883fd7.css.map*/