﻿/* ===== Design System Tokens ===== */
:root {
    /* Brand palette */
    --abpua-blue:    #1A3A6A;   /* Navbar, headers, faculty badges          */
    --saffron-deep:  #A03000;   /* CTAs, progress bars, notification badges */
    --temple-gold:   #B89040;   /* Dividers, award borders, active tab line */
    --mandir-brown:  #2A1800;   /* Sidebar, footer, section header text     */
    --dharti-green:  #145C30;   /* Success states, completion indicators    */
    /* Surface palette */
    --parchment:     #FDF6E3;   /* Card bg, content area, input bg          */
    --off-white:     #F0ECE0;   /* Alt rows, secondary card surfaces        */
    --light-blue-bg: #B7D1FF;   /* Answer option highlight, interactive bg  */
    /* Text palette */
    --near-black:    #1A1A1A;   /* Body text, labels                        */
    --medium-gray:   #505050;   /* Form labels, secondary headings          */
    --dark-gray:     #696969;   /* Metadata, caption text                   */
    --caption-color: #8A8A8A;   /* Date, attribution, meta text             */
    /* Border palette */
    --card-border:   #e4e4e4;   /* Card / box borders                       */
    --input-border:  #d6d6d6;   /* Form input borders                       */
    /* Tints (ABPUA Blue rgb = 26, 58, 106) */
    --abpua-blue-tint:   rgba(26, 58, 106, 0.12); /* Badge / chip bg          */
    --abpua-blue-subtle: rgba(26, 58, 106, 0.06); /* Very light card / row bg */
    /* ── Typography tokens ──────────────────────────────────────── */
    --font-display:  'Lora', 'Gupter', serif;
    --font-section:  'Liberation Serif', 'Gupter', serif;
    --font-body:     'Liberation Serif', 'Gupter', serif;
    --font-nav:      'Poppins', sans-serif;
    --font-ui:       'Poppins', sans-serif;
    --font-caption:  'Liberation Sans', Arial, Helvetica, sans-serif;
    --font-hindi:    'FreeSerif', 'FreeSerif Unicode', serif;
}

html{
    font-size: 16px;
}

/* ── Body text: Liberation Serif, Near-Black ─────────────────── */
body {
    font-family: var(--font-ui);
    font-size: 0.875rem;
    color: var(--near-black);
    background-color: var(--parchment);
}

/* ── Display Titles: Lora, 18–26pt ──────────────────────────── */
h1,
.login-box h1,
.display-heading,
.brand-heading {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--mandir-brown);
}

/* ── Section Headers: Liberation Serif Bold, 13–16pt, Mandir Brown */
h2, h3, h4, h5, h6,
.section-heading,
.section-title,
.gradient-heading,
.advance-heading,
.filter-head h5,
.learning-box .nav-tabs,
.card-header {
    font-family: var(--font-section);
    font-weight: 700;
    color: var(--mandir-brown);
}

/* Section header size range */
h2 { font-size: 2.25rem; }
h3 { font-size: 2.125rem; }
h4 { font-size: 1.65rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }

/* ── Navigation Labels: Poppins Bold, White / ABPUA Blue ─────── */
.navbar-nav .nav-link,
.nav-link,
.nav-item a,
.navbar-brand,
.sidebar-link {
    font-family: var(--font-nav) !important;
    font-weight: 700 !important;
}

/* ── UI Labels / Tags / Buttons: Poppins Medium/Bold ─────────── */
button,
input,
select,
textarea,
.blue-btn,
.border-btn,
.common-btn,
.white-btn,
.black-btn-new,
.dropdown-toggle,
.dropdown-item,
.form-label,
.form-control,
.form-check-label,
.badge,
.tag,
.tab-content,
.nav-tabs .nav-link,
.tabs-outer-main .nav-tabs .nav-link,
.tabs-for-exam-form .nav-tabs .nav-item .nav-link,
.exam-history-tabs .nav-tabs .nav-link {
    font-family: var(--font-ui) !important;
}

