/* online payment portal */
.mainCourseName{
    position: relative;
}
.courseRow{
    height: 60px;
    background-color: #ffffff;
    /* width: 90%; */
    height: 6vh;
    position: relative;
    /* left: 5%; */
    border-radius: 10px;
    display: flex;
    align-content: center;
    /* overflow: hidden; */
}
.feesTag{
    background-color: #E6ADBF;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

.circle {
    position: absolute;
    top: -7px;
    left: 36%;
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    background-color: #E6ADBF; 
}
.circle h7{
    position: absolute;
    left: 16%;
    top: 22%;
    font-size: 13px;
}
.greaterThanIcon svg{
    position: absolute;
    top: -20px;
    left: 165px;
}
.greaterThanIcon2 svg{
    position: relative;
    top: -25px;
    right: -480px;
    color: black;
}
.circle2 {
    position: absolute;
    top: -29px;
    left: 185px;
    width: 35px;
    height: 35px;
    border-radius: 50%; 
    border: 3px solid #E6ADBF;
}
.circle2 h7{
    position: absolute;
    left: 26%;
    top: 6px;
    font-size: 13px;
}
.selectButton{
    padding: 10px;
    text-align:center;
    width: 120px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 340px;
    transform: translate(-50%, -50%);
    border-radius: 8px;    
}

.selectButton button{
    background-color: #371414;
    color: white;
    border-radius: 8px;
    width: 120px;
    height: 40px;
}

/* course-registration */
.mainDive{
    display: flex; 
    justify-content: center;
 }

 .mainDiveData{
    background-color: rgb(255, 255, 255); 
    height: 1000px; 
    border-radius:  0 0 10px 10px;
 }

 .mainDivTitle{
    background-color: #CEC5C5; 
    height: 80px;
    border-radius:10px 10px 0 0;
    position: relative;
 }

 .linkTexts a{
    position: absolute;
    top: 30%;
    left: 5%;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.greaterThanIcon2 svg{
    position: relative;
    left: 13%;
    top: 20px;
}


.greaterThanIcon svg{
    position: absolute;
    top: 9px;
    left: 0px;
}

.linkTexts2 a{
    position: absolute;
    top: 30%;
    left: 17%;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

 .cardholderInput{
    position: relative;
    /* top: -29px; */
 }

 #more {display: none;}

 #myBtn{
 border-radius: 8px;
 border: none;
 background-color: white;
 }

pre{
    text-align: justify;
}

.CourseDescription p{
    color: black;
    text-align: justify;
}

.circle h7{
    position: absolute;
    left: 15%;
    top: 20%;
}

.greaterThanIcon{
    position: absolute;
    left: 41%;
    top: -3px;
}



.circle2 {
    position: absolute;
    top: -7px;
    left: 45%;
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    border: 3px solid #E6ADBF;
    /* outline: 1px solid red; */
 }

.circle2 h7{
    position: absolute;
    left: 25%;
    top: 15%; 
    /* outline: 1px solid red; */
}

.buttonColor{
    background-color: #371414;
}

/* left navigation common */
.left_menu_container{
padding-top: 20%;
  background-color: #b1a692;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
}

.left_menu_nav{
  margin-left: 5%;
}
.left_menu_nav li{
  color: #fff;
  font-weight: bolder;
  margin-bottom: 15%;
}
.left_menu_nav li:hover{
  background-color: #fff;
  color: #000;
}

/* common */
.navi_link_disabled {
    pointer-events: none;
}
.btn-primary{
    background-color: #7f191b !important;
    border-color: #d4d4d7 !important;
}
.btn-info{
    background-color: #7f191b !important;
    border-color: #d4d4d7 !important;
}
.fw-bold{
 font-weight: 300;
}
.container-main{
  background-color: #d4d4d7;
}
.container-sub{
    background-color: #eaeaea;

}
.main-navi-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-navi-link{
    color: #030303;
    background-color: #fff;
    border-color: #ccc;
}
.main-navi-link-active{
    color: #030303;
    background-color: #ff8585;
    border-color: #ccc;
}
.main-hedder-container{
    background-color: #eaeaea;
}
.ccp-site-header {
    padding: 0.75rem 0 1rem;
}
.ccp-site-nav {
    background-color: #eaeaea !important;
}
.ccp-site-nav-inner {
    min-height: 72px;
    align-items: center;
    padding: 0.35rem 0;
}
.ccp-site-logo-wrap {
    width: auto;
    max-width: 420px;
    min-width: 220px;
}
.ccp-site-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}
.ccp-application-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}
.ccp-guest-logo-wrap {
    width: min(420px, 90vw);
    margin-left: 6%;
}
.ccp-guest-logo-wrap .ccp-application-logo {
    max-height: 84px;
}

/* Auth pages */
.auth-page {
    margin: 0;
    min-height: 100vh;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
    background: #f3f4f6;
    color: #1f2937;
}

.auth-shell {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
}

@media (min-width: 992px) {
    .auth-shell {
        grid-template-columns: minmax(380px, 1.05fr) minmax(420px, 0.95fr);
    }
}

.auth-brand-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    background: linear-gradient(145deg, #7f191b 0%, #9d0917 48%, #6b1214 100%);
    color: #fff;
    overflow: visible;
}

.auth-brand-content {
    width: min(460px, 100%);
}

.auth-brand-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.75rem;
    padding: 1.1rem 1.25rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    overflow: visible;
}

.auth-brand-logo .ccp-application-logo {
    max-height: 76px;
    max-width: min(320px, 100%);
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.auth-brand-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.auth-brand-title {
    margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.2;
}

.auth-brand-tagline {
    margin: 0;
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
}

.auth-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
}

.auth-form-card {
    width: min(440px, 100%);
    padding: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.auth-form-header {
    margin-bottom: 1.5rem;
}

.auth-form-title {
    margin: 0 0 0.35rem;
    font-size: 1.65rem;
    font-weight: 700;
    color: #111827;
}

.auth-form-subtitle {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.auth-form {
    display: grid;
    gap: 1.1rem;
}

.auth-field {
    display: grid;
    gap: 0.45rem;
}

.auth-label,
.auth-page label.auth-label {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6b7280;
}

.auth-input,
.auth-page .auth-input {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 0.85rem;
    border: 1px solid #cfd6df;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 0.95rem;
    box-shadow: none;
}

.auth-input:focus,
.auth-page .auth-input:focus {
    outline: none;
    border-color: #9d0917;
    box-shadow: 0 0 0 3px rgba(157, 9, 23, 0.12);
}

.auth-error,
.auth-page .auth-error {
    margin: 0;
    font-size: 0.85rem;
    color: #b91c1c;
}

.auth-alert {
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.auth-alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}

.auth-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-weight: 600;
}

.auth-form-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
    cursor: pointer;
}

