@keyframes fft-spin{to{transform:rotate(1turn)}}.fft-spinner-overlay{position:fixed;inset:0;z-index:99998;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.35);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:fft-fade-in .15s ease}@keyframes fft-fade-in{0%{opacity:0}to{opacity:1}}.fft-spinner{display:inline-flex;align-items:center;justify-content:center}.fft-spinner--sm{width:20px;height:20px}.fft-spinner--sm .fft-spinner__ring{width:20px;height:20px;border-width:2px}.fft-spinner--md{width:36px;height:36px}.fft-spinner--md .fft-spinner__ring{width:36px;height:36px;border-width:3px}.fft-spinner--lg{width:56px;height:56px}.fft-spinner--lg .fft-spinner__ring{width:56px;height:56px;border-width:4px}.fft-spinner__ring{display:block;border-radius:50%;border-style:solid;border-color:var(--border-positive-tertiary,#86efac);border-top-color:var(--icon-positive-default,#16a34a);animation:fft-spin .75s linear infinite}