/* ── Captions / Meta: Liberation Sans, 7–8pt, #8A8A8A ────────── */
/* small, */
.caption-meta,
.text-caption,
time,
.date-meta,
.text-caption,
.scholarship-tab .common-para,
.exam-test-block h6,
.chart-legend,
.progress-legend {
    font-family: var(--font-caption);
    color: var(--caption-color);
    font-size: 0.75rem;
}

/* ── Devanagari / Hindi: FreeSerif ───────────────────────────── */
.lang-hindi,
[lang="hi"],
.hindi-text {
    font-family: var(--font-hindi);
    color: var(--saffron-deep);
}

/* ── Footer / Dark content areas: Mandir Brown ───────────────── */
footer,
.footer,
.site-footer,
.footer-section,
.dark-content-area {
    background-color: var(--mandir-brown);
    color: #fff;
}

footer a,
.footer a,
.site-footer a {
    color: var(--temple-gold);
}

footer h2, footer h3, footer h4, footer h5, footer h6,
.footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: var(--temple-gold);
    font-family: var(--font-section);
}

.login-section {
    background-image: url('../img/bg-login.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--parchment);
}
.login-section .side-img {
    border-radius: 0 1rem 1rem 0;
    width: 100% !important;
    height: calc(100vh - 2rem);
    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
}
.login-box {
    text-align: center;
    padding: 1rem 3rem;
}
.login-box .logo-img{
max-height: 9rem;
margin-bottom: 1rem;
}
.login-box h1{
    color: var(--mandir-brown);
    font-family: var(--font-display);
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.login-box h1 i{
    font-size: 1.5rem;
}
.login-box h1 span{
    color: var(--saffron-deep);
}
.text-blue{
    color: var(--saffron-deep) !important;
}
.login-box p{
    color: rgba(0, 0, 0, 0.50);
font-size: 1.1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.login-box .dropdown .dropdown-toggle {
    border-radius: 0.8rem;
    border: 1.5px solid #F7F7F7 !important;
    background: var(--parchment);
    box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.login-box .dropdown .dropdown-menu {
   width: 100%;
}
.login-box .dropdown .dropdown-menu .dropdown-item{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--near-black);
}
.white-btn{
border-radius: 0.8rem;
border: 1.5px solid #F7F7F7;
background: #fff !important;
box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
color: var(--near-black) !important;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 0.8rem 1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
text-decoration: none;
}
.white-btn img{
    height: 1.5rem;
}
.black-btn-new{
   border-radius: 0.8rem;
background: var(--near-black);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
color: #FFF;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0.8rem 1rem;
}
.black-btn-new a{
    color: #00AEFF;
    text-decoration: none;
}
.blue-btn{
border-radius: 0.5rem;
border: 1.5px solid var(--saffron-deep);
background: var(--saffron-deep);
box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
color: #fff !important;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 0.6rem 1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.border-btn{
   border-radius: 0.8rem;
border: 1.5px solid var(--saffron-deep);
background: transparent;
box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
color: var(--saffron-deep) !important;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 0.8rem 1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem; 
}

.form-label{
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--medium-gray);
    margin-bottom: 0.5rem;
}
.form-control{
        border-radius: 0.8rem;
    border: 1.5px solid var(--input-border) !important;
    background: var(--parchment);
    box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
    padding: 0.8rem;
    box-shadow: none !important;
    outline: none !important;
    text-align: left;
}
.form-input-login{
    border-radius: 0.8rem;
border: 1.5px solid var(--input-border);
background: var(--parchment);
box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);

}
.form-input-login .input-group-text{
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0.8rem;
}
.form-input-login .input-group-text img {
    height: 1.6rem;
    width: 1.6rem;
    object-fit: contain;
}
.form-input-login .form-control{
    border: none !important;
    box-shadow: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--near-black);
    padding: 0.8rem;
}
.forgot-link a{
    text-decoration: none !important;
    font-size: 0.9rem;
}
.otp-input-outer{
    gap: 1rem;
}
.otp-input-outer input {
    border-radius: 0.8rem;
    border: 1.5px solid #F7F7F7;
    background: var(--parchment);
    box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.09);
    height: 3.2rem !important;
    width: 3.2rem !important;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.50) !important;
}


