.modal-open .modal {
  overflow-x: hidden!important;
  overflow-y: hidden!important;
}
.normal-modal .modal-content {
  border-radius: 16px;
  margin-bottom: 12px;
  height: 640px;
}
.normal-modal .icon-close {
  font-size: 24px;
  position: absolute;
  right: 32px;
  top: 32px;
  font-weight: bold;
  z-index: 1;
}
.normal-modal .modal-icon {
  position: relative;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}
.normal-modal .modal-icon i {
  font-size: 160px;
}
.normal-modal .modal-text {
  font-size: 14px;
  text-align: left;
  width: 100%;
  color: #555;
  padding-top: 8px;
  line-height: normal;
}
.normal-modal a {
  margin: 0;
  margin-top: 16px;
}
.input100 .modal-body {
  width: 100%;
}
.input100 .modal-dialog {
  max-width: 1108px;
  margin: auto;
  max-height: 310px;
  min-height: 100%;
}
.input100 .modal-dialog .modal-text {
  max-height: 454px;
  overflow: auto;
}
.input100 .modal-dialog .btn {
  max-width: 240px;
}
.modal-title {
  font-size: 40px;
  margin-bottom: 16px;
  padding-right: 0px;
  font-weight: bold;
  line-height: 36px;
}
.modal-body {
  padding: 32px;
}
.modal-backdrop {
  z-index: 1039!important;
}
.modal-dialog.alert {
  max-width: 400px!important;
  padding: 0!important;
}

@media (max-width: 1200px) {

.input100 .modal-body {
  width: 100%;
}
.input100 .modal-dialog {
  max-width: 928px;
  margin: auto;
  max-height: 310px;
  min-height: 100%;
}
.input100 .modal-dialog .modal-text {
  max-height: 454px;
  overflow: auto;
}
.input100 .modal-dialog .btn {
  max-width: 240px;
}
.normal-modal .modal-content {
  margin-bottom: 24px;
}
.modal-header {
  border: 0!important;
}

}

@media (max-width: 992px) {

  .input100 .modal-body {
    width: 100%;
  }
  .input100 .modal-dialog {
    max-width: 100%;
    margin: auto;
    max-height: 310px;
    min-height: 100%;
  }
  .input100 .modal-dialog .modal-text {
    max-height: calc(100vh - 184px);
    overflow: scroll;
  }
  .input100 .modal-dialog .btn {
    max-width: 240px;
  }
  .normal-modal .modal-content {
    border-radius: 8px;
    border: 0;
  }
  /* .modal-dialog-centered {
    align-items: flex-start!important;
  } */
  .normal-modal .modal.fade .modal-dialog {
    top: 64px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .input100 .modal-body {
    height: 100vh;
  }
  .modal {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding-left: 8px!important;
    padding-right: 8px!important;
}
.normal-modal .modal-content {
    height: auto;
}


}

@media (max-width: 768px) {


}

@media (max-width: 576px) {

  .modal-body {
    padding: 16px;
  }
  .normal-modal .icon-close {
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 20px;
    font-weight: bold;
    z-index: 1;
  }
  .normal-modal .modal-title {
    font-size: 24px;
    text-align: left;
    width: 100%;
    color: #111;
    padding-top: 0;
    line-height: normal;
    padding-bottom: 16px;
  }
  .normal-modal .modal-text {
    font-size: 14px;
  }
  .input100 .modal-dialog .btn {
    max-width: 100%;
  }
  .normal-modal .modal-title {
    font-size: 24px;
    text-align: left;
    width: 100%;
    color: #111;
    padding-top: 0;
    line-height: normal;
    padding-bottom: 0;
    padding-right: 40px;
    margin-bottom: 16px;
  }
  .normal-modal .modal-text {
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #555;
    padding-top: 0;
    line-height: normal;
  }
  .input100 .modal-dialog .modal-text {
    max-height: calc(100vh - 192px);
    overflow: scroll;
  }
  .modal-dialog.alert {
    max-width: 400px!important;
    padding: 0!important;
  }


}
