* { 

margin: 0;
padding: 0;
  
font-family: 'Open Sans', sans-serif;
  
}

html {

  overflow-x:hidden;
  scroll-behavior:smooth;

}


body {

  
background: rgb(42,49,88);
background: linear-gradient(90deg, rgba(42,49,88,1) 0%, rgba(166,193,246,0.9920343137254902) 48%, rgba(19,101,117,1) 100%);
}




@font-face {
    font-family: 'custom';
    src: url('../fonts/digital-7-webfont.woff2') format('woff2'),
         url('../fonts/digital-7-webfont.woff') format('woff');

    font-weight: normal;
    font-style: normal;

}


/* =========================================================================================================*/
/* user-info.php */
/* =========================================================================================================*/





.user-info {

  height: 85px;
  background-color: rgb(120,35,112);
  padding: 5px;
  color:white;
  border:1px solid green;
  border-radius: 5px;
}

.profile_info img {

  display: inline-block; 
  width: 30px; 
  height: 30px; 
  margin: 5px;
  vertical-align: bottom;
  background-color: inherit; ;
  float: left;
}
.profile_info div {

  display: inline-block; 
  margin: 0px;
  
}

.user-error {

  display: inline-block;
  margin: 0px; 
  padding: 5px;    
  color: white; 
  background: inherit; 
  text-align: left;
  
}

.user-success {

  display: inline-block;
  color: white; 
  background: inherit;   
  margin-top: 0px;
}

.user-success h5 {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}
.profile_info: after {
  content: "";
  display: block;
  clear: both;
}

 .user-info a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.user-info a:visited {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}

.user-info a:hover {
  color: maroon;
  background-color: transparent;
  text-decoration: underline;
   
}

.user-info a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}




/* =========================================================================================================*/
/* header.php */
/* =========================================================================================================*/


/*Site Heading Start  */

.site-header {
  margin: 5px 0px;
  padding: 5px 0px;  
  background: linear-gradient( to right, #38c41f, #9c5e19); 
  border-top:1px solid black;
  border-bottom: 1px solid black;
  border-radius: 5px 5px;

 
}

.site-header h1 {
  margin: 5px;
  padding: 5px; 
  text-shadow: 2px 2px #ff0000;  
  color: white;
  font-size: 24px;
  text-align: center;
  background-color: navy;
  border:1px solid white;
  border-radius: 5px;
  letter-spacing: 5px;
  font-family: 'Lobster', cursive;
}

/* Site Heading End */


/* =========================================================================================================*/
/* =========================================================================================================*/

.div-left {
  float:left;
  padding-left: 10px;
  font-size: 14px;

 
}

.div-right {

  float:right;
  padding-right: 10px;
  margin-top: 10px;
  font-size: 16px;

}








/* =========================================================================================================*/
/* =========================================================================================================*/





/* =========================================================================================================*/
/* =========================================================================================================*/



/* =========================================================================================================*/
/* =========================================================================================================*/




/* =========================================================================================================*/
/* =========================================================================================================*/





/* LIVE RESULTS starts */


.liveresults {

  text-align: center;
  background-color: #2E0215;
 /* background-color: inherit;*/
  border: 1px solid green;
  border-radius: 5px; 
  margin: 10px 0px;

}

.liveresults h2 {
  margin: 0px;
  padding: 5px;
  font-size: 28px;
  font-family: inherit;
  background-color: blue;
  text-align: center;
  border: 1px solid green;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}


  

/* LIVE RESULTS ends */


/* RECORD CHART starts */


.record-chart {

  text-align: center;
  background-color: #2E0215;
 /* background-color: inherit;*/
  border: 1px solid green;
  border-radius: 5px; 
  margin:10px 0px;



}

.record-chart h3 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 24px;
  font-family: inherit;
  background-color: red;
  border: 1px solid green;
  border-radius: 5px; 
  line-height: 1;
  color:white;
  text-shadow: 2px 2px 4px #000000;

}

.record-chart h4 {
  margin: 0px;
  padding: 5px;
  font-size: 16px;
  font-family: inherit;
  background-color: red;
  border: 1px solid green;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}
  .record-chart table {

  margin-left:auto;
  margin-right:auto;
  border-collapse: separate; 
  text-align: center;
  background-color: white;
  border: 2px solid green;
  border-radius: 10px;
  border-spacing: 0px;
  box-shadow: 8px 8px 5px #888;
  table-layout: fixed;
  
}

/* Zebra striping */

.record-chart tr:nth-of-type(odd) { 
  background: #eee; 

}

.record-chart td, th { 
  padding: 5px;
  margin: 5px;   
  border: 1px solid #ccc; 
  text-align: center; 
  background-color: white;   

}


.record-chart th {
  font-size: 16px;
  text-align: center;
}


.record-chart a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.record-chart a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

