.loading-spinner-container{justify-content:center;align-items:center;display:flex}.loading-spinner{width:30px;height:30px}.loading-spinner div{box-sizing:border-box;border:4px solid #0000;border-top-color:#990ae3;border-radius:50%;width:25px;height:25px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite rotate-ring;display:block;position:absolute}.loading-spinner div:first-child{animation-delay:-.45s}.loading-spinner div:nth-child(2){animation-delay:-.3s}.loading-spinner div:nth-child(3){animation-delay:-.15s}@keyframes rotate-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
