.spinner-wrapper{display:flex;justify-content:center;align-items:center;height:auto}.spinner-svg{width:20px;height:20px;animation:spinner-rotate 2s linear infinite}.spinner-circle{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:spinner-dash 1.5s ease-in-out infinite}@keyframes spinner-rotate{to{transform:rotate(1turn)}}@keyframes spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:1,200;stroke-dashoffset:-125px}}