.record-chart a:hover {
  color: maroon;
  background-color: transparent;
  text-decoration: underline;
  
 
}

.record-chart a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


/* RECORD CHART end */

/* PRIVACY POLICY starts */

.privacy-header {
  width: 80%;
  margin-top: 10px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 0px;
  background: #5F9EA0;
  text-align: center; 
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;

  

}

 .privacy-content {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;  
  border: 1px solid #B0C4DE;
  margin-left: auto;
  margin-right: auto; 
  color: black;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  /*background-color: #077272 ; */
  text-align: justify;

}



.privacy-content h2 { 

margin:5px;
padding:5px;
font-size: 24px;
text-align: left;
 }

.privacy-content h3 { 

margin: 10px 5px 5px 5px;
padding: 5px;
font-size: 22px;
font-weight: bold;
text-align: left;

 }
 

.privacy-content h5 { 

margin:5px;
padding:5px;
font-size: 20px;
text-align: left;
 } 

.privacy-content h6 { 

margin:5px;
padding:5px;
font-size: 18px;
text-align: left;

 } 


.privacy-content p { 

margin:0px 5px 0px 5px;
padding:5px;
font-size: 14px;
color:black;

 } 

 .privacy-content ul { 

margin: 0px 5px 0px 10px;
padding: 0px 5px 0px 10px;

 } 

.privacy-content li { 

margin:0px 5px 0px 35px;
padding:0px 5px 0px 10px;
line-height: 1.5;

 } 



/* PRIVACY POLICY ends */


/* TERMS & CONDITIONS starts */

.terms-header {
  width: 80%;
  margin-top: 10px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 0px;
  background: #5F9EA0;
  text-align: center; 
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  text-align: center;
  

}

 .terms-content {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;  
  border: 1px solid #B0C4DE;
  margin-left: auto;
  margin-right: auto; 
  color: black;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  /*background-color: #077272 ; */
  text-align: justify;

}



.terms-content h1 { 

margin:5px;
padding:5px;
font-size: 24px;

 }

.terms-content h2 { 

margin: 10px 5px 5px 5px;
padding: 5px;
font-size: 24px;
text-align: left;


 }
 
 .terms-content h4 { 

margin:5px;
padding:5px;
font-size: 20px;
text-align: left;

}

.terms-content h5 { 

margin:5px;
padding:5px;
font-size: 20px;
text-align: left;

 } 

.terms-content h6 { 

margin:5px;
padding:5px;
font-size: 16px;

text-align: left;
 } 


.terms-content p { 

margin:0px 5px 0px 5px;
padding:5px;
font-size: 14px;
color:black;

 } 

 .terms-content ul { 

margin: 0px 5px 0px 10px;
padding: 0px 5px 0px 10px;

 } 

.terms-content li { 

margin:0px 5px 0px 35px;
padding:0px 5px 0px 10px;
line-height: 1.5;

 } 

/* PRIVACY POLICY ends */



/* =========================================================================================================*/
  /*dashboard.php page css */
/* =========================================================================================================*/



/* dashboard starts */


.dashboard {

  text-align: center;
  background-color: #2E0215;
 /* background-color: inherit;*/
  border: 1px solid green;
  border-radius: 5px; 
  margin:10px 0px;



}

.dashboard h1 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 24px;
  font-family: inherit;
  background-color: blue;
  border: 1px solid green;
  border-radius: 5px; 
  line-height: 1;
  color:white;
  text-shadow: 2px 2px 4px #000000;

}

.dashboard h3 {
  margin: 0px;
  padding: 5px;
  font-size: 16px;
  font-family: inherit;
  background-color: red;
  border: 1px solid green;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}
  .dashboard table {

  margin-left:auto;
  margin-right:auto;
  border-collapse: separate; 
  text-align: center;
  background-color: white;
  border: 2px solid green;
  border-radius: 10px;
  border-spacing: 0px;
  box-shadow: 8px 8px 5px #888;
  table-layout: fixed;
  
}

/* Zebra striping */

.dashboard tr:nth-of-type(odd) { 
  background: #eee; 

}

.dashboard td, th { 
  padding: 5px;
  margin: 5px;   
  border: 1px solid #ccc; 
  text-align: center; 
  background-color: white;   

}

.dashboard td {
  font-size: 14px;
  
}
.dashboard th {
  font-size: 16px;
  background-color: red;
}


.dashboard a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.dashboard a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

.dashboard a:hover {
  color: maroon;
  background-color: transparent;
  text-decoration: underline;
  
 
}

.dashboard a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


/* dashboard ends */


/* =========================================================================================================*/
  /*resultsupdate.php page css */
/* =========================================================================================================*/



/* =========================================================================================================*/
  /*passing-record.php page css */
/* =========================================================================================================*/

/* results update starts */


