
.loading-overlay[data-v-570aeff3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-content[data-v-570aeff3] {
  text-align: center;
}
.loading-text[data-v-570aeff3] {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

