body .swal2-popup {
  width: 385px;
  padding: 24px;
  background: #FDFDFD;
  align-items: unset;
  justify-content: start;
}
@media (max-width: 600px) {
  body .swal2-popup {
    width: 343px;
  }
}
body .swal2-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
  color: #0B0B0B;
  margin: 0px;
  text-align: unset;
  font-family: "Microsoft JhengHei";
}
@media (max-width: 1270px) {
  body .swal2-title {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  body .swal2-title {
    font-size: 20px;
    line-height: 27px;
  }
}
body .swal2-html-container {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #6C6C6C;
}
@media (max-width: 600px) {
  body .swal2-html-container {
    font-size: 16px;
    line-height: 28px;
  }
}
body .swal2-actions {
  width: 327px;
  margin: 0px;
  margin-top: 16px;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  body .swal2-actions {
    width: 297px;
  }
}
body .swal2-actions .swal2-styled {
  margin: 0;
  padding: 8px 56px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
body .swal2-actions .swal2-styled:focus {
  box-shadow: unset;
}
@media (max-width: 600px) {
  body .swal2-actions .swal2-styled {
    padding: 7px 53px;
  }
}
body .swal2-actions .swal2-confirm {
  color: #FDFDFD;
  border: none;
}
body .swal2-actions .swal2-cancel {
  color: #518C95;
  border: 1px solid #518C95;
  margin-right: 8px;
}
body .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: unset;
}
