.LoadingIndicator{width:40px;height:40px;margin:auto;display:inline-block;position:relative}.LoadingIndicator div{transform-origin:20px 20px;animation:1.2s linear infinite loader-indicator}.LoadingIndicator div:after{content:" ";background:#000;border-radius:40%;width:3px;height:9px;display:block;position:absolute;top:3px;left:18.5px}.LoadingIndicator div:first-child{animation-delay:-1.1s;transform:rotate(0)}.LoadingIndicator div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.LoadingIndicator div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.LoadingIndicator div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.LoadingIndicator div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.LoadingIndicator div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.LoadingIndicator div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.LoadingIndicator div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.LoadingIndicator div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.LoadingIndicator div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.LoadingIndicator div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.LoadingIndicator div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes loader-indicator{0%{opacity:1}to{opacity:0}}
