
body {
  margin: 0;
  padding: 0;
}


.container[data-v-ecdd0d88] {
  padding: 15px;
}


.toastPage[data-v-45809e9f]{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5);
}
.toast[data-v-45809e9f] {
  max-width: 500px;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  /* // height: 45px;
  // line-height: 45px; */
  padding: 25px 50px;
  font-size: 28px;
}

