.spinner{animation:progress-delay var(--animate) forwards 2s;opacity:0}.spinner--instant{animation-delay:0s}.spin-icon{width:1.5rem;height:1.5rem;border-color:currentcolor transparent transparent currentcolor;border-style:solid;border-width:3px;animation:progress-spin .5s linear infinite}@keyframes progress-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes progress-delay{0%{opacity:0}to{opacity:1}}
