.loading-overlay{align-items:center;background:#e9f3fff2;bottom:0;display:flex;height:100vH;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vW;z-index:9999}.spinner{animation:spin 1s linear infinite;border:6px solid #eee;border-radius:50%;border-top-color:#333;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}
