body{
   background-repeat: no-repeat;
    background-color: rgb(250, 211, 211);
    background-size: cover;
    overflow: hidden;
}
.large_score{
    margin: 0% 5% 0% 30%;
}
.p_wrapper{
    z-index:90;
    margin:2% 20%;
    width:490px;
background-color: rgb(223, 162, 162);
border-radius: 10px;
padding:20px;
display: none;
}
.go_wrapper{
    z-index:1020;
background-color: rgb(255, 255, 255);
border-radius: 10px;

animation-name:flash_go;
animation-duration: 0.3s;
animation-fill-mode: both;
animation-iteration-count:1;
}
.go_img{
    width:140px;
    height:140px;
}
.logo{
    font-size:2em;
    padding:0px 0px 0px 30px;
}
.go_shade
    {
        width:100%;
        height:100%;
        background-color: rgba(10,10,10,0.2);
        position: absolute;
        transition: 2s;
    }
.p_option{
    display:inline-block;
    width:200px;
    height:40px;
    z-index:100;
    margin:10px;
    padding-top: 10px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
  
}
.p_option:hover{
    cursor: pointer;
    transition: 0.4s;
    transform: translate(0px,-4px);
    background-color:rgb(252, 252, 252);
}
.p_options_panel{
    width:450px;
    z-index: 999;
    
}
.p_que img{
    display:block;
    width:110px;
    height:110px;
    text-align: center;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
    margin: 10px auto;
    border-radius: 10px;
    padding:5px;
    background-color:rgb(255, 255, 255);

}
@keyframes flash
{
    0%{transform: scale(1);}
    20%{transform: scale(0);}
    40%{transform: scale(0.5);}
    60%{transform: scale(1);}
    80%{transform:scale(1.2);}
    100%{transform: scale(1);}
}
@keyframes flash_go
{
    0%{transform: scale(0);}
    20%{transform: scale(0.5);}
    40%{transform: scale(0.5);}
    60%{transform: scale(1);}
    80%{transform:scale(1.2);}
    100%{transform: scale(1);}
}


.gify{
    position:relative;
    height:500px;
    width:800px;
    bottom:0%;
}
.msg{
    height: 150px;
    width:400px;
  color: rgb(80, 45, 45);
    position:fixed;
    right: 21%;
    bottom:48%;
    display:none;
    transition: 2s;
}
.msg_content{
    position:relative;
    bottom:-75%;
    left:-13%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition:1s;
}
.title{
    z-index:100;
    margin:5% 20% 0% 20%;
    width:490px;
background-color: rgb(223, 162, 162);
border-radius: 10px;
padding:20px;

}
.btn-small
{
    background-color: rgb(207, 171, 171);
    margin:15px auto;
    color: black;
}
.btn-small:hover
{
    background-color: rgb(192, 164, 164);
}
.animated{
    width:700px;
    height:400px;
    size:0.5em;
    position:fixed;
    right:20%;
    bottom:20%;
    transition: 1s;
    z-index:-100;
}


.l{
    width:400px;
}
.pro_name,.pro_email{
    margin:5px 0px 0px 20px;
}
.change-option:hover{
    cursor: pointer;
}
.block{
    display: none;
}
.modal
{
    border-radius: 20px;
    padding:20px;
}
.pro_img
{
    border-radius: 50%;
}

.logout{
    margin:20px 0px 0px 0px ;
}
.large_table{
    display:block;
}
.small_table{
    display:none;
}
.hi{
    margin:auto 10px;
}

@media screen and (max-width:992px){
    .lmsg{
        position: fixed;
    }
    .t{
        font-size:0.8em;
        font-weight:bold;
    } .pro_det h6{
        font-size:0.6em;
        text-align: center;
        }
        td{
            width:170px;
        }

    .tit h5{
        margin:0px;
        padding:0px;
    }
    .modal{
        margin:0px auto;
    }
    .large_table{
        display:none;
    }
    .small_table{
        display:block;
    }
    .modal{
        width:97%;
        padding:0px;
    }
    #signup-email,#login-email,#signup-password,#login-password{
        width:105%;
       
    }
    #modal-login{
        overflow:auto;
        height:fit-content;
    }





    .res{
        display:none;
    }
    .p_wrapper{
        margin:2% auto;
        width:300px;
        padding:2% 2% 3% 2%;
        
    }.go_wrapper{
        height:400px;
    }
    .p_que img{
       
        width:110px;
        height:110px;
        padding:5px;
        background-color: white;
        border-radius: 10px;
     
       
    }
    .title{
        z-index:100;
        margin:5% 20% 0% 20%;
        width:490px;
    background-color: rgb(223, 162, 162);
    border-radius: 10px;
    padding:10px;
    
    }
    .go_img {
        width:140px;
        height:140px;
    }
    .p_options_panel{
        
        width:300px;
        z-index: 999;   
    }
    .large_score{
        margin: auto;
    }
    .large_score h5{
      
        font-size:0.8em;
        font-weight: bold;
    }
    .p_option{
        margin:5px auto 5px 40px;
    }
    .title{
        margin:5% auto;
        width:300px;
    }
    .p_que{
        width:150px;
        margin:2% auto 0% 63px;
    }
    .logo {
        font-size:2em;
        display: inline;
    }
    .logo{
        padding:0px;
        margin:-2px 5px;
    }
    .l img {
     height:25px;
     width:25px;
     padding:0px;
     margin:10px 0px 0px 0px;
    }
    .l a p{
        font-weight:normal;
    }
    .sc{
        margin:15px auto;
    }
    .pa{
        margin:15px auto;
    }
    .change-option{
        margin:-15px auto 0px auto;
    }


}