.spinner-common{animation:rotate 2s linear infinite;z-index:2;top:65%;right:0;margin:-25px 0 0 -25px;& .path{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}}@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}}