* {
    box-sizing: border-box;
    transition: all .3s;
    font-variant-numeric: lining-nums !important;
}

.container {
    max-width: 1150px;
}

:root {
    --effect: hover 1s linear infinite;
}

label span {
    color: red;
    font-size: 1.5rem;
}

span.d-block.mb-3.text-danger {
    font-size: 13px;
}

/* End */
body {
    font-family: 'Raleway', 'sans-sarif';
    font-weight: 500;
    position: relative;
    font-variant-numeric: lining-nums !important;
    background-color: #fbfff2;
}


:root {
    --background-color-1: #1A3584;
    --background-color-2: #39DE54;
    --background-color-3: #FF9533;
    --background-color-4: #FF333F;
    --background-color-5: #D0D5DD;
    --color-0: #1A3584;
    --color-1: #39DE54;
    --color-2: #FF333F;
    --color-3: #4F4F4F;
    --color-4: #4F81BD;
    --color-5: #8064A2;
    --color-6: #D0D5DD;
    --color-7: #D0D5DD;
    --color-8: #4BACC6;
    --color-9: #eab308;
}


/* Start Here */
.report-header {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 1rem;
    align-items: center;
}

.ro-box.percentile-box {
    display: flex !important;
    justify-content: center !important;
    column-gap: 1rem !important;
    align-items: center !important;
}

.ro-box.percentile-box img {
    width: 80px;
}

a.download {
    border: 1px solid #d6d6d6;
    padding: 0.5rem 1rem;
    margin: 0;
    border-radius: 0.3rem;
    text-decoration: none;
    color: #4c4c4c;
}
.sch_avail_btn {
    margin-top: 15px;
}
.sch_avail_btn a svg {
    margin-right: 6px;
    margin-top: -3px;
    transition: 0.3s;
}

.sch_avail_btn a svg {
    animation: cursorAnimation 1s linear infinite;
    transform:rotate(45deg);
    font-size:25px !important;
}
@keyframes cursorAnimation{
0%{transform:translateY(7px)}
    100%{transform:translateY(-5px)}
}
a.download:hover {
    background-color: var(--background-color-1);
    color: #fff;
    border-color: var(--background-color-1);
}

.report-header h4 {
    font-weight: 600;
    font-size: 2.2rem;
    margin: 0;
}

.report-header span {
    font-weight: 500;
    font-size: 1rem;
    color: #828282;
    display: block;
    padding: 0.5rem 0;
}

.tallentex_report #pills-tab li {
    border: 1px solid;
    border-color: var(--background-color-1);
    color: var(--background-color-1) !important;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
}

.tallentex_report #pills-tab li button {
    font-weight: 500;
    border-radius: 5px;
    color: var(--background-color-1);
}

.tallentex_report #pills-tab li button.active {
    background: var(--background-color-1);
    color: #fff !important;
}

.tallentex_report #pills-tab li+li {
    margin-left: 1rem;
}

h4 {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
    color: #1a3584;
    line-height: 2.2rem;
}

span {
    font-weight: 500;
    font-size: 1.2rem;
    color: #555555;

}

.ro-box {
    padding: 1rem;
    background: #ababab;
    border-radius: 0.4rem;
    display: flex;
    justify-content: space-between;
    height: 106px;
}

.result-info {
    padding: 1rem;
    background: #ababab;
    border-radius: 0.4rem;
    display: flex;
    width: 100%;
    column-gap: 1.5rem;
    margin-top: 1.5rem;
    justify-content: space-around;
}

.result-info.three span {
    font-size: 1.1rem;
    text-align: center
}

.result-info span {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    padding: 0.16rem 0;
}
.ro-box.percentile {
    background: #1eaab1;
}
.ro-box.percentile span {
    color: #000;
}
.ro-box.percentile  h4 {
    color: #000 !important;
}
.ro-box .content h4 {
    color: #000 !important;
}


.bg-5 {
    background: #eab308 !important;
}

/* Graph */
.graph {
    flex: 1;
}

.conainer {
    margin: 0;
    height: 75px;
}

.circle_percent {
    font-size: 69px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #ffffff45;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 3px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #fff;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #1a3584;
    z-index: 3;
    border-radius: 50%;
}

