.full-loading[data-v-7ce5f259] {
  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-7ce5f259] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
