.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:99999999}.loading{animation:loading 1s linear infinite;border:10px solid #ddd;border-radius:50%;border-top-color:#0085db;height:100px;width:100px}@keyframes loading{to{transform:rotate(1turn)}}
