.spinner-overlay{z-index:1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:6px solid #ff69b4;border-top-color:#0000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
