.-loading-dots{display:inline-flex}.-loading-dots__dot{width:6px;height:6px;margin:0 5px;background-color:var(--grey-800);border-radius:50%}.-loading-dots__dot:first-child{animation:dotGrowing 1s ease-in-out infinite}.-loading-dots__dot:nth-child(2){animation:dotGrowing 1s ease-in-out .2s infinite}.-loading-dots__dot:nth-child(3){animation:dotGrowing 1s ease-in-out .4s infinite}@keyframes dotGrowing{0%,80%,to{transform:scale(1)}40%{transform:scale(1.5);background-color:var(--color-bg-action)}}
