.yellow_bx{
    background: #FFFDF2;
    border: 1px solid #F5D30D;
    padding: 20px;
    border-radius: 10px;
}

.student_reading_form_main h4 { 
    text-align: center;
}
.student_reading_form_main select {
    border-radius: 10px!important;
}
.student_reading_form_main label {
    margin-bottom: 5px;    margin-top: 15px;
}
.student_reading_form_main .btn {
    /* background: #03291E; */
}
.student_reading_form_main .btn:hover {
    /* background: #002AF9; */
}
.score_bord_main .w-50 {
    margin: 0;
    width: calc(50% - 10px/2);
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-6{
    /* padding:10px; */
    /* margin:10px 15px; */
}
.card{
    padding: 10px;
}
.card h5 {
    font-weight: bold;
}
.card p {
    font-size: 1.2rem;
}
.border-primary {
    border: 2px solid #007bff !important;
}
.border-success {
    border: 2px solid #28a745 !important;
}
.border-warning {
    border: 2px solid #ffc107 !important;
}
.border-info {
    border: 2px solid #17a2b8 !important;
}
.border-danger {
    border: 2px solid #dc3545 !important;
}
.alert {
    font-size: 1.1rem;
    font-weight: bold;
}
.card.score_bord_main {
    text-align: center;
    /* padding-top: 30px;
    padding-bottom: 30px; */
}
.score_bord_main .row {
    display: flex;
    gap: 10px;
    justify-content: center;
    column-count: 2;
    flex-wrap: wrap;
}
.card.score_bord_main .row .card p {
    margin: 0px;
}
.card.score_bord_main  .row .card {
    padding: 20px;
}
.card.score_bord_main .row .card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 195px;
    width: 100%;
}
.card.score_bord_main .row .card h5 {
    font-size: 20px;
    line-height: 1.25;
}
.card.score_bord_main .btn {
    background: #03291E;
}
.card.score_bord_main .btn:hover {
    background: #002AF9;
}
#question {
    background-color: #0336FF0D;
    border: 1px solid #0336FF;
    padding: 20px 25px;
    border-radius: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #050505;
    margin-bottom: 20px;
}
.question_ans_main {
    width: 100%;
}
#question-container .heading_main {
    display: none;
}
.question_ans_main .lead {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}
.question_ans_main #passage:before {
    content: 'Passage:';
    font-weight: 500;
    margin-right: 10px;
}

.question_ans_main .form-check label {
    font-size: 16px;
}
/* .question_ans_main {
    padding-top: 40px;
} */
.action_btn {
    display: flex;
    justify-content: flex-end;
}
.question_ans_main #options .btn {
    /* margin-top: 25px; */
    background: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    box-shadow: none;
}
.question_ans_main #options .btn::after {
    content: '';
    background: url(../images/arrow-right-org.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 15px;
}
.question_ans_main .btn {
    /* background: #03291E; */
}
.question_ans_main .btn:hover {
    /* background: #002AF9; */
}
.preloader {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Keep it on top */
    padding-top: 20px;
}

div#more_question_messsage {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
div#more_question_messsage .spinner {
    margin: 0 auto;
}

.pre-loader {
    /* padding-top: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Spinner animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1); /* Light gray border */
    border-top: 5px solid #002AF9; /* Blue border for the spinning effect */
    border-radius: 50%; /* Makes it round */
    animation: spin 1s linear infinite; /* Rotate continuously */
}

/* Keyframes for the spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    100% {
        transform: rotate(360deg); /* Complete a full circle */
    }
}


.pre-loader,
div#waiting_messsage {
    text-align: center;
}
.pre-loader .spinner,
div#waiting_messsage .spinner {
    margin: 0 auto;
}
.reading_report_card .d-flex {
    display: flex;
    gap: 10px;
}
.reading_report_card {
    background: #f7f7f7;
    padding: 15px;
    border: 1px dashed #2747f7;
    box-shadow: inset 0px 0px 0px 3px #2747f729;
    /* margin-top: 20px; */
    font-size: 16px;
    line-height: 1.25;
}
.reading_report_card h3 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Parkinsan';
    color: #2747F7;
    text-shadow: 1px 2px 2px #aaacb7;
}
.report_logo {
    max-height: 40px;
}
.head_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}
.persional_details {
    border: 1px solid #dddddd;
    padding: 10px;
    background: #2747f712;
}
.persional_details .row_bx {
    column-count: 2;
}
.persional_details .lbl_itm {
    /* font-size: 16px; */
    line-height: 1.5;
}
.persional_details h5 {
    font-size: 16px;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #000;
    display: block;
    margin: 0px auto 10px;
    width: auto;
    max-width: max-content;
}

