.loader-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.loader{border:20px solid rgba(0,0,0,.1);border-left-color:#4bd439;border-radius:50%;width:100px;height:100px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.top-right[data-v-bbea8760]{display:inline-block;padding-left:5px;font-size:12px;line-height:14px}.card[data-v-bbea8760]{border-radius:10px;background-color:hsla(0,0%,100%,.644)}