body{
    background-color:  #fefeff;
}

.home-layout-header{
    background-color:#0000ff;
    padding:2%;
    font-size:large;
    margin-bottom: 1%;
}

.home-layout-header-brand:link{
    font-size:2em;
}

.home-layout-header-brand:hover{
    font-size:2em;
}

.home-layout-header-brand:visited{
    font-size:2em;
}

.home-layout-header-brand:active{
    font-size:2em;
}

a:link{
    text-decoration: none;
   }
   
   a:visited{
       text-decoration: none;
   }
   
   a:hover{
        text-decoration: none;
   }
   
   a:active{
        text-decoration: none;
   }

.panel{
    margin:1%;
    /*background-color: rgb(243, 243, 247);*/
    background-color:#ffffff;
    border: 1px solid;
    padding: 1%;
}


.subject-row{
      
    text-align: center;  
    /*background-color: rgb(243, 243, 247);*/
    background-color:#ffffff;
    color:#ffffff;
}

.subject{
    padding:1%;
    padding-top:20%;
    padding-bottom: 1%;
    box-shadow: 5px 5px 5px 1px  #abb2b9;
    border: 1px solid;
    margin-left:2%;
    margin-right:2%;
    text-align: center;
    font-size:16px;  
    background-color: rgb(54, 54, 150);
    color:#ffffff
}

 @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject{
        padding-bottom:5%;
        margin-top:5%;
        min-height: 200px;
        padding-top:55%;
   
    }
}

.subject-column{
    padding:0.5%;
    box-shadow: 5px 5px 5px 1px  #abb2b9;
    border: 1px solid;
    margin-left:2%;
    margin-right:2%;
    text-align: center;
    font-size:16px;  
    background-color: rgb(227, 227, 236);
    color:#ffffff;
}

 @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-column{
        padding-bottom:2%;
        margin-top:5%;
        min-height: 200px;
        padding-top:2%;
   
    }
}

.subject-Physics{
   
    font-size:2em;
    margin-top:1%;
    border:1px solid grey;
    background: url('../images/physics2026.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px #abb2b9;   
}

 @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-physics{
      min-height: 200px;
   
    }
}

.subject-Chemistry{
    font-size:2em;
    margin-top:1%;
    border:1px solid grey;
    background: url('../images/chemistry2026.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px #abb2b9;   
}

.subject-Biology{
    font-size:2em;
    margin-top:1%;
    border:1px solid grey;
    background: url('../images/biology2026.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px #abb2b9;   
    color:#000;
}
.counts-row{
    margin-top:2%;
    margin-left:0.5%;
    margin-right:0.5%;
    background-color: rgb(54, 54, 150);
    text-align:center;
    padding:2%;
}

.dashboardcount{
    padding:2%;
    text-align: center;
    font-size:14px;  
    background-color: rgb(54, 54, 150);
}

.dashboardcount-new{
    padding:1%;
    text-align: center;
    font-size:14px; 
}

.subject-topics:link {
    color:#fff;
    font-size:1.1em;
    text-decoration: none;
    vertical-align: middle;
 }
 
  @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-topics:link{
       padding-right:10px;
       font-size: 1.25em;
       padding-top:30px;
    }
}

.subject-topics:visited{
    color:#fff;
    font-size:1.1em;
    text-decoration: none;
    vertical-align: middle;
  }

 
  @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-topics:visited{
       padding-right:10px;
       font-size: 1.25em;
        padding-top:30px;
    }
}

.subject-topics:hover{
    color:#fff;
    font-size:1.1em;
    text-decoration: none;
    vertical-align: middle;
 }
 
  
  @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-topics:hover{
       padding-right:10px;
       font-size: 1.25em;
        padding-top:30px;
    }
}

.subject-topics:active{
    color:#fff;
    font-size:1.1em;
    text-decoration: none;
    vertical-align: middle;
}

 
  @media (max-width: 768px) { /* Tablets & Mobiles */
    .subject-topics:active{
       padding-right:10px;
       font-size: 1.25em;
        padding-top:30px;
    }
}

.dashboardcountlight{
    padding:1%;
    border: 1px solid;
    text-align: center;
    background-color: rgb(169, 169, 248);
    color:#ffffff;
    font-size:14px;
}

.topic-questions:link {
    padding:2%;
    padding-top:0;
    color:#ffffff;
    font-size:12px;
    text-decoration: none;
 }

.topic-questions:visited{
    padding:2%;
    padding-top:0;
    color:#ffffff;
    font-size:12px;
    text-decoration: none;
}

.topic-questions:hover{
    padding:2%;
    padding-top:0;
    color:#ffffff;
    font-size:12px;
    text-decoration: none;
 }

.topic-questions:active{
    padding:2%;
    padding-top:0;
    color:#ffffff;
    font-size:12px;
    text-decoration: none;
}

.topics{
    padding:1%;
    border: 1px solid;
    margin-left:1%;
    text-align: left;
    vertical-align: middle;
    background-color: rgb(34, 34, 102);
    color:#ffffff
}

.questions-row{
    padding:1%;
    padding-bottom:0;
    border: 1px solid rgb(34, 34, 102);
    margin-top:1%;
    text-align: left;
    background-color: #ffffff;
    color:#000000;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 1px  #abb2b9;
}

.question-row{
    padding:1%;
    border-top: 2px solid rgb(34, 34, 102);
    border-bottom: 2px solid rgb(34, 34, 102);
    text-align: left;
    background-color: #ffffff;
    color:#000000;
   
}

.year-row{
    padding:1%;
}

.question-paper{
    border: 1px solid grey;
    padding:1%;
    border-radius:10px;
    margin:1%;
    box-shadow: 5px 5px 5px 1px  #abb2b9;
    text-align: center;
}

.year-test:link{
    text-decoration: none;
    
}

.year-test:visited{
    text-decoration: none;
  
}

.year-test:hover{
    text-decoration: none;
 
}

.year-test:active{
    text-decoration: none;
  
}

