@keyframes loadingDots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.loading-dots:after{display:inline-block;animation:loadingDots 1.5s step-end infinite;content:""}