.spinnerOverlay{z-index:999;background:#d4d1d166;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:5px solid #e0e0e0;border-top-color:#9bc53d;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
