@keyframes spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-circle-animation{0%,25%{stroke-dashoffset:280px;transform:rotate(0)}50%,75%{stroke-dashoffset:75px;transform:rotate(45deg)}to{stroke-dashoffset:280px;transform:rotate(360deg)}}svg.spinner{max-width:100px;animation-name:spinner-animation;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}.spinner circle{fill:#0000;stroke-dasharray:283;stroke-dashoffset:280px;stroke-linecap:round;stroke-width:10px;transform-origin:50%;animation-name:spinner-circle-animation;animation-duration:1.4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;display:block}
/*# sourceMappingURL=0_kwhx_95svt8.css.map*/