
body {
    color: #000;
}



#mainpopup {
    background: #fff;
    width: 300px;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
     /* position: relative;
    top: 105px;
  box-shadow: 0px 0px 5px 7px #80808075;*/
    z-index: 999;
    height: 421px;
    position: fixed;
    top: 20%;
    left: 39%;
    display:none;
}
.popup-text {
    width: 100%;
    float: left;

}
#mainpopup .popup-text .close {

    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    color: #000000;
    top: 5px;
    right: 15px;
}


.inputbox {
    display: flex;
    gap: 11px;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 5px;
}
.img-icon {
    margin-top: -15%;
    margin-bottom: -7%;
}
.img-icon img{
width:88%;
}
.inputbox input {
    height: 36px;
    width: 36px;
    padding: 5px;
    font-size: 25px;
    text-align: center;
    border-radius: 7px;
    outline: none;
    border: 1px solid #a3a3a3;
}
.enterotp{
font-size: 11px;
    padding-top: 2%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin: 0px;
}
button.verifyotp  {
   width: 93%;
    height: 45px;
    cursor: pointer;
    font-size: 1.8rem;
    background: #f89c30;
    border-radius: 25px;
    border: none;
    color: #fff;
    margin-bottom: 8px;
   /* margin-top: 10px;*/
}

button.verifyotp :hover{
    background: #fff;
     color:#f89c30;
}

#request{
     color:#f89c30;
     cursor: pointer;
}
p.resendcode {
    color: #00000096;
    font-size: 1.5rem;
}

p.otpheading {
    font-weight: bold;
    padding: -1px;
    font-size: 1.8rem;

}
p#expire {
    color: #00000096;
    margin-top: 4%;
}
#mainpopup.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0%;
    margin-right: -1%;
}

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

/*.bodyOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(0 0 0 / 21%);
    z-index: 99;
    display: block;
}*/

@media screen and (max-width:639px){
#mainpopup .popup-text .close {
    color: #000 !important;
    margin-top: 13% !important;
}


}
@media screen and (max-width:480px){
#mainpopup .popup-text .close {
    color: #000 !important;
    margin-top: 13% !important;
}
.img-icon {
    margin-top: -19%;
}
   #mainpopup {
    background: #fff;
    width: 300px;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    z-index: 999;
    height: 421px;
    position: fixed;
   top: 25% !important;
    left: 14% !important;
}


}


.errorotp{
    display: none;
}

.no-drop {  
  cursor: no-drop !important;
}
.not-allowed { 
  cursor: not-allowed !important; 
}
