/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-top: 7px solid #5048e5;
  width: 448px;
  border-radius:8px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding:18px;
}
input#codeToVerify_otp{
  font-size: 14px;
}
button#verifPhNum_otp{
   padding: 6px 10px;
    background: #5048e5;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
button#verifPhNum_otp:hover{
  background-color: #5048e5;
}
a#getcode_phone{
  padding: 6px 10px;
    background: #5048e5;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
a#getcode_phone:hover{
  background-color: #5048e5;
}
button#verifPhNum__login_otp {
     padding: 5px 9px;
    background: #5048e5;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 10px;

}
button#verifPhNum__login_otp:hover{
    background-color: #5048e5;
}
input#codeToVerify {
    padding: 5px 10px;
    }
/* button#verifPhNum {
    padding: 16px 16px;
    background: #5048e5;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    width: 85%;
} */
button#verifPhNum :hover{
      background-color: #5048e5;

}
input#codeToVerify__login_page_otp {
    margin-bottom: 10px;
    font-size: 14px;
}
#woocomerce_login_verifPhNum_otp {
    padding: 5px 9px;
    background: #2271b1;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 10px;
    border: none;
}
h2.woo-checkout-heading {
  padding-top: 0;
  margin-top: 0;
  color: #181717;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #565656 !important;
    float: right;
    font-size: 48px;
    font-weight: 100;
    position: relative;
    top: -44px;
    right: -10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  text-align: center;
}

.modal-body {
  margin: 0 auto;
  text-align: center;
  max-width: 504px;}

.modal-footer {
  text-align: center;
}
.wpic-row {
  margin-left: -15px;
  margin-right: -15px;
}
.wck-already-verified {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url("../../images/verified.png");
  background-repeat: no-repeat;
  margin: 10px 0;
  float: left;
}

span.wck-already-verified-text {
  float: left;
  margin-top: 10px;
}

.wck_verification_wrapper.show {
  display: block;
}

.wck_verification_wrapper.hide {
  display: none;
}
.wcov_verification_code{
  display: none;
}
.wcov_register_verification_code{
  display: none;
}

.woc_xoo-ml-otp-submit-btn {
    position: absolute;
    width: auto;
    height: auto;
    line-height: inherit;
    z-index: 10;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #528ff0 !important;
    font-weight: bold;
    right: 20px;
    top: 62%;
    text-decoration: none;
}
button#send_otp_btn {
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background: #dcdfff;
    cursor: pointer;
}
a#getcode {
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background: #408175;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}
a#getcode_login_phone:hover{
    background-color: #dcdfff;
}
.modal-footer p {
    font-size: 14px;
}
.otp-modal {
    width: 420px;
    margin: 0 auto;
    background: #E8F5E9;
    border-radius: 30px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    text-align: center;
    position: relative;
    border: 1px solid #249D8F;
}

.close-btn{
    position:absolute;
    right:15px;
    top:15px;
    font-size:20px;
    cursor:pointer;
    color:#888;
}

.icon-box{
    width:80px;
    height:80px;
    margin:0 auto 15px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#5c6cff;
}
.otp-modal h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
}

.sub-text{
    color:#666;
    font-size:14px;
    margin-bottom:25px;
}

.otp-inputs{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:25px;
}

.otp-inputs input{
    width:45px;
    height:50px;
    border:1px solid #ddd;
    border-radius:10px !important;
    text-align:center;
    font-size:20px;
    outline:none;
}

.otp-inputs input:focus {
    border-color: #34A99D;
}
.confirm-btn {
    background: #0A7C6E !important;
    width: 40%;
    padding: 14px 10px !important;
    border-radius: 8px !important;
    border-color: #0A7C6E !important;
    color: #fff;
}

.confirm-btn:hover{
    opacity:0.9;
}

.resend{
    margin-top:15px;
    font-size:14px;
    color:#777;
}

.resend a{
    color:#0A7C6E;
    text-decoration:none;
    font-weight:500;
}
span.wcov-email-verified {
    font-size: 20px;
    color: #04c804;
    float: right;
    position: relative;
    top: -37px;
    right: 13px;
}