* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  font-size: 13px;
}


.main-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid;
  color: #495271;
}

.show {
  display: block !important;
}

#question-filters li {
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
}

#question-filters li.selected{
    background-color: red;
} 

.menu {
  width: 40%;
  justify-content: end;
  display: flex;
  font-size: 14px;
}

.question-name {
  background-color: white;
  border-radius: 5px;
  width: 60%;
  justify-content: center;
  align-items: center;
}

.question-name h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.main-question {
  display: none;
  font-size: 18px;
  color: #495271;
}

.ques {
  display: flex !important;
  padding-left: 10px;
}

.qu {
  width: 4%;
}
.paragraph {
  width: 98%;
}

.option {
  list-style: none;
  padding-left: 4.5rem;
}
.option li {
  padding: 10px 0;
}
.option input {
  margin-right: 10px;
}
.timer {
  background-color: #f2f2fa;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
}
.marks {
  background-color: #f2f2fa;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
}
.marks #fir {
  color: green;
}
.marks #sec {
  color: red;
}
.report {
  background-color: #fff;
  padding-top: 5px;
  border-radius: 5px;
  margin-right: 25px;
}

.report a {
  text-decoration: none;
  color: grey;
  
  width: fit-content;
}

.report i {
  
  width: 18px;
  height: 20px;
  text-align: center;
  border: 1px solid grey;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}


.container {
  height: 100%;
  width: 100%;
}
 
.header {
  justify-content: space-between;
  background-color: #495271;

}

.fa-arrow-right {
  position: absolute;
  top: 50%;
  right: 20%;
  border-radius: 50%;
  color: white;
  background-color: #495271;
  padding: 10px;
  font-size: 20px;
}
  
.profile {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  color: white;
  margin-left: -2px;
}

.username {
  display: flex;
  text-align: center;
  padding-left: 15px;
}

.status {
  color: white;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}


.d-flex {
  display: flex;
}

.status-item {
    align-items: center;
    padding: 10px;
}

.status-item span {
  font-weight: bold;
  margin-right: 5px;
}

.green {
  background-color: #5bbb71;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}

.yellow {
  background-color: #eacb3d;
  color: black;
  padding: 3px 10px;
  border-radius: 3px;
}

.white {
  background-color: #fffeff;
  color: black;
  padding: 3px 10px;
  border-radius: 3px;
}

.red {
  background-color: #da554e;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}

.section-title {
  font-weight: bold;
  
  background-color: #e5e6fa;
}

.question-grid {
  width: 100%;
  display: flex;
  
 
  padding: 20px;
  padding-left: 20px;
  
}

.question-number {
  width: 40px;
  height: 30px;
  font-size: 17px;
  background-color: #eee;
  border: 1px solid grey;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.sidebar {
  transition: all 0.3s ease;
}

.sidebar.show {
  right: 0;
}

.toggle-btn {
  position: fixed;
  top: 13%;
  right: 15px;
  cursor: pointer;
  z-index: 9;
}

.toggle-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-icon:before {
  content: "\2630";
  font-size: 20px;
  color: #fff;
}

.toggle-btn {
  display: none;
}
 
 .question-number.selected {
    background-color: red;
    color: #fff;    
} 

 .fa-arrow-left { 
    position: absolute; 
    top: 50%;
    border-radius: 50%;
    color: white;
    background-color: #495271;
    padding: 10px;
    font-size: 20px;
  }
  

@media only screen and (max-width: 767px) {
  .col-lg-6 {
    width: 100%;
    padding-left: 0px!important;
  }
  .question-number {
    width: 40px;
    height: 30px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .question-grid {
    padding-left: 10px;
  }
  
  .question-name {
    width: 20%;
  }
  .question-name h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .question-grid {
    gap: 5px;
  }
  .section-title{
    padding-left: 20px;
  }
  .fa-arrow-left { 
    position: absolute; 
    top: 100%;
    border-radius: 50%;
    color: white;
    background-color: #495271;
    padding: 10px;
    font-size: 20px;
  }
   
  .fa-arrow-right {
    position: absolute;
    top: 50%;
    right: 1%;
    border-radius: 50%;
    color: white;
    background-color: #495271;
    padding: 10px;
    font-size: 20px;
}

.edu_admin_btn1{
    left:227px !important;
}



  .menu {
    margin-left:50px;
    width: 80%;
  }
  .sidebar {
    width: 310px;
    position: fixed; 
    right: -310px;
    display: none;
    top:0;
    margin-top:61px;
  }
  .toggle-btn {
    display: block;
  }
}

 

@media only screen and (min-width: 768px) {
  .col-lg-6 {
    width: 60%;
    padding-left: 0px!important;
  }
  .col-lg-9 {
    width: 62%;
  }
  .col-lg-3 {
    width: 38%;
  }
  .question-number {
    width: 40px;
    height: 30px;
    margin-left: 9px;
    margin-right: 9px;
  }
 
  .fa-arrow-right {
    position: absolute;
    top: 50%;
    right: 100%;
    border-radius: 50%;
    color: white;
    background-color: #495271;
    padding: 10px;
    font-size: 20px;
}

  .question-name {
    width: 25%;
  }
  .question-name h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .question-grid {
    gap: 5px;
  }
  
  .menu {
    width: 75%;
    justify-content: center;
  }
  .sidebar {
    display: block;
  }
  .toggle-btn {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
    padding-left: 0px!important;
  }
  .col-lg-9 {
    width: 70%;
  }
  .col-lg-3 {
    width: 30%;
  }
  .question-number {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .question-grid {
 
  }
  
  .question-name {
    width: 45%;
  }
  .question-name h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .menu {
    width: 55%;
    justify-content: end;
  }
  .sidebar {
    display: block;
  }
  .toggle-btn {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
    padding-left: 0px!important;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .question-number {
    width: 40px;
    height: 30px;
    margin-left: 9px;
    margin-right: 9px;
  }
  
  .question-grid {
 
  }
  
  .sidebar {
    display: block;
  }
  .toggle-btn {
    display: none;
  }
}



.yellow {
    background-color: yellow!important;
    color: black;
    padding: 3px 10px;
    border-radius: 3px;
}

.greenx {
    background-color: green!important;
    color: white;
    padding: 3px 10px;
    border-radius: 3px;
}

