.loading-dots{display:flex;justify-content:center;align-items:center;gap:4px}.loading-dots span{width:6px;height:6px;border-radius:50%;background-color:currentColor;display:inline-block}.loading-dots span:first-child{animation:scaling .9s ease-in-out infinite}.loading-dots span:nth-child(2){animation:scaling .9s ease-in-out .3s infinite}.loading-dots span:nth-child(3){animation:scaling .9s ease-in-out .6s infinite}@keyframes scaling{0%,to{transform:scale(.2);opacity:.2}50%{transform:scale(1);opacity:1}}