.spinner{display:inline-block;height:var(--3c16b5f8);margin:0 auto;position:relative;width:var(--3c16b5f8)}.spinner-svg{bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.spinner-circle{stroke-dasharray:89,200;stroke-dashoffset:0;stroke:var(--dc4eab22);stroke-width:4px;animation:spinner-dash 1.5s ease-in-out infinite;stroke-linecap:round}.spinner-svg{animation:spinner 2s linear infinite}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
