
body.login {
    background-color: #000080;
    color: white;
    text-align: center;

}

body.login p{
    font-weight: bold;
    font-size: 50px;
}

body.login form{
    width: 600px;
    font-weight: bold;
    font-size: 24px;
    color: black;
    padding: 20px 20px 20px 20px;
    background-color: aqua;
    box-sizing: border-box;
    border: 3px solid black;
    border-radius: 5px;
    margin: auto;
}

body.login input[type="text"], input[type="password"]{
    width: 400px;
    height: 30px;
    margin: 20px 0px 20px 20px;
    background-color: ghostwhite;
}

body.login input[type="text"]:focus, input[type="password"]:focus{
    background-color: silver;
}

body.login input[type="button"]{
    width: 120px;
    height: 45px;
    font-size: 26px;
    margin: 10px 0 10px 0;
}

div.formText {
    text-align: left;
    padding: 0px 0 0 0;
    line-height: 77px;
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    white-space: nowrap;
}

.navigation-Bar {
    position: fixed;
    overflow: no-content;
    width: 280px;
    height: 101%;
    text-align: center;
    background-color: #000080;
    margin: -10px 0 0 -10px;
}

.navigation-Bar a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    white-space: pre-wrap;
    color: white;
    padding: 30px 22% 30px 22%;
}

.navigation-Bar a:hover {
    background-color: black;
    transition: 0.5s;
}

.navigation-Bar img {
    width: 90%;
    height: 15%;
    margin: 20px 0 0 0;
}


.mainContent {
    white-space: nowrap;
    text-align: left;
    margin: 0 0 0 307px;
    height: 101%;
    width: 1632px;
}

.heading, .subHeading {
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px;
    line-height: 10px;
}

.subHeading {
    padding-top: 0px;
}

.heading {
    padding-top: 30px;
    padding-right: 0px;
}

table.mainData {
    white-space: nowrap;
    width: 400px;
    height: 50px;
    text-align: center;
    margin-right: 100px;
    border-collapse: collapse;
}

table.mainData th {
    padding-left: 10px;
    width: 65%;
    height: 50px;
    font-size: 22px;
    text-align: left;
    border: 3px solid #696969;
}

table.mainData td{
    width: 100px;
    font-size: 20px;
    text-align: center;
    border: 3px solid #696969;
}

table.fastSetting {
    white-space: nowrap;
    width: 1580px;
    margin-top: 50px;
}

table.fastSetting th {
    font-size: 28px;
    width: 100%;
    font-weight: normal;
}

table.fastSetting td {
    padding-top: 20px;
    font-size: 22px;
    font-weight: normal;
}

table.fastSetting hr {
     align-self: center;
     width: 100%;
}

table.fastSetting input {
    width: 22px;
    height: 22px;
    background-color: #eee;
}

table.fastSetting input:hover {
    background-color: black;
}

table.correctPercentage {
    width: 1550px;
    height: 100px;
    border-collapse: collapse;
}

table.correctPercentage td {
    text-align: center;
    font-size: 26px;
    width: 11%;
    height: 75px;
    border: 3px solid #696969;
}

.dynastyPercentage_D {
    padding-left: 20px;
    margin: auto;
    font-size: 22px;
}

.dynastyPercentage_P {
    margin: auto;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 26px;
}

table.stdScore {
    border: 3px solid #696969;
    width: 1580px;
    text-align: center;
    border-collapse: collapse;
}

table.stdScore th {
    border: 3px solid #696969;
    font-size: 26px;
    height: 50px;
}

table.stdScore td {
    border: 3px solid #696969;
    font-size: 22px;
    height: 40px;
}

