.loading-container{display:flex;justify-content:center;align-items:center;height:min-content}.dots{display:flex;gap:2px}.dots span{width:8px;height:8px;background-color:inherit;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.dots span:first-child{animation-delay:0s}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}