.fox-spinner{perspective:1000px;color:#2563eb;border-radius:50%;width:48px;height:48px;display:inline-block;transform:rotate(45deg)}.fox-spinner:before,.fox-spinner:after{content:"";width:inherit;height:inherit;border-radius:50%;animation:1s linear infinite fox-spin;display:block;position:absolute;top:0;left:0;transform:rotateX(70deg)}.fox-spinner:after{color:#3b82f6;animation-delay:.4s;transform:rotateY(70deg)}@keyframes fox-spin{0%,to{box-shadow:.2em 0}12%{box-shadow:.2em .2em}25%{box-shadow:0 .2em}37%{box-shadow:-.2em .2em}50%{box-shadow:-.2em 0}62%{box-shadow:-.2em -.2em}75%{box-shadow:0 -.2em}87%{box-shadow:.2em -.2em}}