/* table css */
.table_data {
    margin-top: 20px;
    text-align: center;
}
.table_data h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.table_data p {
    font-size: 16px;
    line-height: 1.35;
}
.table_custom {
    margin-bottom: 20px;
}
.table_custom tr td,
.table_custom tr th{
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 15px;
    color: #000;
}
table.table_custom td:first-child, table.table_custom th:first-child,
table.table_custom td:last-child, table.table_custom th:last-child {
    text-align: center;
}

.table_custom tr th{
    /* background: #367DF9; */
    /* color: #fff; */
    /* white-space: nowrap; */
    /* font-weight: 500; */
}

.bottom_lbl {
    justify-content: space-between;
}
.bottom_lbl span {
    font-size: 16px;
    font-weight: 500;
}


.question_ans_main .shape1 {
    top: 40px;
    right: 100px;
}
.question_ans_main .shape2 {
    top: 180px;
    left: 100px;
}
.question_ans_main .shape3 {
    bottom: 0px;
    left: 0;
}
.question_ans_main .shape4 {
    bottom: 110px;
    right: 90px;
}


.cms_page .container .entry-content>div.score_form {
    max-width: 1280px !important;
    margin: 0 auto;
    min-height: 550px;
}
.score_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.score_form .pre-loader {
    position: absolute;
}
.score_form .heading_main h1 {
    /* font-size: 60px; */
    line-height: 1.15;
    font-weight: 500;
    color: #000;
    margin: 0px;
    display: inline-block;
    position: relative;
    font-family: "poppins", sans-serif;
}
.score_form .heading_main h3 {
    color: #4F4F4F;
    font-size: 32px;
    line-height: 1.15;
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

.score_bx {
    background: #0336FF0D;
    border: 1px solid #0336FF;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.score_bx p {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
    color: #4F4F4F;
    font-family: "poppins", sans-serif;
    display: flex;
    gap: 15px;
}
.score_bx p span {
    width: 50%;
}
.score_bx p .label {
    font-weight: 600;
    color: #050505;
    text-align: right;
}
.score_bx p .val {
    text-align: left;
}
.lit-score.val {
    color: #01A652;
    font-weight: 600;
}
.download_certificate_btn,
.btn-journey {
    margin-top: 40px;
}

.score-card .row_bx {
    gap: 30px;
}
.score_content {
    width: 60%;
    padding: 60px;
}
.score_content h4 {
    margin-bottom: 10px;
}
.score_content p {
    font-size: 22px;
}


/*radio ps*/
.radio_ps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.radio_list {
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}
.radio_ps [type="radio"]:checked,
.radio_ps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}
.radio_ps [type="radio"]:checked + label,
.radio_ps [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    line-height: 1.15;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #050505;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    padding: 20px 20px;
    min-height: 40px;
    margin: 0px;
    width: 100%;
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:not(:checked) + label:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    border: 0;
    border-radius: 100%;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "poppins", sans-serif;
}

.radio_ps #option_A + label::before {
    content: 'A';
}
.radio_ps #option_B + label::before {
    content: 'B';
}
.radio_ps #option_C + label::before {
    content: 'C';
}
.radio_ps #option_D + label::before {
    content: 'D';
}
  
