.loader{display:flex;gap:6px;justify-content:center;align-items:center;width:48px;height:var(--text-base)}.loader-dot{width:8px;height:8px;background-color:white;border-radius:50%;animation:shakeDot .6s ease-in-out infinite}.loader-dot:first-child{animation-delay:0s}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes shakeDot{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-6px);opacity:1}}