




/* left side section */
.quiz-heading{
    border-radius: 0.625rem;
    background: rgba(253, 200, 0, 0.40);
    padding: 1rem 2rem;
    margin: 2rem;
}
.topic-heading{
    color: #072655;
    font-family: Poppins;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 3rem;
}
.test-type{
    color: #232323;
    font-family: Poppins;
    font-size: 1.375rem;
    font-weight: 600;
}
.quiz-heading .test-timer-container{
    margin: auto;
}
.test-timer{
    color: #F48C06;
    font-family: Poppins;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0;
}

.question-main-section{
    border-radius: 1.25rem;
    border: 1px solid #7C7B7B;
    margin: 2rem;
    padding: 1.5rem 3rem;
}
.question-heading{
    display: flex;
    justify-content: space-between;
}
.question-number, .question-count{
    color: #F48C06;
    font-family: Poppins;
    font-size: 1.375rem;
    font-weight: 600;
}
.question-heading-underline{
    opacity: 1;
}
.quiz-question{
    margin: 1rem 0;
}
.quiz-question p{
    color: #072655;
font-family: Poppins;
font-size: 1.375rem;
font-weight: 600;
line-height: 2rem;
text-align: justify;
}
.options-container{

}
.options-container .option{
    border-radius: 0.625rem;
    border: 1px solid #7C7B7B;
    padding: 2rem 1rem;
    margin: 1rem 0;
}
.options-container .option input[type="radio"] {
    /* width: 25px;
    height: 25px; */
}
.options-container .option label span{
    padding: 2rem 1rem;
    background: rgba(0, 133, 242, 0.50);
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 10px;
}
.options-container .option label{
    color: #072655;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.btn-container{
    padding: 1rem;
    justify-content: space-evenly;
}
.btn-container button{
    border-radius: 0.25rem;
    border: 1px solid #F48C06;
    padding: 0.75rem 2.5rem;
    font-family: Fira Sans;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
.btn-container .prev-btn{
    background-color: transparent;
    color: #F48C06;
}
.btn-container .next-btn{
    background-color: #F48C06;
    color: #fff;
}
.btn-container .prev-btn:hover{
    background-color: #F48C06;
    color: #fff;
}
.btn-container .next-btn:hover{
    background-color: transparent;
    color: #F48C06;
}

.exit-assessment-container{
    border-radius: 0.625rem;
    border: 1px solid #7C7B7B;
    padding: 2.6rem 2rem;
    margin: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exit-assessment-container p{
    margin-bottom: 0;
}
.all-question-container{
    border-radius: 1.25rem;
    border: 1px solid #7C7B7B;
    margin: 2rem;
    padding: 1rem;
}
.all-question-container button.view-all-btn {
    display: flex;
    margin: 1rem auto;
    border-radius: 0.25rem;
    background: #F48C06;
    border: none;
    padding: 0.75rem;
    width: 80%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Fira Sans;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
}

.question-number-container {
    border: 1px solid #000;
    display: flex;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.question-statement p{
    color: #072655;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; 
    text-align: justify;
}
.questions-container{
    overflow-y: scroll;
    height: 700px;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px transparent; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #072655; 
  }






  /* instruction page design */
  .instruction-section{
    padding: 3rem 0;
  }
  .instruction-section .container, .previous-test-result-section .container{
    border-radius: 10px;
    box-shadow: 0 0 10px grey;
    padding: 3rem;
    max-width: 80%;
  }
  .instruction-section .container .instruction-section-heading{
    text-align: center;
    color: #10173B;
    font-family: Fira Sans;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .instruction-icon-division {
    text-align: center;
}
.instruction-icon-division img {
    margin: 10px;
}

.instruction-title{
    color: #313A68;
font-family: Fira Sans;
font-size: 1.75rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.instruction-listing-set{
    list-style-type: none;
}
.start-assessment-btn {
    text-align: center;
    background-color: #FDC800;
    margin: auto;
    width: fit-content;
    padding: 10px 1rem;
    border-radius: 5px;
    color: #1A369E;
    font-size: 1.125rem;
    font-weight: 500;
    border: none;
}
.start-assessment-btn:hover {
    background-color: #1A369E;
    color: #FDC800;
}
.previous-test-result-heading{
        text-align: center;
        color: #10173B;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
}
 .previous-test-result-section .container{
    border-radius: 10px;
    box-shadow: 0 0 10px grey;
    padding: 3rem 0;
    max-width: 80%;
  }
tr th{
    /* background: linear-gradient(132deg, #1C3DB9 3.71%, #2D4DC2 13.43%, #10298A 77.32%, #10298A 88.89%, #00098D 96.3%); */
    color: #FFF;
font-family: Segoe UI;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 20px 10px;
    line-height: normal;
    text-align: center;
}
tr td{
    text-align: center;
    padding: 10px;
}
table .view-btn{
    background: #FDC800;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 10px 18px rgba(255, 127, 0, 0.29);
}
.t-header{
    background: linear-gradient(132deg, #1C3DB9 3.71%, #2D4DC2 13.43%, #10298A 77.32%, #10298A 88.89%, #00098D 96.3%);
}
table .t-header th:first-child{
    border-radius:10px 0 0 10px;
  }
  
  table .t-header th:last-child{
    border-radius:0 10px 10px 0;
  }
  table tr:not(:first-of-type){
    border-bottom: 1px solid #D8D8F0;
  }





  /* report page design */
.report-section{
    margin: auto;
    text-align: center;
    max-width: 500px;
    padding: 3rem 0;
}
.report-section-heading{
    color: #10173B;
    font-family: Fira Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

















  .report-section .card {
    border: none;
  }
  
  .report-section .card .percent {
    position: relative;
  }
  
  .report-section .card svg {
    position: relative;
    width: 350px;
    height: 350px;
    transform: rotate(-240deg);
  }
  
  .report-section .card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 30;
    stroke-linecap: round;
  }
  
  .report-section .card svg circle {
    stroke-dasharray: 680px;
    stroke-dashoffset: calc(680px - (680px * var(--percent)) / 100);
  }
  .report-section .card .number p{
    margin-bottom: 0;
    color: #F48C06;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
  }
  .report-section .card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
  }
  
  .report-section .card .number h3 {
    color: #002147;
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
  }
  
  
 .report-section .card .title h2 {
    margin: 25px 0 0;
  }
  
  .report-section .card svg circle:last-of-type {
    stroke: #7AD3FF;
  }
  .chart-details-half{
    text-align: left;
  }
  .result-details-listing {
    list-style-type: none;
    min-width: 70%;
    padding-left: 0;
}
.result-details-listing li {
    padding: 1rem;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(20, 20, 210, 0.09);
    color: #52566A;
    font-size: 1rem;
    font-weight: 400;
}
.report-section .take-another-test-btn {
    border-radius: 4px;
    background: #F48C06;
    border: none;
    color: #000;
    padding: 15px 2rem;
    text-align: center;
    font-family: Fira Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: auto;
    width: fit-content;
}







/* all question modal design */
.question-modal .modal-content {
    padding: 1rem;
}
.question-modal .modal-header {
    background-color: #FDC800;
    border-radius: 7px;
}
.question-modal .color-allotment {
    color: #000;
    font-size: 1.15rem;
    font-weight: 500;
}

.pop-ques-num-wrap {
    justify-content: center;
}
.question-num-box {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #C3D2FE;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    cursor: pointer;
    color: #10298A;
}
.question-pop-btn-container {
    display: flex;
    margin: auto;
    justify-content: center;
}
.question-pop-btn-container a {
    background-color: #002E8A;
    color: var(--white);
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 5px;
}

.correct-answer{
    background-color: #0DBC00;
    color: #fff;
}
.incorrect-answer{
    background-color: #D9001A;
    color: #fff;
}
.skipped-answer{
    background-color: #9E00E5;
    color: #fff;
}
.ongoing-answer{
    background-color: #FF7F00;
    color: #fff;
}
.not-answered{
    background-color: #fff;
    color: #10298A;
}


.solution-box{
    background-color: #E9FFF1;
    border-radius: 1rem;
    margin: 2rem;
    padding: 1.5rem 3rem;
    box-shadow: 0 0 10px #ccd4cf;
}
.solution-box .solution-box-heading {
    color: #10298A;
    font-family: Poppins;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.solution-box .selected-answer{
    color: #FF7F00;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.solution-box .solution-container{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}
.solution-box .solution{
    color: #201F24;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.solution-box .solution-statement{
    color: #505671;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.solution-box .answer-correct{
    color: #0DBC00;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}