body {
    color: #333;
}

/* ===== Dashboard CSS - Start ===== */
.marks-barTabs .marksBar:nth-child(4n + 2) .progress-bar {
    background-color: #AA66CC;
}

.marks-barTabs .marksBar:nth-child(4n + 3) .progress-bar {
    background-color: #F8A348;
}

.marks-barTabs .marksBar:nth-child(4n) .progress-bar {
    background-color: #4DCB9C;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-yellow-dark {
    background-color: #F39C12 !important;
}

.overall-table-wrapper .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.overall-table-wrapper .label-success {
    background-color: #00a65a;
}

.overall-table-wrapper .table-striped tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f9f9f9 !important;
}

.overall-table-wrapper .table td {
    border: 1px solid #f4f4f4;
    border-top: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
}

.table th,
.table td {
    /* padding: 4px 8px;
    font-size:12px; */
}


.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
}

.content-wrapper:has(.panel-content-body),
.panel-content-body {
    background-color: #fff6eb;
}

.studentContent-header {
    position: relative;
    padding: 15px 0;
}

.studentContent-header>h1 {
    font-size: 22px;
    margin: 0;
}

.studentContent-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.studentContent-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.panelBodyCard {
    min-height: 250px;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.panelBodyCard-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.overall-table-wrapper {
    margin-top: 15px;
}

#overallTab.nav-tabs {
    border-bottom: 0;
    row-gap: 10px;
}

#overallTab.nav-tabs>li>.nav-link {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 2px solid #000;
    font-size: 14px;
    border-radius: 0;
    background: white;
    color: black;
}

#overallTab.nav-tabs .active.nav-link {
    background: #3c8dbc;
    color: #fff;
    border-color: #3d6f8c;
}

.mainText,
.student-marksCard .marks-iconList {
    font-size: 14px;
}

.student-marksCard .marksBar {
    padding: 7px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
    position: relative;
}

.student-marksCard .marksBar label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

.student-marksCard .marksProgress {
    overflow: hidden;
    border-radius: .25rem;
    width: 64%;
}

.student-marksCard .marks_score {
    width: 64%;
}

.student-marksCard .marksProgress progress {
    background-color: #e9ecef;
    border: 0;
    width: 100%;
    height: 16px;
}

.student-marksCard .makrs-btn {
    position: absolute;
    min-width: 100px;
    height: 18px;
    padding: 0px 0px;
    background: #2196f3;
    border-radius: 3px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 11px;
    right: 10px;
    top: 26px;
    display: flex;
    justify-content: center;
}

.student-marksCard .makrs-btn a {
    color: #fff;
    line-height: 18px;
    padding: 0 5px;
}

.student-marksCard .marks_score_value {
    height: 16px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    bottom: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background: #337ab7 !important;
    width: 44px;
    font-size: 11px;
}

.student-marksCard .marks_score_value::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-right: 10px solid #337ab7;
    border-bottom: 4px solid transparent;
}

.marksBar-box:not(:last-child) {
    margin-bottom: 30px;
}

.weak-areas-card {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 6px 1px rgb(34 30 31 / 20%);
    text-align: center;
}

.weak-areas-btn {
    display: inline-block;
    background-color: #222222;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    min-width: 120px;
    border-radius: 100px;
}

.table_btn {
    display: inline-block;
    border-radius: 30px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    max-width: fit-content;
    margin: auto;
}

.bg-primary-light {
    background-color: #03a9f4;
}

.button-group-column>a {
    display: block;
    min-width: 155px;
    text-align: center;
}

.button-group-column>a:not(:last-child) {
    margin-bottom: 5px;
}

/* ===== Dashboard CSS - END ===== */
/* ===== Assigned Tasks - Start ===== */
.taskTab-wrapper {
    border-top: 3px solid #d2d6de;
}

#assignedTaskTabs {
    border: 0;
}

#assignedTaskTabs .nav-link {
    border: 1px solid var(--theme-color);
    border-radius: 0;
    min-width: 150px;
    font-size: 13px;
}

.assignTest-tab-content {
    padding: 50px 20px;
}

.assignTest-tab-content .table,
.assignTest-tab-content .table th,
.assignTest-tab-content .table td {
    border-color: #f4f4f4;
}

.assignTest-tab-content .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f9f9f9;
}

.assignByCentreInnerTabs,
.myStudyMaterial {
    display: grid;
    --grids: 4;
    grid-template-columns: repeat(var(--grids), 1fr);
    gap: 30px;
    border: 0;
}

.myStudyMaterial {
    --grids: 3;
}

.assignByCentreInnerTabs .info-box,
.myStudyMaterial .info-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: 70px;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 0;
}

