@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: "Inter", sans-serif;
    }

    a {
        text-decoration: none;
    }


.err {
    
}  

.OtpPopupContainer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: radial-gradient(93.31% 58.24% at 50% 46.44%, #2A2C40 0%, #1F2032 37.23%, #191921 69.5%, #141318 100%),
linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.63%);
    padding:25px 40px;
    border-top:2px solid #CFA635;
    border-radius: 16px 16px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.5s ease all;
    box-sizing: border-box;   
}

.OtpPopupContainer .crossIcon{
    position: absolute;
    right:20px;
    top:20px;
    cursor: pointer;
}
/* .OtpPopupContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(338.17deg, #B48812 -24.26%, #EDD8A1 -7.31%, #C1992F 14.28%, #EACB79 41.7%, #AD8310 67.79%, #DDB444 90.57%, #916C06 108.19%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 2;
} */



.OtpPopupContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.popupTitle {
    font: 700 16px/24px "Inter", sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.tnc {
    font: 400 12px/20px "Inter", sans-serif;
    color: #999999;
}

.tnc a {
    color: #fff;
}


.getOtpButton {
    width: 100%;
    background: linear-gradient(345.48deg, #B48812 -38.74%, #EDD8A1 -15.06%, #C1992F 15.1%, #EACB79 53.41%, #AD8310 89.86%, #DDB444 121.69%, #916C06 146.3%);
    height: 55px;
    border:none;
    outline: none;
    border-radius: 12px;
    margin: 10px 0 15px 0;
    font: 800 16px/16px "Inter", sans-serif;
    color: #000000;
    cursor: pointer;
}

.mobileNumber {
    margin-bottom: 15px;
}

.mobileNumber::before {
    content: "Mobile No.";
    font: 400 11px/17px "Inter", sans-serif;
    color: #9292A0;
    width: 70px;
    margin: 0 5px;
    background-color:#1b1b27;
    position: relative;
    top: 10px;
    display: block;
}

.mobileNumber input {
    border: 1px solid #9292A0;
    border-radius: 8px;
    height: 54px;
    width: 100%;
    background-color: transparent;
    font: 600 14px/17px "Inter", sans-serif;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}


.otpContainer {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 20px;
}

.otpBox {
    width: 45px;
  height: 55px;
  box-sizing: border-box;
  background-color: #232436 !important;
  font-size: 18px;
  text-align: center;
  border: 1px solid #9292A0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  color: #fff;
}

.otpBox:focus {
  border-color: #00B279;
}

.otpBox p {
    font: 600 16px/26px "Inter", sans-serif;
    color: #CCCCCC;
}

.resendOtp {
    font: 300 12px/20px "Inter", sans-serif;
    color: #999999;
    text-align: right;
    padding: 0;
    margin:10px 0 20px;
    width: 90%;
}

.resendOtp button{
    background: transparent;
    color: #999999;
    font: 300 12px/15px "Inter", sans-serif;
    border-bottom: 1px solid #6c6c6c;
}

.resendOtp span {
    font: 300 12px/20px "Inter", sans-serif;
    margin-right: 5px; 
    position: relative;
    top: 4px;
}

.resendOtp svg{vertical-align: text-bottom;}

.sixDigit {
    font: 400 15px/22px "Inter", sans-serif;
    color: #CCCCCC;
}

.otp_error {
  border-color: #db0404;
}

.mobile_error {
    color:#db0404;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Hide number input spinners in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hover-text-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.hover-text-link:hover {
  color: #23527c;
  border-bottom: 1px solid #23527c;
}

@media screen and (min-width: 980px) {
    .otp_error {
  border-color: #db0404;
}
    .OtpPopupContainer {
        width: 640px;
    }
.otpBox{
    font-size: 24px;
}
    .popupTitle {
        font: 700 16px/24px "Inter", sans-serif;
    }

    .mobileNumber::before {
        font: 400 11px/17px "Inter", sans-serif;
    }

    .resendOtp {
        font: 300 12px/20px "Inter", sans-serif;
    }

    .resendOtp span {
        top: 2px;
    }

    .getOtpButton {
        font: 800 16px/16px "Inter", sans-serif;
    }

    .tnc {
        font: 400 12px/16px "Inter", sans-serif;
    }

    .mobileNumber input {
        font: 600 14px/17px "Inter", sans-serif;
    }

    .sixDigit {
        font: 400 16px/26px "Inter", sans-serif;
        color: #CCCCCC;
    }
    .OtpPopupContent {
    width: 320px;
}

.hover-text-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.hover-text-link:hover {
  color: #23527c !important;
  border-bottom: 1px solid #23527c !important;
}

}