*{
    margin: 0px;
    padding: 0px;
}
body{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
ul{
    list-style: none;
    margin: none;
}

div.main{
    min-height: 100vh;
    min-width: 100vw;
}


.HelpDesk{

  padding: 20px;
  color: white;
}

.College-name{
  font-size: 30px;
  width: 600px;
  color: white;
}



.header{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 100%; 
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(119, 119, 119, 0.205);
    
}
.header>ul{
  
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.header>ul{
  max-width: 80vh;
  color: white;

}
.header img{
    height: 100px ;
}
.header>ul>li{
    padding: 3px;
    font-size: 25px;
    font-weight: bold;
}

.footer{
     background-color: white;
     color: #000;
     text-align: center;
     padding: 10px;
     font-size: 14px;
     font-weight: normal;
}
.login-container{
    min-height: 70vh;
}
.card{
    border-radius: .25rem;
    background-color: #f8f8f8;
    max-width: 500px;
    padding: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    /* margin-bottom: 20px; */
    position: relative;
}
.exam-name-header{
    background-color: rgba(133, 10, 221, 0.227);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}
.login-form{
    padding: 10px 2px; 
    background-color: rgba(76, 0, 130, 0);
    /* margin-block: 20px; */
    padding: 20px;
    color: white;
    
}
.login-form>input{
    display: block;
    width: inherit;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    margin-block: 20px;
    height: 20px;
    width: 95%;
}
.login-form p{
    font-size: 20px;
}
.login-form button{
 width: 100%;
 margin: auto;
 background: orangered;
 padding: 10px;
 border-radius: 5px;
 color: white;
}
 
 

/* General styling for the instructions container */
.instruction-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}
.instructions {
    font-family: 'Arial', sans-serif;
    max-width: 80vw;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom right, #f9fafb, #e4ebf2);
    color: #333;
  }

  .time-box{
    box-shadow :inset;
  }

  .instructions-content{
    overflow-y:scroll ;
    height: 80vh;
  }

   .instructions-content > div {
    box-sizing: border-box;
    padding:0px 40px;
   }
   .instructions-content >div > h1{
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
   }
  
  /* Styling for the "Exam Will Start" section */
  .exam-will-start {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f0f4fc;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
  }
  
  .exam-will-start p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #4b6584;
  }
  
  .exam-will-start h4 {
    font-size: 28px;
    margin: 10px 0;
    color: #3867d6;
  }
  
  /* Styling for the instructions list section */
  
  
  .instructions-lines h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #34495e;
    text-align: center;
    text-transform: uppercase;
  }
  
  .instructions-lines ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .instructions-lines li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #576574;
    padding-left: 25px;
    position: relative;
  }
  
  /* Adding a custom bullet icon */
  .instructions-lines li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-size: 18px;
  }
  
  /* Hover effect for better interactivity */
  .instructions-lines li:hover {
    color: #2c3e50;
    cursor: pointer;
  }
 
  .exam-page {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  
  .exam-content {
    display: flex;
    flex: 1;
  }

  .exam-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    align-items: center;
  }
  .exam-info{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .exam-info h2 {
    font-size: 20px;
    color: #333;
    font-size: 25px;
  }
  .exam-info img{
     height: 80px;
     margin-inline-end: 20px;
      
  }
  .timer {
    font-weight: bold;
    color: red;
  }
  .question-panel {
    flex:0 70%;
    padding: 20px;
    background-color: #fff;
  }
  .question-panel p{
    font-size: 24px;
    font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  }
  .question-panel ul>li{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  li>input.custom-radio{
    margin-inline-end: 10px;
  }
  .question-buttons {
    margin-top: 10px;
  }
  .save-btn {
    background-color: green;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: scale 0.5s ease-in-out;
  }
  .save-btn:hover , .clear-btn:hover{
    scale: 1.05;
  }
  .clear-btn {
    background-color: red;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-inline-start: 10px;
    transition: scale 0.5s ease-in-out;
  }
  .side-panel{
    flex:0 30%;
  }
  .status-panel {
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 2px solid #ddd;
  }
  .question-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .question-button {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
  }
  .current {
    background-color: purple !important;
    color: white !important;
  }

  .section-toggle{
    background-color: orangered;
    color: white;
    font-size: 25px;  
    height: 200px;
    gap: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
     
  }
  .zoom-image:hover {
    transform: scale(2.5); /* Adjust scaling as needed */
    cursor: pointer;
  }
  .zoom-image2:hover {
    transform: scale(2.5); /* Adjust scaling as needed */
    cursor: pointer;
  }
  .section-toggle button{
    padding: 10px;
  }
   
      
.btn{
  padding: 10px;
  background-color: #2ecc71;
  color: #fff;
  outline: none;
  border:none;
  border-radius: 3px;
  margin: auto;
  text-decoration: none;
}
.timer-box{
  position: fixed;
  right:0;
  top: 0;
  padding: 10px;
  background-color: #000;
  color: #fff;
}
.timer-box span{
  font-size: 20px;
}
.toggle-button{
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background-color: rgb(106, 106, 255);
  color: white;
  outline: none;
  transition: scale 0.5s ease-in-out;
}
.toggle-button:hover{
  background-color: rgb(91, 91, 255);
 cursor: pointer;
  
}
.answer-green{
  background-color: #2ecc7095;
  color: white;
}
.answer-blue{
  background-color: #2e8dcc8c;
  color: white;
}
.answer-orange{
  background-color: rgba(255, 255, 0, 0.301);
  color: black;
}
.question-button{
  border: 1px solid #bebebe55;
}
.question-panel ul{
 margin-block-start: 20px;
}
.question-panel ul>li{
line-height: 30px;
}
button {
  user-select: none;  /* Prevents text selection */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
}
/* Hide default radio button */
.custom-radio {
  appearance: none;
  width: 20px; /* Adjust size */
  height: 20px; /* Adjust size */
  border: 2px solid #ff4400; /* Outline color */
  border-radius: 20%; /* Make it circular */
  position: relative;
  cursor: pointer;
}

/* Add custom checked style */
.custom-radio:checked {
  background-color: #ff4400; /* Change selected color */
  border-color: #ff4400f0;
}

/* Inner dot for selection effect */
.custom-radio:checked::before {
  content: "";
  position: absolute;
  width: 5px; /* Inner circle size */
  height: 5px;
  background: white;
  border-radius: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.q-o-box{
  min-height: 40vh;
}
.exam-info-box{
  background-color: #ff4400f0;
  color: white;
  
}
 





/* instructions css */

