




/* 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: 0 1rem;
    margin: 1rem 0;
    display: flex;
    /* align-items: center; */
}
.options-container .option .option-name{
    /* align-items: stretch; */
    /* border: 1px solid red; */
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 0 10px;
    background-color: #7fc2f8;
    /* width: 100px;
  background: blue; */
}
.options-container .option input[type="radio"] {
    margin: 2rem 0;
    /* 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;
    margin: auto 0;
    font-weight: 400;
    padding: 10px 0;
}
.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 .skip-btn{
    background-color: transparent;
    color: #10298A;
    border-color: #10298A;
}
.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: 765px;
}
::-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; 
  }

  .additional-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: #737381;
}
.additional-action p{
    line-height: 100%;
    font-size: 16px;
    margin-bottom: 0;
}



 










/* 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;
}

/* exit modal design */
.exit-modal .modal-content{
    text-align: center;
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 2rem;
}
.modal-title {
    font-family: Poppins;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 3rem;
}
.modal-btn{
    margin: 1rem auto;
    border-radius: 0.25rem;
    border: none;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    font-family: Fira Sans;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
}
.modal-btn.modal-light-btn{
    background: #fff;
    color: #F48C06;
}
.modal-btn.modal-dark-btn{
    background: #F48C06;
    color: #fff;
}
.modal-btn.modal-light-btn:hover{
    background: #F48C06;
    color: #fff;
}
.modal-btn.modal-dark-btn:hover{
    background: #fff;
    color: #F48C06;
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .quiz-heading, .question-main-section, .exit-assessment-container, .all-question-container {
        padding: 1rem 1rem;
        margin: 1rem 0.5rem;
    }
    .test-timer {
        font-size: 1.25rem;
    }
    .topic-heading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .btn-container {
        display: grid;
        gap: 10px;
    }
    .additional-action {
        flex-direction: column;
        gap: 1rem;
    }
}