@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body 
{
	background-color: aliceblue;
    height: 100%;
    width: 100%;
    overflow: none;
    font-size: larger;
}


footer{

    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
   display: none;
    width: 100%;
    padding: 70px 50px;
    background-color:antiquewhite;
    transition:all ease-out 1s;
     
       
}


#ftr button{
font-family: 'Space Mono', monospace;
  width: 80%;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

#resetbtn{
        position:absolute;
    bottom: 100px;
    background-color: dodgerblue;
    color: white;
}
#whatsappShare{
        position:absolute;
        
        
        background-color: #25D366;
        
    bottom: 100px;
margin-bottom: 50px;
}
 #whatsappShare a{
text-decoration: none;
color: white;
 }





input {
  margin-top: 10px;
   display: inline-block;
      padding: 12px;
      font-size: larger;
       font-family: 'Space Mono', monospace;
}
.opo{
    width: 60%;
    margin-left: 10px;
    float: left;  
}
.opo2{
 
    width: 30%;
    float: right;
    margin-right: 10px;
}

#adbtn{
    position: relative;
    left:30%;
    margin-top:15px;
    height: 80px;
    width: 80px;
    border-radius:50%;
    border: none;
    background-color: gold;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

#adbtn i {
    font-size: 25px;
}

#footer_button{

    position: absolute;
    margin: 0px 5%;
    top:85%;
    width: 90%;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
        
     font-family: 'Space Mono', monospace;
    background-color: dodgerblue;
    
    color: white;


}

#footer_button p{
    text-align: center;
}


.otpstyle{
    /* height: auto;
    width: 50%;
    float: left;
    margin-right: 50%;
    display:block; */
    
    background-color: white;
     font-family: 'Space Mono', monospace;
    padding: 5px 20px;
   
    border-top: 3px dashed #25D366;
    border-left: 3px dashed #25D366;
    border-right: 3px dashed #25D366;
   
    border-radius: 5px;
}

.mnystyle{
   
    display: inline-block;
    
    margin-left: 50%;
     width: 50%;
    height: auto;
   
     background-color: yellow;
}
#space, #space2{
    position: relative;
    right: 200px;
    margin-left: 100px;
    text-align: left;
    
 
}
/* #space::after {
    content: '❤';
} */

.dottedLine::after{
    content: '----------------' ;
}




@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body 
{
	background-color: aliceblue;
    height: 100%;
    width: 100%;
    overflow: none;
    font-size: larger;
}


footer{

    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
   display: none;
    width: 100%;
    padding: 70px 50px;
    background-color:antiquewhite;
    transition:all ease-out 1s;
     
       
}


#ftr button{
font-family: 'Space Mono', monospace;
  width: 80%;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

#resetbtn{
        position:absolute;
    bottom: 100px;
    background-color: dodgerblue;
    color: white;
}
#whatsappShare{
        position:absolute;
        
        
        background-color: #25D366;
        
    bottom: 100px;
margin-bottom: 50px;
}
 #whatsappShare a{
text-decoration: none;
color: white;
 }





input {
  margin-top: 10px;
   display: inline-block;
      padding: 12px;
      font-size: larger;
       font-family: 'Space Mono', monospace;
       
}

.opo{
    width: 60%;
    margin-left: 10px;
    float: left;  
}
.opo2{
 
    width: 30%;
    float: right;
    margin-right: 10px;
}

#adbtn{
    position: relative;
    left:30%;
    margin-top:15px;
    height: 80px;
    width: 80px;
    border-radius:50%;
    border: none;
    background-color: gold;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

#adbtn i {
    font-size: 25px;
}

#footer_button{

    position: absolute;
    margin: 0px 5%;
    top:85%;
    width: 90%;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
        
     font-family: 'Space Mono', monospace;
    background-color: dodgerblue;
    
    color: white;


}

#footer_button p{
    text-align: center;
}


.otpstyle{
    /* height: auto;
    width: 50%;
    float: left;
    margin-right: 50%;
    display:block; */
    
    background-color: white;
     font-family: 'Space Mono', monospace;
    padding: 5px 20px;
   
    border-top: 3px dashed #25D366;
    border-left: 3px dashed #25D366;
    border-right: 3px dashed #25D366;
   
    border-radius: 5px;
}

.mnystyle{
   
    display: inline-block;
    
    margin-left: 50%;
     width: 50%;
    height: auto;
   
     background-color: yellow;
}
#space, #space2{
    position: relative;
    right: 200px;
    margin-left: 100px;
    text-align: left;
    
 
}
/* #space::after {
    content: '❤';
} */

.dottedLine::after{
    content: '----------------' ;
}




