.test__box[data-v-42e9002a] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.test__box--page[data-v-42e9002a] {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.test__box--table[data-v-42e9002a] {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.test__box--table button[data-v-42e9002a] {
  width: 90px;
  margin: 0 5px;
}
button[data-v-42e9002a] {
  width: 50%;
  height: 30px;
  border: 1px solid #ffffff;
  margin: 10px 0;
  border-radius: 5px;
}
.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);
}
@media screen and (min-width: 768px) {
.loading__page--bg img[data-v-416d18c9] {
    width: 85%;
}
.loading__bar[data-v-416d18c9] {
    width: 85%;
}
}
