.full-loading[data-v-d4a6084b] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(240, 242, 245, 0.4);
}
.full-loading.absolute[data-v-d4a6084b] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
html[data-theme='dark'] .full-loading[data-v-d4a6084b]:not(.light) {
  background-color: rgba(0, 0, 0, 0.45);
}
.full-loading.dark[data-v-d4a6084b] {
  background-color: rgba(0, 0, 0, 0.45);
}
