.spinner{padding:.6rem 0}.spinner-circle{background:inherit;border-radius:inherit;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem 1rem;display:flex;position:absolute;top:0;left:0}.spinner-circle:before{z-index:5;content:"";border-top:3px dashed #03fc6f;border-bottom:3px solid #0000;border-left:3px solid #0000;border-right:3px dashed #03fc6f;border-radius:50%;width:100px;height:100px;animation:1s linear infinite loading;position:absolute}.spinner-circle:after{content:"";z-index:10;border-top:3px dashed #03fc6f;border-bottom:3px solid #0000;border-left:3px solid #0000;border-right:3px dashed #03fc6f;border-radius:50%;width:100px;height:100px;animation:1s infinite loading;position:absolute}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
