.spinner{z-index:2;width:100px;height:100px;margin:-25px 0 0 -25px;animation:2s linear infinite rotate;position:absolute;top:50%;left:50%}.path{stroke:gray;stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}
/*# sourceMappingURL=89c0f6f9cf967884.css.map*/