.auth-remember input {
    width: 1rem;
    height: 1rem;
    accent-color: #9d0917;
}

.auth-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #9d0917;
    text-decoration: none;
}

.auth-link:hover {
    color: #7f191b;
    text-decoration: underline;
}

.auth-link-strong {
    font-weight: 700;
}

.auth-page .auth-submit,
.auth-page button.auth-submit {
    display: block;
    width: 100%;
    min-height: 48px;
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%) !important;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: 0 8px 18px rgba(157, 9, 23, 0.28);
}

.auth-page .auth-submit:hover,
.auth-page button.auth-submit:hover {
    background: linear-gradient(135deg, #8a0814 0%, #6b1214 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(157, 9, 23, 0.34);
}

.auth-page .auth-submit:focus,
.auth-page button.auth-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(157, 9, 23, 0.2);
}

.auth-footer-text {
    margin: 0.35rem 0 0;
    text-align: center;
    font-size: 0.92rem;
    color: #6b7280;
}

.auth-portal-menu {
    display: grid;
    gap: 0.75rem;
}

.auth-portal-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: #fff;
    color: #1f2937 !important;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.auth-portal-link .fa {
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    color: #9d0917 !important;
    font-size: 1rem;
}

.auth-portal-link span {
    color: inherit;
}

.auth-portal-link:hover,
.auth-portal-link:focus {
    border-color: #9d0917;
    background: #fff7f7;
    color: #7f191b !important;
    box-shadow: 0 8px 18px rgba(157, 9, 23, 0.12);
    text-decoration: none !important;
}

.auth-portal-link:hover .fa,
.auth-portal-link:focus .fa {
    color: #7f191b !important;
}

@media (max-width: 991px) {
    .auth-brand-panel {
        padding: 2rem 1.25rem 1.5rem;
    }

    .auth-brand-content {
        text-align: center;
        margin: 0 auto;
    }

    .auth-brand-logo {
        justify-content: center;
        width: 100%;
    }

    .auth-brand-logo .ccp-application-logo {
        margin: 0 auto;
        object-position: center center;
    }

    .auth-brand-tagline {
        max-width: none;
    }

    .auth-form-panel {
        padding-top: 0.5rem;
        padding-bottom: 2rem;
    }

    .auth-form-card {
        padding: 1.5rem;
    }
}

.container-inner{
    padding-left: 10%;
    padding-right: 10%;
}
/* main hedder container */
.bg-white{
    background-color: #eaeaea !important;
}
/* aas */
.aas-form-container{
    background-color: #fff;
    padding-top: 5%;

}
/* aas review */
.aas-review-sub-cont{
    margin-bottom: 15px;
}
.aas-review-data-row{
    border-bottom: 1px solid #ccc;
    width: 95%;
}
/* rounded border table */
.table-rounded-corner {
    border-collapse: separate;
    border-spacing: 0;
  }
  
 .table-rounded-corner td {
    background-color: #fff;
    border-style: none solid solid none;
    padding: 10px;
  }
  
 .table-rounded-corner  td:first-child { border-top-left-radius: 10px;border-bottom-left-radius: 10px; }
 .table-rounded-corner  td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
  
 /* .table-rounded-corner tr:last-child td:first-child { border-bottom-left-radius: 10px;border-top-left-radius: 10px;  }
 .table-rounded-corner tr:last-child td:last-child { border-bottom-right-radius: 10px; border-top-right-radius: 10px;} */
  
 .table-rounded-corner tr:first-child td { border-top-style: solid; }
 .table-rounded-corner tr td:first-child { border-left-style: solid; }

 /* user dash board */

 .abstract_data_row{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding:5px;
 }
 .abstract_data_sub_row{
    border-bottom: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
 }
.abstract_text_dashborad{
    color:#ee5151;
}
.dashboard_instruction h2{
    font-size: 1.5em !important;
}
.dashboard_instruction a{
    color:blue;
}
.dashboard_instruction{
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
}
.home_navi_links{
  width: 100%;
  text-align: center;
  display: block;
  text-decoration-color: aqua;
  text-decoration: underline;
  color: #4c1df2;
  background-color: #ccc;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.5em;
}

.ccpDivisionButton {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
color: #751515;
background-color: #ccc;
padding: 5px;
border-radius: 5px;
}

.nav-link {
display: block;
padding: .5rem 1rem;
color: #000000;
background-color: #ffffff;
padding: 5px;
border-radius: 5px;
border: 1px solid #ccc;
margin-bottom: 8px;
padding-left: 10px;

}

.navi_link_active{
    background-color:#e1d8d4;
    color: #801c1f;
    border-radius: 5px;
    border: 1px solid #9ebac7;
    box-shadow: 9px 5px 15px -3px rgba(0,0,0,0.1);

 }


.ccpButtonClass {
    font-size: 14px;
    width: 180px;
    height: 100px;
    border-width: 1px;
    color: rgba(31, 15, 15, 1);
    border-color: rgb(237 229 229);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 10px 14px -7px rgb(174, 173, 172);
    background: linear-gradient(rgb(253 252 251), rgb(221 221 221));
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}


.ccpButtonClass:hover {
    background: linear-gradient(rgb(255 255 255), rgb(236 238 239));
}

  .fa{ color:#c31313 !important}

/* Icons on filled red / primary buttons should match button text */
.ccp-dashboard-action-btn .fa,
.ccp-dashboard-action-btn:hover .fa,
.ccp-dashboard-action-btn:focus .fa,
.auth-page .auth-submit .fa,
.auth-page .auth-submit:hover .fa,
.auth-page .auth-submit:focus .fa,
.btn-primary:not(.add-btn) .fa,
.btn-primary:not(.add-btn):hover .fa,
.btn-primary:not(.add-btn):focus .fa,
.btn-info .fa,
.btn-info:hover .fa,
.btn-info:focus .fa,
.btn-danger .fa,
.btn-danger:hover .fa,
.btn-danger:focus .fa,
.member-form-submit .fa,
.member-form-submit:hover .fa,
.member-form-submit:focus .fa {
    color: #fff !important;
}
  .btn-link:hover {
    color: #0056b3;
    text-decoration: none; 
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}
.accordion .collapse.show {
    overflow: visible !important;
    display: block !important;
}
a {
    color: #9d0917;
    text-decoration: inherit;
    font-weight: bold;
}
/* membership */
/* .membership_model_heder{
  font-weight: bold !important;
} */

/* Abstract review page */
.abstract-review-page {
    padding-bottom: 2.5rem;
}

.abstract-review-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ece8e8 100%);
    border-radius: 8px 8px 0 0;
    padding: 1.25rem 1.5rem 1.5rem;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.abstract-review-breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 0.875rem;
}

