@layer components{.loading-bubble{justify-content:flex-start;align-items:center;padding:1rem 1.25rem;display:flex}.loading-dots{align-items:center;gap:.25rem;display:flex}.loading-dot{background-color:var(--color-neutral-250);border-radius:50%;width:.375rem;height:.375rem;animation:1.2s ease-in-out infinite dotPulse}.button-primary .loading-dot{background-color:var(--color-neutral-250);animation:1.2s ease-in-out infinite dotPulse}.button-secondary .loading-dot{background-color:var(--color-neutral-400);animation:1.2s ease-in-out infinite dotPulseSecondary}.button-tertiary .loading-dot{background-color:var(--color-neutral-400);animation:1.2s ease-in-out infinite dotPulseTertiary}.loading-dot:first-child{animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.4s}.loading-dot:nth-child(3){animation-delay:.8s}.button-primary .loading-dot:first-child,.button-secondary .loading-dot:first-child,.button-tertiary .loading-dot:first-child{animation-delay:0s}.button-primary .loading-dot:nth-child(2),.button-secondary .loading-dot:nth-child(2),.button-tertiary .loading-dot:nth-child(2){animation-delay:.4s}.button-primary .loading-dot:nth-child(3),.button-secondary .loading-dot:nth-child(3),.button-tertiary .loading-dot:nth-child(3){animation-delay:.8s}.loading-bubble--small{padding:.75rem 1rem}.loading-bubble--small .loading-dot{width:.25rem;height:.25rem}.loading-bubble--large{padding:1.25rem 1.5rem}.loading-bubble--large .loading-dot{width:.5rem;height:.5rem}.loading-bubble--large .loading-dots{gap:.375rem}@keyframes dotPulse{0%,80%,to{background-color:var(--color-neutral-250);opacity:.6;width:.375rem;height:.375rem;transform:scale(1)}40%{background-color:var(--color-neutral-400);opacity:1;width:.5rem;height:.5rem;transform:scale(1.2)}}.loading-bubble--small .loading-dot{animation:1.2s ease-in-out infinite dotPulseSmall}@keyframes dotPulseSmall{0%,80%,to{background-color:var(--color-neutral-250);opacity:.6;width:.25rem;height:.25rem;transform:scale(1)}40%{background-color:var(--color-neutral-400);opacity:1;width:.375rem;height:.375rem;transform:scale(1.2)}}.loading-bubble--large .loading-dot{animation:1.2s ease-in-out infinite dotPulseLarge}@keyframes dotPulseLarge{0%,80%,to{background-color:var(--color-neutral-250);opacity:.6;width:.5rem;height:.5rem;transform:scale(1)}40%{background-color:var(--color-neutral-400);opacity:1;width:.625rem;height:.625rem;transform:scale(1.2)}}@keyframes dotPulseSecondary{0%,80%,to{background-color:var(--color-neutral-400);opacity:.6;width:.375rem;height:.375rem;transform:scale(1)}40%{background-color:var(--color-neutral-200);opacity:1;width:.5rem;height:.5rem;transform:scale(1.2)}}@keyframes dotPulseTertiary{0%,80%,to{background-color:var(--color-neutral-400);opacity:.6;width:.375rem;height:.375rem;transform:scale(1)}40%{background-color:var(--color-neutral-200);opacity:1;width:.5rem;height:.5rem;transform:scale(1.2)}}.loading-bubble{animation:.3s cubic-bezier(.25,.46,.45,.94) fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}}
/*# sourceMappingURL=adfc8a6011193451.css.map*/