.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: 30px 25px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    color: #050505;
    margin-bottom: 30px;
}
.question_ans_main {
    width: 100%;
}
.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;
}
div#more_question_messsage .spinner {
    margin: 0 auto;
}

.pre-loader {
    padding-top: 20px;
}
/* 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: 40px;
    text-align: center;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.score_bx p {
    font-size: 26px;
    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: 30px;
}
.radio_list {
    padding-left: 60px;
    width: calc(50% - 15px);
    overflow: hidden;
}
.radio_ps [type="radio"]:checked,
.radio_ps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_ps [type="radio"]:checked + label,
.radio_ps [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    line-height: 1.15;
    display: inline-block;
    color: #050505;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    padding: 14px 30px;
    min-height: 60px;
    margin: 0px;
    width: 100%;
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -1px;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    background: transparent;
    font-size: 28px;
    font-weight: 500;
    color: #050505;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: '';
    /* width: 11px;
    height: 11px;
    background: #4E827B;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; */
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:checked + label {
    border-color: #01A14E;
    background: #01A14E1A;
}

.radio_ps [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* -webkit-transform: scale(0);
    transform: scale(0); */
}
.radio_ps [type="radio"]:checked + label:after {
    opacity: 1;
    /* -webkit-transform: scale(1);
    transform: scale(1); */
}

/* New css start */
body .saren--account--dashboard { margin: 0;}
.wb-box-wrapper{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05) 0 1px 2px 0;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem}
.parent_box-header-title{letter-spacing:-.025em;font-size:1.125rem;line-height:1.75rem;font-weight:600;gap:.5rem;display:flex;align-items:center}
.lit-score-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}
.lit-score-data p{color:#16a34a;font-weight:700;font-size:1.875rem!important;line-height:2.25rem!important;display:block;margin-bottom:.5rem;margin-top:.75rem}
.lit-score-data span{display:block;font-size:.875rem;line-height:1.25rem;color:#4b5563}
body .green-pill{color:#166534;font-weight:600;font-size:.75rem;line-height:1rem;padding:.125rem .625rem;display:inline-block;background-color:#dcfce7;border-radius:50px}
.lit-score-data .blue {  color: #2563eb;}
.lit-score-data .purple {  color: #9333ea;}
.lit-score-data .orange {  color: #ea580c;}
.lit-score-data p>span {
    all: inherit;
    margin: 0;
    display: inline-block;
    width: auto;
}
.user--graph--score { width: 100% !important; margin-top: 15px;}
.graph-grade-info{background-color:#eff6ff;border-radius:8px}
.green-line{background-color:#22c55e;height:.125rem;width:1rem}
.graph-grade-info *{font-size:.875rem!important;line-height:1.25rem!important;color:#4b5563}
.graph-grade-info p{display:block;margin-top:.5rem}
.pi-stngth-rec-item h4{color:#111827;font-weight:500;font-size:1rem;line-height:1.5rem;margin-bottom:.75rem}
.pi-stngth-rec-item ul li span{color:#4b5563;font-size:.875rem;line-height:1.25rem;display:block}
.pi-stngth-rec-item ul{gap:.5rem;display:flex;flex-direction:column}
.pi-stngth-rec{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:15px;}
.performance-insights-wrap{margin-top:2rem;margin-bottom:2rem}
.green-dot{background-color:#22c55e;width:.5rem;height:.5rem;border-radius:50%}
.blue-dot{background-color:#3b82f6;width:.5rem;height:.5rem;border-radius:50%}
.ready-to-next-ass svg{width:3rem;height:3rem}
body .ready-to-next-ass{border-color:#bfdbfe;background-color:#eff6ff}
.ready-to-next-ass{border-color:#bfdbfe;background-color:#eff6ff;margin-top:2rem}
.ready-to-next-ass h3{font-size: 1.125rem;line-height:1.75rem!important;font-weight:600!important;margin-bottom:.5rem !important;margin-top:0;color:#111827}
.ready-to-next-ass p{color:#4b5563;margin-bottom:1rem;display:block;font-size:1rem!important;line-height:1.5rem!important}
.ready-to-next-ass span{color:#3a82f6;font-size:.875rem ;line-height:1.25rem ;font-weight:500;display:block}
.user--comparision--table table * {color:#0a0a0a !important; font-family: Arial, Helvetica, sans-serif !important; text-align: left !important;font-weight: 500;font-size: .875rem !important;line-height: 1.25rem !important;border: 0 !important;}
.user--comparision--table table th{font-weight:500;color:#737373!important;height:3rem;padding:0 1rem}
.user--comparision--table table tbody tr { border-top: 1px solid #e5e5e5 !important;}
.user--comparision--table table .download-cerificate{padding:0 .75rem;white-space:nowrap;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:all .5s ease;border:1px solid #e5e5e5!important;border-radius:6px}
.download-cerificate:hover{background-color:#f5f5f5!important;text-decoration:none!important}
body .user--comparision--table table span.level-pills{color:#166534!important;font-weight:600;font-size:.75rem!important;line-height:1rem!important;padding:.125rem .625rem;background-color:#dcfce7;border-radius:50px}
body .user--comparision--table table .level-pills.beginner-level{ background-color: #dbeafe;color: #1e40af !important;}
.improvements-td span { color: #6b7280 !important; display: block;}
.improvements-td span.up-imp { color: #16a34a !important;}
.improvements-td span.low-imp { color: #dc2626 !important;}

/* media css */

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

@media screen and (max-width: 1600px) {
    .question_ans_main .shape2 {
        left: 40px;
    }
    .question_ans_main .shape4 {
        right: 50px;
    }
}

@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: 1199px) { 
    .score_form .heading_main h3 {
        font-size: 20px;
    }
    .score_bx p {
        /* font-size: 24px; */
    }
    .lit-score-boxes {  gap: 1rem; grid-template-columns: repeat(2, 1fr);}
     .user--comparision--table table.comparison-table{width:1px!important;min-width:unset!important;max-width:100%!important;display:table-caption}
}

@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) {
    .question_ans_main .lead {
        font-size: 16px;
    }
    .lit-score-data p {
        font-size: 20px !important;
    }
    .ready-to-next-ass h3 {
        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;
    }
    .pi-stngth-rec,.lit-score-boxes {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 575px) {
    body .saren--account--dashboard.dashboard_tbt_score .user--graph--score {
        padding: 1rem 0 0;
    }
    .persional_details .row_bx {
        column-count: 1;
    }
    .bottom_lbl,
    .head_top {
        justify-content: center;
        flex-wrap: wrap;
    }

}