#app_common_modal,
#error_handler_overlay {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: #333;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
  max-width: 600px;
  -webkit-background-clip: padding-box;
  font-family: Verdana, Geneva, sans-serif;
  box-sizing: border-box;
  outline: 0;
}

#error_handler_overlay .error_handler_body {
  margin: 100px auto;
  width: 95%;
  padding: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#app_common_modal_close,
#error_handler_overlay_close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

#app_common_modal .app_modal_body {
  margin: 100px auto;
  min-width: 557px;
  width: 70%;
  max-width: 1000px;
  max-height: 900px;
  padding: 30px 20px;
  background-clip: padding-box;
  border: 1px solid #999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
  border-radius: 15px;
}

#app_common_modal .app_modal_body iframe {
  min-height: 456px;
  width: 100%;
  color: #40464e;
  margin-bottom: 43px;
  max-height: 456px;
}

#loading-indicator::after,
#loading-indicator::before {
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
}

#loading-indicator {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#loading-indicator::before {
  background: url(../images/old_assets/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 70px;
  margin-left: -35px;
  margin-top: -70px;
  width: 70px;
  z-index: 2;
}

#loading-indicator::after {
  background: #fff;
  border-radius: 5px;
  color: #000;
  content: "Processing, one moment please... ";
  font-family: arial;
  font-size: 17px;
  height: 110px;
  line-height: 98px;
  margin-left: -150px;
  margin-top: -75px;
  padding-top: 35px;
  text-align: center;
  width: 300px;
  z-index: 1;
}
.modal-close-button-wrapper-{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.modal-close-button{
  background: #0bc86d;
  box-shadow: 0 10px 30px 0 rgba(11, 200, 109, .35);
  border-radius: 31px;
  letter-spacing: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 78px;
  height: 42px;
  margin-bottom: 25px;
  scroll-margin-bottom: 30px;
  border: 0;
  cursor: pointer;
}

.modal__header{
  border-bottom: 1px solid #dedede;
  padding: 0 10px 22px 10px;
  font-size: 20px;
  color: #1d2023;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
}
@media screen and (max-width: 640px) {
  #app_common_modal .app_modal_body{
    width: 95%;
    min-width: 300px;
  }
}