@import url("../../../css/navbar.css");
@import url("../../../css/theme.css");


/* Add this CSS if Font Awesome icons are not included by default */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #121212;
    color: white;
}

ol, ul {
     padding-left: 0px;   /*To make navbar stuff in mid in mobile view */
}

#container {
    width:600px;
    background-color: #212121;
    border-radius: 10px;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
}

div.toptexts {
    font-size: 2vw;
    font-weight: bold;
    margin-left: 8%;
    color: white;
}

#headin {
    color: White;
    font-size: 20px;
}



#rslt_cntnr {
    background-color: #edd3a6;
    border-radius: 12px;
    margin: 0px 100px;
    text-align: center;
    color: #90452f;
    font-weight: bold;
    padding: 0px;
}

div.Ans_review {
    font-size: 20px;
    margin: 6% auto 0px auto;
    width: 23%;
    background: #E894FF;
    border-radius: 15px;
    display: block;
    font-family: sans-serif;
    color: black;
}


#myTable2,
#myTable1,
.strip_table_center {
    text-align: center;
}

#toptable {
    border: 5px solid #E894FF;
    border-radius: 10px;
    padding: 5px;
    border-collapse: separate !important;
    background-color: #05057a;
    table-layout: fixed;
}

.btn-xl {
    padding: 5pt 72pt;
    font-size: 20px;
    border-radius: 10px;
    width: 100%;
    background-color: #CC99FF;
}

.btn-enter {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f3e5f5;
}

/* table, th, td
  		   {
       border:2px solid red; 
			}    */

.btn-lg {
    width: 100%;
    height: 100%;
    /* padding: 10px; */
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3e5f5;
}

button:hover {
    background-color: #F2D8F5;
}

#cube {
    margin-left: 17%;
}

#ans_box,
#ques_box {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    background: #9d9dfb;
    border-radius: 10px;
    color: #0707ab;
    font-weight: bold;
}

#table1 {
    border-spacing: 150px;
    border-radius: 10px;
}


.selection {
 
    color: white;
    background-color: #8484fc;
    border-radius: 20px;
    border: 1px solid #704438;
    outline: 0px;
    font-size: 2vw;
}



/*independent */
#count_up_timer {
    color: #FF6347;
    border-collapse: separate;
    padding: auto;

}



.results {
    /*
  background-image:linear-gradient(to right,#9752ff,#240750); */
    background-image: linear-gradient(to right, #8000FF, #DE00FF);
    border-radius: 15px;
    color: white;
    margin: 5%;
    font-weight: Bold;
}




/* Media query for smaller screens */
@media (max-width: 768px) {
    
    #container {
        width:80%;
        background-color: #212121;
        border-radius: 10px;
        margin: auto;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .selection {
        font-size: 14px;
    }


    div.Ans_review {
        font-size: 15px;
        width: 25%;
        border-radius: 15px;
        display: block;
        color: black;
    }

    div.toptexts {
        font-size: 2.5vw;
        font-weight: bold;
        margin-left: 8%;
        color: white;
    }

    
    input {
        display: table-cell;
        vertical-align: middle
    }
    


    .settinn {
        margin: 5px 5px 0px 3%;
        /*top right bottom left*/
        color: white;
        font-weight: Bold;
    }
    #headin {
        color: White;
        font-size: 15px;
    }
}

    /* Media query for smaller screens */
    @media (max-width: 535px) {
        div.toptexts {
            font-size: 3.5vw;
        }
    
    }