/* .radio_ps [type="radio"]:checked + label:after, */
.radio_ps [type="radio"]:not(:checked) + label:after {
    content: '';
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:checked + label {
    border-color: #57D763;
    background: #DEFAE1;
    color: #000;
}

.radio_ps [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.radio_ps [type="radio"]:checked + label:after {
    opacity: 1;
} 

/* new css 4 june */

.lit_login_form .form_ps .w-half {
    width: calc(50% - 20px / 2);
}

.header_two {
    padding: 15px 45px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.logo_text {
    display: flex;
    width: 180px;
}
.heading_main.heading_test_page {
    text-align: right;
    margin: 0;
}
.heading_main.heading_test_page .font60 {
    font-size: 30px;
}
.heading_main.heading_test_page h3 {
    font-size: 18px;
    margin-top: 0;
    color: #727272;
}

.lit_login_page {
    height: calc(100vh - 140px);
    margin: 0 !important;
}
.lit_login_page>div {
    height: 100%;
}
.lit_login_form {
    max-width: 810px;
    margin: 0 auto;
    /* min-height: 500px; */
    position: relative;
    height: 100%;
    padding: 0px 20px;
}

.bg_bx_bdr {
    /* border: 1px solid #e4e8fd; */
    margin-bottom: 10px;
    /* background: #EFF2FF; */
} 
.login_data_view h5 {
    border-bottom: 1px solid #e4e8fd;
    color: #000;
    font-size: 20px;
    line-height: 1.15;
    /* padding: 10px; */
    display: flex;
}
.login_data_view h5:last-child {
    border-bottom: 0px;
}
.login_data_view .col_val {
    font-weight: 400;
    color: var(--color1);
}

.login_data_view .col_lbl,
.login_data_view .col_val {
  /* width: 50%; */
  padding: 10px;
  text-align: left;
}
.login_data_view .col_lbl {
  /* border-right: 1px solid #e4e8fd; */
  text-align: left;
  min-width: 100px;
  padding-left: 0px;
}
 


.question_wrap .action_btn {
    display: flex;
    justify-content: flex-start;
}
.question_wrap .next_btn {
    /* margin-top: 25px; */
    background: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    box-shadow: none;
}
.question_wrap .next_btn::after {
    content: '';
    background: url(../images/arrow-right-org.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 15px;
}
.check_icon {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px;
}

.score_bx_lit_test {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.score_bx_lit_test .bdr_bx {
  border: 1px solid#E3E3E3;
  padding: 15px;
  border-radius: 6px;  
  width: calc(33.333% - 30px / 3);
}
.score_bx_lit_test .bdr_bx.w-full {
  width: 100%;
  max-width: 100%;
}
.score_bx_lit_test .bdr_bx span {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  color:#808080;
}
.score_bx_lit_test .bdr_bx .val {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.score_bx_lit_test .bdr_bx .lit-score.val {
    color: #01A652;
    font-weight: 600;
}

/* instruction modal */
.instruction-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 9999;
    padding: 0px 20px;
}
.instruction-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.instruction-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin-top: 65px;
}
.gif_icon {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -95px;
    overflow: hidden;
}
.instruction-box h3 {
    font-size: 24px;
    line-height: 1.25;
    color: var(--color1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCD6;
}
.instruction-box ul li {
    font-size: 16px;
    line-height: 1.25;
}
  
.time_txt h6 {
    font-size: 16px;
    line-height: 1.15;
}
.time_txt p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px !important;
    display: block;
    color: #292929;
}
.timer-display {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #213266;
    /* background: #81cbbd61; */
    box-shadow: 0px 0px 1px 1px #f27a9f;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    /* margin: 0 0 20px 0; */
}
.timer-display svg {
    width: 30px;
    height: 30px;
    color: #213266;
    margin-right: 5px;
}
.timer-display svg path {
    fill: #f27a9f;
}
.timer-display span {
    line-height: 1;
}

.timer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* Toggle switch */
.theme-switcher {
  /* position: absolute; */
  top: 0px;
  right: 20px;
  width: 80px;
  height: 40px;
  background-color: #4b4395;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s;
  gap: 5px;
  color: #fff;
}
.theme-switcher .thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.5s;
  flex: 0 0 auto;
}
.mode {
 transition: transform 0.5s;
 font-size: 14px;
 line-height: 1;
 font-weight: 500;
}
.theme-switcher.active .mode {
    transform: translateX(-20px);
}
.theme-switcher img {
  width: 14px;
  height: 14px;
}
.theme-switcher.active {
  background-color: var(--color2);
  color: var(--color1);
}
.theme-switcher.active .thumb {
  transform: translateX(50px);
  background: var(--color1);
}

.passage_txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    background: #7e7c7c36;
    padding: 10px;
    border-radius: 10px;
}
.question_container.dark .passage_txt {
    background: var(--color7);
    color: #000000;
}
.question_container:not(.dark) .passage_txt span {
    color: inherit !important;
}


/* falling effect */
.confetti {
    position: absolute;
    width: 8px;
    height: 14px;
    background-color: red;
    opacity: 0.8;
    top: -20px;
    animation: fall linear forwards;
  }

  @keyframes fall {
    to {
      transform: translateY(110vh) rotate(360deg);
      opacity: 0;
    }
  }

  

/* media css */

@media screen and (max-width: 1800px) {
    .question_ans_main .shape3 {
        left: 50px;
    }
}

@media screen and (max-width: 1600px) {
     .question_ans_main #options .btn {
         font-size: 18px;
     }
    .timer-display svg {
        width: 20px;
        height: 20px;
    }
    .timer-display {
        font-size: 18px;
        /* margin-bottom: 10px; */
    }
    .theme-switcher {
        height: 30px;
    }
    .instruction-box {
        padding: 20px;
    }
    .instruction-box h3 {
        font-size: 20px;
    }
    .gif_icon {
        margin-top: -75px;
    }
    .site .instruction-box .button,
    .instruction-box .button {
        font-size: 16px;
        padding: 10px 20px;
    }
    .instruction-box h3 {
        font-size: 20px;
    }
    .time_txt h6,
    .instruction-box ul li {
        font-size: 14px;
    }
    .question_ans_main .shape2 {
        left: 40px;
    }
    .question_ans_main .shape4 {
        right: 50px;
    }

    .lit_login_form .form_ps .form-control,
    .lit_login_form .form_ps .lbl {
        font-size: 18px;
    }
    #question {
        font-size: 16px;
        padding: 15px 25px;
    }
    .radio_ps [type="radio"]:checked + label:before, .radio_ps [type="radio"]:not(:checked) + label:before {
        font-size: 14px;
    }
    .radio_ps [type="radio"]:checked + label, .radio_ps [type="radio"]:not(:checked) + label {
        font-size: 14px;
        padding: 14px 20px;
    }
    .lit_login_form {
    /* min-height: 400px; */
    }
}

