.spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;width:100px;height:100px}.spinner .path{stroke:#333;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.spinner.spinner-text{position:static;margin:0}.spinner-text:not(.spinner){margin-bottom:25px;display:flex;justify-content:center;align-items:center}.spinner-inline{animation:rotate 2s linear infinite;height:25px;z-index:2}.spinner-inline .path{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;stroke-width:8px}.spinner-inline .path:hover{stroke:#333}.spinner-contain{position:relative}@media(hover:none){.spinner-inline .path:hover{stroke:#fff}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}