.loading-container{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.loader{gap:8px;display:flex}.loader span{background:#111;border-radius:50%;width:14px;height:14px;animation:1.4s ease-in-out infinite both bounce}.loader span:first-child{animation-delay:-.32s}.loader span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
