@keyframes spin-smooth{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-loader{0%,to{opacity:1}50%{opacity:.5}}.loader-spin{animation:spin-smooth 1s linear infinite}.loader-pulse{animation:pulse-loader 2s ease-in-out infinite}@keyframes dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dots-loader{display:inline-block;position:relative;width:80px;height:80px}.dots-loader div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:currentColor;animation-timing-function:cubic-bezier(0,1,1,0)}.dots-loader div:first-child{left:8px;animation:dot-bounce .6s infinite}.dots-loader div:nth-child(2){left:8px;animation:dot-bounce .6s -.2s infinite}.dots-loader div:nth-child(3){left:32px;animation:dot-bounce .6s -.4s infinite}