body{
   
   background-repeat: no-repeat;
    background-color: rgb(200, 224, 245);
    background-size: cover;
   overflow: hidden;
}
.logo{
    font-size:2em;
    padding:0px 0px 0px 30px;
}
.result
{
    z-index: 1;

}
.option{
    display:inline-block;
    z-index:100;
    width:140px;
    height:140px;
    margin:5px;
    padding:15px;
    background-color:white;
    border-radius: 10px;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
  
}
.logo{
    font-size:2em;
    padding:0px 0px 0px 30px;
}
.w_wrapper{
    z-index:100;
    margin:0% 20%;
    width:430px;
background-color:rgb(180, 202, 223);
border-radius: 10px;
padding:20px;
display: none;
}
.option:hover{
     cursor:pointer;
    transition: 0.4s;
    transform: translate(0px,-4px);
    background-color:rgb(252, 252, 252);
}
.options_panel{
    z-index:100;
    width:330px;
    margin:0% auto;
  
}
.option img{
    width:110px;
    height:110px;
    padding:7px;
    transition: 0s;
    z-index:100;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
    size:0.5em;
}
@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);}
}
.h_title{
    font-weight:normal;
    width: 100%;
    margin:-1% 0% 5% 0%;
}
.title{
    z-index:100;
    margin:5% 20% 0% 20%;
    width:430px;
background-color: rgb(180, 202, 223);
border-radius: 10px;
padding:20px;

}

.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;
}
.animated{
    width:700px;
    height:400px;
    size:0.5em;
    position:fixed;
    right:20%;
    bottom:20%;
    transition: 1s;
    z-index:-2;
}
.hint{
    font-size: 0.8em;
    line-height: 2.2em;
}




.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;
}
.go_shade
    {
        width:100%;
        height:100%;
        background-color: rgba(10,10,10,0.2);
        position: absolute;
        transition: 2s;
    }
    @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);}
}
.btn-small
{
    background-color: rgb(180, 202, 223);
    margin:15px auto;
    color: black;
}
.btn-small:hover
{
    background-color: rgb(166, 186, 206);
}
.large_score{
    margin: 0% 5% 0% 30%;
}






.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;
}


.ele{
    margin:0px 10px;
}
@media screen and (max-width:992px){
    .lmsg{
        position: fixed;
    }
    .t{
        font-size:0.8em;
        font-weight:bold;
    } .pro_det h6{
        font-size:0.7em;
        font-weight:bold;
        text-align: center;
        }
        td{
            width:170px;
        }

    .tit h5{
        margin:0px;
        padding:0px;
    }
    .modal{
        margin:0px auto;
    }
    .pro_img{
        width:100px;
        height:100px;
    }
    .large_table{
        display:none;
    }
    .small_table{
        display:block;
    }
    .modal{
        width:97%;
        padding:0px;
    }
    #signup-email,#login-email,#signup-password,#login-password,#signup-name{
        width:105%;
       
    }
   
    #modal-login{
        overflow:auto;
        height:fit-content;
    }
    .title{
        z-index:100;
        margin:5% 20% 0% 20%;
        width:490px;
    background-color: rgb(180, 202, 223);
    border-radius: 10px;
    padding:10px;
    
    }
    .res{
        display:none;
    }
    .w_wrapper{
        margin:5% auto;
        width:300px;
        padding:2% 2% 3% 2%;
    }
    .options_panel{
        width:265px;
        z-index: 999;   
    }
    .option img{
        width:95px;
        height:95px;
        padding:5px;
        z-index:100;
        animation-duration: 0.6s;
        animation-fill-mode: both;
        animation-iteration-count:1;
        size:0.5em;
    }
    .option{
        width:115px;
        height:115px;
        margin:7px;
    }
    .title{
        margin:5% auto;
        width:300px;
        
    }
    .h_title{
        font-weight:normal;
        width: 100%;
        font-size:25px;
        padding:5px;
    }
    .res
    {
        display:none;
    }
    .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;
    }

    .go_img {
        width:140px;
        height:140px;
    }
    .large_score{
        margin: auto;
    }
    .large_score h5
    {
        font-size: 0.9em;
        font-weight: bold;
    }
    .sc{
        margin:15px auto;
    }
    .pa{
        margin:15px auto;
    }
    .change-option{
        margin:-15px auto 0px auto;
    }

}
