.spinner-container{justify-content:center;align-items:center;width:100%;display:flex}.spinner{animation:1.2s linear infinite rotate}.spinner .track{stroke-width:5px}.spinner .indicator{transform-origin:50%;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:125.6px}50%{stroke-dashoffset:62.8px;transform:rotate(45deg)}to{stroke-dashoffset:125.6px;transform:rotate(360deg)}}