@media screen and (max-width: 1500px) {
    .score_content,
    .score_bx {
        padding: 30px;
    }
    .score_bx p {
        font-size: 20px;
    }
    .question_ans_main .shape2 {
        top: 0px;
    }
    .question_ans_main .shape4 {
        bottom: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .score_bx_lit_test .bdr_bx .val {
        font-size:20px;
    }
}
@media screen and (max-width: 1199px) { 
    .score_form .heading_main h3 {
        font-size: 20px;
    }
    .score_bx p {
        /* font-size: 24px; */
    }
}

@media screen and (max-width: 991px) {
    /* .radio_ps {
        gap: 20px;
    }
    .radio_list {
        padding-left: 40px;
    }
    .radio_ps [type="radio"]:checked + label:before,
    .radio_ps [type="radio"]:not(:checked) + label:before {
        font-size: 20px;
        width: 40px;
        height: 40px;
        left: -40px;
    }
    .radio_ps [type="radio"]:checked + label,
    .radio_ps [type="radio"]:not(:checked) + label {
        font-size: 20px;
        min-height: 40px;
        padding: 7px 20px;
    } */
    .score-card .row_bx{
        flex-wrap: wrap;
    }
    .score_content, .score_bx {
    width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .logo_text {
        width: 120px;
    }
    .header_two {
        padding: 15px 20px;
    }
    .heading_main.heading_test_page .font60 {
        font-size: 22px;
    }
    .heading_main.heading_test_page h3 {
        font-size: 16px;
    }
    .question_ans_main .lead {
        font-size: 16px;
    }
    .download_certificate_btn, .btn-journey {
        margin-top: 20px;
    }
    #question {
        font-size: 18px;
        padding: 20px 15px;
    }
    .radio_list {
        width: 100%;
    }
    .score_bx p {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    .score_bx p .val,
    .score_bx p .label {
        text-align: inherit;
        width: 100%;
    }
    .bottom_lbl a span,
    .table_custom tr td, .table_custom tr th,
    .table_data p {
        font-size: 14px;
    }
    .reading_report_card {
        font-size: 14px;
    }
    .table_custom {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
    .reading_report_card h3 {
        font-size: 18px;
    }
    .score_bord_main .w-50 {
        width: 100%;
    }
    .score_bord_main .row {
        column-count: initial;
    }

    .pre-loader, div#waiting_messsage {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }
    .lit_login_page {
        height: 100%;
        min-height: calc(100vh - 85px);
    }
    .lit_login_form {
        min-height: calc(100vh - 145px);
    }
    .lit_login_form .form_ps .w-half {
        width: 100%;
    }
  .check_icon {
    max-width: 80px;
    max-height: 80px;
  }
  .score_bx_lit_test .bdr_bx {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
  .score_bx_lit_test .bdr_bx .val {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  
    .persional_details .row_bx {
        column-count: 1;
    }
    .bottom_lbl,
    .head_top {
        justify-content: center;
        flex-wrap: wrap;
    }

}