.abstract-review-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
}

.abstract-review-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0.75rem 0 0.35rem;
}

.abstract-review-lead {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

.abstract-review-card {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 0 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.abstract-review-section {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.abstract-review-section--last {
    border-bottom: none;
}

.abstract-review-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #9d0917;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.abstract-review-field {
    margin-bottom: 1.1rem;
}

.abstract-review-field:last-child {
    margin-bottom: 0;
}

.abstract-review-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.35rem;
}

.abstract-review-value {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.abstract-review-value--title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
}

.abstract-review-abstract-text {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem 1.15rem;
    white-space: pre-wrap;
    max-height: 320px;
    overflow-y: auto;
}

.abstract-review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
}

@media (min-width: 768px) {
    .abstract-review-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0 1.5rem;
    }
}

.abstract-review-authors-table {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    overflow: hidden;
}

.abstract-review-authors-table thead th {
    background: #f1f3f5;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #666;
    font-weight: 600;
}

.abstract-review-authors-table tbody td {
    vertical-align: middle;
    font-size: 0.9rem;
}

.abstract-review-badge {
    display: inline-block;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.2rem 0.6rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.abstract-review-doc-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    background: #fff;
    border: 1px solid #9d0917;
    border-radius: 5px;
    color: #9d0917 !important;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s, color 0.15s;
}

.abstract-review-doc-link:hover {
    background: #9d0917;
    color: #fff !important;
    text-decoration: none;
}

.abstract-review-confirm-card {
    margin-top: 1.5rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.abstract-review-checkbox {
    padding: 0.85rem 1rem;
    background: #fffbf0;
    border: 1px solid #f0e6c8;
    border-radius: 6px;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.abstract-review-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
}

.abstract-review-checkbox-input {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0.15rem 0 0;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

.abstract-review-checkbox-label {
    flex: 1;
    margin: 0;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: normal;
}

.abstract-review-checkbox #blink {
    margin: 0;
    display: inline;
    font-weight: 500;
    color: #444;
}

.abstract-review-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.abstract-review-actions .btn-primary {
    min-width: 160px;
}

.abstract-review-spinner {
    min-height: 2rem;
    display: flex;
    align-items: center;
}

.abstract-review-modal .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.abstract-review-modal .modal-title {
    font-weight: 600;
}

.abstract-review-modal .modal-title .fa {
    margin-right: 0.35rem;
}

/* Member registration forms */
.member-form-page {
    padding: 1.5rem 0 2.5rem;
}

.ccp-dashboard-card.member-form-page {
    padding: 1.5rem 1.75rem 1.75rem;
}

.ccp-dashboard-card.member-form-page .member-form-body {
    padding: 0;
}

.ccp-dashboard-card.member-form-page .member-form-actions .ccp-dashboard-action-btn {
    min-width: 10rem;
}

.member-form-shell {
    background: #fff;
    border: 1px solid #d9dde3;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.member-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fb 0%, #eef1f5 100%);
    border-bottom: 1px solid #dde2e8;
}

.member-form-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2937;
}

.member-form-subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.member-form-back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.member-form-back:hover {
    background: #f8fafc;
    border-color: #9d0917;
    color: #9d0917;
    text-decoration: none;
}

.member-form-body {
    padding: 1.5rem;
}

.member-form-section {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fcfcfd;
}

.member-form-section:last-of-type {
    margin-bottom: 0;
}

.member-form-section-title {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9d0917;
}

.member-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .member-form-grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .member-form-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.member-form-field {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .member-form-field--full {
        grid-column: 1 / -1;
    }
}

.ccp-searchable-select {
    position: relative;
}

.ccp-searchable-select-input {
    padding-right: 2.25rem;
    cursor: pointer;
}

.ccp-searchable-select::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0.85rem;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
    font-size: 0.95rem;
}

.ccp-searchable-select-list {
    position: absolute;
    z-index: 30;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.ccp-searchable-select-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: none;
    border-bottom: 1px solid #f3f4f6;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.ccp-searchable-select-option:last-child {
    border-bottom: none;
}

.ccp-searchable-select-option:hover,
.ccp-searchable-select-option:focus {
    background: #f9fafb;
    outline: none;
}

.ccp-searchable-select-option strong {
    font-size: 0.9rem;
    color: #111827;
}

.ccp-searchable-select-option span {
    font-size: 0.8rem;
    color: #6b7280;
}

.ccp-searchable-select-option--other {
    background: #fafafa;
}

.ccp-verify-body {
    margin: 0;
    min-height: 100vh;
    background: #f3f4f6;
}

.ccp-verify-shell {
    max-width: 920px;
    margin: 0 auto;
    padding: 1.5rem 1rem 2.5rem;
}

.ccp-verify-header {
    margin-bottom: 1.15rem;
}

.ccp-verify-brand {
    margin-bottom: 0.85rem;
}

.ccp-verify-eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9d0917;
}

.ccp-verify-title {
    margin: 0 0 0.35rem;
    font-size: 1.55rem;
    font-weight: 700;
    color: #111827;
}

.ccp-verify-subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.ccp-verify-card {
    padding: 1.35rem 1.5rem;
}

.ccp-verify-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.ccp-verify-file-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #9d0917 !important;
    font-weight: 600;
    text-decoration: none !important;
    word-break: break-all;
}

.ccp-verify-file-link:hover {
    text-decoration: underline !important;
}

.ccp-verify-file-link .fa {
    color: #9d0917 !important;
}

.ccp-verify-file-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #374151;
}

.ccp-verify-file-list li {
    margin-bottom: 0.35rem;
}

.ccp-endorse-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.ccp-endorse-status-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    background: #f9fafb;
}

.ccp-endorse-status-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #111827;
}

.ccp-endorse-meta {
    margin: 0 0 0.75rem;
    font-size: 0.88rem;
    color: #6b7280;
}

.ccp-endorse-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.ccp-endorse-badge--pending {
    background: #fef3c7;
    color: #92400e;
}

.ccp-endorse-badge--ok {
    background: #d1fae5;
    color: #065f46;
}

.ccp-endorse-badge--bad {
    background: #fee2e2;
    color: #991b1b;
}

.ccp-affiliation-list p {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    color: #374151;
}

.ccp-affiliation-list .remove_aff {
    cursor: pointer;
}

.ccp-profile-form-actions #spinner {
    display: inline-flex;
    align-items: center;
}

.ccp-profile-form-actions #response_msg {
    width: 100%;
    margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
    .ccp-endorse-status-grid {
        grid-template-columns: 1fr;
    }
}