.two .circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #39DE54;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-weight: 600;
}

.content {
    flex: 3;
}

.content span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.content h4 {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    margin-top: 0.3rem;
}

.result-info span {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.result-overview>span,
.relative-comparison>span,
.subject-score-percentage>span {
    font-size: 15px;
    display: block;
    margin-bottom: 0.8rem;
}

.result-overview,
.relative-comparison,
.subject-score-percentage {
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.one {
    background-color: var(--background-color-1);
}

.one * {
    color: #fff;
}

.two {
    background-color: var(--background-color-2);
}

.two * {
    color: #fff;
}

.three {
    background-color: var(--background-color-3);
}

.three * {
    color: #fff;
}

.rank ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tallentex_report .d-flex * {
    font-weight: 700;
    font-size: 1rem;
    color: #1a3584;
}

h4 span {
    font-size: 1rem;
    font-weight: 400;
}

.rank ul li .d-flex .rank {
    width: 46px;
    text-align: end;
}

.rank ul li .d-flex .category {
    flex: 2;
}

.rank h4 {
    margin: 1rem 0;
}

.rank ul li+li {
    margin-top: .5rem;
}

.rank ul li:nth-child(1) {
    background: #d5f2ff;
    border: 1px solid #0BA5EC;
    padding: 1rem;
    border-radius: 0.4rem;
}

.rank ul li:nth-child(2) {
    background: #ffc5ee;
    border: 1px solid #EE46BC;
    padding: 1rem;
    border-radius: 0.4rem;
}

.rank ul li:nth-child(3) {
    background: #e7dcff;
    border: 1px solid #7F56D9;
    padding: 1rem;
    border-radius: 0.4rem;
}

.csi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.csi ul li .d-flex .rank {
    width: 80px;
    text-align: end;
}

.csi ul li .d-flex .category {
    flex: 2;
}

.csi h4 {
    margin: 1rem 0;
}

.csi ul li+li {
    margin-top: .5rem;
}

.csi ul li:nth-child(1) {
    background: #FFD0CF;
    border: 1px solid #FF9896;
    padding: 1rem;
    border-radius: 0.4rem;
}

.csi ul li:nth-child(2) {
    background: #FFCAEF;
    border: 1px solid #E377C2;
    padding: 1rem;
    border-radius: 0.4rem;
}

.csi ul li:nth-child(3) {
    background: #FAFAB7;
    border: 1px solid #DBDB8D;
    padding: 1rem;
    border-radius: 0.4rem;
}


/* subjectCharts */
.subject-score-percentage {
    background: #F7F9FC;
}

.subject-score-percentage table {
    background: #fff;
    margin-bottom: 0;
}

.subject-score-percentage table td {
    background: #fff;
    padding: .9rem 1rem;
}

.subject-score-percentage table td span {
    font-size: 13px;
    font-weight: 600;
}

.subject-score-percentage p {
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
}


#subjectCharts tr:nth-child(1) td p {
    color: var(--color-4);
    font-weight: 700;
}

#subjectCharts tr:nth-child(1) td .subject {
    background-color: var(--color-4);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

#subjectCharts tr:nth-child(2) td p {
    color: var(--color-2);
    font-weight: 700;
}

#subjectCharts tr:nth-child(2) td .subject {
    background-color: var(--color-2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

#subjectCharts tr:nth-child(3) td p {
    color: var(--color-1);
    font-weight: 700;
}

#subjectCharts tr:nth-child(3) td .subject {
    background-color: var(--color-1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

#subjectCharts tr:nth-child(4) td p {
    color: var(--color-5);
    font-weight: 700;
}

#subjectCharts tr:nth-child(4) td .subject {
    background-color: var(--color-5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

#subjectCharts tr:nth-child(5) td p {
    color: var(--color-8);
    font-weight: 700;
}

#subjectCharts tr:nth-child(5) td .subject {
    background-color: var(--color-8);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

#subjectCharts tr:nth-child(6) td p {
    color: var(--color-0);
    font-weight: 700;
}

#subjectCharts tr:nth-child(6) td .subject {
    background-color: var(--color-0);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}


