.loader-container{display:flex;align-items:center;justify-content:center;gap:8px}.dot{width:12px;height:12px;background-color:#3D5A80;border-radius:50%;animation:growShrink 1.4s ease-in-out infinite}.dot:nth-child(2){background-color:#4DBFB8;animation-delay:.2s}.dot:nth-child(3){background-color:#3D5A80;animation-delay:.4s}@keyframes growShrink{0%,to{transform:scale(.5);opacity:.5;border-radius:50%}50%{transform:scale(1.2);opacity:1;height:32px;border-radius:6px}}