.circle-loader{width:1em;height:1em;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;color:#f1a208}.circle-loader div{box-sizing:border-box;display:block;position:absolute;width:.8em;height:.8em;margin:.1em;border:.1em solid currentColor;border-radius:50%;animation:circle-loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:currentColor transparent transparent transparent}.circle-loader div:nth-child(1){animation-delay:-.45s}.circle-loader div:nth-child(2){animation-delay:-.3s}.circle-loader div:nth-child(3){animation-delay:-.15s}.circle-loader--purple{color:currentColor}@keyframes circle-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