.action-row{
    margin:2%;
    
}

.taketestlink{
    margin:1%;
    padding:1%;
    text-align: center;
    background-color: rgb(42, 42, 248);
    color:#ffffff;
    font-size:14px;
    border-radius:10px;
}

.test-question:link{
    text-decoration: none;
    color:#ffffff;
    font-weight: bold;
    font-size:14px;
}

.test-question:visited{
    text-decoration: none;
    color:#ffffff;
    font-weight: bold;
    font-size:14px;
}

.test-question:hover{
    text-decoration: none;
    color:#ffffff;
    font-weight: bold;
    font-size:14px;
}

.test-question:active{
    text-decoration: none;
    color:#ffffff;
    font-weight: bold;
    font-size:14px;
}

.solution-row{
    padding:1%;
    padding-bottom:0;
    border: 1px solid rgb(34, 34, 102);
    margin-top:2%;
    text-align: left;
    background-color: rgb(243, 243, 247);
    color:#000000;
}

.qp-questions-row{
    border:1px solid grey;
    margin-bottom: 0.25%;
    border-radius: 10px;
    background-color: #FFFFFF;
    
}
.question-element{
    padding: 2%;
    padding-top:1;   
   
  }

.page-divider{
    border-left:1px solid grey;
    border-right:1px solid grey;
}

.options-area{
    margin-top:0%;
    padding-top:0;
    padding-left:2%;
 
}

.option{
    margin-top:2%;
    padding-top:0;
    padding-left:2%;
 
}

.options{
    margin-top:2%;
}

.numbered-item {
  padding-left: 30px;  /* Space for the number */
  text-indent: -30px;  /* Pull first line back */
  display: block;
}

.content-span{
    display:inline;
  
}

#popup-window {
    position: fixed;
    z-index: 1000; /* Ensures it appears on top of other elements */
    cursor: grab;
    width: 60%;
    height: 80%;
    overflow-y: auto; 
    background: white;
    border: 1px solid black;
    border-radius:10px;
    padding: 2%;
    padding-top: 0;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:none;
    color:#000000;
  }


  .popup-link:link {
    color:#ffffff;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
}

.popup-link:visited{
    color:#ffffff;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
}

.popup-link:hover{
    color:#ffffff;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
}

.popup-link:active{
    color:#ffffff;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
}

.pop-up-header{
    padding:1%;
    padding-left:3%;
    margin-top:0;
    text-align: left;
    background-color: rgb(42, 42, 248);
    color:#ffffff;
    font-size:16px;  
}

.pop-up-header{
    padding:1%;
    padding-top:2%;
    padding-bottom:2%;
    margin-left:-4%;
    margin-right:-4%;
    margin-top:0;
    text-align: center;
    background-color: #34495e;
    color:#ffffff;
    font-size:16px;  
}

#close-button{
    margin-left:1%;
    padding:2%;
    padding-top:1%;
    padding-bottom:1%;
    text-align: center;
    background-color: rgb(42, 42, 248);
    color:#ffffff;
    font-size:14px;
    border-radius:10px;
}

.questionstem{
    margin-top:1%;
    margin-bottom:0%;
    padding-left:2%;
    font-size:18px;
}

.modal-radio{
    padding:1%;
    border: 1px solid;
    margin-top:1%;
    border-radius:15px;
}


.candidate-header{
    background-color: rgb(42, 42, 248);
    color:#ffffff;
    font-size:18px; 
    padding:1.5%;

}

.test-question-row{
    padding:0%;
    padding-bottom:0%;
    margin-top:0%;
    text-align: left;
    background-color: #ffffff;
    color:#000000;
    border: 1px solid
}

.test-header{
    background-color:#34495e;
    border: 1px solid #34495e;
    padding:1%;
   
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color:#ffffff;
    box-shadow: 5px 5px 5px grey;
}

.test-footer{
    background-color:#34495e;
    border: 1px solid #34495e;
    padding:1%;
    padding-top:1%;
    padding-bottom: 1%;
    margin-left:-1%;
    margin-right:-1.25%;
    color:#ffffff;
}

.center-button{
    text-align:center;
    margin-left:50%;
}

.test-answers{
    padding-top:0;
    padding-left:2%;
    margin-top:-3%;
}

.test-timer{
    margin-left:32%;
}

.greenText{
    background-color:#028102;
    color: #FFFFFF;
    padding:2%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 10px;
}

.redText{
    background-color:#ff0000;
    color: #FFFFFF;
    padding:2%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 10px;
}

.green-message{
    padding:1%;
    padding-right:20%;
    border: 1px solid #000000;
    background-color:rgba(13, 131, 49, 0.8);
    color:#ffffff;
}

.red-message{
    padding:1%;
    padding-right:20%;
    border: 1px solid #000000;
    background-color: rgba(255, 0, 0, 0.7);
    color:#ffffff;
}

.question-stem{
    margin-top:2%;
    margin-bottom:1%;
}

.rp-option{
    width:80%;
    margin:0.5%;
    padding:1%;
    border: 1px solid;
    border-radius:15px;
}

.correct-selectedchoice{
    width:80%;
    margin:0.5%;
    padding:1%;
    padding-right:20%;
    border: 1px solid #000000;
    border-radius:15px;
    background-color: rgba(13, 131, 49, 0.8);
    color:#ffffff;
    
}

.incorrect-selectedchoice{
    width:80%;
    margin:0.5%;
    padding:1%;
    padding-right:20%;
    border: 1px solid #000000;
    border-radius:15px;
    background-color:rgba(255, 0, 0, 0.7);
    color:#ffffff;
}

.page-title{
    margin-top:1%;
}

.back-links:link{
    color:#0000ff;
}

.back-links:visited{
    color:#0000ff;
}

.back-links:hover{
    color:#0000ff;

}

.back-links:active{
    color:#0000ff;
 
}

.candidate-container{
    padding:2%;
}

.field-testprep-selectedchoice{
    margin-top:0%;
    padding-top:0%;
}

