.loading-screen[data-v-271a32ab]{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:300;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.loading-circle[data-v-271a32ab]{width:50px;height:50px;border-radius:100%;border:2px solid transparent;border-left-color:#ababab;animation:circleanimation-271a32ab .45s linear infinite}.loading-text[data-v-271a32ab]{margin-top:15px;color:grey;font-size:12px;text-align:center}@keyframes circleanimation-271a32ab{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}