.msg__box[data-v-1db731e3] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.msg__box--bg[data-v-1db731e3] {
  width: 75%;
  padding: 30px 15px;
  background-color: #171717;
  border: 1px solid #4f4e4e;
  border-radius: 8px;
}
.msg__box--content[data-v-1db731e3] {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg__box--bottom[data-v-1db731e3] {
  display: flex;
  justify-content: center;
}
.msg__box--bottom .submit[data-v-1db731e3] {
  border: 1px solid #9d9d9d;
  color: #fff;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.msg__box--bottom .cancel[data-v-1db731e3] {
  margin: 0 10px;
  border: 1px solid #9d9d9d;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
.msg__box--bg[data-v-1db731e3] {
    width: 40%;
}
}
