.ui-spinner{border:2px solid;color:var(--primary);border-block-start-color:#0000;border-radius:50%;flex:none;animation:.7s linear infinite ui-spinner-rotate;display:inline-block}.ui-spinner--sm{width:16px;height:16px}.ui-spinner--md{width:22px;height:22px}.ui-spinner--lg{width:32px;height:32px}@keyframes ui-spinner-rotate{to{transform:rotate(360deg)}}