.member-form-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6b7280;
}

.member-form-control,
.member-form-page .form-control {
    min-height: 42px;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #fff;
    color: #1f2937;
    font-size: 0.95rem;
    box-shadow: none;
}

.member-form-control:focus,
.member-form-page .form-control:focus {
    border-color: #9d0917;
    box-shadow: 0 0 0 0.15rem rgba(157, 9, 23, 0.12);
}

.member-form-control[disabled],
.member-form-page .form-control[disabled],
.member-form-page .form-control:disabled {
    background: #f3f4f6;
    color: #4b5563;
    opacity: 1;
    cursor: not-allowed;
}

.member-form-page textarea.form-control {
    min-height: 88px;
    resize: vertical;
}

.member-form-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.15rem;
}

.member-form-radio-group .form-check {
    margin: 0;
}

.member-form-radio-group .form-check-label {
    font-size: 0.95rem;
    color: #374151;
}

.member-form-upload {
    padding: 1rem;
    border: 1px dashed #cfd6df;
    border-radius: 8px;
    background: #fff;
}

.member-form-upload-label {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

.member-form-declaration {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #4b5563;
}

.member-form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.member-form-submit {
    min-width: 160px;
    padding: 0.65rem 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
}

.member-form-page .btn-primary.add-btn {
    background: #fff !important;
    border: 1px solid #9d0917 !important;
    color: #9d0917 !important;
    font-weight: 600;
}

.member-form-page .btn-primary.add-btn:hover {
    background: #9d0917 !important;
    color: #fff !important;
}

.member-form-page .btn-danger {
    background: #fff !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
}

.member-form-page .alert {
    border-radius: 6px;
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    .member-form-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .member-form-body {
        padding: 1rem;
    }

    .member-form-section {
        padding: 1rem;
    }
}

/* App shell */
.ccp-app-body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #f3f4f6;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
    color: #1f2937;
}

.ccp-app-body--dashboard {
    background: #f3f4f6;
}

/* Modern dashboard layout */
.ccp-dashboard-page {
    min-height: calc(100vh - 0px);
}

.ccp-dashboard-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
}

.ccp-dashboard-sidebar {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0.9rem 1rem;
    background: #fafbfc;
    border-right: 1px solid #e5e7eb;
}

.ccp-dashboard-sidebar-brand {
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
}

.ccp-dashboard-sidebar-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
}

.ccp-dashboard-sidebar-logo .ccp-application-logo {
    max-height: 54px;
    max-width: 200px;
}

.ccp-dashboard-sidebar-eyebrow {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
}

.ccp-dashboard-nav {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    padding: 0 0.35rem;
}

.ccp-dashboard-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.65rem 0.45rem 0.75rem;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #4b5563 !important;
    font-size: 0.875rem;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ccp-dashboard-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    flex-shrink: 0;
    border-radius: 7px;
    background: #f3f4f6;
    transition: background 0.15s ease;
}

.ccp-dashboard-nav-icon .fa {
    font-size: 0.82rem;
    color: #6b7280 !important;
    transition: color 0.15s ease;
}

.ccp-dashboard-nav-text {
    line-height: 1.2;
}

.ccp-dashboard-nav-link:hover {
    background: #f3f4f6;
    color: #111827 !important;
}

.ccp-dashboard-nav-link:hover .ccp-dashboard-nav-icon {
    background: #e5e7eb;
}

.ccp-dashboard-nav-link.is-active {
    background: #fff;
    border-color: #f3d0d3;
    color: #9d0917 !important;
    box-shadow: 0 1px 3px rgba(157, 9, 23, 0.08);
}

.ccp-dashboard-nav-link.is-active::before {
    content: "";
    position: absolute;
    left: -0.35rem;
    top: 0.55rem;
    bottom: 0.55rem;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: #9d0917;
}

.ccp-dashboard-nav-link.is-active .ccp-dashboard-nav-icon {
    background: #9d0917;
}

.ccp-dashboard-nav-link.is-active .ccp-dashboard-nav-icon .fa {
    color: #fff !important;
}

.ccp-dashboard-sidebar-user {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    align-items: center;
    margin-top: auto;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ccp-dashboard-user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}

.ccp-dashboard-user-meta {
    min-width: 0;
    display: grid;
    gap: 0.1rem;
}

.ccp-dashboard-user-meta strong,
.ccp-dashboard-user-meta span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ccp-dashboard-user-meta strong {
    font-size: 0.85rem;
    color: #111827;
}

.ccp-dashboard-user-meta span {
    font-size: 0.75rem;
    color: #6b7280;
}

.ccp-dashboard-logout-form {
    margin: 0;
}

.ccp-dashboard-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 7px;
    background: #fef2f2;
    color: #9d0917;
    cursor: pointer;
    transition: background 0.15s ease;
}

.ccp-dashboard-logout:hover {
    background: #fee2e2;
    color: #7f191b;
}

.ccp-dashboard-main {
    padding: 1.5rem 1.75rem 2rem;
    overflow: auto;
}

.ccp-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ccp-dashboard-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ccp-dashboard-card-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.ccp-dashboard-inline-note {
    color: #dc2626;
    font-size: 0.88rem;
}

/* Service registration forms inside dashboard */
.ccp-service-form-card {
    padding: 1.5rem 1.75rem;
}

.ccp-service-form .form-label,
.ccp-service-form .form-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
}

.ccp-service-form .form-control,
.ccp-service-form select.form-control,
.ccp-service-form select {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 2.5rem;
    font-size: 0.92rem;
}

.ccp-service-form .form-control:focus,
.ccp-service-form select:focus {
    border-color: #9d0917;
    box-shadow: 0 0 0 3px rgba(157, 9, 23, 0.12);
}

.ccp-service-form .form-control[disabled] {
    background: #f9fafb;
    color: #4b5563;
}

.ccp-service-form #reg_price,
.ccp-service-form #reg_currency {
    color: #9d0917 !important;
    font-size: 1.35rem;
}

.ccp-service-form #submit_btn {
    margin-top: 0.5rem;
}

.ccp-course-reg-meta {
    margin-bottom: 1.35rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-course-reg-category {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.ccp-course-reg-name {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
}

.ccp-course-reg-price {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    color: #9d0917;
}

.ccp-radio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    margin-top: 0.45rem;
}

.ccp-radio-option,
.ccp-checkbox-option {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.ccp-radio-option input,
.ccp-checkbox-option input {
    margin: 0;
    accent-color: #9d0917;
}

.ccp-terms-box {
    padding: 1rem 1.1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
}

.ccp-terms-title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #9d0917;
}

.ccp-terms-text {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.ccp-payment-note {
    margin: 0 0 1.15rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.ccp-member-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.15rem;
}

.ccp-member-choice-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    width: 100%;
    padding: 1.25rem 1.35rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ccp-member-choice-card:hover,
.ccp-member-choice-card:focus {
    border-color: #9d0917;
    box-shadow: 0 8px 22px rgba(127, 25, 27, 0.1);
    transform: translateY(-1px);
    outline: none;
}

.ccp-member-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%);
    color: #fff;
    font-size: 1.1rem;
}

