.loading-state{align-items:center;background-color:#0003;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading{animation:loading 1s linear infinite;border:10px solid #ddd;border-radius:50%;border-top-color:#f36633;height:100px;width:100px}@keyframes loading{to{transform:rotate(1turn)}}
