.-loading-dots{display:inline-flex}.-loading-dots__dot{background-color:var(--grey-800);border-radius:50%;height:6px;margin:0 5px;width:6px}.-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%{background-color:var(--color-bg-action);transform:scale(1.5)}}