.ccp-member-choice-icon .fa {
    color: #fff !important;
}

.ccp-member-choice-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.ccp-member-choice-hint {
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.4;
}

.ccp-member-modal-question {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
}

.ccp-member-modal-actions {
    justify-content: center;
    gap: 0.75rem;
}

.ccp-member-doc-heading {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #9d0917;
}

.ccp-member-doc-list {
    margin: 0 0 1rem;
    padding-left: 1.15rem;
    color: #374151;
}

.ccp-member-doc-list li {
    margin-bottom: 0.4rem;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .ccp-member-choice-grid {
        grid-template-columns: 1fr;
    }

    .ccp-member-modal-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ccp-member-modal-actions .ccp-dashboard-action-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Course registration list */
.ccp-course-category + .ccp-course-category {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f3f4f6;
}

.ccp-course-category-title {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.ccp-course-list {
    display: grid;
    gap: 0.75rem;
}

.ccp-course-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fafbfc;
}

.ccp-course-item-main {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.ccp-course-item-main strong {
    font-size: 0.95rem;
    color: #111827;
}

.ccp-course-price {
    font-size: 0.85rem;
    color: #6b7280;
}

.ccp-course-register-btn {
    flex-shrink: 0;
}

.ccp-course-portal-card {
    padding: 1.5rem 1.75rem;
}

.ccp-course-portal-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

/* Shared empty state */
.ccp-empty-state {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    padding: 2.5rem 1.5rem;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    background: #fafbfc;
    text-align: center;
}

.ccp-empty-state--compact {
    padding: 1rem 1.1rem;
    justify-items: start;
    text-align: left;
}

.ccp-empty-state-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: #fff4f4;
    border: 1px solid #f3d0d3;
    color: #9d0917;
    font-size: 1.25rem;
}

.ccp-empty-state-icon .fa {
    color: #9d0917 !important;
}

.ccp-empty-state-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}

.ccp-empty-state-text {
    margin: 0;
    max-width: 34rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #6b7280;
}

.ccp-empty-state .ccp-dashboard-action-btn {
    margin-top: 0.5rem;
}

/* Abstract submission form */
.ccp-abstract-form-card {
    padding: 1.5rem 1.75rem;
}

.ccp-abstract-form-section {
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-abstract-form-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.ccp-abstract-help-text {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.45;
}

.ccp-abstract-note {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9d0917;
}

.ccp-abstract-authors-block {
    margin: 1rem 0;
}

.ccp-abstract-add-btn {
    margin-top: 0.35rem;
}

.ccp-abstract-authors-table-wrap {
    margin: 1rem 0 1.25rem;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fafbfc;
}

.ccp-abstract-authors-table-wrap .ccp-dashboard-table {
    margin: 0;
}

.ccp-abstract-textarea {
    min-height: 280px;
    resize: vertical;
}

.ccp-abstract-word-count {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #6b7280;
}

#limit_exeed {
    color: #dc2626;
    font-weight: 600;
}

.ccp-abstract-upload-panel {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fafbfc;
}

.ccp-abstract-upload-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ccp-abstract-upload-actions input[type="submit"] {
    border: none;
    cursor: pointer;
}

.ccp-abstract-status-panel {
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
}

.ccp-abstract-status-title {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #374151;
}

.ccp-abstract-status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    font-size: 0.88rem;
    color: #4b5563;
}

.ccp-abstract-status-icon {
    width: 1.25rem;
    text-align: center;
}

.ccp-abstract-progress-panel {
    margin-top: 0.75rem;
}

/* Abstract list (dashboard abstracts page) */
.ccp-abstract-list-card {
    padding: 1.5rem 1.75rem;
}

.ccp-abstract-list-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-abstract-list {
    display: grid;
    gap: 1rem;
}

.ccp-abstract-list-empty {
    margin: 0;
    padding: 1.25rem 1rem;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    background: #fafbfc;
    color: #6b7280;
    font-size: 0.92rem;
    text-align: center;
}

.ccp-abstract-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ccp-abstract-card:hover {
    border-color: #e0b4b8;
    box-shadow: 0 10px 24px rgba(157, 9, 23, 0.08);
}

.ccp-abstract-card-top {
    margin-bottom: 0.85rem;
}

