.loading-dots{justify-content:center;align-items:center;gap:6px;display:flex}.loading-dot{border-radius:50%;animation:1.4s ease-in-out infinite both dotBounce}.loading-dots.dark .loading-dot{background-color:#fff9}.loading-dots.light .loading-dot{background-color:#19191980}.loading-dots.small .loading-dot{width:6px;height:6px}.loading-dots.small{gap:4px}.loading-dots.medium .loading-dot{width:8px;height:8px}.loading-dots.large .loading-dot{width:10px;height:10px}.loading-dots.large{gap:8px}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
