.fancy-loader .loader-dots{display:flex;gap:.5rem;align-items:center;justify-content:center}.fancy-loader .loader-dots div{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 60%,#60a5fa);animation:loader-bounce 1.2s ease-in-out infinite both}.fancy-loader .loader-dots div:nth-child(2){animation-delay:.15s}.fancy-loader .loader-dots div:nth-child(3){animation-delay:.3s}.fancy-loader .loader-dots div:nth-child(4){animation-delay:.45s}@keyframes loader-bounce{0%,80%,to{transform:scale(.7);opacity:.7}40%{transform:scale(1.2);opacity:1}}