.ccp-abstract-card-id {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #fff4f4;
    border: 1px solid #f3d0d3;
    color: #9d0917;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ccp-abstract-card-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}

.ccp-abstract-card-preview {
    margin-bottom: 1rem;
    padding: 0.95rem 1.05rem;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.ccp-abstract-card-preview-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
}

.ccp-abstract-card-preview p {
    margin: 0 0 0.55rem;
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.65;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ccp-abstract-card-readmore {
    font-size: 0.84rem;
}

.ccp-abstract-card-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.ccp-abstract-card-meta-item {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.ccp-abstract-card-meta-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ccp-abstract-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9d0917 !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
}

.ccp-abstract-card-link:hover {
    color: #7f191b !important;
    text-decoration: underline !important;
}

.ccp-abstract-card-link .fa {
    color: inherit !important;
    font-size: 0.82rem;
}

.ccp-abstract-card-doc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}

.ccp-abstract-card-file {
    font-size: 0.85rem;
    color: #374151;
    word-break: break-all;
}

.ccp-abstract-card-muted {
    font-size: 0.88rem;
    color: #9ca3af;
}

.ccp-abstract-card-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.ccp-abstract-card-primary-btn {
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
}

.ccp-abstract-author-card {
    margin-bottom: 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #fafbfc;
}

.ccp-abstract-author-card:last-child {
    margin-bottom: 0;
}

.ccp-abstract-author-card p {
    display: grid;
    gap: 0.15rem;
    margin: 0 0 0.55rem;
}

.ccp-abstract-author-card p:last-child {
    margin-bottom: 0;
}

.ccp-abstract-author-card span {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.ccp-abstract-author-card strong {
    font-size: 0.92rem;
    color: #111827;
    font-weight: 600;
    word-break: break-word;
}

.ccp-abstract-modal-text {
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
}

/* Full abstract details page */
.ccp-abstract-full-card {
    padding: 1.5rem 1.75rem;
}

.ccp-abstract-full-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-abstract-full-title {
    margin: 0.45rem 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}

.ccp-abstract-full-presenting {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.ccp-abstract-full-presenting strong {
    color: #374151;
    font-weight: 600;
}

.ccp-abstract-full-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-abstract-full-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ccp-abstract-authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.85rem;
}

.ccp-abstract-full-text {
    padding: 1.1rem 1.2rem;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fafbfc;
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
}

/* Registration review pages */
.ccp-registration-review-card {
    padding: 1.5rem 1.75rem;
}

.ccp-registration-review-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-registration-review-amount {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid #f3d0d3;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff 0%, #fef7f7 100%);
    text-align: right;
}

.ccp-registration-review-amount-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
}

.ccp-registration-review-amount strong {
    font-size: 1.35rem;
    color: #9d0917;
}

.ccp-registration-review-category {
    font-size: 0.82rem;
    color: #4b5563;
}

.ccp-registration-review-note {
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
    color: #6b7280;
}

/* Payment response pages */
.ccp-payment-response-card {
    padding: 1.5rem 1.75rem;
}

.ccp-payment-response-spinner,
.ccp-payment-response-message {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.ccp-payment-response-result {
    display: none;
}

.ccp-payment-response-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 10px;
}

.ccp-payment-response-banner .fa {
    font-size: 1.35rem;
    margin-top: 0.15rem;
}

.ccp-payment-response-banner h2 {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.ccp-payment-response-banner p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ccp-payment-response-banner--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.ccp-payment-response-banner--success .fa {
    color: #059669 !important;
}

.ccp-payment-response-banner--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ccp-payment-response-banner--error .fa {
    color: #dc2626 !important;
}

.ccp-payment-response-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1.25rem;
    margin: 0 0 1.25rem;
}

.ccp-payment-response-detail {
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #fafbfc;
}

.ccp-payment-response-detail dt {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
}

.ccp-payment-response-detail dd {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: #111827;
    word-break: break-word;
}

#confirm_model .payment_status.alert-success,
#confirm_model .payment_status.alert-warning,
.ccp-payment-modal .payment_status.alert-success,
.ccp-payment-modal .payment_status.alert-warning {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    font-size: 0.92rem;
    line-height: 1.45;
}

.ccp-payment-modal .payment_status.alert-success::before,
.ccp-payment-modal .payment_status.alert-warning::before {
    font-family: FontAwesome;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.ccp-payment-modal .payment_status.alert-success::before {
    content: "\f058";
    color: #059669;
}

.ccp-payment-modal .payment_status.alert-warning::before {
    content: "\f071";
    color: #d97706;
}

#confirm_model .payment_status.alert-success,
.ccp-payment-modal .payment_status.alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

#confirm_model .payment_status.alert-warning,
.ccp-payment-modal .payment_status.alert-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

.ccp-payment-modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.ccp-payment-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #f3f4f6;
    background: linear-gradient(135deg, #fff 0%, #fef7f7 100%);
}

.ccp-payment-modal-header .modal-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.ccp-payment-modal-header .modal-title .fa {
    color: #9d0917 !important;
}

.ccp-payment-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.ccp-payment-modal-close:hover {
    border-color: #9d0917;
    color: #9d0917;
}

.ccp-payment-modal-close .fa {
    color: inherit !important;
    font-size: 0.9rem;
}

.ccp-payment-modal-body {
    padding: 1.15rem 1.25rem;
}

.ccp-payment-modal-note:not(:empty) {
    margin-top: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 0.88rem;
    color: #4b5563;
}

.ccp-payment-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 0.9rem 1.15rem 1.15rem;
    border-top: 1px solid #f3f4f6;
    background: #fafbfc;
}

.ccp-payment-modal-footer .ccp-dashboard-action-btn {
    min-width: 7rem;
    justify-content: center;
}

@media (max-width: 991px) {
    .ccp-payment-response-details {
        grid-template-columns: 1fr;
    }
}

.ccp-dashboard-title {
    margin: 0 0 0.35rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
}

.ccp-dashboard-subtitle {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.ccp-dashboard-card {
    margin-bottom: 1.25rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.ccp-dashboard-card-title {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.ccp-dashboard-card-subtitle {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.ccp-dashboard-tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.ccp-dashboard-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    min-height: 130px;
    padding: 1.1rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #1f2937 !important;
    text-decoration: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ccp-dashboard-tile:hover {
    border-color: #9d0917;
    box-shadow: 0 12px 24px rgba(157, 9, 23, 0.12);
    transform: translateY(-2px);
    color: #7f191b !important;
    text-decoration: none !important;
}

.ccp-dashboard-tile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: #fff4f4;
    color: #9d0917;
    font-size: 1.1rem;
}

.ccp-dashboard-tile-label {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
}

.ccp-dashboard-tile:hover .ccp-dashboard-tile-icon {
    background: #9d0917;
}

.ccp-dashboard-tile:hover .ccp-dashboard-tile-icon .fa {
    color: #fff !important;
}

/* Conference selection page */
.ccp-conference-select-card {
    padding: 1.5rem 1.75rem;
}

.ccp-conference-select-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-conference-search {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: min(100%, 320px);
    padding: 0.55rem 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
}

.ccp-conference-search .fa {
    color: #9ca3af !important;
    font-size: 0.85rem;
}

.ccp-conference-search input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9rem;
    color: #111827;
}

.ccp-conference-list {
    display: grid;
    gap: 0.75rem;
}

.ccp-conference-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: inherit !important;
    text-decoration: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ccp-conference-item:hover {
    border-color: #d6a3a8;
    box-shadow: 0 10px 24px rgba(157, 9, 23, 0.08);
    transform: translateY(-1px);
    text-decoration: none !important;
}

.ccp-conference-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff4f4;
    color: #9d0917;
    font-size: 1.1rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.ccp-conference-item:hover .ccp-conference-item-icon {
    background: #9d0917;
    color: #fff;
}

.ccp-conference-item:hover .ccp-conference-item-icon .fa {
    color: #fff !important;
}

.ccp-conference-item-body {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
}

.ccp-conference-item-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
}

.ccp-conference-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.82rem;
    color: #6b7280;
}

.ccp-conference-item-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ccp-conference-item-meta .fa {
    color: #9d0917 !important;
    font-size: 0.78rem;
}

.ccp-conference-item-action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 0.84rem;
    font-weight: 600;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ccp-conference-item:hover .ccp-conference-item-action {
    background: #9d0917;
    border-color: #9d0917;
    color: #fff;
}

.ccp-conference-item:hover .ccp-conference-item-action .fa {
    color: #fff !important;
}

.ccp-conference-empty-search {
    margin: 1rem 0 0;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
}

.ccp-dashboard-table-wrap {
    overflow-x: auto;
}

.ccp-dashboard-table {
    width: 100%;
    border-collapse: collapse;
}

.ccp-dashboard-table th,
.ccp-dashboard-table td {
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid #eef2f7;
    font-size: 0.9rem;
    text-align: left;
}

.ccp-dashboard-table th {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    background: #f9fafb;
}

.ccp-dashboard-table a {
    color: #9d0917 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.ccp-dashboard-table a:hover {
    text-decoration: underline !important;
}

.ccp-dashboard-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.ccp-dashboard-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #4b5563 !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
}

