@layer standard, pre-styledComponent, styledComponent, components;.round-arrow path{stroke-dasharray:73.014 73.014;stroke-dashoffset:-73.014;animation:roundArrowLoop 4.5s linear infinite}.spinner-svg{animation:spinAnimation 1s linear infinite}@keyframes roundArrowLoop{0%{stroke-dashoffset:-73.014}36%,44%{stroke-dashoffset:0}80%,to{stroke-dashoffset:73.014}}@keyframes spinAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}