.registration{
    background-color:#fff;
    padding-left:-1%;
    border-radius:15px;
}

.registration-form-fields{
    border: 1px solid grey;
    padding:2%;
    border-radius:15px;
    box-shadow: 10px 10px 10px grey;
}

.registration-success{
    margin:1%;
   
    border:1px solid grey;
    border-radius:15px;
    box-shadow: 10px 10px 10px;
    padding:2%;
    background-color:#fff;
}

.register-button:link{
    font-weight:normal;
    color:#0000ff;
    padding: 0px;
}

.register-button:visited{
    font-weight:normal;
    color:#0000ff;
    padding: 0px;
}

.register-button:hover{
    font-weight:normal;
    color:#0000ff;
}

.register-button:active{
    font-weight:normal;
    color:#0000ff;
}

.image-background{
   margin-left:-1%;
    display:inline;
    border:1px solid grey;
        background: linear-gradient(rgba(222, 205, 230, 0.4), rgba(0, 0, 255, 0.4)), /* Semi-transparent black overlay */
    url('../images/Heading2.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.registration-background{
    margin-left:-1%;
    display:inline;
    border:1px solid grey;
    background: linear-gradient(rgba(183, 0, 255, 0.4), rgba(0, 0, 255, 0.4)), /* Semi-transparent black overlay */
    url('../images/Register.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.registration-note{
    background-color: #ffffff;
    margin:1%;
    padding:1%;
}

.subscription-background{
    margin-left:-1%;
    display:inline;
    border:1px solid grey;
    background: linear-gradient(rgba(183, 0, 255, 0.4), rgba(0, 0, 255, 0.4)), /* Semi-transparent black overlay */
    url('../images/Subscribe.png'); /* Background image */
    height: auto; /* Set the height of the div */
    background-size: cover; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    box-shadow: 5px 10px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}


.add-top-margin{
   margin-top:2%;
   
}

.add-top-padding{
    padding-top:2%;
    
 }

.test-player-header{
   padding:0;
   /*background-color:#2979FF;*/
    background-color:#FFFFFF;
    height:100;
   
      
 }

 .app-logo{
  /*  background-image: url('/web/images/logo-org.png');*/ 
    min-height: 100px;
    background-image: url('/../images/header-logo9.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left:2% ; /* vertical padding for breathing space */
    padding-bottom:20%;
    padding-right:0;
    text-align: center;
   
 }

 @media (max-width: 768px) { /* Tablets & Mobiles */
    .app-logo{
        background-size: contain;
        background-origin: content-box;
        padding-bottom:0;
    }
}

 .app-logo1{
    margin:0;
    margin-top:0;
    padding-left:2%;
    text-align: left;

   }

 .app-name{
    font-size:3em;
    color:#516de7;
    padding:3%;
    padding-right:0;
    text-align: center;
    font-weight: bolder; 
 }

  .app-name1{
    margin-top:0;
    margin-left:0;
    font-size:3em;
    color:#516de7;
    padding-top:4%;
    padding-right:0;
    text-align: left;
    font-weight: bolder; 
  }

 .app-subtext{
    margin-top:-1%;
    padding-left:2%;
    font-size:1.25em;
    color:#516de7;  
    text-align: left;
 }

 .app-menu-new{
    margin-left:15%;
    margin-top:-3.8%;
    padding:1%;
    padding-bottom:0;

    /*background-color:#3478ee;*/
    
 }
/* Test-layout styles*/

.test-player-header-mini{
   
    /*background-color:#2979FF;*/
     background-color:#FFFFFF;
     min-height:200;
     padding-left:100px;
    box-shadow: 5px 5px 5px grey;
     
  }
 
  .app-logo-mini{
    min-height:100px;
    width:100%;
     background-image: url('/../images/ilm-header-2.png');
     background-repeat: no-repeat;
     background-position: centre centre;
     background-size: contain;
     text-align: center;

  }
 
  .app-name-mini{
     font-size:2.5em;
     color:#fff;
     padding:1%; 
     text-align: center;
     font-weight: bolder; 
  }
 


 .app-logout{
    font-size:1em;
    color:#fff;
    padding:2%;
    padding-top:4%;
    text-align: right;
 }

 .dashboard-item:link{
    padding-top:1%;
    color:#2979FF;
    background-color:#fff;
    text-decoration: none;
 }

 .dashboard-item:visited{
    padding-top:1%;
    color:#2979FF;
    background-color:#fff;
    text-decoration: none;
 }

 .dashboard-item:hover{
    padding-top:1%;
    color:#2979FF;
    background-color:#fff;
    text-decoration: none;
 }

 .dashboard-item:active{
    padding-top:1%;
    color:#2979FF;
    background-color:#fff;
    text-decoration: none;
 }

 .app-menu{
    margin:1%;
    padding:1%;
    padding-top:0;
    padding-bottom:0;
   /* background-color:#3478ee;*/
 }

 .app-menu-item{
    border:1px solid;
    text-align: center;
    background-color:#fff;
    border-radius:0px;
   /* border-top-right-radius:10px; */
    color:#2979FF;
    margin-left:0.5%;
    padding:0.5%;
    
 }

 .app-menu-item:link{
    color:#2979FF;
    text-decoration: none;
 }

 .app-menu-item:visited{
    color:#2979FF;
    text-decoration: none;
 }

 .app-menu-item:hover{
    color:#2979FF;
    text-decoration: none;
    font-size:1.25em;
    box-shadow: 5px 5px 5px darkblue;
 }

 .app-menu-item:active{
    color:#2979FF;
    text-decoration: none;
 }

 .errormessage{
    color:#ff0000;
    
    padding:1%;
 }

 .test-player-actions-row{
    margin-top:0;
    padding:0;
    padding-top:1%;
    padding-bottom:1%;
    margin-left: -1%;
    margin-right: -1.25%;
    background-color:#34495e;   

 }

 .test-player-actions{
    margin-left:10%;
 }

 .previous-link{
    padding:0.75%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:normal;
 }

 .result-summary-row{
    margin:1%;
    padding:2%;
    border:1px solid grey;
    background-color: #fff;
 }

 .result-summary-column{
    padding:2%;
    padding-left:1%;
    padding-right:1%;
    margin: 1%;
    border: 1px solid grey;
    border-radius:10px;
    text-align:center;
    background-color:  #f9e79f;
 }

 .result-details-row{
    margin:1%;
    padding:2%;
    border:1px solid grey;
    background-color: #fff;
 }

 table.bordered-table{
    width: 100%;
    border:1px solid grey;
  
 }

 th{
    border:1px solid grey;
    padding:1%;
    text-align: centre;
    background-color: rgb(218, 213, 213);
 }

 th.question-in-table{
    width: 30%;
 }

 td{
    border:1px solid grey;
    padding:1%;
    text-align: centre;
 }

 .test-container{
    margin-top: -3%;
 }

 .question-panel{
    border: 1px solid grey;
    padding: 1%;
 }

 .question-panel-number{
    margin: 0.25%;
    border: 1px solid grey;
    padding: 0.5%;
    background-color: #34495e;
    color: #FFFFFF;
 }

 .graph-div{
    border:1px solid grey;
    box-shadow: 5px 5px 10px;
    background-color: #ffffff;
    
 }

 .analytics-section{
    border:1px solid grey;
    padding:0.5%;
    font-weight: bold;
 }

 .readiness-indicator{
    border:1px solid grey;
    text-align: center;
    padding:0.5%;
    padding-top:3%;
    padding-bottom:3%;
    margin:1%;
    border-radius:20px;
    box-shadow: 5px 10px 5px;
 }

 .redBackground{
    background-color:#c91010;
    color: #ffffff;
    font-size: 1.1em;
    box-shadow: 5px 10px 5px rgb(66, 65, 65);
 }

 .orangeBackground{
    background-color:#d19106;
    color: #ffffff;
    font-size: 1.1em;
    box-shadow: 5px 10px 5px rgb(66, 65, 65);
 }

 .greenBackground{
    background-color:#0e6b0e;
    color: #ffffff;
    font-size: 1.1em;
    box-shadow: 5px 10px 5px rgb(66, 65, 65);
 }

 .yellowBackground{
    background-color:#e78c23;
    color: #ffffff;
    font-size: 1.1em;
    box-shadow: 5px 10px 5px rgb(66, 65, 65);
 }

 .bodered-row{
    border: 1px solid grey;
    padding: 2%;
    box-shadow: 5px 10px 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.2));*/
 }

 .result-summary-column-redText{
    background-color: #c91010;
    padding:2%;
    padding-left:1%;
    padding-right:1%;
    margin: 1%;
    border: 1px solid grey;
    border-radius:10px;
    text-align:center;
 }

 .result-summary-column-greenText{
    background-color:#028102;
    padding:2%;
    padding-left:1%;
    padding-right:1%;
    margin: 1%;
    border: 1px solid grey;
    border-radius:10px;
    text-align:center;
 }

 .home-page-content-section{
    
    padding:2%;
   
 }

 .home-page-content-sub-section{
    border:1px solid grey;
    text-align:left;
    margin-top:1%;
    border-radius: 10px;
    box-shadow: 5px 10px 5px;
 }

 .home-page-content-sub-section-text{
    text-align:left;   
   padding:2%;
 }

 .home-page-content-sub-section-image{
    border:1px solid grey;
    padding-top:10%;
    text-align:left;
    height: auto; /* Set the height of the div */   
   
 }
 
 .home-page-content-section-header{
    text-align:left;
 }

 .feedback{
    background: /*linear-gradient(rgba(183, 0, 255, 0.4), rgba(0, 0, 255, 0.4)), /* Semi-transparent black overlay */
    url('../images/feedback2.png'); /* Background image */
    background-size:contain; /* Resize the background image to cover the entire div */
    background-position: top; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    
 }
 
 .home-page-content-sub-section-quicklinks{
    border:1px solid grey;
    text-align:left;
    margin-top:1%;
    margin-left:2%;
    border-radius: 10px;
    box-shadow: 5px 10px 5px;
 }

 .home-panel{
  margin:2%;  
  }

 .home-panel-left-block{
    background: linear-gradient(rgba(2, 2, 250, 0.9), rgba(2, 2, 192, 0.4));
    text-align: center;
    color:#ffffff;
    padding:2%;
    padding-top:5%;
    font-size: 1.5em;
    border-top-left-radius: 25%;
    box-shadow: 10px 10px 5px grey;
 }

 .home-panel-right-block{
    border:1px solid grey;
    padding:2%;
    padding-bottom:1%;
    margin-top:1%;
    margin-bottom:1%;
    background-color:#dfdeda;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
   
 }

 .home-panel-right-block-link:link{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    background-color:gold;
    border:1px solid;
    border-radius:10px;
}

.home-panel-right-block-link:visited{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    background-color:gold;
    border:1px solid;
    border-radius:10px;
}

.home-panel-right-block-link:hover{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    background-color:gold;
    border:1px solid;
    border-radius:10px;
    font-size:1.25em;
    box-shadow: 5px 5px 5px grey;
}

.home-panel-right-block-link:active{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    background-color:gold;
    border:1px solid;
    border-radius:10px;
}

 .banner {
    margin-top:15%;
    background-color: #ff6600;
    color: #fff;
    text-align: center;
    padding: 3%;
    padding-bottom:1%;
    margin:0;
    box-shadow: 5px 5px 5px grey;
}

 .banner-level2 {
    margin-top:1%;
    background-color: #ff7700;
    color: #fff;
    text-align: center;
    padding: 1%;
    margin:0;
    box-shadow: 5px 5px 5px grey;
}

.banner2 {
    background-color: #0099FF;
    color: #fff;
    text-align: center;
    padding: 1%;
    margin:0;
    padding-top:1%;
     box-shadow: 5px 5px 5px grey;
}


.banner3 {
    text-align: left;
    padding: 2%;
    padding-top:0;
    margin:0;
   
}

.banner-link:link{
    text-decoration: none;
    padding:1%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    border:1px solid;
    font-size:0.9em;
}

.banner-link:visited{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    border:1px solid;
   
}

.banner-link:hover{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    border:1px solid;
    font-size:1em;
    background-color: #006ba6;
}

.banner-link:active{
    text-decoration: none;
    padding-left:2%;
    padding-right:2%;
    margin-left:1%;
    color:#ffffff;
    border:1px solid;
  
}

.even-column{
    border: 1px solid grey;
    border-radius:10px;
    padding:1%;
    background-color:#e2ded6;;
    margin:1%;
    margin-right:2%;
    color:#000000;
    box-shadow: 5px 10px 5px grey;
}

.odd-column{
    border: 1px solid grey;
    border-radius:10px;
    padding:1%;
    background-color:#e2ded6;
    margin:1%;
    margin-right:2%;
    color:#000000;
     box-shadow: 5px 10px 5px grey;
}

.hero {
    background-image: url('https://example.com/hero-image.jpg'); /* Add your hero image URL */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.3em;
}

.section {
    padding: 1% 0;
}

.section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center;
}

