
.table-row{
    padding: 10px !important;
}
body{
    margin-top: 0%;    
    margin-left: 2%;
    margin-right: 2%;
}
.bkg{

    background-size: 100%;
    background-image: url("https://thumbs.dreamstime.com/z/unfinished-white-jigsaw-puzzle-pieces-blue-background-last-jigsaw-puzzle-success-unfinished-white-jigsaw-puzzle-pieces-159418911.jpg");  
    background-position: left top;
    padding-bottom: 6%;
    padding-top: 2%;
    /* padding-bottom: 10% ; */

}
.marking{
    background-image: linear-gradient(90deg, rgb(247, 69, 25),rgb(242, 245, 59));
}


#btn-ans:hover{
    background-color: rgb(97, 88, 88);
}
.animate{
    animation: anime 41ms ;
}
 

.visited{
    visibility: hidden  !important;
 }
 .back{
     background-color: rgb(253, 250, 250);
     padding: 1% 10px 10px 15px;
 }
 
 h1{
     margin: 0%;
  
 }
 @keyframes ident {
     50%{
         background-color: white;

     }
     75%{
        background-size: 50%;
        transform: rotate(180deg);

     }
     100%{
        transform: rotate(180deg);
         background-image: linear-gradient(90deg, rgb(61, 70, 63),white);

     }
 }
.ky{
    animation: ident 100ms;
    background-color: rgb(100, 109, 112);
}
.border-top{
    border-top: 20px solid black !important;
}
.border-bottom{
    border-bottom: 20px solid black !important;
}
.border-right{
    border-right: 20px solid black !important;

}
.border-left{
    border-left: 20px solid black !important;
}
.maze-img{
    margin: 1% 0% 1% 1%;
    height: 50%;
}
@keyframes anime {
    0%{
        /* background: rgb(250, 0, 0); */
    }
    
    100%{
        border: 20px;
    }
}


.heading-1{

    font-family: 'Merriweather', serif;
    font-size: 7em;
    padding-top: 0%;
    color: black;
    font-weight: bold;
    padding-left: -1%;
    margin-left: 3%;
}
.add-color{
    background-color: rgba(26, 42, 190, 0.979);
}
.add-c{
    background-color: yellow;
}
.find-ans{
    /* background-color: yellow; */
}

 
table {
    padding-top: 1% ;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.bg-model{
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.model-content{
    width: 450px;
    height:380px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    color: gray;
    position:relative
}
.popup-image{
    width: 200px;
    height: 200px;
    
}
.cross{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 40px;
    color: black;
    transform: rotate(45deg);
}
#popup-reload{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.instruction{
    width: 450px;
    height:425px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    color: gray;
}
.instruction-image{
    width: 150px;
    height: 150px;
    margin-top: 4%;
}
.instruction p{
    margin: 2%;
}
#solution-popup{
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#sol-content{
    width: 450px;
    height:380px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    color: gray;
}
.sol-image{
    width: 200px;
    height: 200px;
}
#btn-ans{
    margin-top: 3%;
}
#btn-timer{
    margin: 1%;
}
p{
    margin: 5px;
}

#timer-bar{
    height: 15px;
    display: block;
    width: 100%;
    border-radius:10px;
    background-color: rgb(69, 197, 69);
}
#outer-div{
    height: 15px;
    width: 100%;
    border-radius:10px;
    background-color: gray;
    margin-bottom: 12px;

}
#timer-val{
    margin: 1%;
    text-align: center;
}
.seconds{
    background-color: rgb(25, 28, 184);
    border-radius: 45%;
    font-size: 3rem;
    color: white;
    width: 60px;
    display:inline-block;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
}
.dot{
    width: 30px;
    background-color: white;
    color: black;
    font-weight: bolder;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    /* border-radius: 12%; */
}
footer{
    background-color: rgba(221, 233, 248, 0.76);
    text-align: center;
    margin-top: 3%;
    padding: 2%;
}
.icon-mail{
    color: rgb(154, 230, 223);
    padding: 1%;
    right: 10px;
    float: right;

}
.icon-li{
    padding: 1%;
    color: rgb(37, 37, 219);
    float: right;

}
#contact span{
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    color: gray;
}
#try-again{
    width: 100%;
    margin-top: 3%;
    justify-content: center;
    display: none;
    color: gray;
}
