.loading-spin{animation:loading-spin 1.4s linear 0s infinite normal none running}.loading-spinner{stroke:currentcolor;stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:loading-spinner 1.4s ease-in-out 0s infinite normal none running}@keyframes loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading-spinner{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}