.mco_typ-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  font-family: "Helvetica Neue", sans-serif;
}

.mco_typ-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.mco_typ-modal__content {
  min-width: 320px;
  box-sizing: border-box;
  position: relative;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -8px, center;
  color: #fff;
  max-width: 498px;
  height: 487px;
  margin: 5% auto;
  padding: 18px 10px 30px 10px;
  border-radius: 12px;
  z-index: 10000;
  box-shadow: 0px 0px 10px 0px #000000CC;
  text-align: center;
}

.mco_typ-modal__form {
  margin: 0px 10px;
}

.mco_typ-modal__close {
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 30px;
  color: rgba(221, 221, 221, 1);
  background: none;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.mco_typ-modal__title {
  margin-bottom: 6px;
  height: 90px;
}

.mco_typ-modal__intro {
  height: 53px;
}

.mco_typ-modal__intro .modal__subtitle__img {
  height: 53px;
}

.mco_typ-modal__desc {
  font-family: 'Open Sans', sans-serif;
  height: 58px;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 10px 1px;
  border-bottom: 0.5px solid rgba(164, 164, 164, 1)
}

.mco_typ-modal__desc span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #DFB713;
  line-height: inherit;
  vertical-align: baseline;
}

.mco_typ-modal__question {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  height: 63px;
  padding: 12px 20px 13px 20px;
}

.mco_typ-modal__textarea-wrapper {
  position: relative;
  border-radius: 6px;
}

.mco_typ-modal__textarea {
  box-sizing: border-box;
  width: 100%;
  resize: none;
  padding: 10px;
  border-radius: 6px;
  height: 113px;
  background: rgba(17, 20, 24, 1);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0;
  vertical-align: middle;
  border: 1px solid rgba(139, 114, 15, 1);
  color: rgba(255, 255, 255, 1);
  line-height: 1;
}

.mco_typ-modal .mco_typ-modal__textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px !important;
  letter-spacing: 0;
  border: 1px solid transparent;
}

.mco_typ-modal .mco_typ-modal__textarea:focus {
  border-color: rgba(234, 190, 15, 0);
  outline: 2px solid rgba(234, 190, 15, 1);
  outline-offset: 0px;
  border-radius: 6px;
}

.mco_typ-modal__charcount {
  position: absolute;
  bottom: 3px;
  right: 10px;
  font-size: 10px;
  pointer-events: none;
  color: rgba(195, 195, 195, 1);
  background: rgba(17, 20, 24, 1);
}

.mco_typ-modal .mco_typ-modal__submit {
  width: 137px;
  height: 36px;
  border-radius: 5px;
  transform: rotate(0deg);
  gap: 10px;
  padding: 10.5px 13px 11.5px 13px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  background: rgba(35, 109, 159, 1);
  color: rgba(255, 255, 255, 1);
  margin-top: 20px;
}

.mco_typ-modal .mco_typ-modal__submit:disabled {
  background: rgba(48, 84, 109, 1);
  width: 137px;
  height: 36px;
  border-radius: 5px;
  transform: rotate(0deg);
  opacity: 0.4;
  gap: 10px;
  padding: 10.5px 13px 11.5px 13px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
}

.mco_typ-modal__submit:focus {
  outline: none;
}

.mco_typ-modal-success {
  display: none;
  max-width: 498px;
  height: 373px;
  transform: rotate(0deg);
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.mco_typ-modal-success__title {
  height: 62px;
}

.mco_typ-modal-success-coupon {
  height: 225px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.mco_typ-modal-success-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.mco_typ-modal-success-btn_action {
  width: 110px;
  height: 36px;
  border-radius: 5px;
  background: rgba(48, 84, 109, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mco_typ-modal-success-btn_action span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.mco_typ-modal-success-btn_action:hover {
  background: rgba(38, 74, 99, 1);
  text-decoration: none;
  color: #ffff;
}

.mco_typ-modal-success-btn_action:focus,
.mco_typ-modal-success-btn_action:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: #ffff;
}

@media (max-width: 520px) {

  .mco_typ-modal-success {
    margin: 0px;
  }

  .mco_typ-modal__content {
    margin-right: 10px;
    margin-left: 10px;
    height: 515px;
    margin-top: 75px;
    background-position: 0% 0%;
  }

  .mco_typ-modal-success-btn {
    margin-top: 16px;
  }

  .mco_typ-modal-success__title {
    margin-top: 10px;
  }

  .mco_typ-modal-success-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mco_typ-modal .mco_typ-modal__content .mco_typ-modal__textarea::placeholder {
    font-size: 14px !important;
  }

  .mco_typ-modal__question br,
  .mco_typ-modal__desc br {
    display: none;
  }
}

@media (max-width: 401px) {
  .mco_typ-modal__desc {
    height: 80px;
  }

  .mco_typ-modal__question {
    height: 80px;
    padding: 10px 20px 10px 20px;
  }

  .mco_typ-modal-success-coupon {
    margin-top: 16.5px;
  }

  .mco_typ-modal-success-btn {
    margin-top: 38px;
  }
}