.dot-loader{align-items:center;display:flex;gap:20px;justify-content:center}.dot-loader span{animation:pulse 1.2s ease-in-out infinite;background-color:#1c6bea;border-radius:50%;height:20px;opacity:.2;width:20px}.dot-loader span:first-child{animation-delay:0s}.dot-loader span:nth-child(2){animation-delay:.15s}.dot-loader span:nth-child(3){animation-delay:.3s}.dot-loader span:nth-child(4){animation-delay:.45s}.dot-loader span:nth-child(5){animation-delay:.6s}@keyframes pulse{0%,to{opacity:.2}50%{opacity:1}}