.checkbox-outer{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}
.checkbox-outer .form-check-input {
    height: 1.5rem;
    width: 1.5rem;
    float: none;
    margin: 0;
}
.checkbox-outer .form-check-input:checked{
    border: 1.5px solid var(--saffron-deep);
    background-color: var(--saffron-deep);
    box-shadow: 0 7.5px 52.5px 0 rgba(18, 18, 18, 0.05);
    color: #fff;
}
.checkbox-outer .form-check-label{
font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--medium-gray);
}
.login-box .logo-img.register-logo {
    max-height: 4rem;
    margin-bottom: 0;
}
.white-box {
    border-radius: 10px;
    background: var(--parchment);
    border: 1px solid var(--card-border);
    padding: 1.5rem;
    margin-top: 1rem;
}
.white-box .left-content h4 {
    color: var(--Black, #030B16);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0.313rem;
}
.white-box .left-content p {
    color: var(--Black, #030B16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.5rem;
}
.white-box .left-content ul {
    padding-top: 1.5rem;
    border-top: 1px solid var(--temple-gold);
    padding-left: 0;
    margin-bottom: 0;
}
.white-box .left-content li {
    list-style: none;
    margin-bottom: 1.875rem;
}
.white-box .left-content li p {
    color: var(--Black, #030B16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}
.white-box .left-content li p img {
    max-height: 1.5rem;
    margin-right: 1rem;
}
.white-box .right-content {
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: var(--parchment);
    padding: 1.25rem;
}
.white-box .right-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.white-box .right-content ul li {
    list-style: none;
    border-radius: 10px;
    background: var(--parchment);
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid transparent;
}
.white-box .right-content ul li img {
    max-width: 4.625rem;
}
.white-box .right-content ul li h5 {
    color: var(--Black, #030B16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0.625rem;
}
.white-box .right-content ul li p {
    color: var(--Black, #030B16);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.white-box .right-content ul .blue-back {
    background: var(--off-white);
    justify-content: space-between;
}
.white-box .right-content ul .blue-back h4 {
    color: var(--Black, #030B16);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
}
.white-box .right-content ul .blue-back p {
    color: var(--Primary, #1D2130);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.payment-img {
    margin: 2rem 0;
}
.payment-img img {
    max-height: 18rem;
}

@media (min-width: 1560px){
html{
    font-size: 20px !important;}
}


@media (max-width: 1400px){
html{
    font-size: 15px;}
}
@media (max-width: 1300px){
html{
    font-size: 14px;}
}
@media (max-width: 1200px){
html{
    font-size: 13px;}
}
@media (max-width: 992px){
html{
    font-size: 13px;}
    .login-section .side-img{
    display: none !important;
 }
}

@media (max-width: 768px) {
    html{
    font-size: 12px;}
 
    .login-box h1 {
        font-size: 2rem;
    }
    .login-box {
    padding: 1rem ;
}
.otp-input-outer input{
    height: 3rem !important;
    width: 3rem !important;
}

.otp-input-outer{
    gap: 0.6rem;
}
    .white-box {
    padding: 0.8rem;
}
    .white-box .left-content h4 {
        font-size: 1.25rem;
    }
    .white-box .right-content ul .blue-back h4 {
        font-size: 1.25rem;
    }
    .login-box .logo-img {
    max-height: 6rem;
}
    .login-box .logo-img.register-logo {
    max-height: 3rem;
}
.white-box .right-content ul li img {
    max-width: 3.625rem;
}
    
}

@media (max-width:320px){
    .login-box p{
        font-size: 1rem;
    }
}
.custom-tooltip {
    padding: 4px;
}
/* history page css */

.table-view-transaction {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  min-width: 40rem;
  border: 1px solid var(--temple-gold);
  border-radius: 0.8rem;
}

.table-view-transaction > div {
  display: table-row-group;
}

.table-view-transaction > div > div {
  display: table-row;
  transition: all ease-in-out 0.2s;
}
.table-view-transaction div p.topic-width {
    width: 10rem;
}

.table-view-transaction > div.tbody > div:hover {
  background-color: var(--off-white);
}

.shadow-box-main.new-box .table-view-transaction > div > div p:first-child {
  max-width: 3.2rem;
  padding: 0.8rem 1.2rem;
}

.table-view-transaction > div p {
  display: table-cell;
  border: none;
  padding: 0.8rem 0.5rem;
}

.table-view-transaction > div.thead p {
    color: var(--mandir-brown);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 1rem;
    background: var(--off-white);
}
.table-view-transaction > div.thead p:first-child{
    border-radius: 0.8rem 0 0 0;
}
.table-view-transaction > div.thead p:last-child{
    border-radius:  0 0.8rem 0 0;
}
.table-view-transaction > div p.count-first {
  width: 5rem;
}

.table-view-transaction > div.tbody p {
  color: #414141;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #ddd;
}

.table-view-transaction > div.tbody p .mobile-only {
  display: none;
}
.table-view-transaction > div.tbody p .blue-btn {
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
    min-width: 95px;
}

.pagination-history .blue-btn {
    padding: 0.2rem 0.6rem;
    font-size: 0.775rem;
    line-height: 1rem;
    height: 2rem;
    border-radius: 0.4rem;
}


@media (max-width: 992px) {
  
  .table-view-transaction {
    display: block;
  }

  .table-view-transaction > div {
    display: block;
    padding: 0 0.5rem;
  }

  .table-view-transaction > div.thead {
    display: none !important;
  }

  .table-view-transaction > div > div {
    display: block;
    border: 1px solid #000;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .table-view-transaction > div p {
    display: block;
    border: none !important;
    padding: 0;
  }

  .table-view-transaction > div.tbody p .mobile-only {
    display: inline-block !important;
    min-width: 110px;
  }

  
  .table-view-transaction {
    min-width: auto;
  }
.table-view-transaction > div.tbody p {
    padding: 0.3rem;
    margin: 0;
    display: flex;
}
 .table-view-transaction > div.tbody p .blue-btn {
    max-width: max-content;
        display: inline-block;
}
}

.top-entrence-sec{
    padding: 1rem 0;
    background: linear-gradient(45deg, #ffffff 58%,#e4e3fe 100%);
}
.top-entrance-outer {
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0;
}
.top-entrance-outer button, .top-entrance-outer a {
    display: inline-block;
    padding: 0.7rem 0.5rem;
    color: var(--saffron-deep);
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    text-decoration: none;
    min-width: 15%;
    background: var(--parchment);
    /* margin: 0.7rem 0; */
    border: 1px solid var(--saffron-deep);
    border-radius: 0.4rem;
}
.top-entrance-outer button:hover,
.top-entrance-outer button:focus,
.top-entrance-outer button:active,
.top-entrance-outer button.active,
.top-entrance-outer a:hover,
.top-entrance-outer a:focus,
.top-entrance-outer a:active,
.top-entrance-outer a.active{
    background: var(--saffron-deep) !important;
    color: #fff !important;
    
}

.top-entrance-outer button.view-toggle-btn, .top-entrance-outer a.view-toggle-btn{
background-color: #31A9FF !important;
color: #fff !important;
border-color: #31A9FF !important;
}
.exam-async-select {
  width: 245px;  /* fixed width */
}

.exam-async-select .react-select__control {
  min-height: 44px;
}

.exam-async-select .react-select__menu-list {
  max-height: 250px;
}

/* subscription page css */

.pricing-card {
    border-radius: 1rem;
    border: 1px solid var(--temple-gold);
    padding: 1.5rem;
    transition: all 0.3s ease;
    margin: 1rem 0;
    /* min-height: 25rem; */
}
.pricing-card.disable-card{
position: relative;
overflow: hidden;
cursor: not-allowed;
}
.pricing-card.disable-card::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 2px solid var(--temple-gold);
}

.pricing-card.popular {
  border: 2px solid var(--temple-gold);
  transform: scale(1.05);
  position: relative;
}
.pricing-card h4{
    color: var(--medium-gray);
    font-size: 1.4rem;
}
.pricing-card p{
    min-height: 5rem;
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--saffron-deep);
  color: #fff;
  padding:  0.5rem 1rem;
  border-radius: 20px;
  font-size: 14px;
}

.price {
  font-size: 2.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--saffron-deep);
  font-weight: 600;
}

.price span {
  font-size: 1rem;
}

ul.list-unstyled li {
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.pricing-card ul {
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    min-height: 8rem;
}
.pricing-card ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: var(--medium-gray);
}
.pricing-card ul li img{
    height: 1.2rem;
}

.login-box .form-label span{
    color: red !important;
}


/* new report analysis page css */

.report-analysis {
  background: #0b0b0f;
  padding: 20px;
}

/* Cards */
.summary-card,
.chart-card,
.table-card {
  border-radius: 12px;
  margin-bottom: 24px;
  border: none;
}

/* Summary */
.summary-card {
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  color: #fff;
}

/* Chart */
.chart-card {
  background: var(--parchment);
  padding: 15px;
}

/* Tabs */
.analysis-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
}

.analysis-tabs .nav-link.active {
  color: var(--saffron-deep);
  border-bottom: 2px solid var(--temple-gold);
  background: transparent;
}

/* Section titles */
.section-title {
  font-family: var(--font-section);
  font-weight: 700;
  color: var(--mandir-brown);
  margin-bottom: 15px;
}

/* Tables */
.table-card {
  background: var(--parchment);
  padding: 15px;
}

.table th {
  font-size: 13px;
  text-transform: uppercase;
  background: var(--off-white);
  color: var(--mandir-brown);
}

.table td {
  font-size: 14px;
  vertical-align: middle;
}

/* Status colors */
.text-strong {
  color: var(--dharti-green);
  font-weight: 600;
}

.text-weak {
  color: #dc3545;
  font-weight: 600;
}

.badge-high {
  background-color: var(--dharti-green);
}

.badge-moderate {
  background-color: #ffc107;
  color: var(--near-black);
}

/* Responsive */
@media (max-width: 768px) {
  .report-analysis {
    padding: 10px;
  }

  .table th,
  .table td {
    font-size: 12px;
  }
  .top-entrance-outer button, .top-entrance-outer a {
    min-width: 48%;
}

}
@media (max-width: 520px){
.cselect-wrap {
    position: static !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-top: 10px !important;
}
}



/* Flatpickr Overrides */
.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-weekdays,
.flatpickr-weekdays span.flatpickr-weekday {
  background-color: var(--saffron-deep) !important;
}

.flatpickr-weekdays span.flatpickr-weekday {
  color: #fff !important;
}

.flatpickr-day.selected {
  background-color: var(--saffron-deep) !important;
  color: #fff !important;
  border-color: var(--saffron-deep) !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:focus {
  color: #fff !important;
  background: none !important;
  background-color: var(--saffron-deep) !important;
  opacity: 1 !important;
}

.flatpickr-day.flatpickr-disabled {
  color: #ccc !important;
}

.personal-details-form .date-row-main .flatpickr-wrapper{
width: 100% !important;
}
.red-tag{
    color: #e90000;
}

/* ===== Design System Utilities ===== */

/* Caption / meta text — Teal */
.caption-meta, .text-caption {
    font-family: var(--font-caption);
    color: var(--caption-color);
    font-size: 0.75rem;
}

/* Temple Gold divider */
.divider-gold {
    border: none;
    border-top: 2px solid var(--temple-gold);
    opacity: 1;
    margin: 1rem 0;
}

/* Dharti Green success badge */
.text-success-brand {
    color: var(--dharti-green) !important;
}

/* Near-Black body text override */
.text-body-brand {
    color: var(--near-black) !important;
}

/* Parchment card surface */
.card-parchment {
    background-color: var(--parchment) !important;
}

/* Off-White secondary surface */
.bg-off-white {
    background-color: var(--off-white) !important;
}

/* Lora display heading */
.display-heading {
    font-family: var(--font-display);
    color: var(--mandir-brown);
}

/* Section header — Liberation Serif */
.section-heading {
    font-family: var(--font-section);
    font-weight: 700;
    color: var(--mandir-brown);
}

/* ═══════════════════════════════════════════════════════════════
   React-Select — theme overrides
═══════════════════════════════════════════════════════════════ */
.react-select__control {
    background-color: var(--parchment) !important;
    border: 1px solid var(--temple-gold) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    min-height: 40px;
    font-family: var(--font-ui);
    color: var(--near-black);
}
.react-select__control:hover {
    border-color: var(--saffron-deep) !important;
}
.react-select__control--is-focused {
    border-color: var(--saffron-deep) !important;
    box-shadow: 0 0 0 3px var(--abpua-blue-tint) !important;
}
.react-select__menu {
    background: var(--parchment) !important;
    border: 1px solid var(--temple-gold) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
}
.react-select__menu-list {
    padding: 4px !important;
}
.react-select__option {
    background: transparent !important;
    color: var(--near-black) !important;
    border-radius: 6px;
    font-family: var(--font-ui);
    font-size: 0.875rem;
}
.react-select__option--is-focused {
    background: var(--abpua-blue-subtle) !important;
    color: var(--saffron-deep) !important;
}
.react-select__option--is-selected {
    background: var(--saffron-deep) !important;
    color: #fff !important;
}
.react-select__single-value {
    color: var(--near-black) !important;
    font-family: var(--font-ui);
}
.react-select__placeholder {
    color: var(--caption-color) !important;
    font-family: var(--font-ui);
}
.react-select__indicator-separator {
    background-color: var(--temple-gold) !important;
}
.react-select__dropdown-indicator {
    color: var(--saffron-deep) !important;
}
.react-select__dropdown-indicator:hover {
    color: var(--saffron-deep) !important;
}
.react-select__clear-indicator {
    color: var(--caption-color) !important;
}
.react-select__clear-indicator:hover {
    color: var(--saffron-deep) !important;
}
.react-select__multi-value {
    background: transparent !important;
    border: 1px solid var(--saffron-deep) !important;
    border-radius: 4px !important;
}
.react-select__multi-value__label {
    color: var(--saffron-deep) !important;
    font-family: var(--font-ui);
    font-size: 0.8rem;
}
.react-select__multi-value__remove {
    color: var(--saffron-deep) !important;
    border-radius: 0 4px 4px 0 !important;
}
.react-select__multi-value__remove:hover {
    background: var(--saffron-deep) !important;
    color: #fff !important;
}
.react-select__input-container {
    color: var(--near-black) !important;
    font-family: var(--font-ui);
}

/* ═══════════════════════════════════════════════════════════════
   CustomSelect — reusable themed dropdown
═══════════════════════════════════════════════════════════════ */
.cselect-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: var(--font-ui);
}
.cselect-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    background: var(--parchment);
    border: 1px solid var(--temple-gold);
    border-radius: 8px;
    color: var(--near-black);
    font-family: var(--font-ui);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.cselect-trigger:hover {
    border-color: var(--saffron-deep);
}
.cselect-wrap--open .cselect-trigger {
    border-color: var(--saffron-deep);
    box-shadow: 0 0 0 3px var(--abpua-blue-tint);
}
.cselect-placeholder {
    color: var(--caption-color);
}
.cselect-value {
    color: var(--near-black);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cselect-chevron {
    flex-shrink: 0;
    color: var(--saffron-deep);
    transition: transform 0.2s;
}
.cselect-chevron--up {
    transform: rotate(180deg);
}
.cselect-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: var(--parchment);
    border: 1px solid var(--temple-gold);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 4px;
    max-height: 220px;
    overflow-y: auto;
}
.cselect-menu::-webkit-scrollbar { width: 4px; }
.cselect-menu::-webkit-scrollbar-track { background: transparent; }
.cselect-menu::-webkit-scrollbar-thumb { background: var(--abpua-blue-tint); border-radius: 4px; }
.cselect-option {
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    color: var(--near-black);
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
}
.cselect-option:hover {
    background: var(--saffron-deep);
    color: #fff;
}
.cselect-option--active {
    background: var(--saffron-deep);
    color: #fff;
    font-weight: 600;
}
.cselect-wrap--disabled .cselect-trigger {
    opacity: 0.55;
    cursor: not-allowed;
    background: var(--off-white);
}
.student-img-new{
    height: 20px;
    border-radius: 50%;
    width: auto;
}

 .choose-exam-outer-box .react-select__control {
    padding: 0.4rem;
}
@media (max-width: 1600px) {
   .choose-exam-outer-box .react-select__control {
    padding: 0.25rem;
}
}