.assignByCentreInnerTabs .info-box .info-box-icon,
.myStudyMaterial .info-box .info-box-icon {
    border-radius: 0;
    font-size: 36px;
    color: #fff;
}
.card
{
    /* font-size:12px; */
}
.assignByCentreInnerTabs .info-box .info-box-text,
.assignByCentreInnerTabs .info-box .info-box-number,
.myStudyMaterial .info-box .info-box-text,
.myStudyMaterial .info-box .info-box-number {
    color: #337ab7;
}

.assignByCentreInnerTabs .info-box:hover .info-box-text,
.assignByCentreInnerTabs .info-box:hover .info-box-number,
.myStudyMaterial .info-box:hover .info-box-text,
.myStudyMaterial .info-box:hover .info-box-number {
    color: #23527c;
}

.assignByCentreInnerTabs .nav-link,
.myStudyMaterial .nav-link {
    width: 100%;
    padding: 0;
    border: 0;
}

.assignByCentreInnerTabs .nav-link.active .info-box,
.myStudyMaterial .nav-link.active .info-box {
    background-color: #D9EDF7;
}

/* ===== Assigned Tasks - End ===== */
/* ===== Test History - Start ===== */
.vertical-nav-tabs #testHistoryMenu-tab .nav-link {
    background: #fff;
    font-size: 0.9rem;
    color: #555 !important;
    padding: 10px;
    border-bottom: 1px solid #e6ecec;
    min-height: 45px;
    border-radius: 0 !important;
    text-align: left;
    display: flex;
    align-items: center;
}
.quesCard .quesPart .quesNote
{
    font-size: 12px;
}
.vertical-nav-tabs #testHistoryMenu-tab .nav-link.active {
    background: linear-gradient(106deg, var(--secondary-theme-color), var(--theme-color));
    color: #fff !important;
}
.vertical-nav-tabs #testHistoryMenu-tab .nav-link.active .test-history-tabIcons {
    color: #fff !important;
}

.vertical-nav-tabs .test-history-tabIcons {
    font-size: 22px;
    color: var(--theme-color);
    margin-right: 15px;
    margin-left: 5px;
}
.vertical-nav-tabs .tabs__wrapper {
    width: 240px;
    flex: none;
}
.vertical-nav-tabs .tabs__content-wrapper{
    width: calc(100% - 240px);
}

.test-history-tab-content .test-history-gradient-tab {
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(106deg, var(--secondary-theme-color), var(--theme-color));
    padding: 15px 20px;
}

.test-history-tab-content .test-history-gradient-tab h1 {
    /* font-size: 20px; */
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.vertical-nav-tabs .tab-content {
    flex: auto;
    background-color: #fff;
}

.vertical-nav-tabs .tab-content .tab-history-content-body {
    min-height: 250px;
    padding: 20px;
    margin: 15px;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .subheading {
    font-size: 15px;
    color: #444;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .addWatchButton {
    margin-top: 30px;
    text-align: center;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .addWatchButton button {
    background-color: #59c8ff;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .mustSeeBtns {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .mustSeeBtns button {
    font-size: 13px;
    line-height: 13px;
    padding: 0 10px;
    background: transparent;
    border: 0;
    color: #59c8ff;
    outline: none !important;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .mustSeeBtns button:not(:last-child) {
    border-right: 1px solid #59c8ff;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .topicSection {
    margin-top: 20px;
    padding: 20px;
}

.vertical-nav-tabs .tab-content .tab-history-content-body .topicSection .topicSection--title {
    font-size: 12px;
    color: #444;
    text-align: center;
}

.topicSection--card {
    color: #666;
}

.topicSection--card {
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}

.topicSection--card .topicSection--cardTitle {
    color: #6d706c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.topicSection--card .topicSection--cardContent .iconColor {
    color: #C2C2C2;
    margin-right: 5px;
}

.topicSection--card .topicSection--cardContent {
    font-size: 13px;
}

.topicSection--card .topicSection--cardContent li {
    margin-bottom: 5px;
}

.aiRecommendation-banner {
    background: url(/assets/tasks/performanceBg.png) no-repeat center /cover;
    padding: 25px 0;
    min-height: 250px;
    text-align: center;
}

.aiRecommendation-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffde00;
    font-size: 20px;
}

.aiRecommendation-content {
    color: #fff;
    max-width: 390px;
    margin: auto;
    font-size: 14px;
}

/* #aiRecommendationTabs,
#inDepthAnalysisTabs,
#myTestHistoryTabs {
    background-color: #f5fafa;
} */
.inline-block{
    display: inline-block !important;
}
#aiRecommendationTabs .nav-link,
#inDepthAnalysisTabs .nav-link,
#myTestHistoryTabs .nav-link {
    background-color: #d0d0d029;
    border: 2px solid #e6ecec;
    border-style: none solid solid none;
    outline: 0 !important;
    color: #444;
    font-size: 13px;
    padding: 10px 15px;
}

#aiRecommendationTabs .nav-link.active,
#inDepthAnalysisTabs .nav-link.active,
#myTestHistoryTabs .nav-link.active {
    background: linear-gradient(106deg, var(--secondary-theme-color), var(--theme-color));
    color: #fff;
}

#aiRecommendationTabsContent,
#inDepthAnalysisTabsContent,
#myTestHistoryTabsContent {
    padding: 20px;
}

