.app-spinner{animation:spin .65s linear infinite;border-color:#ffffff26;border-radius:50%;border-style:solid;border-top-color:var(--spinner-color,var(--color-primary));display:inline-block;flex-shrink:0}.app-spinner--sm{border-width:2px;height:14px;width:14px}.app-spinner--md{border-width:2px;height:22px;width:22px}.app-spinner--lg{border-width:3px;height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}
