.loading-state{align-items:center;background:#0003;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99999999}.circle-loader{animation:spin 1s linear infinite;border:8px solid #e0e0e0;border-radius:50%;border-top:8px solid rgb(var(--v-theme-primary));height:64px;width:64px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
