.loading-overlay{align-items:center;background-color:#000000e6;display:flex;justify-content:center;inset:0;position:fixed;z-index:9999}.loading-spinner{animation:spin 1s linear infinite;border:4px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#ffec1c;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