.passing-record {

  text-align: center;
  background-color: #2E0215;
 /* background-color: inherit;*/
  border: 1px solid green;
  border-radius: 5px; 
  margin:10px 0px;
  vertical-align: middle;



}

.passing-record h1 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 30px;
  font-family: inherit;
  background-color: blue;
  border: 1px solid green;
  border-radius: 5px; 
  line-height: 1;
  color:white;
  text-shadow: 2px 2px 4px #000000;

}

.passing-record h2 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 20px;
  font-family: inherit;
  background-color: red;
  border: 1px solid green;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}


.passing-record input {
   
  text-align: center;
}



.passing-textarea  {
 
  margin: 10px 5px;  
  border-radius: 5px;  
  box-shadow: 5px 5px 8px #999;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size:14px;
  background-color: white;

}




input[type=submit]{
  background:#ee0000;
  border:1px solid #ee0000;
  color:#ffffff;
  height:30px;   
  margin:10px 10px;

}
 
input[type=submit]:hover{
  background:#ff5858;
  border:1px solid #ff5858;
  cursor:pointer;
}
 
.success-msg{

  margin-top: 10px;
  background:black;
  border:1px solid #15a869;
  color:red;
  width:100%;
}



/* passing record ends */

/* =========================================================================================================*/
  /*panel charts update for all page css */
/* =========================================================================================================*/

/* pana chart update starts */

.panelchartupdate {

  text-align: center;
  background-color: #2E0215;   
  border-radius: 5px; 
  margin:10px 0px;
  vertical-align: middle;
  text-align: center;



}

.panelchartupdate h1 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 30px;
  font-family: inherit;
  background-color: blue;
  border: 1px solid green;
  border-radius: 5px; 
  line-height: 1;
  color:white;
  text-shadow: 2px 2px 4px #000000;

}

.panelchartupdate h2 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 20px;
  font-family: inherit;
  background-color: red;
  border: 1px solid green;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}

.panelchartupdate h4 {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 16px;
  font-family: inherit;
  background-color: black;
  border: 1px solid white;
  border-radius: 5px; 
  color:white;
  text-shadow: 2px 2px 4px #000000;

}




  .panelchartupdate table {

  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse; 
  text-align: center;
  background-color: white;
  border: 1px solid green;
  border-radius: 10px;
  table-layout: auto;
  vertical-align: middle;
  
  
  
}

.panelchartupdate label {

  color: black;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  margin:5px;
  
}
/* Zebra striping */

.panelchartupdate tr:nth-of-type(even) { 
  background: #eee; 

}

.panelchartupdate td, th { 
  padding: 5px;
  margin: 5px;   
  border: 1px solid #ccc; 
  background-color: white;   

}

.panelchartupdate td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  
}
.panelchartupdate th {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;

  background-color: white;
}

.panelchartupdate input {
   
  text-align: center;
}

.panelchartupdate input[type="text"] {
  height: 40px;
  width: 100%;
  padding: 10px 10px;
  margin: 0px;  
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid gray;
  color: red;
}






/* results update ends */

.contactus {

  text-align: center; 
  width:250px; 
  margin-left: auto;
  margin-right: auto;
  background-color: #077272 ;
  border: 1px solid white;
  border-radius: 10px 50px 10px 50px; 
  margin: 10px 0px;
  vertical-align: middle; 



}
.contactus label {

  text-align: left;  
  background-color: #077272 ;
  border: 1px solid green;
  border-radius: 5px; 
  margin:10px 0px;
  color:white;
  font-size: 18px;
  vertical-align: middle;



}

.contactus-header h4 {
  width: 250px;
  margin: 0px 0px;
  padding: 5px 0px;
  font-size: 25px;
  font-family: inherit;
  background-color: maroon;
  border: 1px solid white;
  border-radius: 50px 10px 50px 10px;
  color:white;
  text-shadow: 2px 2px 4px #000000;

}


.contactus input, textarea {
   
  text-align: center;
  width:250px;
}



.contactus input[type="text"] {
  height: 40px;
  width: 250px;
  padding: 10px 10px;
  margin: 0px;  
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid gray;
  color: black;
}

.contactus input[type="email"] {
  height: 40px;
  width: 250px;
  padding: 10px 10px;
  margin: 0px;  
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid gray;
  color: black;
}

.contactus-textarea  {
 
  margin: 10px 5px;  
  border-radius: 5px;  
  box-shadow: 5px 5px 8px #999;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size:14px;
  background-color: white;
  color: black;

}






input[type=submit]{
  background:#ee0000;
  border:1px solid #ee0000;
  color:#ffffff;
  height:30px;   
  margin:10px 10px;

}
 
input[type=submit]:hover{
  background:#ff5858;
  border:1px solid #ff5858;
  cursor:pointer;
}
 
.success-msg{

  margin-top: 10px;
  background:black;
  border:1px solid #15a869;
  color:red;
  width:100%;
}

  