.loading-overlay{z-index:50;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-inline{z-index:10;justify-content:center;align-items:center;min-height:2.5rem;display:flex;position:relative}.loading-backdrop{background:#0000002e;position:absolute;inset:0}@keyframes loading-spin{to{transform:rotate(360deg)}}.spinner{border-style:solid;border-color:var(--color-green);border-top-color:#0000;border-radius:9999px;animation:.8s linear infinite loading-spin;display:inline-block}.spinner--sm{border-width:2px;width:20px;height:20px}.spinner--md{border-width:3px;width:28px;height:28px}.spinner--lg{border-width:4px;width:40px;height:40px}