table#subjectCharts {
    border-radius: .5rem;
    width: 100%;
    overflow: hidden;
}

.progress {
    height: 1.2rem !important;
}

#subjectCharts th,
#subjectCharts td {
    vertical-align: middle;
    text-align: center;
}

/* Section 2 */
.subject-wise-analysis {}

.subject-wise-analysis table.table {
    overflow: hidden;
    border-radius: .8rem;
    margin-bottom: 0;
}

.subject-wise-analysis .table td {
    padding: .9rem 1rem;
    font-weight: 600;
}

img.mb-4.logo-report {
    width: 200px;
    margin-top: 0.5rem;
}

.color-1 {
    color: var(--color-3);
}

.color-3 {
    color: var(--color-2);
}

.color-2 {
    color: var(--color-1);
}

.color-4 {
    color: var(--color-5);
}

.profile-info-1 {
    display: flex;
    width: 100%;
    column-gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

img.logo {
    width: 200px;
    padding: 0.8rem 0;
}

.profile-info-1 p {
    flex: 1;
    margin: 0;
    padding: .3rem 0;
    font-size: .8rem;
}

.profile-info-1 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.profile-info-1 .image img {
    width: 150px;
}

.info {
    flex: 2;
}

.other_info {
    flex: 1;
}

.bg-1 {
    background: var(--background-color-2);
}

.bg-2 {
    background: var(--background-color-4);
}

.bg-3 {
    background: var(--background-color-5);
}

.bg-4 {
    background: var(--background-color-4);
}

.primary-bg {
    background-color: var(--background-color-1);
}

.calculations {
    background-color: #E0EFFF;
}

.primary-bg th {
    font-weight: 600;
    color: #fff;
    border-color: var(--background-color-1);
    text-transform: uppercase;
    padding: 1rem 1rem !important;
}

.subject-wise-analysis .heading {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
}

.subject-wise-analysis .heading span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.subject-wise-analysis h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    flex: 1
}


/* Difficulty Level Analysis */

.dificulty-level-analysis .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%);
}

.dificulty-level-analysis table.table {
    overflow: hidden;
    border-radius: .8rem;
    margin-bottom: 0;
}

.dificulty-level-analysis .table td {
    padding: .9rem 1rem;
    font-weight: 600;
}

.progress-bar-success {
    background-color: var(--color-1);
}

.progress-bar-warning {
    background-color: var(--color-2);
}

.progress-bar-danger {
    background-color: var(--color-9);
}

.indicators ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.indicators ul li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 15px;
    margin-right: .25rem;
}

.indicators li {
    flex: 1;
}

.indicators {
    margin-top: 3rem;
}

/* ================================================================================================================================== */

/* Styles for iPhone 5/SE and Android phones in portrait orientation */
@media (max-width: 320px) {
    /* Add your styles for iPhone 5/SE and Android phones in portrait orientation here */
}

/* Styles for iPhone 6/7/8 and Android phones in portrait orientation */
@media (min-width: 375px) and (max-width: 667px) {
    /* Add your styles for iPhone 6/7/8 and Android phones in portrait orientation here */
}

/* Styles for iPhone 6/7/8 Plus and Android phones in portrait orientation */
@media (min-width: 414px) and (max-width: 736px) {
    /* Add your styles for iPhone 6/7/8 Plus and Android phones in portrait orientation here */
}

/* Styles for iPhone X/XS/11 Pro and Android phones in portrait orientation */
@media (min-width: 375px) and (max-width: 812px) {
    /* Add your styles for iPhone X/XS/11 Pro and Android phones in portrait orientation here */
}

/* Styles for iPhone XR/11 and Android phones in portrait orientation */
@media (min-width: 414px) and (max-width: 896px) {
    /* Add your styles for iPhone XR/11 and Android phones in portrait orientation here */
}

/* Styles for iPads and Android tablets in landscape orientation */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* Add your styles for iPads and Android tablets in landscape orientation here */
    img.img-left {
        z-index: -1 !important;
    }

    img.sec-3-left-img {
        z-index: -1 !important;
    }



}

