@keyframes scaling{0%,to{transform:scale(.2);background-color:#7c83a4}40%{transform:scale(1);background-color:#747dec}50%{transform:scale(1);background-color:#515de7}}.loading-dot div{animation:scaling 2.5s ease-in-out infinite}.loading-dot div:nth-child(0){animation-delay:0s}.loading-dot div:first-child{animation-delay:.2s}.loading-dot div:nth-child(2){animation-delay:.4s}.loading-dot div:nth-child(3){animation-delay:.6s}.loading-dot div:nth-child(4){animation-delay:.8s}.loading-dot div:nth-child(5){animation-delay:1s}