.loading__page[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #000000;
}
.loading__page--bg[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading__page--bg img[data-v-416d18c9] {
  width: 85%;
}
.loading__bar[data-v-416d18c9] {
  width: 85%;
  top: 6em;
}
.dialog__box[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
