@keyframes spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-circle-animation{0%,25%{stroke-dashoffset:75px;transform:rotate(0)}50%,75%{stroke-dashoffset:280px;transform:rotate(270deg)}to{stroke-dashoffset:75px;transform:rotate(360deg)}}svg.feed-spinner{max-width:100px;animation-name:spinner-animation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}svg.feed-spinner circle{fill:#0000;stroke-dasharray:283;stroke-dashoffset:75px;stroke-linecap:round;stroke-width:10px;transform-origin:50%;animation-name:spinner-circle-animation;animation-duration:1.8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;display:block}.spinner-wrapper{justify-content:center;align-items:center;width:100%;height:100%;max-height:100vh;display:flex}
/*# sourceMappingURL=0hc39bky8v1aw.css.map*/