.mfp-container {
  padding: 0 !important;
}
.mfp-content {
  position: initial !important;
}
.dialog-popup {
  position: relative;
  background-color: #ffffff;
  max-width: 95%;
  margin: auto;
}
.dialog-popup .header {
  display: table;
  width: 100%;
  padding: 1em 2em;
}
.dialog-popup .header > * {
  display: table-cell;
  vertical-align: middle;
}
.dialog-popup .header .icon-wrap {
  width: 65px;
}
.dialog-popup .header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
  color: #fff;
  font-size: 20px;
}
.dialog-popup .header .title-wrap {
  line-height: 1.2;
}
.dialog-popup .header .title {
  font-size: 1.5em;
  font-weight: 700;
  color: #555;
  line-height: 1;
}
.dialog-popup .header .subtitle {
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}
.dialog-popup .body {
  padding: 2em;
}
.dialog-popup .footer {
  padding: 1em 2em;
  text-align: center;
}
.dialog-popup .footer {
  border-top: 1px solid #ddd;
  margin: 0 -5px;
}
.dialog-popup .footer .btn {
  margin: 0 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.dialog-popup .input-label {
  margin-bottom: 15px;
}
.dialog-popup iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: 2px solid;
  height: 90vh;
  min-height: 400px;
}
@media (max-width: 768px) {
  .dialog-popup .header,
  .dialog-popup .body,
  .dialog-popup .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dialog-popup .header .icon-wrap {
    display: none;
  }
  .dialog-popup .header .title {
    font-size: 1.6em;
  }
  .dialog-popup .header .subtitle {
    font-size: 1em;
  }
}
