.dot-pulse-loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px}.dot{border-radius:50%;animation:pulse-animation ease-in-out infinite}@keyframes pulse-animation{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.5}}