.spinner-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.spinner{background:conic-gradient(#59cddd,#f89a00,#0000 70%);border-radius:50%;width:62px;height:62px;animation:.9s linear infinite spin;position:relative}.spinner:before{content:"";background:0 0;border-radius:50%;position:absolute;inset:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
