body{
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: small;
    overflow: hidden;
}
.data_view{
    display: none;
}
.data_view1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10% auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 385px;
    max-width: 100%;
    height: 420px;
}
.data_view > div{
    margin-bottom: 20px;
    font-size: x-large;
    font-style: italic;
}
.container{
    width: 302px;
    height: 175px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
#number{
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
background-color: rgb(0 0 0 / 2%);
border: 2px solid gray;
margin-bottom: 5px;
width: 300px;
height: 50px;
border-radius: 7px;
font-size: larger;
}

#number::placeholder{
color: rgb(190, 183, 183);
}

#verificationcode::placeholder{
color: rgb(190, 183, 183);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}

.message{
text-align:center;
}

#verificationcode{
    width:278px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 5px;
    outline: none;
}
#recaptcha-container{
    margin-bottom: 5px;
    margin-top: 5px;
}
#send,#verify{
    background-color: #00ffff40;
    border-radius: 7px;
    width: 100%;
    height: 40px;
    outline: none;
}
.p-config,.n-config{
    width:278px;
    border: 2px solid green;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 4px 0px;
    background-color: rgba(0,249,12,0.5);
    display: none;
}
.n-config{
    border-color: red;
    background-color: rgba(255, 0, 4, 0.5);
}
