@charset "UTF-8";
.modal-mask {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  background: #6d6d6d;
  display: none;
}

.modal {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: min-content;
  border-radius: 4px;
  background-color: #ffffff;
  bottom:0;
  left: 0;
  transform: translate(0,0);
  padding: 50px 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 99999;
}

.modal.maxlightbox {
 width:100%;
}
.modal .modaltitle {
  background: #e4efdc;
  color: #00994e;
  font-size: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  left: 0;
}
.modal .modalclose {
  width: 30px;
  height: 30px;
  background: url("close-window.svg");
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal .modalcontent {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;

}
.emailwrap{
  max-width:780px;
  margin: 0px auto 30px;
}

.emailwrap .emailtext{
  position: relative;
  padding-left:25px;

}
.emailwrap .colorBall {
  width: 20px;
  height: 20px;
  background-color: #bebebe;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
  position: absolute;
  left:0;
  margin-top: 2px;
}
.emailwrap .form{
  padding:0;
}
.emailwrap .sms__precode{
  position:absolute;
  text-align: center;
  top: 10px;
}
.emailwrap .sms__input{
 width:calc(100% - 160px);
 margin-left:0;
}
.emailwrap .sms__input input[type="text"]{
  padding:0 0 0 70px;
} 
.emailwrap_button{
  width:100%;
}
.emailwrap .sms .btn{
  display: inline-block;
  padding:10px 0;
  width:140px;
  font-size:14px;
  background: #fff;
  color: #00994e;
  border: 1px solid #00994e;
}
.emailwrap .sms .btn.unclickable{
  border: solid 1px #bebebe;
  background-color: #dddddd;
  color:#6d6d6d;
}
.emailwrap .sms .btn.unclickable:active > span, .emailwrap .sms .btn.unclickable:visited > span, .emailwrap .sms .btn.unclickable:focus > span {
  color:#6d6d6d;
}
.emailwrap .sms .btn:active > span, .emailwrap .sms .btn:visited > span, .emailwrap .sms .btn:focus > span {
  color: #00994e;
}
.emailwrap_button .actionArea{
  margin-top:0px;
  padding-top:10px;
}
.actionArea .btn.greenbtn{
  background: #fff;
  color: #00994e;
  border: 1px solid #00994e;
}
.emailwrap_button .actionArea .btn{
  padding:10px 0;
  width:140px;
  font-size:20px;
  width:250px;
  margin:0;
}
.emailwrap_button .actionArea .btn.greenbtn:active > span, .emailwrap_button .actionArea .btn.greenbtn:visited > span, .emailwrap_button .actionArea .btn.greenbtn:focus > span {
  color: #00994e;
}

@media all and (max-width: 980px) {
  .modal .modalcontent {
    padding: 0 0px;
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media all and (max-width: 767px) {
  .emailwrap .sms__input{
    display: inline-block !important;
    margin-left: 0 !important;
  }
  .emailwrap .sms__actionArea {
    margin-top:0px;
  }  
  .emailwrap .sms__precode{
    top: 10px;
  }
  .emailwrap .sms__input input[type="text"] {
    padding: 0 0 0 75px;
  }
}
@media all and (max-width: 760px) {
  .emailwrap{
    margin: 0px auto 0px;
  }
  
  .modal .modalcontent {
    padding: 0 30px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .emailwrap .inputGroup{
    display: block;
    margin-bottom: 10px;
  }
  .emailwrap_button .actionArea .btn {
    width:45% ;
  }
}
.modal .textCenter {
  padding: 0px 50px;
}
@media all and (max-width: 780px) {
  .modal .textCenter {
    padding: 0px 10px;
  }
}
.modal .iconIMG {
  display: inline-block;
  margin: 30px 0;
}
.modal span {
  margin-top: 10px;
  text-align: center;
}
.modal .btn-box {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.mask {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  background: #6d6d6d;
}
button.sendmailbtn{
  font-size:16px;
}
button {
  width: 230px;
  height: 50px;
  border-radius: 32px;
  color: #fff;
  background: #ff6000;
  border: 1px solid #ff6000;
  cursor: pointer;
  font-size: 20px;
}
button[disabled] {
  border-color: #bebebe;
  background: #bebebe;
}
button.btn-border {
  background: #fff;
  color: #00994e;
  border: 1px solid #00994e;
}
button.btn-send {
  background: #fff;
  color: #00994e;
}
button:hover, button:active, button:focus, button:visited {
  outline: none;
}
@media all and (max-width: 760px) {
  button {
    max-width: 48%;
  }
}

.method--item {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
@media all and (max-width: 760px) {
  .method--item {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
  }
}
.method--item .btn-box {
  margin: 10px 8px;
  padding: 20px 30px;
  display: inline-flex;
  box-shadow: 0 1px 4px 0 #ccc;
  width: calc(33% - 14px);
  min-height: 280px;
  border: 2px solid #fff;
}
.method--item .btn-box.btn-chosen {
  border: 2px solid #00994e;
  background: #f9fbf7;
}

