.msg-mask-box {
  background-color: transparent;
}
.msg-mask-box .mask-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg-mask-box .mask-content .msg-content {
  max-width: 350px;
  padding: 17px 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}/*# sourcemappingurl=mask-msg.css.map */