.LoadingDots_wrap__BCHwx{display:flex;justify-content:center;align-items:center;gap:8px}.LoadingDots_dot__sFtkm{width:10px;height:10px;border-radius:50%;background-color:var(--color-primary);animation:LoadingDots_bounce__Ut2ip 1.2s ease-in-out infinite}.LoadingDots_dot__sFtkm:first-child{animation-delay:0s}.LoadingDots_dot__sFtkm:nth-child(2){animation-delay:.2s}.LoadingDots_dot__sFtkm:nth-child(3){animation-delay:.4s}@keyframes LoadingDots_bounce__Ut2ip{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}