.loading-overlay[data-v-d8ba403a]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.spinner[data-v-d8ba403a]{border:4px solid hsla(0,0%,100%,.3);border-radius:50%;border-top:4px solid #fff;width:50px;height:50px;animation:spin-d8ba403a 1s linear infinite}@keyframes spin-d8ba403a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}