/* Styles for iPads and Android tablets in portrait orientation */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    /* Add your styles for iPads and Android tablets in portrait orientation here */
    img.img-left {
        z-index: -1 !important;
    }

    img.sec-3-left-img {
        z-index: -1 !important;
    }

}

/* Styles for larger tablets and desktops */
@media (min-width: 1025px) {
    /* Add your styles for larger tablets and desktops here */
}

/* Styles for larger tablets and desktops */
@media (max-width: 820px) {
    /* Add your styles for larger tablets and desktops here */

    img.img-left {
        z-index: -1 !important;
    }

    img.sec-3-left-img {
        z-index: -1 !important;

    }

    /* Dashboard CSS */
    .admin-panel .left-pane {
        width: 70% !important;
        background: #fff;
        min-height: 100vh;
        border-left: 1px solid #ababab !important;
        position: absolute;
        z-index: 99;
        box-shadow: 1px 0 5px #00000045;
        left: -70%;
    }

    .leftnav {
        left: -1px !important;
        margin-left: -1px !important;
    }

    .right-pane {
        width: 100% !important;
    }

    .mobileNav.d-lg-none.d-md-block {
        position: absolute;
        right: 2%;
        top: 2%;
        width: 35px;
        border-radius: 100px;
        height: 35px;
        background: #008fcf94;
        display: flex !important;
        align-items: center;
        color: #fff;
        justify-content: center;
    }
}


.profile-info {
    display: flex;
    width: 100%;
    column-gap: 1rem;
}

a.download-button {
    padding: 0.5rem 0.6rem;
    border: 1px solid #c6c6c6;
    color: #4f4e4e;
    text-decoration: none;
    border-radius: 0.3rem;
    font-size: .9rem;
}

a.print-button {
    padding: 0.5rem 0.6rem;
    border: 1px solid #c6c6c6;
    color: #4f4e4e;
    text-decoration: none;
    border-radius: 0.3rem;
    font-size: .9rem;
    margin-left: .5rem;
}

#subjectCharts tr:last-child td {
    border-bottom: none !important;
}

/* Print Media */

@media screen {
    .pdf_footer_content {
        display: none;
    }
}

body {
    counter-reset: page;
}

@page {
    @bottom-right {
        counter-increment: page;
        content: counter(page) " of " counter(pages);
    }

}


.mainchart {
    width: 1200px;
    height: 500px !important;
}

.mainchart2 {
    width: 250px;
    height: 400px;

}

.pdf_footer_content {
    display: none;

}

.row.pagebreak.my-3 {
    margin-top: 2rem !important;
}

.row.pagebreak.my-3 h4 {
    background-color: #bdf1ffb0;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    margin-top: 1rem !important;

}

.table-responsive {
    border: 1px solid #e7e7e7;
    border-radius: 1rem;
    background: #fff;
}

@media print {
    .result-info span {
        font-size: 12px;
    }

    @page {
        margin: 1mm 1mm 1mm 1mm;
    }


    .pdf_footer_content {
        display: table-footer-group;
        position: fixed;
        bottom: 10px;
        width: 100%;
        left: 50%;
        right: 50%;
        height: 60px;
        transform: translateX(-50%);
        border-top: 1px solid #ddd;
        padding: 15px 50px 30px 50px;
        background-color: #fff;
    }

    .pdf_footer_content p {
        color: #707070;
        font-size: 12px;
    }

    .afterFirst_pageBreak {
        margin-top: 25px;
    }



    .pagebreak {
        page-break-before: always;
    }

    .circle_percent {
        font-size: 55px;
    }

    .content span {
        font-size: 12px;
    }

    .percent_text {
        position: absolute;
        font-size: 10px;
    }

    .content h4 {
        font-size: 1.5rem;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        margin-top: 0.3rem;
    }

   


    .mainchart2 {
        width: 200px !important;
        height: 200px !important;
    }

    .mainChartDoungh {
        width: 23vw;
        height: 20vh;
        position: relative;
        background-color: red;
        overflow: hidden;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-9 canvas {
        width: 75%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-2 {
        width: 15%;
    }

    .col-lg-6 {
        width: 50%;
    }

    canvas {
        width: 100%;
    }
}