.aiRecommendationTab-card,
.inDepthAnalysisTab-card {
    border: 1px solid #ddecf3;
    padding: 30px;
    max-width: 500px;
    margin: auto;
    border-radius: 5px;
}

.aiRecommendationTab-title,
.inDepthAnalysisTab-title {
    color: #2ecc71;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.aiRecommendationTab-card p,
.inDepthAnalysisTab-card p {
    font-size: 13px;
    color: #6d706c;
    margin-bottom: 0;
}

#aiRecommendation:has(#customizedReport-tab.active) .aiRecommendation-banner {
    display: none;
}

.inDepthInfoCard-icon .iconColor {
    font-size: 40px;
}

.inDepthInfoCard {
    padding: 20px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    height: 100%;
}

.inDepthInfoCard.yellowCard {
    border-color: #fff29c;
}

.inDepthInfoCard.greenCard {
    border-color: #bee990;
}

.inDepthInfoCard.blueCard {
    border-color: #ace3ff;
}

.inDepthInfoCard.orangeCard {
    border-color: #FFA10A;
}

.inDepthInfoCard.yellowCard .iconColor {
    color: #FF9D00;
}

.inDepthInfoCard.greenCard .iconColor {
    color: #29CC6D;
}

.inDepthInfoCard.blueCard .iconColor {
    color: #29CC6D;
}

.inDepthInfoCard.orangeCard .iconColor {
    color: #F24130;
}

.inDepthInfoCard-icon {
    margin-bottom: 15px;
}

.inDepthInfoCard-title {
    color: #34495e;
    font-weight: 600;
    margin-bottom: 10px;
}

.inDepthInfoCard-content {
    font-size: 14px;
    color: #666;
}

.custom-progressBarTable {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-progressBarTable .progressiveBarImg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.custom-progressBarTable .progressiveBar {
    width: 80px;
    height: 10px;
    position: relative;
    background-color: #eaedf1;
    border-radius: 8px;
    overflow: hidden;
}

.custom-progressBarTable .barColor {
    background: #f24130;
    display: inline-block;
    height: 10px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.analysisReports-table {
    width: 100%;
}

.analysisReports-table th {
    border-bottom: solid #97e6b9;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
}

.analysisReports-table td {
    border-bottom: 2px solid #dae6e6;
    color: #666;
    font-size: 13px;
    padding: 5px 0;
}
.ansCard-content
{
    font-size: 12px;
}
.quesCard-header
{
    padding: 5px 20px;
}
.quesCard-tabs .nav-tabs
{
    padding:0;
}
.quesCard-tabs
{
    padding: 5px 20px;
}
p
{
    font-size:13px;
}
.generateReport--btn {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 14px;
    box-shadow: 0 1px 0 var(--secondary-theme-color) inset;
    -webkit-box-shadow: 0 1px 0 var(--secondary-theme-color) inset;
    -moz-box-shadow: 0 1px 0 var(--secondary-theme-color) inset;
    border: 1px solid var(--theme-color);
}

.toggle--list .hasChild {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hasChild::before {
    content: '\2b';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #59c8ff;
}
input.fill_in_the_blanks_r_input, input.input_c_fill_in_the_blanks_l, input.fillInTheBlankReadingInput, input.fillInTheBlankListeningInput{
    height: 30px;
    margin: 5px 0;
    font-weight: 700;
}

/* ===== Test History - End ===== */

@media (max-width: 767px) {
    .table th {
        white-space: nowrap;
    }

    .student-marksCard .marksProgress {
        width: 60%;
    }

    .studentContent-header>.breadcrumb {
        float: none;
        position: relative;
        top: 5px;
        right: 0;
    }
}

/* ==== Table Light 1 - Start ==== */
.table-light-1 thead{
    --bg-tb-light-1: #eef2f7;
    --border-tb-light-1: #dbe0e5;
    --table-font-weight: 600;
}
.table-light-1 tbody{
    --bg-tb-light-1: transparent;
    --border-tb-light-1: #eef2f7;
    --table-font-weight: 400;
}
.table-light-1 tr>*{
    padding: .75rem .6rem;
    color: #313a46;
    background-color: var(--bg-tb-light-1);
    border-bottom: 1px solid var(--border-tb-light-1) !important;
    font-weight: var(--table-font-weight);
}

.table-light-1 tbody tr>*{
    padding: .55rem .6rem;
}

.table-light-1 tbody tr:nth-child(even){
    background-color: #e1f1fe9e;
}
.btn-gradient-light-1{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
/* ==== Table Light 1 - End ==== */

.instant-performance-report{

}