.dynastyBtnSet {
    margin-right: 25px;
    float: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.dynasty {
    margin: 10px 15px 5px 0;
    font-size: 26px;
    font-weight: bold;
}

.dynastyButton {
    height: 35px;
    width: 70px;
    font-size: 22px;
    float: right;
}

form.questionForm {
    border: 3px solid #696969;
    width: 1350px;    
    height: 100%;
    margin: 40px 90px 90px 90px;
    font-size: 26px;
    padding: 10px 20px 20px 30px;
    background-color: lightcyan;
}

input[type="text"].question{
    margin-bottom: 20px;
    width: 1320px;
    height: 40px;  
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: 2px solid #696969;
}

select.list{
    margin-bottom: 50px;
    margin-right: 125px;
    width: 260px;
    height: 40px;  
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #696969;
    background-color: gainsboro;
}

input[type="text"].time{
    margin-bottom: 50px;
    margin-right: 30px;
    width: 260px;
    height: 40px;  
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #696969;
   
}

input[type="text"].ans{
    margin-bottom: 20px;
    width: 1320px;
    height: 40px;  
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: 2px solid #696969;
}

input[type="text"].incorrectAns{
    margin-bottom: 20px;
    width: 1290px;
    height: 40px;  
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: 2px solid #696969;
}

form.questionForm input[type="button"]{
    margin: 30px 600px;
    width: 150px;
    height: 50px;
    font-size: 26px;
}

input[type="text"].wrongAns {
    margin: 15px; 
    width: 200px;
    height: 30px;  
    text-align: center;
    font-size: 22px;
}

form.change {
    border: 3px solid #696969;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

form.change input[type="text"]{
    height: 30px;
    margin: auto;
    vertical-align: 5px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #696969;
}

form.change input[type="button"]{
    float: right;
    height: 30px;
    margin: auto;
    font-size: 20px;
}

table.editName {
    border: 3px solid #696969;
    text-align: center;
    border-collapse: collapse;
}

table.editName th{
    border: 3px solid #696969;
    padding: 10px 100px 10px 100px;
    font-size: 28px;
    height: 55px;
}

table.editName td{
    border: 3px solid #696969;
    font-size: 24px;
    height: 45px;
    padding: 8px 100px 8px 100px;
}

table.editName input[type="text"]{
    height: 35px;
    width: 200px;
    text-align: center;
    font-size: 22px;
    border: 2px solid #696969;
    border-radius: 5px;
}

table.editName input[type="button"]{
    height: 35px;
    width: 100px;
    font-size: 22px;
    margin-left: 20px;
    vertical-align: -1px;
}

.popUpMessage {
    display: none;
    position: fixed;
    top: -100px;
    left: 278px;
    width: 1625px;
    height: 50px;
    padding-top: 15px;
    background-color: rgb(0, 255, 0);
    z-index: 1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #000000;
    animation: move 3s ease;
}

@keyframes move {
  0%   {top: -100px;}
  30%  {top: 0px;}
  70%  {top: 0px}
  100% {top: -100px;}
}

.popUpChange, .limitTime {
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -250px;
    width: 1000px;
    height: 500px;
    z-index: 2;
    position: fixed;
    background-color: rgb(0, 238, 255);
    border: 5px solid #696969;
    box-shadow: 1px 1px 5px 0px #000000;
}

.changeBG{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fade 1.5s ease;
}

@keyframes fade {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

.settingPanel {
    padding: 60px 0px 0px 100px;  
    width: 500px;
    height: 320px;
    animation: fade 1.5s ease;
}

.settingPanel span{
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
}

.timeInput {
    z-index: 3;
    animation: fade 1.5s ease;
}

.timeInput input[type="time"] {
    font-size: 50px;
    border: 5px solid darkturquoise;
    
}

/* .timeInput input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
} */

.timeInput input[type="button"] {
    height: 50px;
    width: 90px;
    font-size: 26px;
    margin-left: 270px;
    z-index: 4;
}

.timeInput input[type="button"]:hover {
   transition: 0.3s;
   background-color: #696969;
}

.playTime {
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    width: 790px;
    height: 350px;
    top: 0px;
    left: 0px;
    padding: 80px 0px 0px 200px; 
    animation: fade 1.5s ease;
}

/* .playTime input[type="time"] {
    margin-left: 150px;
    font-size: 50px;
    border: 5px solid darkturquoise;
    
} */

.playTime input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.playTime .timeSet{
    border: solid ;
    font-size: 50px;
    margin-left: 150px;
    text-align: center;
    border-width: 5px;
}

.playTime input[type=number] {
    appearance: textfield;
    border: none;
    font-size: 40px;
    background-color: transparent;
    text-align: center;
}

.playTime input[type="button"] {
    height: 50px;
    width: 90px;
    font-size: 26px;
    margin-left: 135px;
    margin-top: 80px;
    z-index: 4;
}

.playTime input[type="button"]:hover {
   transition: 0.3s;
   background-color: #696969;
}

.timediv {
    margin-right: 70px; 
    margin-top: -30px;
}

table.pastQuestion{
    font-size: 24px;
    font-weight: bold;
    border: 5px solid #696969;
    border-collapse: collapse; 
    width: 1530px;
    margin-top: 40px;
    margin-left: 20px;
    background-color: lightcyan;
}

table.pastQuestion th{
    background-color: #696969;
    height: 4px;
}
 
table.pastQuestion td{
    padding: 20px 20px 20px 70px;
}

table.pastQuestion input[type="button"]{
    height: 40px;
    width: 80px;
    font-size: 26px;
    margin-top: 170px;
    margin-right: 30px;
}

.editQuestion {
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -700px;
    margin-top: -350px;
    width: 1400px;
    height: 700px;
    position: fixed;
    background-color: rgb(0, 238, 255);
    border: 5px solid #696969;
    box-shadow: 1px 1px 5px 0px #000000;
    font-size: 28px;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 10px; 
    z-index: 4;
    line-height: 55px;
    animation: fade 1.5s ease;
}

.editQuestion span{ 
    margin-right: 25px; 
}

.editQuestion input[type="text"]{
    width: 180px;
    height: 30px;
    vertical-align: 5px;
    border: 2px solid #696969;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.editQuestion input[type="text"].question{
    width: 1240px;  
}

.editQuestion input[type="text"].ans{
    width: 1185px;  
}

.editQuestion input[type="text"].inncorrectans{
    width: 1265px;  
}

.editQuestion input[type="button"]{
    margin-top: 30px;
    margin-left: 350px;
    width: 150px;
    height: 50px;
    font-size: 26px;
}

input[type="button"].export {
    width: 100px;
    height: 40px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: 3px;

}

input[type="button"] {
    text-align: center;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
    background-color: mediumturquoise;
}

input[type="button"]:hover{
    transition: 0.3s;
    background-color: lightseagreen;
}