.loader{display:flex;flex-direction:row;justify-content:center}.loader>.dot{margin-left:.25rem;margin-right:.25rem;display:inline-block;width:.5rem;height:.5rem;border-radius:9999px;--tw-bg-opacity:1;background-color:hsl(var(--nextui-foreground)/var(--nextui-foreground-opacity,var(--tw-bg-opacity)))}.loader>.dot-animated{animation:bounce 1.4s ease-in-out infinite both}.loader>.dot-animated:first-child{animation-delay:-.32s}.loader>.dot-animated:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}