.ccp-dashboard-tab.is-active,
.ccp-dashboard-tab:hover {
    border-color: #9d0917;
    background: #fff4f4;
    color: #9d0917 !important;
}

.ccp-dashboard-profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.ccp-dashboard-profile-item {
    padding: 1rem;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #f9fafb;
}

.ccp-dashboard-profile-item strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.ccp-dashboard-profile-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #111827;
}

/* Profile page */
.ccp-profile-card {
    padding: 0;
    overflow: hidden;
}

.ccp-profile-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, #fff 0%, #fef7f7 100%);
    border-bottom: 1px solid #f3e8e9;
}

.ccp-profile-summary-main {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    min-width: 0;
}

.ccp-profile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(157, 9, 23, 0.2);
}

.ccp-profile-summary-meta {
    min-width: 0;
}

.ccp-profile-name {
    margin: 0 0 0.2rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.ccp-profile-email {
    margin: 0 0 0.55rem;
    font-size: 0.9rem;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ccp-profile-badge {
    display: none;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #f3d0d3;
    color: #9d0917;
    font-size: 0.78rem;
    font-weight: 600;
}

.ccp-profile-badge.is-visible {
    display: inline-flex;
}

.ccp-profile-edit-btn {
    flex-shrink: 0;
}

.ccp-profile-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.ccp-profile-section {
    padding: 1.5rem 1.75rem;
}

.ccp-profile-section + .ccp-profile-section {
    border-left: 1px solid #f3f4f6;
}

.ccp-profile-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.15rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.92rem;
    font-weight: 600;
    color: #374151;
}

.ccp-profile-section-title .fa {
    color: #9d0917;
    font-size: 0.85rem;
}

.ccp-profile-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin: 0;
}

.ccp-profile-field {
    margin: 0;
}

.ccp-profile-field--wide {
    grid-column: 1 / -1;
}

.ccp-profile-field dt {
    margin: 0 0 0.3rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
}

.ccp-profile-field dd {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #111827;
    line-height: 1.45;
    word-break: break-word;
}

.ccp-profile-placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.ccp-profile-field dd.is-empty {
    font-size: 0;
}

.ccp-profile-field dd.is-empty::after {
    content: "Not provided";
    font-size: 0.95rem;
    color: #9ca3af;
    font-weight: 400;
}

/* Profile edit form */
.ccp-profile-edit-card {
    padding: 1.5rem 1.75rem;
}

.ccp-profile-edit-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.ccp-profile-back-link,
.ccp-profile-cancel-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.95rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #4b5563 !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.ccp-profile-back-link:hover,
.ccp-profile-cancel-link:hover {
    border-color: #9d0917;
    color: #9d0917 !important;
}

.ccp-profile-alert {
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.ccp-profile-alert p {
    margin: 0;
}

.ccp-profile-alert p + p {
    margin-top: 0.35rem;
}

.ccp-profile-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.ccp-profile-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ccp-profile-form-section {
    margin-bottom: 1.75rem;
}

.ccp-profile-form-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.92rem;
    font-weight: 600;
    color: #374151;
}

.ccp-profile-form-section-title .fa {
    color: #9d0917;
    font-size: 0.85rem;
}

.ccp-profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.ccp-profile-form-field {
    margin: 0;
}

.ccp-profile-form-field--wide {
    grid-column: 1 / -1;
}

.ccp-profile-form-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #374151;
}

.ccp-profile-form-control {
    display: block;
    width: 100%;
    padding: 0.62rem 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 0.92rem;
    line-height: 1.4;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ccp-profile-form-control:focus {
    border-color: #9d0917;
    box-shadow: 0 0 0 3px rgba(157, 9, 23, 0.12);
    outline: none;
}

.ccp-profile-form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f3f4f6;
}

.ccp-dashboard-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
}

.ccp-dashboard-action-btn:hover {
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(157, 9, 23, 0.24);
}

@media (max-width: 991px) {
    .ccp-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .ccp-dashboard-sidebar {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 0.75rem;
    }

    .ccp-dashboard-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.35rem;
        padding: 0;
    }

    .ccp-dashboard-nav-link {
        flex: 1 1 auto;
        min-width: fit-content;
        padding: 0.5rem 0.75rem;
    }

    .ccp-dashboard-nav-link.is-active::before {
        display: none;
    }

    .ccp-dashboard-sidebar-user {
        margin-top: 0.75rem;
    }

    .ccp-dashboard-main {
        padding: 1rem;
    }

    .ccp-profile-summary {
        padding: 1.25rem;
    }

    .ccp-profile-sections {
        grid-template-columns: 1fr;
    }

    .ccp-profile-section + .ccp-profile-section {
        border-left: none;
        border-top: 1px solid #f3f4f6;
    }

    .ccp-profile-section {
        padding: 1.25rem;
    }

    .ccp-profile-fields {
        grid-template-columns: 1fr;
    }

    .ccp-profile-edit-btn {
        width: 100%;
        justify-content: center;
    }

    .ccp-profile-edit-toolbar {
        flex-direction: column;
    }

    .ccp-profile-back-link {
        width: 100%;
        justify-content: center;
    }

    .ccp-profile-form-grid {
        grid-template-columns: 1fr;
    }

    .ccp-profile-form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .ccp-profile-form-actions .ccp-dashboard-action-btn,
    .ccp-profile-cancel-link {
        width: 100%;
        justify-content: center;
    }

    .ccp-dashboard-header {
        display: grid;
        gap: 0.75rem;
    }

    .ccp-dashboard-header-actions,
    .ccp-course-register-btn,
    .ccp-profile-back-link {
        width: 100%;
        justify-content: center;
    }

    .ccp-course-item {
        align-items: stretch;
    }

    .ccp-conference-select-toolbar {
        align-items: stretch;
    }

    .ccp-conference-search {
        width: 100%;
        min-width: 0;
    }

    .ccp-conference-item {
        grid-template-columns: auto 1fr;
        gap: 0.85rem;
    }

    .ccp-conference-item-action {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .ccp-abstract-card-meta {
        grid-template-columns: 1fr;
    }

    .ccp-abstract-card-actions {
        justify-content: stretch;
    }

    .ccp-abstract-card-primary-btn {
        width: 100%;
        justify-content: center;
    }

    .ccp-abstract-full-summary {
        flex-direction: column;
    }

    .ccp-abstract-full-summary .ccp-dashboard-action-btn {
        width: 100%;
        justify-content: center;
    }
}
 
