/* html,
body,
 {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.app-dowload::-webkit-scrollbar {
  width: 4px !important;

} */

.iframe-html {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.iframe-html body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.my-dialog {
  position: relative;
  border-radius: 16px;
  padding: 16px 20px 6px;
  background-color: #fff;
  top: 25%;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  border-radius: 12px;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .my-dialog {
    position: relative;
    border-radius: 16px;
    padding: 16px 20px 6px;
    background-color: #fff;
    top: 25%;
    left: 50%;
    border-radius: 12px;
    font-size: 20px;
    width: 86%;
    margin-left: -43%;
  }
}

.my-dialog .dialog-title {
  padding-bottom: 16px;
  width: 100%;
  text-align: left;
  color: #0d0e0e;
  font-size: 18px;
  font-weight: 500;
}
.my-dialog .dialog-message {
  padding-left: 5px;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  color: #0d0e0e;
  font-size: 16px;
}

.my-dialog .dialog-footer {
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #3348f6;
  padding: 8px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  word-break: break-word;
}
