.hidden__none {
  visibility: hidden !important;
  display: none !important;
}

.ngc__modal__btn-submit__email, .ngc__modal__btn-submit__sms, .ngc__modal__btn-submit__line,.ngc__modal__btnEmail, .ngc__modal__btnSMS, .ngc__modal__btnLINE{
  cursor: pointer;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.pdb-10{
  padding-bottom: 10px;
}

.ngc__modal-btn{
  display: block;
  margin: 10px auto;
  cursor: pointer;
}

.ngc__modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.ngc__modal {
  position: relative;
  background-color: #ffffff;
  min-height: 390px;
  width: 455px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}

.ngc__modal__inner {
  margin: auto 30px;
  width: 70%;
}

.ngc__modal_subtitle {
  font-size: 12px;
}

.variant-select {
  width: 100%;
  height: 30px;
  border: 1px solid #bbbbbb;
}

.ngc__modal__smsEmail {
  display: flex;
  width: 100%;
  text-align: center;
}

.ngc__modal__btnEmail,
.ngc__modal__btnSMS,
.ngc__modal__btnLINE {
  width: 50%;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: thin;
  padding: 0px;
}

.ngc__modal__emailsmsline_toggle {
  background-color: #000000;
  color: #ffffff;
}

.ngc__modal__input,
.ngc__modal__input input {
  width: 100%;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ngc__modal__input {
  margin: 20px auto;
}

.ngc__modal__input__SMS {
  width: 100%;
  height: 30px;
  margin: 20px auto;
  display: inline-flex;
  justify-content: center;
}

.ngc__modal__input__SMS select {
  width: 30%;
}

.ngc__modal__input__SMS input {
  width: 70%;
  min-height:30px;
  padding: 0em;
}

.ngc__modal__input__LINE {
  width: 100%;
  height: 30px;
  margin: 20px auto;
  display: inline-flex;
}

.ngc__modal__input__LINE input {
  width: 100%;
}

.incorrect-email,
.incorrect-phone,
.incorrect-line {
  color: red;
  font-size: 12px;
  margin-top: -10px;
  padding: 5px;
  width: 100%;
}

.ngc__modal__btn-submit__email
 {
  width: 100%;
  background: #000000;
  color: #ffffff;
  height: 40px;
  border: 0px;
  padding: 0px;
  text-align: center;
}
.ngc__modal__btn-submit__line
 {
  width: 100%;
  background: green;
  color: #ffffff;
  height: 40px;
  border: 0px;
  padding: 0px;
  text-align: center;
}

.ngc__modal__btn-submit__process {
  background: #EFEFEF;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 40px;
  border: 0px;
  width: 100%;
}

.success-registration {
  background-color: #ace1af;
  color: #4dbe4b;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
}

.ngc__modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
}

.ngc__modal__companyName {
  display: flex;
  justify-content: end;
}

.ngc__modal-btn{
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ngc__modal {
    width: 90%;
    /* height: 40%; */
  }
  .ngc__modal__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .ngc__modal {
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ngc__modal {
    width: 40%;
  }
}