.features-list {
    font-size: 1.1em;
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 20px;
}

.features-list li i {
    color: #007bff;
    margin-right: 10px;
}


.cta {
    background-color: #28a745;
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-top:4%;
}

.cta-link{
    text-align: center;
}
.cta h3 {
    font-size: 2em;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.cta a {
    text-decoration: none;
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
}

.cta a:hover {
    background-color: #0056b3;
    font-size: 1.25em;
    box-shadow: 5px 5px 5px rgb(0, 46, 0);
    text-align: center;
}

.icon-box {
    text-align: center;
    margin: 1%;
    padding:2%;
    border:5px dodgerblue double;
    border-top:5px dodgerblue double;
    box-shadow: inset 5px 5px 5px;
    background-color: #f5f6f7;
    border-radius: 10%;
}

.icon-box1 {
    text-align: center;
    width:250px;
    height:250px;
    margin: 1%;
    padding:2%;
    border:1px grey;
    padding-top:6%;
    box-shadow: 5px 5px 5px;
    background-color: #f5f6f7;
    border-radius: 100%;
}

/* Responsive Design */
@media (max-width: 768px) { /* Tablets & Mobiles */
    .icon-box1 {
     font-size:0.9em;
    }
}

/* Responsive Design */
@media (max-width: 768px) { /* Tablets & Mobiles */
.icon-box-header{
    padding-top:14%;
  
}
}

.icon-box-questionbank{
    text-align: center;
    margin-bottom: 1%;
    padding:2%;
    border:5px dodgerblue double;
    border-top:5px dodgerblue double;
    box-shadow: 5px 5px 5px;
    background-color: #f5f6f7;
    border-radius: 10%;
    background-image: url("../images/questionbank1.png");
    background-size: cover;
    background-position: top;
}

.icon-box-contents{
    
    padding:5%;
    padding-top:0;
 
}

.icon-box i {
    font-size: 5em;
    color: #007bff;
    margin-bottom: 2%;
    
    
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.padded-right{
    padding-right:1%;
}

.nextline{
    display:block;
    padding-top:1%;
 }
    
.left-tab{
    padding-left:2%;
 }
    
.strong{
    font-weight:bold;
}
    
.red{
    color:red;
 }

 /*Authoring styles*/

 p {margin: 0; padding: 0;}	.ft00{font-size:16px;font-family:DejaVuSerif;color:#000000;}
 .ft01{font-size:17px;font-family:DejaVuSerif;color:#000000;}
 .ft02{font-size:17px;font-family:DejaVuSans;color:#000000;}
 .ft03{font-size:12px;font-family:DejaVuSerif;color:#000000;}
 .ft04{font-size:12px;font-family:DejaVuSans;color:#000000;}
 .ft05{font-size:16px;font-family:DejaVuSerif;color:#22741b;}
 .ft06{font-size:21px;font-family:DejaVuSerif;color:#000000;}
 .ft07{font-size:14px;font-family:DejaVuSerif;color:#000000;}
 .ft08{font-size:14px;font-family:DejaVuSerif;color:#dae0e2;}
 .ft09{font-size:11px;font-family:DejaVuSerif;color:#000000;}
 .ft010{font-size:11px;font-family:DejaVuSans;color:#000000;}
 .ft011{font-size:28px;font-family:DejaVuSerif;color:#000000;}
 .ft012{font-size:21px;line-height:25px;font-family:DejaVuSerif;color:#000000;}

/* styles for topic structure starts here*/



.accordion-item{
    width:100%;
    margin-left:1%;
}

.accordion-toggle {
    cursor: pointer;
    background-color: #ffffff;
    padding:1%;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.topic-question{

    background-color: #ffffff;
    padding:1%;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.accordion-toggle h3 {
    margin: 0;
    flex: 1;
}

.accordion-toggle .arrow-icon {
    margin-right: 10px;
}

.accordion-toggle.active {
    background-color: #d1e7dd;
}

.accordion-content {
    padding: 10px;
    /*border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #f9f9f9;*/
}

.question-count{

   font-size:0.75em;
   
}

.question-count:link{
    font-size:0.75em;
    text-decoration: none;
    color:chocolate;
    font-weight: bold;
 }

 .question-count:visited{
    font-size:0.75em;
    text-decoration: none;
    color:chocolate;
    font-weight: bold;

 }

 .question-count:hover{
    font-size:0.75em;
    text-decoration: none;
    color:chocolate;
    font-weight: bold;
 
 }

 .question-count:active{
    font-size:0.75em;
    text-decoration: none;
    color:chocolate;
    font-weight: bold;
 
 }
/* styles for topic structure ends here*/

/* Override the navbar-dark link color */
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important; /* Your custom color */
  }
  
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #f7f3e6 !important; /* Color on hover */
  }
  
  /* Change the brand color */
  .navbar-dark .navbar-brand {
    color: #d44e00 !important;
  }

 /* Override the background color for navbar with bg-dark */
.navbar.bg-dark {
  background-color: #007bff !important; /* Your custom color */
}

.grid-row{
 border:1px solid;
 margin-top:1%;
 margin-bottom:1%;
}

.grid-column{
    margin:0.5%;
    text-align: left;
    border-right: 1px solid;
   }

.grid-column-data{
    margin:0.5%;
    text-align: left;   
}

.registration-header{
   
    background-color:#fffeae;
    padding:2%;
    border-radius:5%;
    color:#003cffb6;
    font-weight: bold;
    font-size: 1.25em;
    margin:1%;   
    margin-left:0;
    box-shadow: 5px 5px 5px;
}

.row-box{
    margin:1%;
    border:1px solid grey;
    padding:1%;
    box-shadow: 5px 5px 5px;
    border-radius: 2%;
}

.box-contents{
    padding:1%;
    padding-top:5%;
    padding-bottom:5%;
    text-align: center;
}
.questionbank-section{
    background-image: url("../images/questionbank1.png");
    background-size: cover;
    background-position: top;
    border: 1px solid grey;
}

.reg-prompt{
    border:1px solid grey;
    padding:2%;
    margin:1%;
    margin-left:0;
    background-color: hsl(64, 100%, 85%);
    border-radius:1%;
    box-shadow: 5px 5px 5px;
}

.page-header-new{
    background-color:#FFFFFF;
    position:fixed;
    margin-bottom:5%;
    width: 100%;
}

.first-tile{
    font-family: calibri;
    margin-top:2%;
    border: 2px solid rgb(161, 161, 161);
    padding:0.5%;
    background-color:#f5f6f7;
    margin-left:2%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px grey;


}

.first-tile-image{
    margin-top:2%;
    border: 2px solid grey;
    background-color: #FFFFFF;
    color: #FFFFFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 5px 5px 10px grey;
    vertical-align: middle;

}

.links-header{
    background-color: #3478ee;
    color:#FFFFFF;
    text-align:left;
    border-bottom: 5px solid #3478ee;
    padding:2%;
    padding-bottom:1%;
    border-top-left-radius: 5px;
}

.external-links{    
    

}

.external-link{
    padding:1%;
    text-align:left;
    border-top: 1px solid #3478ee;
}

.first-row{
    margin-top:2%;
}

.image-tile {
    background-image: url("../images/confused-student.png");  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; /* Ensures it remains centered */
    min-height: 500px; /* Ensures the div has a minimum height */
    width: 100%;
    padding-right: 20%;
    padding-top: 12%;
    padding-left: 2%;
    color: #FFFFFF;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .image-tile {
        background-size: contain; /* Adjusts to fit within the div */
        padding-right: 5%;
        padding-top: 12%;
      
    }
}

.image-tile1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; /* Ensures it remains centered */
    min-height: 500px; /* Ensures the div has a minimum height */
    width: 100%;
 
    color: #FFFFFF;
}

.app-logo2 {
    background-image: url('/../images/header-logo7.png');
    background-repeat: no-repeat;
    background-position: center left; /* Correct spelling */
    background-size: contain; /* Ensures the full image is visible */
    min-height: 300px; /* Adjust height */
    width: 100%;
    padding: 2%;
    text-align: center;
}

/* External links styling */
.external-links2 {
    padding: 1%;
    text-align: left;
}

.external-link2 {
    padding: 5px 0;
    border-top: 1px solid #3478ee;
}

/* Responsive Design */
@media (max-width: 768px) { /* Tablets & Mobiles */
    .app-logo2 {
        min-height: 80px; /* Reduce height */
        background-size: contain; /* Prevent cropping */
    }

    .external-links2 {
        text-align: center;
        padding-top: 10px;
    }

    .external-link2 {
        border-top: none; /* Remove borders for better spacing */
    }
}

.first-tile ul {
    list-style-type: disc; /* Ensures bullets appear */
    padding-left: 20px; /* Adds space for bullets */
    margin: 0;
}

.first-tile li {
    padding: 2px 0; /* Adds spacing for readability */
}

.report{
    width:89%;
    border:1px solid;
    padding:2%;
    background-color: #0022ff;
    margin:1%;
    margin-top:5%;
}

.report-row{
    border: 1px solid;
    padding: 2%;
    margin-bottom:1%;
}

.reports-row{
    border: 1px solid;
    padding: 2%;
    background-color: #ffffff;
}

.report-cell{
    border: 1px solid;
    padding:1%;
    margin: 1%;
    margin-bottom:2%;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 2px grey;
    border-radius: 10px;
}

.section-header{
    margin-top: 2%;
    font-weight: bold;
    
}

.report-link-cell{
    margin-top:1%;
    padding: 3%;
}

.report-link{
    margin-top:1%;
    border: 1px solid;
    padding: 3%;
    background-color: #ffffff;
    text-align: center;
    font-size:0.9em;
}

.error-message{
    border:1px solid;
    padding:10px;
    background-color: hsl(64, 100%, 85%);
    color:#FF0000;
    font-size: 1.2em;
    text-align:center ;
    border-radius:50px;
}

.home-page-image img{
  object-fit: contain;
/* or
  object-fit: cover; */
} 

.video-container{
      position: relative;
      width: 50%;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
    }

    .video-container video{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Optional: ensures the video covers the entire div */
    }
    
    .box-tile{
        padding:2%;
        border:1px solid grey;
        box-shadow: 5px 5px 10px grey;
        margin-right:1%;
        margin-top:3%;
        background-color:#f5f6f7;
    }
    
    .box-header{
        padding-left:auto;
        text-align: center;
        font-weight: bold;
        color:#ff0000;
    }
    
    .box-content{
        font-size: 0.8em;
        text-align:center;
    }
    
    .highlighted-message{
        
        background-color:#c5f719;
        border:1px solid;
        padding: 1%;
       
        text-align: center;
        border-radius: 10px;
        margin-bottom: 1%;
        margin-top:1%;
    }
    
    .report-tile{
        margin:1%;
        padding:1%;
         padding-top: 2%;
        padding-bottom:2%;
        border:1px solid;
        text-align: center;
        background-color:#ffffff;
         box-shadow: 5px 5px 5px grey;
    }
    
       .topic-tile-header{
        font-size:1.5em;
        padding:1%;
        border:1px solid;
        text-align: center;
        background-color:#530a97;
        color:#ffffff;
    }
    
    .topic-tile{
        margin:1%;
        padding:1%;
        border:1px solid;
        text-align: center;
        background-color:#ffffff;
        box-shadow: 5px 5px 5px grey;
    }    
    
      .report-tile-small{
        padding:1%;
        border:1px solid;
        text-align: center;
        background-color:#ffffff;
        margin:1%;
        padding-top:0;
        box-shadow: 5px 5px 5px grey;
    }
    
    .login-page{
        margin:1%;
        margin-top:1%;
        padding:2%;
        background-color:#ffffff;
        /*background: url('../images/login-background-6.png');  Background image */;
        background-repeat: no-repeat;
        background-size:cover;
        background-position: bottom;
       
        border-radius:20px;
    
    }   
              
    /* Mobile Friendly */
    @media (max-width: 480px) {
        .login-page {
            padding: 2%;
            margin-left:5%;
        }
  
    }
    
        .login-page-background{
        margin:1%;
    
        background-color:#ffffff;
        *background: url('../images/login-background-6.png');  Background image */;
        background-repeat: no-repeat;
        background-size:cover;
        background-position: bottom;
        border: 1px solid grey;
        box-shadow: 5px 10px 5px rgb(66, 65, 65);
    }
    
      .login-page-right-panel{
        
        background-color:#ffffff;
        padding:2%;
    }
    
    .information-message{
        color:#000000;
        text-align: left;
    }
    
    .toggle-password{
        text-align: center;
        vertical-align: middle;
        font-size: 1.5em;
    }
    
    .prompt-message{
        padding:1%;
        margin-left:0;
        background-color: hsl(64, 100%, 85%);
    }
    
    .card-header-text{
        padding:10px;
        text-align: center;
    }
    
/* ===== RESPONSIVE MENU STYLES ===== */

/* Reset and Base Styles */
.app-menu-wrapper {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    width: 100%;
    z-index: 1000;
}

.app-menu-wrapper * {
    box-sizing: border-box;
}

.app-menu-container {
    width: 100%;
    max-width: 100%;
}

/* Desktop Menu Styles */
.app-menu {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
}

.app-menu-item {
    flex: 1 1 auto;
    min-width: 0;
    border-right: 1px solid #e8e8e8;
    display: flex;
}

.app-menu-item:last-child {
    border-right: none;
}

.dashboard-item {
    display: block;
    padding: 16px 12px;
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

.dashboard-item:hover,
.dashboard-item:focus {
    background-color: #f8f9fa;
    color: #007bff;
    text-decoration: none;
    outline: none;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.hamburger-btn:hover {
    background-color: #f5f5f5;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333333;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    margin: 2px 0;
}

/* Hamburger Animation */
.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Tablet Styles (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .dashboard-item {
        padding: 14px 8px;
        font-size: 13px;
    }
    
    .app-menu {
        flex-wrap: wrap;
    }
    
    .app-menu-item {
        flex: 1 1 calc(20% - 1px);
        min-width: 140px;
    }
}

/* Mobile Styles (below 768px) */
@media (max-width: 767px) {
    .mobile-menu-toggle {
        display: block !important;
    }
    
    .app-menu {
        display: none !important;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        border-top: 1px solid #e0e0e0;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }
    
    .app-menu.menu-show {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
    }
    
    .app-menu-item {
        flex: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
    
    .app-menu-item:last-child {
        border-bottom: none;
    }
    
    .dashboard-item {
        text-align: left;
        padding: 14px 20px;
        white-space: normal;
        font-size: 15px;
    }
    
    .dashboard-item:hover {
        background-color: #f0f8ff;
    }
}

/* Small Mobile Styles (below 576px) */
@media (max-width: 575px) {
    .dashboard-item {
        font-size: 14px;
        padding: 12px 18px;
    }
    
    .mobile-menu-toggle {
        padding: 12px 18px;
    }
}

/* Animation Keyframes */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Active Menu Item Styling */
.app-menu-item .dashboard-item.active,
.app-menu-item .dashboard-item[aria-current="page"] {
    background-color: #007bff;
    color: white;
}

.app-menu-item .dashboard-item.active:hover,
.app-menu-item .dashboard-item[aria-current="page"]:hover {
    background-color: #0056b3;
    color: white;
}

/* Accessibility Improvements */
.hamburger-btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.dashboard-item:focus {
    box-shadow: inset 0 0 0 2px #007bff;
}

/* Print Styles */
@media print {
    .mobile-menu-toggle {
        display: none !important;
    }
    
    .app-menu {
        display: flex !important;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .dashboard-item {
        color: #000 !important;
        background: transparent !important;
    }
}

.card-style{
    margin:2%;
    margin-left:5%;

}

  .quote-box {
        font-size: 20px;
        color: #444;
        font-style: italic;
        
        margin:2%;
        margin-top:5%;
        padding:1%;
        padding-bottom:10%;
        min-height: 50px;
        max-height: 110px;
        opacity: 1;
        transition: opacity 1s ease-in-out;
        background-color:#CFF527;
       
        text-align:center;
        border-radius:10px;
        vertical-align: middle;
    }
    
        /* Mobile Friendly */
    @media (max-width: 480px) {
        .quote-box {
            font-size: 16px;
            padding: 2%;
            margin-left:5%;
        }
    }
    
.news-ticker-wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fceabb, #f8b500);
    border: 1px solid #f7d794;
    padding: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.news-ticker-title {
    background: #d35400;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    margin-right: 12px;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.news-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.news-ticker span {
    display: inline-block;
    margin-right: 40px;
}

.news-ticker a {
    text-decoration: none;
    color: #0645ad;
    font-weight: 500;
}

.news-ticker a:hover {
    text-decoration: underline;
}

/* ✅ Mobile adjustments */
@media (max-width: 768px) {
    .news-ticker-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px;
    }

    .news-ticker-title {
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 13px;
        padding: 4px 10px;
    }

    .news-ticker {
        width: 100%;
    }

    .news-ticker span {
        margin-right: 25px;
    }

    .news-ticker a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .news-ticker-wrapper {
        font-size: 14px;
    }

    .news-ticker-title {
        font-size: 12px;
        padding: 4px 8px;
    }

    .news-ticker a {
        font-size: 13px;
    }
}

.main-column-left{
    margin:auto;
    margin-top:2%;
    margin-bottom:1%;
    padding:0;
    box-shadow: 5px 5px 5px;
    background-color:#fff;
}
.main-column-right{
    margin:auto;
    margin-top:1%;
    padding:0;
    box-shadow: 5px 5px 5px;
}

.site-address{
    background-color: #ffffff;
    padding:2%;
    padding-top:40%;
    text-align: center;
    color: #0000FF;
}

.callout{
    display:block;
    margin-top:2%;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    padding:2%;
    color:#FFFFFF;
    text-align: center;
    background-color: Grey;
}

.callout:link{
    display:block;
    margin-top:2%;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    padding:2%;
    color:#FFFFFF;
 }

 .callout:visited{
    display:block;
    margin-top:2%;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    padding:2%;
    color:#FFFFFF;
 }

 .callout:hover{
    display:block; 
    margin-top:2%;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    padding:2%;
    color:#FFFFFF;
    font-size:1.25em;
    font-style: bold;
 }

 .callout:active{
    display:block; 
    margin-top:2%;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    padding:2%;
    color:#FFFFFF;
 }
 
  .subject-tile-col{
     border:1px solid;
     border-radius:10px;
     margin:2%;
     Padding:2%;
     color:#FFFFFF;
     background-color: rgb(13, 110, 253);
    text-align: center;
 }
 
 .subject-tile{
     color:#FFFFFF;
     font-size: 1.25em;
     text-align: center;
 }
 
 .subject-tile:link{
    color:#FFFFFF;
  font-size: 1.25em;
  text-align: center;
 }
 
  .subject-tile:visited{
     color:#FFFFFF;
    font-size: 1.25em;
    text-align: center;
 }
 
  .subject-tile:hover{
     color:#FFFFFF;
    font-size: 1.25em;
    text-align: center;
 }
 
  .subject-tile:active{
     color:#FFFFFF;
    font-size: 1.25em;
    text-align: center;
 }
 
 .key-content{
     padding:3%;
     background-color:#fff;
     color:#ff6600;
     text-align: center;
     
 }
 
  .key-content-level2{
     background-color:#fff;
 }
 
 .clear-button{
     margin:1%;
     text-align: right;
     margin-left:2%;
 }
 
 .spacer{
     margin-top:2%;
   
 }
 
 .active-link:link{
     border:2px solid;
 
     padding:1.25%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
     background-color: #0077ff;
     color:#fff;
 }
 
  .active-link:visited{
     border:2px solid;
  
     padding:1.25%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
     background-color: #0077ff;
     color:#fff;
 }
 
  .active-link:hover{
     border:2px solid;
   
     padding:1.25%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
     background-color: #0077ff;
     color:#fff;
 }
 
  .active-link:active{
     border:2px solid;
    
    padding:1.25%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
     background-color: #0077ff;
     color:#fff;
 }
 
.inactive-link:link{
     border:2px solid;
 
     padding:1%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;

 }
 
  .inactive-link:visited{
     border:2px solid;
   
     padding:1%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;

 }
 
  .inactive-link:hover{
     border:2px solid;
   
     padding:1%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;

 }
 
  .inactive-link:active{
     border:2px solid;

     padding:1%;
     margin-top:1%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
 }
 
 .subject-header{
     border:1px solid;
     background-color: #6868ff;
     color:#fff;
     padding:1%;
     font-size:1.25em;
     text-align: center;
 }
 
 .row-border{
     padding:1%;
     border-bottom:1px solid;
     text-align: left;
 }
 
 .perf-link:link{
     display:block;
     border:2px solid;
     padding:2%;
     margin-top:2%;
     border-radius:10px;
     text-decoration: none;
     background-color:#6868ff;
     color:#fff;
 }
 
  .perf-link:visited{
     display:block;
     border:2px solid;
     padding:2%;
     margin-top:2%;
     border-radius:10px;
     text-decoration: none;
     background-color:#6868ff;
     color:#fff;
 }
 
  .perf-link:hover{
     display:block;
     border:2px solid;
     padding:2%;
     margin-top:2%;
     border-radius:10px;
     text-decoration: none;
     background-color:#fff;
     color:#6868ff;
 }
 
  .perf-link:active{
     display:block;
     border:2px solid;
     padding:2%;
     margin-top:2%;
     border-radius:10px;
     text-decoration: none;
     background-color:#6868ff;
     color:#fff;
 }
 
 .left-class{
     text-align: left;
 }
 
 .question-rows{
     border: 1px solid;
    padding:1%;
    margin: 1%;
 
    background-color: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 2px grey;
    border-radius: 10px;
 }
 
 .attention-section{
     margin-top:1%;
     margin-bottom:0;
     font-size:1.5em;
   
     padding:1%;
 }
 
 .new-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  background: #e63946;
  border-radius: 20px;
  text-transform: uppercase;
  animation: pulseFlash 1.2s infinite;
}

/* Flashing / pulsing animation */
@keyframes pulseFlash {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.7);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 10px 6px rgba(230, 57, 70, 0);
    opacity: 0.85;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0);
    opacity: 1;
  }
}