.loadingBox{display:flex;-moz-column-gap:6px;column-gap:6px}.loadingBox .dot{min-width:8px;max-width:8px;height:8px;background-color:#dadada;border-radius:50%;animation:loading 1s infinite alternate}.loadingBox .dot:first-child{animation-delay:-.25s}.loadingBox .dot:nth-child(2){animation-delay:-.5s}.loadingBox .dot:nth-child(3){animation-delay:-.75s}.loadingBox .dot:nth-child(4){animation-delay:-1s}.dot.darker{--tw-bg-opacity:1;background-color:rgb(128 128 128/var(--tw-bg-opacity,1))}@keyframes loading{0%{transform:translateY(-4px)}to{transform:translateY(0)}}