body{
  overflow: hidden;
}
section{
  width: 100%;
/*  display: flex;
  justify-content: center;*/
}
#cc{
  background: black;
  color: white;
  height: 32px;
  text-align: center;
  border: none;
}
#payment-box{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  flex-direction: column;
}
#payment-loader{
  background: black;
  z-index: 999 !important;
}
#signup-form{
  display: block;
    max-width: 400px;
    width: 90%;
    height: fit-content;
    margin: 0 auto;
}
#whatsapp-loader .loader-1, #verify-loader .loader-1{
  border: 3px solid black;
}
section .row{

}
section .row:nth-of-type(n+1){
  margin-top: 8px;
}
#signup-form .row:nth-of-type(1){
  margin-top: 0px;
}
input.error{
  border: 1px solid red !important;
}
.row input:not([type=checkbox]){
  width: 100%;
    height: 32px;
    padding: 6px 12px 6px 42px;
    box-sizing: border-box;
    border: 1px solid black;
    outline: none;

}
#resend{
    color: blue;
    width: 291px;
    margin-top: 18px;
    cursor: pointer;
}
#resend-timeout {
  margin-top: 10px;
  text-align: center;
}
.row > label{
  display: block;
  margin-bottom: 4px
}
.input-wrapper{
  position: relative;
}
.input-wrapper i{
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: black;
  color: white;
  display: flex;
    justify-content: center;
    align-items: center;
}
.input-wrapper i span:before{
  color: white !important;
} 
/* Style all input fields */
/*input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}
*/
/* Style the submit button */
#plan-info{
  text-align: center;
  padding: 24px 0px 16px 0;
}
input[type=submit] {
  background-color: #04AA6D;
  color: white;
}
.button .icon-edit span:before{
  color: white;
}
/* Style the container for inputs */
.container {
  background-color: #f1f1f1;
  padding: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}
#section-signup{
      height: calc(100vh - 121px);
    /*background-color: rgba(229, 231, 244, 1);*/
    overflow: auto;
   /* padding: 32px 0px;*/
}
#footer{
  position: fixed;
    bottom: 0;
    width: 100%;
}
.row.captcha{
  position: relative;
}
#g-recaptcha-error{
      position: absolute;
    bottom: 3px;
    left: 5px;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}
#coupon-code{
  width: 100px;
  padding: 0 16px;
  margin-left: 10px;
  text-transform: uppercase;
}
.row .label-info{
  color: green;
  font-size: 12px;
}
.row.flex{
  display: flex;
    justify-content: flex-end;
    align-items: center;
}

#verification-process{
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#client-number{
  letter-spacing: 2px;
    font-size: 21px;
    color: #6517ab;
}
#input-whatsapp-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
}
#input-whatsapp-wrapper .button{
  margin-top: 18px;
}
#verify-phone-wrapper{
  position: relative;
  display: none;
  flex-direction: column;
}
#verify-phone-wrapper .button{
  margin-top: 12px;
  align-self: flex-end;
}
#verification-process h1{
  margin-bottom: 12px; 
  font-size: 18px;
}
.verification-container {
    display: flex;
}

.digit-input {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.digit-input:nth-of-type(1){
  margin-left: 0;
}
.submit-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
}

#verification-process .row{
  position: relative;
  margin-top: 10px;
  display: flex;
    align-items: center;
}
#verification-process .row input{
  letter-spacing: 2px;
}
#verification-process .row i{
  position: absolute;
  color: white;
    top: 0;
    left: 0;
    background: black;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#input-w-phone{
  padding-left: 16px !important;
}
.antispam-info{
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 800px) {
  #section-signup{
    height: calc(100vh - 109px);
  }
}
#pay-info{
  padding-bottom: 24px;
}
#outter-contact-sales{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inner-contact-sales{
  display: flex;
  flex-direction: column;
}
#contact-sales.button{

}
#inner-contact-sales .info{
  margin-bottom: 16px;
}