.loader-wrapper{display:flex;align-items:center;justify-content:center;width:100%;min-height:120px}.loader-wrapper.loader-overlay{position:absolute;inset:0;min-height:100%;background:var(--background);opacity:.9;border-radius:inherit}.circle-loader{border:2px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}