.loader{display:flex;justify-content:center;align-items:center;gap:8px}.dot{width:10px;height:10px;background-color:#333;border-radius:50%;animation:dot-flashing 1s infinite alternate}@keyframes dot-flashing{0%{opacity:.2}to{opacity:1}}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}