/* =========================
   Admin portal layout
   ========================= */
.ccp-admin-body {
    margin: 0;
    min-height: 100vh;
    background: #f3f4f6;
}

.ccp-admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ccp-admin-topbar-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.ccp-admin-topbar-brand .ccp-application-logo {
    max-height: 48px;
    max-width: 220px;
}

.ccp-admin-topbar-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ccp-admin-topbar-label {
    display: none;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #fff4f4;
    border: 1px solid #f3d0d3;
    color: #9d0917;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ccp-admin-topbar-user {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    align-items: center;
    min-width: 0;
}

.ccp-admin-topbar-user-meta {
    min-width: 0;
}

.ccp-admin-topbar-user-meta strong,
.ccp-admin-topbar-user-meta span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ccp-admin-topbar-user-meta strong {
    font-size: 0.88rem;
    color: #111827;
}

.ccp-admin-topbar-user-meta span {
    font-size: 0.75rem;
    color: #6b7280;
}

.ccp-admin-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: calc(100vh - 72px);
}

.ccp-admin-sidebar {
    padding: 1.1rem 0.85rem;
    background: #fafbfc;
    border-right: 1px solid #e5e7eb;
}

.ccp-admin-main {
    padding: 1.35rem 1.5rem 2rem;
    overflow: auto;
}

.ccp-admin-page {
    max-width: 100%;
}

.ccp-admin-page-header {
    margin-bottom: 1.15rem;
}

.ccp-admin-page-header--split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.ccp-admin-page-title {
    margin: 0 0 0.3rem;
    font-size: 1.65rem;
    font-weight: 700;
    color: #111827;
}

.ccp-admin-page-subtitle {
    margin: 0;
    font-size: 0.92rem;
    color: #6b7280;
}

.ccp-admin-toolbar-card {
    margin-bottom: 1rem;
    padding: 1.1rem 1.25rem;
}

.ccp-admin-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.ccp-admin-filters .ccp-dashboard-action-btn,
.ccp-admin-filters .ccp-profile-cancel-link {
    flex: 0 0 auto;
    white-space: nowrap;
}

.ccp-admin-filters .ccp-profile-form-control {
    width: auto;
    min-width: 140px;
    flex: 1 1 140px;
}

.ccp-admin-filter-select {
    max-width: 180px;
    flex: 0 1 180px;
}

.ccp-admin-toolbar-card .ccp-admin-filters {
    margin-bottom: 0;
}

.ccp-admin-danger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border: none;
    border-radius: 8px;
    background: #dc2626;
    color: #fff !important;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.ccp-admin-danger-btn:hover,
.ccp-admin-danger-btn:focus {
    background: #b91c1c;
    color: #fff !important;
    text-decoration: none;
}

.ccp-admin-danger-btn .fa {
    color: #fff !important;
}

.ccp-admin-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.ccp-admin-switch input[type="checkbox"] {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    accent-color: #9d0917;
    cursor: pointer;
}

.ccp-admin-switch-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #4b5563;
    min-width: 4.5rem;
}

.ccp-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ccp-admin-menu {
    display: grid;
    gap: 0.45rem;
}

.ccp-admin-menu-group {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

/* Fix Tailwind `.collapse` (visibility:collapse) breaking Bootstrap accordion menus */
.ccp-admin-menu .collapse {
    visibility: visible !important;
}

.ccp-admin-menu .collapse:not(.show) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

.ccp-admin-menu .collapse.show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
}

.ccp-admin-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: none;
    background: linear-gradient(135deg, #9d0917 0%, #7f191b 100%);
    color: #fff !important;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.ccp-admin-menu-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.ccp-admin-menu-toggle .fa {
    color: #fff !important;
}

.ccp-admin-menu-chevron {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.ccp-admin-menu-toggle.collapsed .ccp-admin-menu-chevron {
    transform: rotate(-90deg);
}

.ccp-admin-menu-nav {
    display: grid !important;
    gap: 0.25rem;
    padding: 0.55rem;
    visibility: visible !important;
    opacity: 1 !important;
}

.ccp-admin-menu-link {
    display: flex !important;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #fff;
    color: #374151 !important;
    font-size: 0.86rem;
    font-weight: 500 !important;
    text-decoration: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ccp-admin-menu-link .fa {
    width: 1rem;
    text-align: center;
    color: #9d0917 !important;
}

.ccp-admin-menu-link:hover {
    background: #fff4f4;
    color: #9d0917 !important;
    border-color: #f3d0d3;
}

.ccp-admin-menu-link.is-active {
    background: #fff4f4;
    color: #9d0917 !important;
    border-color: #f3d0d3;
    font-weight: 600 !important;
}

.ccp-admin-menu-link.is-active .fa {
    color: #9d0917 !important;
}

/* Hide duplicate sidebars if an old page still embeds one */
.ccp-admin-main .col-2:has(.ccp-admin-menu),
.ccp-admin-main .col-2:has(#accordion) {
    display: none !important;
}

.ccp-admin-main .col-10,
.ccp-admin-main .col-md-10 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
    background: transparent !important;
    height: auto !important;
}

.ccp-admin-main .container-fluid.container-sub,
.ccp-admin-main .container-fluid {
    padding: 0 !important;
    background: transparent !important;
}

.ccp-admin-main .table-responsive > .row[style*='background-color: #e5e7eb'],
.ccp-admin-main .row[style*='background-color: #e5e7eb'] {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem !important;
    margin-bottom: 1rem !important;
}

.ccp-admin-main .table {
    background: #fff;
}

.ccp-admin-main .table th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    border-top: none;
}

.ccp-admin-main a {
    color: #9d0917;
}

@media (min-width: 992px) {
    .ccp-admin-topbar-label {
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .ccp-admin-shell {
        grid-template-columns: 1fr;
    }

    .ccp-admin-sidebar {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .ccp-admin-topbar-user-meta {
        display: none;
    }

    .ccp-admin-filters .ccp-profile-form-control,
    .ccp-admin-filter-select {
        min-width: 100%;
        max-width: none;
        flex: 1 1 100%;
    }
}

.ccp-admin-table-link {
    color: #9d0917 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.ccp-admin-table-link:hover {
    color: #7f191b !important;
    text-decoration: underline !important;
}

.ccp-admin-table-link .fa {
    color: inherit !important;
    margin-right: 0.25rem;
}
