﻿

/* =========================================
   RESET
========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: "Karma", serif;
    font-family: "Noto Sans", sans-serif;
    background: var(--light);
    color: var(--black);
    line-height: 1.6;
}


a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* =========================================
   CONTAINER
========================================= */

/* =========================================
   HEADINGS
========================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", sans-serif;
}

.heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
}

.title-text {
    color: var(--primary);
    font-weight: 700;
}

.sub-title {
    color: var(--text);
    font-size: 14px;
}

.right-content {
}

    .right-content .owl-carousel {
        display: block;
        width: 100%;
        z-index: 1;
        padding: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: var(--bs-l);
        border-radius: 8px;
    }
/* =========================================
   TEXT COLORS
========================================= */
.success-text {
    color: var(--success);
}

.warning-text {
    color: var(--warning);
}

.danger-text {
    color: var(--danger);
}

/* =========================================
   BUTTONS
========================================= */
.btn {
    display: inline-block;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

    .btn-primary:hover {
        opacity: 0.9;
    }

.btn-secondary {
    background: var(--secondary);
    color: var(--white);
}

    .btn-secondary:hover {
        opacity: 0.9;
    }

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
/*marquee*/
.marquee {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.strip-title {
    background: #005f8f;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0px;
}

    .strip-title i {
        margin-right: 8px;
    }

.custom-slider .item {
    padding: 0px;
}

.custom-slider .card {
    border: none;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    padding: 0px !important;
}

    .custom-slider .card:hover {
        transform: translateY(-5px);
    }

.custom-slider p {
    text-align: center;
    margin: 10px;
    font-size: 16px;
    color: #333;
}

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        background: #0d6efd !important;
        color: #fff !important;
        margin: 0 5px;
        font-size: 20px !important;
    }

        .owl-nav button.owl-prev:hover,
        .owl-nav button.owl-next:hover {
            background: #000 !important;
        }

.owl-dot.active span {
    background: #0d6efd !important;
}
/*dashboard*/
.user-layout {
    background-color: #eef3f6 !important;
    width: 100%;
}

.flex-container {
    display: flex;
}

.profile-section2 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 0.876rem;
    padding: 0rem !important;
    background-color: #faeff0;
}

    .profile-section2 .avatar {
        width: 35% !important;
    }

        .profile-section2 .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: auto;
            border: 6px solid #ffffff;
            border-radius: 14px;
        }



.profile-section {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 0.876rem;
    padding: 1rem;
    background-color: #faeff0;
}

    .profile-section .avatar {
        width: 25%;
    }

        .profile-section .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: auto;
            border: 6px solid #ffffff;
            border-radius: 14px;
        }

    .profile-section .avatar-detail {
        text-align: left;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

        .profile-section .avatar-detail h4 {
            font-size: 0.876rem;
            margin-bottom: 4px;
            font-weight: 600;
            color: #333;
        }

        .profile-section .avatar-detail p {
            font-size: 0.76rem;
            font-weight: 500;
            color: #333;
        }
/* ================= SIDEBAR ================= */

.sidebar {
    width: 280px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
/*result*/
.result {
    padding: 0px;
}

.my-result {
    border: none;
    border-radius: 0px;
    overflow: hidden;
}

.my-result-top {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}


.result-body {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 10px;
}



.badge-status {
    background: #d1f7dd;
    color: #198754;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.btn-view {
    border-radius: 8px;
    padding: 6px 14px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 6px 10px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 4px 10px;
}
/*result*/
/* =========================
   Profile Section
========================= */
.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #faeff0;
}

.avatar {
    width: 65px;
    height: 65px;
    overflow: hidden;
    flex-shrink: 0;
}

    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.avatar-detail h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.avatar-detail p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

/* =========================
   Main Menu
========================= */
.top-ul {
    margin: 0;
    padding: 15px;
}

.first {
    margin-bottom: 10px;
}

    .first button {
        width: 100%;
        border: none;
        background: #fff;
        color: #222;
        padding: 14px 16px;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .first button span {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .first button i {
            font-size: 14px;
        }

        /* Hover */
        .first button:hover {
            background: #fff;
            color: #222;
            transform: translateX(4px);
        }

        /* Active */
        .first button.active {
            background: #faeff0;
            color: #222;
        }

/* =========================
   Collapse Menu
========================= */
.inner-ul {
    padding-left: 18px;
    margin-top: 8px;
}

    .inner-ul li {
        margin-bottom: 8px;
    }

        .inner-ul li a {
            display: block;
            text-decoration: none;
            background: #f8f9fc;
            color: #555;
            padding: 10px 14px;
            border-radius: 10px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

            .inner-ul li a:hover {
                background: #2575fc;
                color: #fff;
                padding-left: 20px;
            }

/* =========================
   Arrow Rotation
========================= */
.menu-btn .arrow {
    transition: transform 0.3s ease;
}

/* Rotate when open */
.menu-btn:not(.collapsed) .arrow {
    transform: rotate(90deg);
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }

    .profile-section {
        padding: 20px 15px;
    }

    .avatar {
        width: 55px;
        height: 55px;
    }

    .avatar-detail h4 {
        font-size: 16px;
    }

    .first button {
        font-size: 14px;
        padding: 12px 14px;
    }
}

/* ================= MAIN CONTENT ================= */

.main-content {
    flex: 1;
    padding: 20px;
}

.card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.basic-profile {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

    .basic-profile .header {
        position: absolute;
        width: 100%;
        top: 0;
    }

.header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/pb.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.content {
    padding: 20px;
    text-align: center;
    z-index: 9;
    margin: 4rem auto 2rem auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(195, 195, 195, 0.24) 0px 3px 8px;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    height: 100%;
}

/* ================= PROFILE CARD ================= */


.btn-vr-primary {
    background: #006490;
    color: #fff;
    border: none;
    padding-left: 0.876rem;
    padding-right: 0.876rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

    .btn-vr-primary:hover {
        background: #1d4ed8;
        color: #fff;
    }

.info-list .list-group-item {
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    padding: .5rem 0;
    margin-bottom: .125rem;
    border: none !important;
}

.info-list .first {
    border: solid 1px #959595;
    padding: 7px;
    border-radius: 50%;
    min-width: 40px;
}

    .info-list .first i {
        color: #959595;
    }

.info-list h3 {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: left;
}

.info-list p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* ================= QUICK VIEW ================= */


.quick-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.quick-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/qb.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.box-column {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    transition: 0.3s;
}

    .box-column:hover {
        transform: translateY(-5px);
    }

    .box-column img {
        width: 55px;
        margin-bottom: 10px;
    }

    .box-column h2 {
        font-size: 1.75rem;
        color: var(--bs-db);
        font-weight: 600;
        text-align: left;
        margin: 1.5rem 0 0 0;
    }

    .box-column h3 {
        font-size: 1.125rem;
        color: #666666;
        font-weight: 600;
    }

.card-icon-bg {
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    align-items: center;
    position: relative;
}

    .card-icon-bg::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }
/*Alerts & Updates*/
.alerts-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.alerts-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/alart.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.my-registration-card {
    min-height: 4rem;
    display: flex;
    box-shadow: 0 0 8px 3px #7a7a7a2b;
    border-radius: 16px;
    padding: 10px;
}

.my-icon-box {
}

    .my-icon-box img {
        padding: 5px;
    }

.my-content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.my-content p {
    margin: 4px 0 0;
    font-size: 13px;
    opacity: .9;
    line-height: 1.4;
    text-align: left;
}

/*achievements*/

.achievements-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.achievements-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}


/* ================= ALERTS ================= */
.d-process-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .d-process-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

.step-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

    .step-content img {
        width: 50px;
    }

    .step-content h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .step-content p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

/* ================= PROFILE STATUS ================= */

.chartBox {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    background: #fff url(../images/dot-ver-box-bg.png) no-repeat;
    height: 100%;
}

.header-box {
    color: var(--bs-db);
    font-size: 18px;
    font-weight: bold;
}

.layout-box {
    padding: 1px;
    border-radius: 16px;
    width: 320px;
    text-align: center;
}

.donut-chart {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient( #6e40aa 0% 30%, #ff5e63 30% 50%, #aff05b 50% 90%, #1ac7c2 90% 100% );
    position: relative;
}

    .donut-chart::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        background: #fff;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}

    .center-text h2 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

    .center-text p {
        font-size: 14px;
        color: #666;
        margin-top: 4px;
    }

.legend {
    margin-top: 30px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 13px;
    color: #333;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.purple {
    background: #6e40aa;
}

.pink {
    background: #ff5e63;
}

.green {
    background: #aff05b;
}

.cyan {
    background: #1ac7c2;
}
/* ================= TABLE ================= */
.card-pandding {
    background: #fff !important;
}

.pending-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.pending-table th {
    background: #f8fafc;
    padding: 15px;
}

.pending-table td {
    padding: 15px;
    vertical-align: middle;
}

.task-title {
    font-weight: 600;
}

.task-desc {
    font-size: 14px;
    color: #666;
}

.progress {
    height: 8px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.btn-action {
    border-radius: 30px;
    padding: 6px 16px;
}
/* ================= ACHIEVEMENTS ================= */

.step {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2563eb;
    margin-top: 5px;
    flex-shrink: 0;
}

@media(max-width:768px) {

    .flex-container {
        flex-direction: column;
    }

    .sidebar {
        display: none;
    }

    .main-content {
        width: 100%;
    }
}
/*dashboard*/
/*marquee*/
/* =========================================
   FLEX
========================================= */
.flex {
    display: flex;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* =========================================
   FORM
========================================= */
/*.input-box {
    margin-bottom: 20px;
}

    .input-box label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 500;
    }

.form-control,
.form-select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    background: var(--white);
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--primary);
    }

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.form-check-label {
    font-size: 14px;
}*/
/* =========================================
   CARDS
========================================= */
.card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.card-header {
    margin-bottom: 15px;
}

    .card-header h5 {
        color: var(--dark-blue);
        font-size: 18px;
    }
/* =========================================
   TABLE
========================================= */
.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table thead {
        background: var(--light-blue);
    }

    table th {
        padding: 12px;
        text-align: left;
        font-size: 14px;
        color: var(--dark-blue);
    }

    table td {
        padding: 12px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
/* =========================================
   BOX CARD
========================================= */
.box-card {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .box-card .icon {
        width: 70px;
        height: 70px;
        background: var(--primary);
        border-radius: 50%;
        color: var(--white);
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
    }

    .box-card h3 {
        margin-top: 15px;
        font-size: 20px;
        color: var(--dark-blue);
    }

    .box-card p {
        margin-top: 8px;
        font-size: 14px;
    }
/* =========================================
   INFO BOX
========================================= */
.info-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

    .info-box h5 {
        color: var(--primary);
        margin-bottom: 10px;
    }
/* =========================================
   SIDEBAR LAYOUT
========================================= */
/* =========================================
   SUB BANNER
========================================= */
.sub-banner {
    background: url('images/footer-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

    .sub-banner h2 {
        color: var(--white);
    }

    .sub-banner p {
        color: #ddd;
    }
/* =========================================
   GALLERY
========================================= */
.gallery {
    padding: 50px 20px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
}
/* =========================================
   LOADER
========================================= */
.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #ddd;
    border-top: 5px solid var(--secondary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* =========================================
   LOGIN SECTION
========================================= */
.main {
    background: #fff;
    border-radius: 0 0 18px 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    background: #e2f1fb;
    cursor: pointer;
    transition: 0.3s;
}

    .tab.active {
        background: var(--primary);
        color: var(--white);
    }
/* =========================================
   ALERT MODAL
========================================= */
.modal {
    /*background: var(--white);*/
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    padding: 15px;
    background: var(--primary);
    color: var(--white);
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
}
/* =========================================
   DATATABLE
========================================= */
.dt-container {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.dt-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dt-search input {
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
}
/* =========================================
   BADGES
========================================= */
.badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.badge-success {
    background: #d1f7d7;
    color: #0a5c09;
}

.badge-danger {
    background: #ffe2e5;
    color: #BF2026;
}

.badge-warning {
    background: #fff4d6;
    color: #e99900;
}
/*Important Dates*/
/* ================= SECTION ================= */

.home-login {
    background: url(../images/r-bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

    .home-login h2 {
        font-size: 32px;
        color: #006490;
        margin-bottom: 10px;
        font-weight: 500 !important;
    }
/* ================= CARD ================= */

.card-ui {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.4s;
    height: 100%;
    position: relative;
    overflow: hidden;
}
    /* FIRST CARD ACTIVE */

    .card-ui.active {
        background: #005f8f;
        transform: translateY(-6px);
    }

        .card-ui.active h3,
        .card-ui.active .date {
            color: #fff;
        }

        .card-ui.active .btn-ui {
            background: #fff;
            color: #005f8f;
        }
    /* HOVER EFFECT */

    .card-ui:hover {
        background: #005f8f;
        transform: translateY(-6px);
    }

        .card-ui:hover h3,
        .card-ui:hover .date {
            color: #fff;
        }

        .card-ui:hover .btn-ui {
            background: #fff;
            color: #005f8f;
        }
    /* ICON */

    .card-ui .icon {
        margin-bottom: 14px;
    }

        .card-ui .icon img {
            width: 70px;
            transition: 0.4s;
        }

    .card-ui:hover .icon img {
        transform: scale(1.1);
    }
    /* HEADING */

    .card-ui h3 {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        transition: 0.4s;
    }
    /* DATE */

    .card-ui .date {
        font-size: 14px;
        color: #666;
        transition: 0.4s;
    }
/* BUTTON */

.btn-ui {
    display: inline-block;
    padding: 5px 24px;
    background: #005f8f;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.4s;
}

    .btn-ui:hover {
        background: #222;
        color: #fff;
    }
/* ================= LOGIN BOX ================= */
/* ================= LOGIN WRAPPER ================= */
/* ================= LOGIN WRAPPER ================= */

.login-wrapper {
    background: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ================= LOGIN BOX ================= */

.login-box {
    width: 100%;
    max-width: 720px;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* ================= HEADER ================= */

.login-header h2 {
    font-weight: 600;
    color: #005f8f;
    margin-bottom: 24px;
    font-size: 24px;
}
/* ================= FORM GROUP ================= */

.form-group {
    margin-bottom: 28px;
}

    .form-group label {
        display: block;
        color: #333;
        margin-bottom: 8px;
    }
/* ================= INPUT BOX ================= */

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 35px;
}
/* LEFT ICON */

.input-icon {
    width: 60px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9d9d9;
    color: #222;
}
/* RIGHT ICON */

.right-icon {
    border-left: 1px solid #d9d9d9;
    border-right: none;
    cursor: pointer;
}
/* INPUT */

.input-box input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 15px;
    color: #333;
}

    .input-box input::placeholder {
        color: #888;
    }
/* ================= CAPTCHA ================= */

.captcha-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    position: relative;
    border: 1px solid #d1d1d1;
}

.captcha-image {
    width: 160px;
    height: 35px;
    border-right: 1px solid #d9d9d9;
}

    .captcha-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.captcha-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 15px;
}

.reload-btn {
    width: 60px;
    height: 35px;
    border-left: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* ================= BOTTOM LINKS ================= */

.bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0;
}

    .bottom-links a {
        text-decoration: none;
        color: #222;
    }

.register-link {
    color: #ff4d4d !important;
    text-decoration: underline !important;
}
/* ================= BUTTON ================= */

.login-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #005f8f;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    padding: 5px;
}

    .login-btn:hover {
        background: #00476b;
    }
/* ================= About Section ================= */
.sub-banner {
    background: url(/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 1rem 0;
    margin: 0 0 0 0;
    border: none;
    border-radius: 0;
}

    .sub-banner .border-l {
        border-left: solid 4px #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sub-banner .alert-heading {
        color: #fff;
    }

    .sub-banner p.link {
        display: flex;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .sub-banner p, .sub-banner a {
        color: #fff;
        font-size: 0.75rem;
    }

.breadcrumb-links {
    color: #fff;
}

.home-sec-second {
    background: #fff;
}

.heading h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-banner h2 {
    color: #fff;
    font-size: 20px;
}

.video-box {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

    .video-box iframe {
        width: 100%;
        height: 350px;
        border: 0;
    }

.custom-pills .nav-link {
    background: #f3f3f3;
    color: #000;
    margin-right: 10px;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
}

    .custom-pills .nav-link.active {
        background: #ff7a00;
        color: #fff;
    }

.tab-content {
}

    .tab-content p {
        font-size: 16px;
        line-height: 28px;
        color: #444;
    }
/* Responsive */
@media(max-width:768px) {

    .heading h2 {
        font-size: 30px;
    }

    .video-box iframe {
        height: 250px;
    }

    .custom-pills .nav-link {
        margin-bottom: 10px;
    }
}
/* ================= About Section ================= */

/*vinner-list*/
.winner-section {
    background: #f8f9ff;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #006490;
}

.section-heading h4 {
    font-weight: 600;
    color: #006490;
}

.section-heading p {
    color: #006490;
    max-width: 700px;
    margin: auto;
}

.card-header {
    background: #006490;
    color: #fff;
    padding: 20px;
    margin: 0px !important;
}

.winner-card {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #f59e0b;
}

.card-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.card-title p {
    color: #fff;
}

.winner-table {
    margin: 0;
}

    .winner-table thead {
        background: #cfe2ff;
        color: #000;
    }

    .winner-table th {
        padding: 15px;
        font-weight: 600;
        border: none;
    }

    .winner-table td {
        padding: 4px 8px;
        vertical-align: middle;
        border-bottom: 1px solid #e5e7eb;
    }

    .winner-table tbody tr:hover {
        background: #f1f5f9;
    }

.badge-box {
    background: #dbeafe;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

olympiad-gallery {
    padding: 70px 0;
}

.heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #006490;
    margin-bottom: 10px;
}

.heading img {
    width: 160px;
}

.custom-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    height: 100%;
}

    .custom-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

.img-wrapper {
    height: 320px;
    overflow: hidden;
    position: relative;
}

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease;
    }

/* Zoom In Effect */
.custom-card:hover .img-wrapper img {
    transform: scale(1.12);
}

.card-content {
    padding: 22px 18px;
    text-align: center;
}

    .card-content h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #222;
    }

    .card-content p {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0;
    }



@media(max-width:768px) {

    .section-heading h2 {
        font-size: 28px;
    }

    .card-title h3 {
        font-size: 20px;
    }

    .winner-card {
        padding: 15px;
    }

    .winner-table th,
    .winner-table td {
        white-space: nowrap;
    }

    .heading h2 {
        font-size: 30px;
    }

    .img-wrapper {
        height: 260px;
    }
}

/*vinner-list*/

/*registration*/

.regi-main {
    margin-left: auto;
    background: #fff;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 0px 0px 18px 18px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

    .regi-main fieldset {
        border: solid 1px #d1d1d1;
        padding-inline: 1.25rem;
        padding-block: 0.875rem 0.875rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }

        .regi-main fieldset legend {
            font-size: calc(0.875rem + 0.15vw);
            font-weight: 600;
            background: #f5f5f5;
            padding: 0.5rem 0.875rem;
            margin-bottom: 1rem;
        }

.regi-tab {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.6rem 2rem;
    transition: all 0.3s;
    border: 1px solid #006490;
    background-color: transparent;
    color: #006490;
    border-radius: 8px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #006490;
    }

.action-info-section {
}

    .action-info-section p {
        padding: 0;
        margin: 0;
        color: #585858;
        font-size: 0.875rem;
        font-weight: 400;
    }

        .action-info-section p a {
            color: #bf2026 !important;
            font-weight: 600;
        }

.second {
    background-color: #efefef;
    width: 50px;
    padding: 0 5px;
    cursor: pointer;
    align-content: center;
    text-align: center;
}

    .second img {
        height: 25px;
        margin: 0;
    }
/*registration*/

/*student-profile-page*/
.student-profile-page {
    padding: 0px !important;
}

    .student-profile-page .mainBtn {
        background-color: #006490;
    }

    .student-profile-page .input {
        margin-bottom: 1rem;
    }
/*student-profile-page*/
/*   Examination Section*/
.examination {
    background: url(/images/examination1.png) no-repeat;
    background-size: cover;
    position: relative;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    align-items: center;
    position: relative;
}

    .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }

    .feature-card:hover {
        transform: translateY(-6px);
    }
/* Left Image */

.feature-icon {
    min-width: 75px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

    .feature-icon img {
        width: 80px;
        transition: 0.4s;
    }
/* Right Text */

.feature-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

    .feature-card h3 a {
        text-decoration: none;
        color: #006490;
        transition: 0.4s;
    }
/* Hover */

.feature-card:hover .feature-icon {
    background: rgba(255,255,255,0.2);
}

.feature-card:hover h3 a {
    color: #bf2026;
}


/* Responsive */

@media (max-width: 768px) {

    .feature-card {
        padding: 18px;
        gap: 15px;
    }

    .feature-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

        .feature-icon img {
            width: 35px;
        }

    .feature-card h3 {
        font-size: 17px;
    }
}
/* ================= RESPONSIVE ================= */

@media(max-width:768px) {

    .login-box {
        padding: 30px 20px;
    }

    .login-header h2 {
    }

    .form-group label {
    }

    .input-box input,
    .captcha-box input {
    }

    .bottom-links {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .login-btn {
    }
}

@media(max-width:576px) {

    .login-header h2 {
    }

    .captcha-image {
        width: 120px;
    }

    .input-icon,
    .reload-btn {
        width: 50px;
    }
}

@media(max-width:767px) {

    .home-login h2 {
    }

    .card-ui {
        padding: 25px 20px;
    }

        .card-ui h3 {
        }

    .header-section h4 {
    }
}

@media(max-width:576px) {

    .home-login {
        padding: 30px 0;
    }

        .home-login h2 {
        }

    .card-ui {
        padding: 22px 18px;
    }

        .card-ui .icon img {
            width: 60px;
        }

        .card-ui h3 {
        }

    .login-box {
        padding: 25px 20px;
    }
}
/*Important Dates*/
/*nastonal inter nastional*/
.olympiad-section {
    padding: 70px 0;
}
/* =========================
           TOP FILTER
        ========================== */

.top-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .top-filter select {
        width: 520px;

        Specificity: (0,1,0) {
            --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
            display: block;
            width: 100%;
            padding: 0.375rem 2.25rem 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: var(--bs-body-color);
            appearance: none;
            background-color: var(--bs-body-bg);
            background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 16px 12px;
            border: var(--bs-border-width) solid var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }
/* =========================
           TABS BUTTON
        ========================== */

.custom-tab-btn {
    border-radius: 40px !important;
    border: 1px solid #006699 !important;
    background: #fff !important;
    color: #006699 !important;
    transition: .3s;
    padding: 5px 24px;
}

    .custom-tab-btn.active {
        background: #006699 !important;
        color: #fff !important;
    }
/* =========================
           CARD DESIGN
        ========================== */

.olympiad-card {
    border: 1px solid #d7edf8;
    border-radius: 24px;
    padding: 14px;
    overflow: hidden;
    transition: .3s;
    height: 100%;
    align-items: center;
    position: relative;
}

    .olympiad-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 140px;
        background: url(../images/shape2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }

    .olympiad-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    }

.card-inner {
    border-radius: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .card-inner p {
        color: #006699;
    }
    /* TOP CURVE DESIGN */

    .card-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110px;
        background: url('https://www.transparenttextures.com/patterns/wavecut.png');
        opacity: .25;
        background-size: cover;
    }

.class-title {
    color: #006699;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.card-text {
    color: #006699;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
/* =========================
           BUTTONS
        ========================== */

.btn-row {
    gap: 8px;
    row-gap: 8px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: baseline;
    padding: 15px 10px 15px 10px;
}

.custom-btn {
    margin-top: 0;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px 20px;
    min-width: 134px;
}

    .custom-btn:hover {
        transform: translateY(-2px);
    }

.btn-outline-blue {
    border: 1.5px solid #1f6bff;
    background: #fff;
    color: #1f6bff;
}

.btn-outline-gray {
    border: 1px solid #888;
    background: #fff;
    color: #444;
}

.btn-green {
    background: #17914f;
    color: #fff;
    border: none;
}

    .btn-green:hover {
        background: #0e7c41;
        color: #fff;
    }
/* =========================
           RESPONSIVE
        ========================== */

@media(max-width:991px) {

    .top-filter select {
        width: 100%;
    }

    .class-title {
        font-size: 30px;
    }

    .card-text {
        font-size: 17px;
        min-height: auto;
    }
}

@media(max-width:575px) {

    .btn-row {
        flex-direction: column;
    }

    .custom-btn {
        width: 100%;
    }

    .custom-tab-btn {
        min-width: 130px;
        font-size: 16px;
    }
}
/*nastonal inter nastional*/
/*nevs & annuncement*/
.news-section {
    background: url(../images/news-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-card-left {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 5px solid #006490;
    max-height: 394px;
    overflow-y: auto;
    padding-right: 5px;
}

.news-card {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}



    .news-card img {
        width: 120px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

.news-info span {
    font-size: 14px;
    color: #333;
}

.news-info h5 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
}

.news-info a {
    color: #c62828;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.my-item {
}

.pera {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #006490;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .pera h5 {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: bold;
        color: #006490;
    }

    .pera p {
        margin: 0;
        font-size: 14px;
        color: #006490;
    }


@media(max-width:768px) {

    .section-title h2 {
        font-size: 28px;
    }
}
/*nevs & annuncement*/
/**/

/*congratulatory*/
.congratulatory-section {
    background: url(../images/congratulatories.png) no-repeat;
    background-size: cover;
    position: relative;
}

.heading h2 {
    font-size: 32px;
    color: #006490;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: block;
}

.letter-card {
    padding: 28px 25px;
    border-radius: 14px;
    margin: 25px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
}

/* Quote Icon */
.quote-icon {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 60px;
    color: #0077a8;
    line-height: 1;
}

/* Letter Image */
.letter-image {
    text-align: center;
}

    .letter-image img {
        width: auto !important;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        text-align: center;
        margin: 0px auto;
    }

/* Bottom Section */
.bottom-info {
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.profile-icon {
    width: 58px;
    height: 58px;
    border: 3px solid #0077a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .profile-icon .avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid var(--bs-b);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        background: var(--bs-lb);
    }

.bottom-info .info {
    margin: 0;
    color: #006699;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

    .bottom-info .info .name {
        color: #006490;
        font-weight: 600;
    }

/* Owl Carousel */

.slider4 .item {
    padding: 10px;
}

.owl-nav {
    margin-top: 25px !important;
    text-align: center;
}

    .owl-nav button {
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        background: #000 !important;
        color: #fff !important;
        margin: 0 6px;
        font-size: 22px !important;
        transition: 0.3s;
    }

        .owl-nav button:hover {
            background: #0d6efd !important;
        }

.owl-dots {
    margin-top: 15px !important;
    text-align: center;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #cfcfcf !important;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #000 !important;
}

/* Responsive */

@media(max-width:768px) {

    .card-image img {
        height: 220px;
    }

    .name {
        font-size: 14px;
        line-height: 22px;
    }
}
/*congratulatory*/

/*/* =========================


   SAMPLE SECTION
========================= */

.sample {
    background: url(/images/sasmple.png) no-repeat;
    background-size: cover;
    position: relative;
}
/* CARD */
.sample-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    position: relative;
}

    .sample-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }
    /* ACTIVE CARD */
    .sample-card.active {
        background: #23b9a1;
        color: #fff;
    }


        .sample-card.active a {
            color: #fff;
        }
    /* IMAGE */
    .sample-card img {
        width: 70px;
        margin-bottom: 10px;
    }
    /* TITLE */
    .sample-card h5 {
        font-size: 16px;
        font-weight: 600;
    }
    /* LINK */
    .sample-card a {
        text-decoration: none;
        color: #23b9a1;
        font-weight: 500;
        transition: 0.3s;
    }

        .sample-card a i {
            margin-left: 6px;
            font-size: 14px;
        }
    /* HOVER */
    .sample-card:hover {
        transform: translateY(-8px);
        background: #23b9a1;
        color: #fff;
        border-color: #23b9a1;
    }

        .sample-card:hover a {
            color: #fff;
        }
/* RESPONSIVE */
@media(max-width:768px) {

    .sample-card {
        padding: 25px 15px;
    }

        .sample-card h5 {
            font-size: 18px;
        }
}
/* =========================================
   RESPONSIVE
========================================= */
@media(max-width:1024px) {

    .gallery-container {
        grid-template-columns: repeat(2,1fr);
    }

    .sidebar {
        width: 220px;
    }
}

@media(max-width:768px) {

    .user-layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .gallery-container {
        grid-template-columns: 1fr;
    }

    .flex-between {
        flex-direction: column;
        gap: 10px;
    }

    table {
        min-width: 700px;
    }
}

@media(max-width:576px) {

    .heading h2 {
        font-size: 28px;
    }

    .btn {
        width: 100%;
    }

    .card {
        padding: 15px;
    }

    .main-content {
        padding: 10px;
    }
}
/* =========================================
   TOP NAVIGATION
========================================= */
/* ================= NAVBAR ================= */

.vs-top-navigation {
    background: #fff;
    transition: all 0.3s ease;
    z-index: 999;
    font-family: "Noto Sans", sans-serif;
}
    /* LOGO */
    .vs-top-navigation .navbar-brand img {
        height: 70px;
        transition: 0.3s;
    }

        .vs-top-navigation .navbar-brand img:hover {
            transform: scale(1.05);
        }
    /* MAIN NAV LINKS */
    .vs-top-navigation .nav-link {
        color: #232323;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 14px !important;
        border-radius: 6px;
        transition: all 0.3s ease;
        position: relative;
    }
        /* HOVER EFFECT */
        .vs-top-navigation .nav-link:hover {
            color: #bf2026 !important;
            background-color: rgba(190, 30, 37, 0.07);
        }
        /* ACTIVE MENU */
        .vs-top-navigation .nav-link.active {
            /*            background: #0d6efd;*/
            color: #bf2026 !important;
        }
    /* UNDERLINE EFFECT */
    /*.vs-top-navigation .nav-link::after {
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #0d6efd;
            transition: 0.3s;
            transform: translateX(-50%);
        }

        .vs-top-navigation .nav-link:hover::after {
            width: 70%;
        }*/
    /* DROPDOWN */
    .vs-top-navigation .dropdown-menu {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        padding: 10px 0;
        width: 100%;
    }
    /* DROPDOWN ITEM */
    .vs-top-navigation .dropdown-item {
        padding: 10px 18px;
        font-size: 14px;
        transition: 0.3s;
    }
        /* DROPDOWN HOVER */
        .vs-top-navigation .dropdown-item:hover {
            background: #0d6efd;
            color: #fff;
        }
    /* PROFILE IMAGE */
    .vs-top-navigation .rounded-circle {
        transition: 0.3s;
    }

        .vs-top-navigation .rounded-circle:hover {
            transform: scale(1.08);
            box-shadow: 0 0 10px rgba(13,110,253,0.4);
        }
    /* LANGUAGE LINKS */
    .vs-top-navigation .d-none.d-lg-flex a {
        color: #222;
        font-weight: 600;
        transition: 0.3s;
    }
        /* Active class */
        .vs-top-navigation .d-none.d-lg-flex a.active {
            color: #006490;
        }
        /* Optional hover effect */
        .vs-top-navigation .d-none.d-lg-flex a:hover {
            color: #0d6efd;
        }
    /* MOBILE MENU BUTTON */
    .vs-top-navigation .navbar-toggler {
        border: none;
        box-shadow: none !important;
    }

.first-btn {
}

    .first-btn a {
        background-color: #bf2026;
        color: #fff !important;
        border-radius: 20px;
        padding: 5px 30px;
        font-weight: 500;
        margin: 2px 4px;
    }

.second-btn {
}

    .second-btn a {
        background-color: transparent;
        color: #006490 !important;
        border: 1px solid #006490;
        border-radius: 20px;
        padding: 5px 30px;
        font-weight: 500;
        margin: 2px 4px;
    }

    .second-btn ul {
    }

        .second-btn ul li {
            color: #006490 !important;
        }

            .second-btn ul li a {
                background-color: transparent !important;
                color: #222 !important;
                border: none !important;
            }
/* MOBILE RESPONSIVE */
@media (max-width: 991px) {

    .vs-top-navigation .nav-link {
        padding: 10px 15px !important;
        margin-bottom: 5px;
    }

    .vs-top-navigation .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
    }
}
/* =========================================
   MOBILE LOGO
========================================= */

.vs-top-navigation .mob-logo {
    height: 45px;
}
/* =========================================
   MOBILE OFFCANVAS
========================================= */

.mobile-offcanvas {
    width: 280px;
    background: #fff;
}

    .mobile-offcanvas .offcanvas-header {
        padding: 1rem 1.5rem 0.5rem 1rem;
    }

        .mobile-offcanvas .offcanvas-header .top-logo {
            max-width: 120px;
        }

    .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0.75rem 0;
        border-top: 1px solid var(--bs-border);
        font-size: 1rem;
        text-align: left;
        font-weight: 400;
    }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button i {
            font-size: 1.25rem;
            margin-right: 0.5rem;
        }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button[aria-expanded="true"] .bi-chevron-right {
            transform: rotate(90deg);
        }

    .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li ul.btn-toggle-nav {
        margin-left: 1.5rem;
    }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li ul.btn-toggle-nav li {
            padding: 0.75rem 0;
            border-top: 1px solid var(--bs-border);
            font-size: 1rem;
        }
/*home css*/
/*end home css*/
/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .vs-top-navigation.navbar {
        padding: 8px 0;
    }

    .vs-top-navigation .navbar-brand {
        margin-right: 0;
    }

        .vs-top-navigation .navbar-brand img.top-logo {
            height: 60px;
        }

    .vs-top-navigation .logo-a {
        order: 1;
    }

    .vs-top-navigation .button-menu {
        order: 0;
    }

    .vs-top-navigation .header-right {
        order: 2;
    }
}

@media(max-width:768px) {

    .vs-top-navigation .text-right {
        text-align: left;
        margin-top: 10px;
    }

    .vs-top-navigation .contact-list li {
        display: block;
        margin-bottom: 5px;
    }
}

@media(min-width:992px) {

    .vs-top-navigation .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
    }

    .vs-top-navigation .header-right .language a {
        font-size: 14px;
    }

    .vs-top-navigation .navbar-brand img.top-logo {
        height: 64px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.first_nav .nav-link {
        font-size: 14px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.sec_nav .nav-item.dropdown .nav-link {
        font-size: 14px;
    }
}

@media(min-width:1100px) {

    .vs-top-navigation .header-right .language a {
        font-size: 16px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.first_nav .nav-link {
        font-size: 16px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.sec_nav .nav-item.dropdown .nav-link {
        font-size: 16px;
    }
}
/*fotter*/
/* Footer */
.footer-section {
    background: url(/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
/* Footer Content */
.footer-content {
    position: relative;
    z-index: 2;
}
/* Footer Logo */
.footer-logo {
    margin-bottom: 30px;
    text-align: left;
}
/* Social Icon */
.footer-social-icon {
    text-align: left;
}

    .footer-social-icon a {
        color: #333;
        font-size: 16px;
        margin-right: 28px;
        text-decoration: none;
    }

        .footer-social-icon a i {
            height: 40px;
            width: 40px;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            background: #ffffff;
            color: #006490;
        }
/* Footer Right */
.footer-right {
    display: flex;
    flex-wrap: wrap;
}
/* Contact Details */
.contact-details {
    padding-top: 50px;
    color: #ffffff;
    padding-right: 50px;
}

    .contact-details i {
        margin-right: 10px;
    }
/* Footer Widget */
.footer-widget {
    padding-top: 50px;
    display: flex;
}
    /* Footer List */
    .footer-widget ul {
        margin: 0;
    }

        .footer-widget ul li {
            margin-bottom: 12px;
            list-style: none;
        }

            .footer-widget ul li i {
                margin-right: 10px;
            }

            .footer-widget ul li a {
                color: #fff;
                text-transform: capitalize;
                text-decoration: none;
            }

                .footer-widget ul li a:hover {
                    color: var(--bs-border);
                }
/* Widget Heading */
.footer-widget-heading h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
/* Footer Text */
.footer-text i {
    color: #fff;
}

.footer-text span {
    padding-left: 10px;
    color: #fff;
}
/* Copyright */
.copyright-area {
    background: #fff;
    padding: 25px 0;
}

.copyright-text {
    position: relative;
}

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        text-align: center;
        color: var(--bs-d) !important;
    }
/* Responsive */
@media(max-width:768px) {

    .footer-logo {
        text-align: center !important;
    }

    .footer-social-icon {
        text-align: center !important;
    }

    .footer-section ul {
        padding-left: 0;
        width: 100%;
    }
}
/*end fotter*/


/*//============================================================================*/

/* =========================================
   ADMIN DASHBOARD
   Add this after existing style.css
========================================= */

.admin-dashboard {
    width: 100%;
    color: #1f2937;
}

.admin-side-link {
    width: 100%;
    border: none;
    background: #fff;
    color: #222;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0.375rem;
}

    .admin-side-link span {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .admin-side-link:hover,
    .admin-side-link.active {
        background: #faeff0;
        color: #222;
        transform: translateX(4px);
    }

.admin-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

    .admin-page-head h2 {
        margin: 0;
        font-size: 1.45rem;
        color: #006490;
        font-weight: 700;
    }

    .admin-page-head p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.875rem;
    }

.admin-filter-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 420px;
}

    .admin-filter-box .form-select {
        border-radius: 8px;
        min-height: 36px;
        font-size: 0.85rem;
    }

.admin-kpi-card {
    height: 100%;
    min-height: 118px;
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 0.875rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #006490;
}

    .admin-kpi-card::after {
        content: "";
        position: absolute;
        right: -38px;
        top: -38px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(0, 100, 144, 0.08);
    }

    .admin-kpi-card .kpi-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 1.2rem;
        flex: 0 0 auto;
    }

    .admin-kpi-card p {
        margin: 0;
        color: #666;
        font-size: 0.78rem;
        font-weight: 600;
    }

    .admin-kpi-card h3 {
        margin: 0.2rem 0;
        font-size: 1.75rem;
        line-height: 1;
        font-weight: 800;
        color: #111827;
    }

    .admin-kpi-card span {
        color: #777;
        font-size: 0.72rem;
    }

    .admin-kpi-card.kpi-purple {
        border-left-color: #6e40aa;
    }

        .admin-kpi-card.kpi-purple .kpi-icon {
            color: #6e40aa;
            background: #f2ecfb;
        }

    .admin-kpi-card.kpi-green {
        border-left-color: #2fb36d;
    }

        .admin-kpi-card.kpi-green .kpi-icon {
            color: #2f8f5b;
            background: #eaf8f0;
        }

    .admin-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .admin-kpi-card.kpi-orange .kpi-icon {
            color: #ff8300;
            background: #fff1df;
        }

    .admin-kpi-card.kpi-teal {
        border-left-color: #1ac7c2;
    }

        .admin-kpi-card.kpi-teal .kpi-icon {
            color: #159b97;
            background: #e7fbfa;
        }

    .admin-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .admin-kpi-card.kpi-red .kpi-icon {
            color: #ff5e63;
            background: #ffedef;
        }

.admin-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    height: 100%;
}

.admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .admin-panel-head h3 {
        margin: 0;
        font-size: 1.1rem;
        color: #006490;
        font-weight: 700;
    }

    .admin-panel-head p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.78rem;
    }

.admin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0.32rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

    .admin-badge.good {
        background: #e8f8ef;
        color: #238653;
    }

    .admin-badge.warn {
        background: #fff3dc;
        color: #a56500;
    }

    .admin-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .admin-badge.info {
        background: #e8f2ff;
        color: #2563eb;
    }

.admin-bar-chart {
    height: 250px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 1rem;
    padding: 0.75rem 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.bar-item {
    text-align: center;
    min-width: 0;
}

.bar-value {
    width: 52%;
    min-width: 34px;
    margin: 0 auto 0.65rem;
    border-radius: 8px 8px 0 0;
    background: #006490;
}

    .bar-value.purple {
        background: #6e40aa;
    }

    .bar-value.green {
        background: #2fb36d;
    }

    .bar-value.orange {
        background: #ff8300;
    }

    .bar-value.red {
        background: #ff5e63;
    }

.bar-item span {
    display: block;
    color: #666;
    font-size: 0.75rem;
}

.admin-funnel {
    display: grid;
    gap: 0.75rem;
}

.funnel-row {
    display: grid;
    grid-template-columns: 96px 1fr 44px;
    gap: 0.65rem;
    align-items: center;
}

    .funnel-row span {
        color: #666;
        font-size: 0.78rem;
    }

    .funnel-row strong {
        text-align: right;
        color: #111827;
        font-size: 0.82rem;
    }

.funnel-track {
    height: 11px;
    background: #eef2f6;
    border-radius: 20px;
    overflow: hidden;
}

    .funnel-track div {
        height: 100%;
        background: linear-gradient(90deg, #006490, #1ac7c2);
        border-radius: inherit;
    }

.admin-table {
    font-size: 0.82rem;
}

    .admin-table th {
        background: #f8fafc;
        color: #333;
        font-size: 0.78rem;
        padding: 0.8rem;
        white-space: nowrap;
    }

    .admin-table td {
        padding: 0.75rem 0.8rem;
        vertical-align: middle;
    }

.admin-alert-list {
    display: grid;
    gap: 0.75rem;
}

.admin-alert {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.75rem;
    align-items: center;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 0.75rem;
    box-shadow: 0 0 8px 3px #7a7a7a1c;
}

    .admin-alert i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff3dc;
        color: #ff8300;
    }

    .admin-alert.risk i {
        background: #ffedef;
        color: #ff5e63;
    }

    .admin-alert.info i {
        background: #e7fbfa;
        color: #1ac7c2;
    }

    .admin-alert h4 {
        margin: 0;
        font-size: 0.86rem;
        font-weight: 700;
        color: #111827;
    }

    .admin-alert p {
        margin: 0.15rem 0 0;
        font-size: 0.74rem;
        color: #666;
    }

    .admin-alert span {
        font-size: 0.7rem;
        font-weight: 700;
        color: #666;
    }

.admin-state-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

    .admin-state-grid div {
        border: 1px solid #eef0f4;
        border-radius: 14px;
        padding: 0.85rem;
        background: #fbfcfe;
    }

    .admin-state-grid p {
        margin: 0;
        color: #666;
        font-size: 0.76rem;
    }

    .admin-state-grid h4 {
        margin: 0.25rem 0;
        color: #006490;
        font-weight: 800;
        font-size: 1.45rem;
    }

    .admin-state-grid span {
        color: #777;
        font-size: 0.72rem;
    }

@media (max-width: 991px) {
    .admin-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-filter-box {
        min-width: 0;
        flex-wrap: wrap;
    }

        .admin-filter-box .form-select {
            flex: 1 1 180px;
        }
}

@media (max-width: 576px) {
    .admin-dashboard .row {
        --bs-gutter-x: 0.75rem;
    }

    .admin-kpi-card {
        min-height: 104px;
    }

    .admin-bar-chart {
        height: 210px;
        gap: 0.5rem;
    }

    .funnel-row {
        grid-template-columns: 82px 1fr 38px;
    }

    .admin-state-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   CSS CORRECTION / THEME PATCH
   Keep this block at the end of style.css.
   It fixes missing variables, repeated generic
   dashboard conflicts and admin responsiveness.
========================================= */

:root {
    --primary: #006490;
    --secondary: #bf2026;
    --success: #198754;
    --warning: #ffb703;
    --danger: #dc3545;
    --white: #ffffff;
    --black: #222222;
    --text: #666666;
    --light: #eef3f6;
    --bs-l: #ffffff;
    --bs-db: #006490;
    --bs-b: #006490;
    --bs-lb: #eef7fb;
    --bs-border: #e6e9ee;
    --bs-d: #333333;
}

body {
    font-family: "Noto Sans", "Karma", Arial, sans-serif;
    background: var(--light);
    color: var(--black);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

.sidebar {
    flex: 0 0 280px;
}

.profile-section .avatar-detail h4,
.profile-section .avatar-detail p {
    color: #333333;
}

.profile-section2 .avatar-detail h4,
.profile-section2 .avatar-detail p {
    color: #333333;
}

.avatar {
    border-radius: 14px;
}

    .avatar img {
        border-radius: 14px;
    }

.first button {
    border-radius: 5px;
}

    .first button:hover,
    .first button.active {
        background: #faeff0;
        color: #222222;
    }

.inner-ul li a:hover {
    background: #006490;
    color: #ffffff;
}

.main-content {
    min-width: 0;
}

.card {
    border-radius: 16px;
}

.basic-profile,
.quick-view-card,
.alerts-view-card,
.achievements-view-card,
.chartBox,
.card-pandding {
    min-width: 0;
}

    .basic-profile .header,
    .quick-view-card .header,
    .alerts-view-card .header,
    .achievements-view-card .header {
        position: absolute;
        width: 100%;
        top: 0;
    }

.content {
    position: relative;
}

.box-column h2 {
    color: #006490;
}

.card-icon-bg::before,
.sample-card::before {
    pointer-events: none;
    opacity: 0.65;
}

.layout-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.donut-chart {
    margin: 0 auto;
}

.pending-header .badge {
    align-self: center;
}

.table-responsive {
    overflow-x: auto;
}

.vs-top-navigation {
    background: #ffffff;
}

    .vs-top-navigation .nav-link.active,
    .vs-top-navigation .nav-link:hover {
        color: #bf2026 !important;
    }

    .vs-top-navigation .dropdown-menu {
        min-width: 220px;
    }

.footer-section ul {
    padding-left: 0;
}

.admin-dashboard {
    width: 100%;
    min-width: 0;
}

.admin-page-head,
.admin-panel,
.admin-kpi-card {
    border-radius: 5px;
}

    .admin-kpi-card .kpi-icon i {
        line-height: 1;
    }

.admin-filter-box {
    max-width: 100%;
}

.admin-table th,
.admin-table td {
    white-space: nowrap;
}

    .admin-table td:first-child {
        white-space: normal;
    }

.admin-alert {
    min-width: 0;
}

    .admin-alert h4,
    .admin-alert p {
        overflow-wrap: anywhere;
    }

@media (max-width: 1200px) {
    .admin-filter-box {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .flex-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        flex-basis: auto;
        overflow: visible;
    }

    .top-ul {
        padding: 10px;
    }

    .main-content {
        width: 100%;
        padding: 14px;
    }

    .vs-top-navigation .navbar-brand img.top-logo,
    .vs-top-navigation .navbar-brand img {
        height: 56px;
    }

    .admin-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-filter-box {
        flex-wrap: wrap;
    }

        .admin-filter-box .form-select {
            flex: 1 1 180px;
        }
}

@media (max-width: 768px) {
    .sidebar {
        display: block;
    }

    .profile-section {
        padding: 14px;
    }

    .content {
        width: calc(100% - 1rem);
        margin-top: 4rem;
    }

    .card-icon-bg::before,
    .sample-card::before {
        width: 220px;
        height: 130px;
    }

    table {
        min-width: 700px;
    }
}

@media (max-width: 576px) {
    .heading h2 {
        font-size: 26px;
    }

    .main-content {
        padding: 10px;
    }

    .content {
        padding: 14px;
        margin-bottom: 1rem;
    }

    .profile-section {
        gap: 10px;
    }

        .profile-section .avatar {
            width: 55px;
            height: 55px;
        }

    .admin-kpi-card {
        min-height: 104px;
    }

    .admin-alert {
        grid-template-columns: 38px 1fr;
    }

        .admin-alert span {
            grid-column: 2;
            justify-self: start;
        }
}


/* =========================================================
   MERGED ADMIN MASTER LAYOUT FIX
========================================================= */

/* =========================================================
   ADMIN MASTER LAYOUT FIX
   Load this AFTER bootstrap, adminstyle.css and dashboard css.
   It styles _AdminMaster.cshtml header, sidebar and layout.
========================================================= */

:root {
    --admin-primary: #006490;
    --admin-primary-dark: #00496a;
    --admin-red: #bf2026;
    --admin-page: #eef3f6;
    --admin-soft-red: #faeff0;
    --admin-text: #222222;
    --admin-muted: #666666;
    --admin-line: #e6e9ee;
    --admin-white: #ffffff;
    --admin-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    background: var(--admin-page);
    color: var(--admin-text);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

/* ================= TOP HEADER ================= */

.top-navigation {
    width: 100%;
    min-height: 104px;
    background: var(--admin-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 28px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 230px;
    color: inherit;
}

    .logo-area:hover {
        color: inherit;
    }

.logo-mark {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, #006490 0 40%, #24a1d8 40% 62%, #80c342 62% 84%, #ffffff 84% 100%);
    position: relative;
    flex: 0 0 auto;
}

    .logo-mark::after {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: var(--admin-white);
        left: 13px;
        top: 10px;
    }

.logo-text {
    font-size: 27px;
    color: #555555;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
}

    .main-nav a,
    .main-nav .nav-link {
        color: #2b2b2b;
        white-space: nowrap;
        padding: 8px 4px;
        line-height: 1.2;
    }

        .main-nav a:hover,
        .main-nav a.active,
        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            color: var(--admin-red) !important;
        }

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 175px;
    justify-content: flex-end;
}

.user-icon {
    width: 48px;
    height: 48px;
    border: 3px solid #000000;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}

    .user-icon::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border: 3px solid #000000;
        border-radius: 50%;
        top: 7px;
        left: 13px;
        background: var(--admin-white);
    }

    .user-icon::after {
        content: "";
        position: absolute;
        width: 27px;
        height: 15px;
        border: 3px solid #000000;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom: 0;
        left: 7px;
        bottom: 7px;
    }

.language {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

    .language a {
        color: #222222;
    }

        .language a.active,
        .language a:hover {
            color: var(--admin-primary);
        }

/* ================= PAGE LAYOUT ================= */

.layout {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - 104px);
    background: var(--admin-page);
}

.sidebar {
    width: 280px;
    flex: 0 0 280px;
    background: var(--admin-white);
    min-height: calc(100vh - 104px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 15px;
    position: sticky;
    top: 104px;
    align-self: flex-start;
    overflow-y: auto;
    z-index: 10;
}

.main-content {
    flex: 1;
    min-width: 0;
    padding: 20px;
    background: var(--admin-page);
}

/* ================= SIDEBAR PROFILE ================= */

.profile-section {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--admin-soft-red);
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 0;
}

    .profile-section .avatar,
    .avatar {
        width: 56px;
        height: 56px;
        border: 6px solid #ffffff;
        border-radius: 14px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        overflow: visible;
        background: #ffffff;
    }

.mini-user {
    width: 32px;
    height: 32px;
    border: 3px solid #000000;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

    .mini-user::after {
        content: "";
        position: absolute;
        width: 36px;
        height: 18px;
        border: 3px solid #000000;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom: 0;
        left: -5px;
        top: 21px;
    }

.profile-detail h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 800;
    color: #222222;
}

.profile-detail p {
    margin: 0;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}

/* ================= SIDEBAR MENU ================= */

.menu-group-title {
    color: #888888;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 10px 7px;
    letter-spacing: 0.06em;
}

.side-link {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 8px;
    color: #111111;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s ease;
    background: #ffffff;
}

    .side-link span {
        display: flex;
        align-items: center;
        gap: 11px;
        min-width: 0;
    }

    .side-link i {
        font-size: 14px;
    }

    .side-link:hover,
    .side-link.active {
        background: var(--admin-soft-red);
        color: #111111;
        transform: translateX(1px);
    }

    .side-link .fa-chevron-right {
        font-size: 11px;
        color: #111111;
    }

/* ================= FOOTER ================= */

.footer-section {
    margin-left: 280px;
}

.copyright-area p {
    margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
    .main-nav {
        gap: 13px;
        font-size: 13px;
    }

    .logo-area {
        min-width: 205px;
    }
}

@media (max-width: 991px) {
    .top-navigation {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: auto;
    }

    .main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .layout {
        display: block;
        min-height: auto;
    }

    .sidebar {
        position: relative;
        top: auto;
        width: 100%;
        min-height: auto;
        flex-basis: auto;
    }

    .main-content {
        width: 100%;
        padding: 14px;
    }

    .footer-section {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .top-navigation {
        padding: 12px 16px;
    }

    .logo-mark {
        width: 48px;
        height: 48px;
    }

    .logo-text {
        font-size: 22px;
    }

    .header-right {
        min-width: auto;
    }

    .language {
        font-size: 13px;
    }

    .main-content {
        padding: 10px;
    }
}


/* =========================================================
   MERGED ADMIN FOOTER ALIGNMENT FIX
========================================================= */

/* =========================================================
   ADMIN FOOTER ALIGNMENT FIX
   Add at the end of adminstyle-final.css
========================================================= */

body {
    background: #eef3f6;
}

.layout {
    align-items: stretch;
}

.sidebar {
    min-height: calc(100vh - 104px);
}

.main-content {
    padding-bottom: 24px;
}

.footer-section {
    width: calc(100% - 280px);
    margin-left: 280px;
    clear: both;
}

    .footer-section .container {
        max-width: 100%;
    }

.footer-content {
    padding-left: 24px;
    padding-right: 24px;
}

.copyright-area {
    width: 100%;
}

@media (max-width: 991px) {
    .footer-section {
        width: 100%;
        margin-left: 0;
    }

    .footer-content {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* =========================================================
   FINAL FULL-WIDTH FOOTER OVERRIDE
========================================================= */

/* =========================================================
   FINAL ADMIN FOOTER FULL-WIDTH FIX
   Put this at the VERY END of adminstyle-final.css.
   This makes footer align with whole page, not only content.
========================================================= */

.footer-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
}

    .footer-section .container,
    .footer-section .container-fluid {
        max-width: 100% !important;
        width: 100% !important;
    }

.footer-content {
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.copyright-area {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .footer-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}


/* =========================================================
   ADMIN MENU SUBMENU STYLES
========================================================= */

/* Admin menu/submenu styling */

.submenu-list {
    margin: -2px 0 8px 28px;
    padding-left: 0;
}

    .submenu-list a {
        display: block;
        padding: 9px 12px;
        margin-bottom: 6px;
        background: #f8f9fc;
        color: #555555;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        transition: all 0.25s ease;
    }

        .submenu-list a:hover,
        .submenu-list a.active {
            background: #006490;
            color: #ffffff;
            padding-left: 10px;
        }

.side-link[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg);
}

.side-link .fa-chevron-right {
    transition: transform 0.25s ease;
}


/* Organization list page */

.admin-list-page {
    width: 100%;
}

.list-title-band {
    background: #ffffff;
    margin: 0;
    font-size: 1.45rem;
    color: #006490;
    font-weight: 700;
    border-radius: 1px;
    padding: 18px 20px;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}






    .list-title-band h2 {
        margin: 0;
        color: #006490;
        font-size: 24px;
        font-weight: 800;
    }

    .list-title-band p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.875rem;
    }

.add-top-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    padding: 8px 16px;
}

.list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.entries-box {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-size: 16px;
}

    .entries-box .form-select {
        width: 75px;
        min-height: 38px;
    }

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111;
    font-size: 16px;
}

    .search-box .form-control {
        width: 240px;
        min-height: 38px;
    }

.org-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .org-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .org-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.org-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.org-list-table small {
    color: #333333;
    font-size: 13px;
}

.org-list-table hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.info-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.btn-view-detail {
    background: #006490;
    color: #ffffff;
    border-radius: 7px;
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    font-weight: 800;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

@media (max-width: 768px) {
    .list-title-band,
    .list-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .search-box {
        justify-content: space-between;
    }

        .search-box .form-control {
            width: 100%;
        }
}



/* Attractive organization registration form */

.org-form-page {
    width: 100%;
}

.org-form-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 22px 24px;
    background: #ffffff;
    color: #006490;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
}

.page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
}

.org-form-hero h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.org-form-hero p {
    margin: 6px 0 0;
    opacity: 0.95;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.org-form-card,
.org-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.org-form-card {
    padding: 20px;
}

.form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.block-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
    flex: 0 0 auto;
}

    .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.org-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .org-form-page .form-label span {
        color: #bf2026;
    }

.org-form-page .form-control,
.org-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.org-form-page textarea.form-control {
    min-height: 96px;
}

.org-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.org-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .org-form-actions .btn,
    .hero-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.org-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.doc-check-list {
    display: grid;
    gap: 10px;
}

    .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

    .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .org-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions {
        justify-content: flex-start;
    }

    .org-form-card,
    .form-block,
    .org-side-panel {
        padding: 14px;
    }

    .org-form-actions {
        flex-direction: column;
    }
}




/* =========================================================
   STATE PERFORMANCE CARD ONLY
   Paste this at the bottom of your main CSS file.
   It is scoped to .state-performance-card and will not change other styles.
========================================================= */

.state-performance-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    padding: 18px 20px;
    overflow: hidden;
}

    .state-performance-card .state-performance-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 18px;
    }

        .state-performance-card .state-performance-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
            line-height: 1.2;
        }

        .state-performance-card .state-performance-head p {
            margin: 5px 0 0;
            color: #566276;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.45;
        }

    .state-performance-card .state-live-badge {
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 13px;
        border-radius: 30px;
        background: #e8f2ff;
        border: 1px solid #c6d7ff;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

    .state-performance-card .state-performance-body {
        display: grid;
        grid-template-columns: minmax(320px, 0.9fr) minmax(430px, 1.1fr);
        gap: 18px;
        align-items: stretch;
    }

    .state-performance-card .state-chart-card {
        min-height: 300px;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .state-performance-card .state-bars {
        width: 100%;
        height: 300px;
        display: grid;
        grid-template-columns: repeat(5, minmax(50px, 1fr));
        align-items: end;
        gap: 14px;
        padding: 8px 4px 0;
        border-bottom: 1px solid #d7dde7;
    }

    .state-performance-card .state-bar-item {
        height: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }

    .state-performance-card .state-bar {
        display: block;
        width: 42px;
        min-height: 14px;
        margin: 0 auto 10px;
        border-radius: 9px 9px 0 0;
        background: #006490;
        box-shadow: 0 6px 12px rgba(0, 100, 144, 0.18);
    }

        .state-performance-card .state-bar.state-purple {
            background: #6e40aa;
            box-shadow: 0 6px 12px rgba(110, 64, 170, 0.18);
        }

        .state-performance-card .state-bar.state-green {
            background: #2fb36d;
            box-shadow: 0 6px 12px rgba(47, 179, 109, 0.18);
        }

        .state-performance-card .state-bar.state-orange {
            background: #ff8300;
            box-shadow: 0 6px 12px rgba(255, 131, 0, 0.18);
        }

        .state-performance-card .state-bar.state-red {
            background: #ff5e63;
            box-shadow: 0 6px 12px rgba(255, 94, 99, 0.18);
        }

    .state-performance-card .state-bar-label {
        min-height: 44px;
        color: #4b5563;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
    }

        .state-performance-card .state-bar-label strong {
            display: block;
            margin-top: 4px;
            color: #111827;
            font-size: 14px;
            font-weight: 900;
        }

    .state-performance-card .state-summary-list {
        display: grid;
        gap: 12px;
    }

    .state-performance-card .state-summary-card {
        background: #fbfcfe;
        border: 1px solid #e7ebf0;
        border-radius: 14px;
        padding: 14px;
        box-shadow: none;
    }

        .state-performance-card .state-summary-card.total {
            background: #f3f9fc;
            border-color: #cfe7f2;
        }

    .state-performance-card .state-summary-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

        .state-performance-card .state-summary-title h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.25;
        }

        .state-performance-card .state-summary-title span {
            color: #006490;
            font-size: 13px;
            font-weight: 900;
            white-space: nowrap;
        }

    .state-performance-card .state-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .state-performance-card .state-summary-grid div {
            min-height: 64px;
            padding: 10px;
            border-radius: 10px;
            background: #ffffff;
            border: 1px solid #edf0f4;
        }

        .state-performance-card .state-summary-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
            line-height: 1.2;
        }

        .state-performance-card .state-summary-grid strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.15;
        }

@media (max-width: 1400px) {
    .state-performance-card .state-performance-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .state-performance-card {
        padding: 14px;
    }

        .state-performance-card .state-performance-head {
            flex-direction: column;
        }

        .state-performance-card .state-bars {
            height: 236px;
            gap: 8px;
        }

        .state-performance-card .state-bar {
            width: 34px;
        }

        .state-performance-card .state-summary-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}


/* =========================================================
   CENTRE LIST + CENTRE REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-list-page and .centre-form-page only.
========================================================= */

.centre-list-page,
.centre-form-page {
    width: 100%;
}

    .centre-list-page .list-title-band,
    .centre-form-page .centre-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .centre-list-page .list-title-band h2,
        .centre-form-page .centre-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .centre-list-page .list-title-band p,
        .centre-form-page .centre-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .centre-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-list-page .add-top-btn,
        .centre-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .centre-list-page .entries-box,
    .centre-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .centre-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .centre-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.centre-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .centre-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-list-page .centre-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.centre-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.centre-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.centre-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .centre-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .centre-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .centre-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.centre-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.centre-list-page .centre-capacity {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .centre-list-page .centre-capacity span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-list-page .centre-capacity strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .centre-list-page .centre-capacity small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.centre-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .centre-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.centre-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .centre-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.centre-form-page .centre-form-card,
.centre-form-page .centre-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-form-page .centre-form-card {
    padding: 20px;
}

.centre-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-form-page .form-label span {
        color: #bf2026;
    }

.centre-form-page .form-control,
.centre-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-form-page textarea.form-control {
    min-height: 96px;
}

.centre-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-form-page .facility-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-form-page .facility-check-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .centre-form-page .facility-check-grid input,
    .centre-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.centre-form-page .centre-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-form-page .centre-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-form-page .centre-side-panel {
    padding: 18px;
}

.centre-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .centre-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .centre-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.centre-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .centre-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.centre-form-page .progress-steps,
.centre-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .centre-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .centre-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .centre-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .centre-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .centre-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

.centre-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .centre-form-page .facility-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-list-page .list-title-band,
    .centre-list-page .list-toolbar,
    .centre-form-page .centre-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-list-page .search-box {
        justify-content: space-between;
    }

        .centre-list-page .search-box .form-control {
            width: 100%;
        }

    .centre-form-page .hero-actions {
        justify-content: flex-start;
    }

    .centre-form-page .centre-form-card,
    .centre-form-page .form-block,
    .centre-form-page .centre-side-panel {
        padding: 14px;
    }

    .centre-form-page .centre-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .centre-list-page .centre-capacity,
    .centre-form-page .facility-check-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PROJECT LIST + PROJECT REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .project-list-page and .project-form-page only.
========================================================= */

.project-list-page,
.project-form-page {
    width: 100%;
}

    .project-list-page .list-title-band,
    .project-form-page .project-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .project-list-page .list-title-band h2,
        .project-form-page .project-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .project-list-page .list-title-band p,
        .project-form-page .project-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .project-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .project-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .project-list-page .add-top-btn,
        .project-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .project-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .project-list-page .entries-box,
    .project-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .project-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .project-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.project-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .project-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .project-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.project-list-page .project-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.project-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.project-list-page small {
    color: #333333;
    font-size: 13px;
}

.project-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.project-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.project-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .project-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .project-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .project-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .project-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .project-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.project-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.project-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.project-list-page .project-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .project-list-page .project-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .project-list-page .project-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .project-list-page .project-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.project-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .project-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .project-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.project-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .project-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.project-form-page .project-form-card,
.project-form-page .project-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.project-form-page .project-form-card {
    padding: 20px;
}

.project-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.project-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.project-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .project-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .project-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.project-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.project-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.project-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .project-form-page .form-label span {
        color: #bf2026;
    }

.project-form-page .form-control,
.project-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.project-form-page textarea.form-control {
    min-height: 96px;
}

.project-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.project-form-page .project-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .project-form-page .project-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.project-form-page .project-side-panel {
    padding: 18px;
}

.project-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .project-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .project-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.project-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .project-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.project-form-page .progress-steps,
.project-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .project-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .project-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .project-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .project-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .project-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

    .project-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.project-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .project-list-page .list-title-band,
    .project-list-page .list-toolbar,
    .project-form-page .project-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .project-list-page .search-box {
        justify-content: space-between;
    }

        .project-list-page .search-box .form-control {
            width: 100%;
        }

    .project-form-page .hero-actions {
        justify-content: flex-start;
    }

    .project-form-page .project-form-card,
    .project-form-page .form-block,
    .project-form-page .project-side-panel {
        padding: 14px;
    }

    .project-form-page .project-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .project-list-page .project-metrics {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PMS WORK ORDER LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .workorder-list-page and .workorder-form-page only.
========================================================= */

.workorder-list-page,
.workorder-form-page {
    width: 100%;
}

    .workorder-list-page .list-title-band,
    .workorder-form-page .workorder-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .workorder-list-page .list-title-band h2,
        .workorder-form-page .workorder-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .workorder-list-page .list-title-band p,
        .workorder-form-page .workorder-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .workorder-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .workorder-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .workorder-list-page .add-top-btn,
        .workorder-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .workorder-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .workorder-list-page .entries-box,
    .workorder-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .workorder-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .workorder-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.workorder-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .workorder-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .workorder-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.workorder-list-page .workorder-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.workorder-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.workorder-list-page small {
    color: #333333;
    font-size: 13px;
}

.workorder-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.workorder-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.workorder-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .workorder-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .workorder-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .workorder-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .workorder-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .workorder-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.workorder-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.workorder-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.workorder-list-page .workorder-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .workorder-list-page .workorder-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .workorder-list-page .workorder-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .workorder-list-page .workorder-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.workorder-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .workorder-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .workorder-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.workorder-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .workorder-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.workorder-form-page .workorder-form-card,
.workorder-form-page .workorder-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.workorder-form-page .workorder-form-card {
    padding: 20px;
}

.workorder-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.workorder-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.workorder-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .workorder-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .workorder-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.workorder-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.workorder-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.workorder-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .workorder-form-page .form-label span {
        color: #bf2026;
    }

.workorder-form-page .form-control,
.workorder-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.workorder-form-page textarea.form-control {
    min-height: 96px;
}

.workorder-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.workorder-form-page .workorder-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .workorder-form-page .workorder-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.workorder-form-page .workorder-side-panel {
    padding: 18px;
}

.workorder-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .workorder-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .workorder-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.workorder-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .workorder-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.workorder-form-page .progress-steps,
.workorder-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .workorder-form-page .progress-steps div,
    .workorder-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .workorder-form-page .progress-steps div {
        background: #f8fafc;
    }

    .workorder-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .workorder-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .workorder-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .workorder-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .workorder-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.workorder-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .workorder-list-page .list-title-band,
    .workorder-list-page .list-toolbar,
    .workorder-form-page .workorder-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .workorder-list-page .search-box {
        justify-content: space-between;
    }

        .workorder-list-page .search-box .form-control {
            width: 100%;
        }

    .workorder-form-page .hero-actions {
        justify-content: flex-start;
    }

    .workorder-form-page .workorder-form-card,
    .workorder-form-page .form-block,
    .workorder-form-page .workorder-side-panel {
        padding: 14px;
    }

    .workorder-form-page .workorder-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .workorder-list-page .workorder-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   FACULTY / SECTOR MASTER
   Paste this at the bottom of your main CSS file.
   Scoped to .faculty-sector-page only.
========================================================= */

.faculty-sector-page {
    width: 100%;
}

    .faculty-sector-page .master-title-band {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .faculty-sector-page .master-title-band h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .faculty-sector-page .master-title-band p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .faculty-sector-page .add-top-btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        padding: 8px 16px;
        font-weight: 800;
        white-space: nowrap;
    }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card {
        padding: 20px;
    }

    .faculty-sector-page .form-block {
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 14px;
        margin-bottom: 18px;
        background: #ffffff;
    }

    .faculty-sector-page .block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

    .faculty-sector-page .block-icon {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-radius: 14px;
        background: #e9f6fb;
        color: #006490;
        font-size: 18px;
    }

    .faculty-sector-page .block-head h3 {
        margin: 0;
        color: #006490;
        font-size: 19px;
        font-weight: 800;
    }

    .faculty-sector-page .block-head p {
        margin: 3px 0 0;
        color: #666666;
        font-size: 13px;
    }

    .faculty-sector-page .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px;
    }

        .faculty-sector-page .form-label span {
            color: #bf2026;
        }

    .faculty-sector-page .form-control,
    .faculty-sector-page .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .faculty-sector-page textarea.form-control {
        min-height: 96px;
    }

    .faculty-sector-page .input-group-text {
        min-width: 64px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 700;
    }

    .faculty-sector-page .master-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

        .faculty-sector-page .master-form-actions .btn {
            min-height: 40px;
            border-radius: 8px;
            font-weight: 800;
        }

    .faculty-sector-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .faculty-sector-page .entries-box,
    .faculty-sector-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .faculty-sector-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .faculty-sector-page .search-box .form-control {
            width: 220px;
            min-height: 38px;
        }

    .faculty-sector-page .faculty-sector-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
    }

        .faculty-sector-page .faculty-sector-table th {
            background: #ffffff;
            color: #3a3a3a;
            font-size: 15px;
            font-weight: 800;
            text-align: center;
            padding: 12px 14px;
            border: 1px solid #dce3ea;
        }

        .faculty-sector-page .faculty-sector-table td {
            vertical-align: top;
            padding: 14px;
            border: 1px solid #dce3ea;
            border-bottom: 2px solid #ffb3b3;
        }

    .faculty-sector-page .sector-name {
        color: #697586;
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .faculty-sector-page small {
        color: #333333;
        font-size: 13px;
    }

    .faculty-sector-page .tag-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 8px;
    }

    .faculty-sector-page .tag {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 800;
    }

        .faculty-sector-page .tag.purple {
            background: #dec5ff;
            color: #5d16ff;
        }

        .faculty-sector-page .tag.peach {
            background: #ffe3cc;
            color: #d26500;
        }

    .faculty-sector-page .sector-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

        .faculty-sector-page .sector-metrics span {
            min-height: 62px;
            display: grid;
            place-items: center;
            padding: 8px;
            border: 1px solid #edf0f4;
            border-radius: 8px;
            background: #fbfcfe;
            text-align: center;
        }

        .faculty-sector-page .sector-metrics strong {
            color: #006490;
            font-size: 20px;
            font-weight: 900;
            line-height: 1;
        }

        .faculty-sector-page .sector-metrics small {
            color: #697586;
            font-size: 11px;
            font-weight: 800;
        }

    .faculty-sector-page .status-pill {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 14px;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 800;
    }

        .faculty-sector-page .status-pill.success {
            background: #168b56;
            color: #ffffff;
        }

        .faculty-sector-page .status-pill.warning {
            background: #fff4df;
            color: #b56b00;
        }

    .faculty-sector-page .order-text {
        margin-top: 8px;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .faculty-sector-page .btn-edit-master,
    .faculty-sector-page .btn-view-master {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        margin: 0 2px;
        color: #ffffff;
        font-weight: 800;
    }

    .faculty-sector-page .btn-edit-master {
        background: #006490;
    }

    .faculty-sector-page .btn-view-master {
        background: #168b56;
    }

        .faculty-sector-page .btn-edit-master:hover,
        .faculty-sector-page .btn-view-master:hover {
            opacity: 0.9;
            color: #ffffff;
        }

@media (max-width: 768px) {
    .faculty-sector-page .master-title-band,
    .faculty-sector-page .list-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .faculty-sector-page .search-box {
        justify-content: space-between;
    }

        .faculty-sector-page .search-box .form-control {
            width: 100%;
        }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card,
    .faculty-sector-page .form-block {
        padding: 14px;
    }

    .faculty-sector-page .master-form-actions {
        flex-direction: column;
    }
}


/* =========================================================
   ORGANIZATION BRANCH LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .org-branch-list-page and .org-branch-form-page only.
========================================================= */

.org-branch-list-page,
.org-branch-form-page {
    width: 100%;
}

    .org-branch-list-page .list-title-band,
    .org-branch-form-page .org-branch-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .org-branch-list-page .list-title-band h2,
        .org-branch-form-page .org-branch-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .org-branch-list-page .list-title-band p,
        .org-branch-form-page .org-branch-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .org-branch-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .org-branch-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .org-branch-list-page .add-top-btn,
        .org-branch-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .org-branch-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .org-branch-list-page .entries-box,
    .org-branch-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .org-branch-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .org-branch-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.org-branch-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .org-branch-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .org-branch-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.org-branch-list-page .branch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.org-branch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.org-branch-list-page small {
    color: #333333;
    font-size: 13px;
}

.org-branch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.org-branch-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.org-branch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .org-branch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .org-branch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .org-branch-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .org-branch-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .org-branch-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.org-branch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.org-branch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.org-branch-list-page .branch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .org-branch-list-page .branch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .org-branch-list-page .branch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .org-branch-list-page .branch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.org-branch-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .org-branch-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .org-branch-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.org-branch-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .org-branch-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.org-branch-form-page .org-branch-form-card,
.org-branch-form-page .org-branch-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.org-branch-form-page .org-branch-form-card {
    padding: 20px;
}

.org-branch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.org-branch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.org-branch-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .org-branch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .org-branch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.org-branch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.org-branch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.org-branch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .org-branch-form-page .form-label span {
        color: #bf2026;
    }

.org-branch-form-page .form-control,
.org-branch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.org-branch-form-page textarea.form-control {
    min-height: 96px;
}

.org-branch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.org-branch-form-page .org-branch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .org-branch-form-page .org-branch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.org-branch-form-page .org-branch-side-panel {
    padding: 18px;
}

.org-branch-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .org-branch-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .org-branch-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.org-branch-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .org-branch-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.org-branch-form-page .progress-steps,
.org-branch-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .org-branch-form-page .progress-steps div,
    .org-branch-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .org-branch-form-page .progress-steps div {
        background: #f8fafc;
    }

    .org-branch-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .org-branch-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .org-branch-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .org-branch-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .org-branch-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.org-branch-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .org-branch-list-page .list-title-band,
    .org-branch-list-page .list-toolbar,
    .org-branch-form-page .org-branch-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .org-branch-list-page .search-box {
        justify-content: space-between;
    }

        .org-branch-list-page .search-box .form-control {
            width: 100%;
        }

    .org-branch-form-page .hero-actions {
        justify-content: flex-start;
    }

    .org-branch-form-page .org-branch-form-card,
    .org-branch-form-page .form-block,
    .org-branch-form-page .org-branch-side-panel {
        padding: 14px;
    }

    .org-branch-form-page .org-branch-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .org-branch-list-page .branch-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME BATCH TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .prog-batch-target-list-page and .prog-batch-target-form-page only.
========================================================= */

.prog-batch-target-list-page,
.prog-batch-target-form-page {
    width: 100%;
}

    .prog-batch-target-list-page .list-title-band,
    .prog-batch-target-form-page .prog-batch-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .prog-batch-target-list-page .list-title-band h2,
        .prog-batch-target-form-page .prog-batch-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .prog-batch-target-list-page .list-title-band p,
        .prog-batch-target-form-page .prog-batch-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .prog-batch-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .prog-batch-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .prog-batch-target-list-page .add-top-btn,
        .prog-batch-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .prog-batch-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .prog-batch-target-list-page .entries-box,
    .prog-batch-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .prog-batch-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .prog-batch-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.prog-batch-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .prog-batch-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .prog-batch-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.prog-batch-target-list-page .target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.prog-batch-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.prog-batch-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.prog-batch-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.prog-batch-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.prog-batch-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-batch-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .prog-batch-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .prog-batch-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .prog-batch-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.prog-batch-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.prog-batch-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.prog-batch-target-list-page .target-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .prog-batch-target-list-page .target-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .prog-batch-target-list-page .target-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .prog-batch-target-list-page .target-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.prog-batch-target-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-batch-target-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .prog-batch-target-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.prog-batch-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .prog-batch-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.prog-batch-target-form-page .prog-batch-target-form-card,
.prog-batch-target-form-page .prog-batch-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.prog-batch-target-form-page .prog-batch-target-form-card {
    padding: 20px;
}

.prog-batch-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.prog-batch-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.prog-batch-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .prog-batch-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .prog-batch-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.prog-batch-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.prog-batch-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.prog-batch-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .prog-batch-target-form-page .form-label span {
        color: #bf2026;
    }

.prog-batch-target-form-page .form-control,
.prog-batch-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.prog-batch-target-form-page textarea.form-control {
    min-height: 96px;
}

.prog-batch-target-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.prog-batch-target-form-page .prog-batch-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .prog-batch-target-form-page .prog-batch-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.prog-batch-target-form-page .prog-batch-target-side-panel {
    padding: 18px;
}

.prog-batch-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .prog-batch-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .prog-batch-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.prog-batch-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .prog-batch-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.prog-batch-target-form-page .progress-steps,
.prog-batch-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .prog-batch-target-form-page .progress-steps div,
    .prog-batch-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .prog-batch-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .prog-batch-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .prog-batch-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .prog-batch-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .prog-batch-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .prog-batch-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.prog-batch-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .prog-batch-target-list-page .list-title-band,
    .prog-batch-target-list-page .list-toolbar,
    .prog-batch-target-form-page .prog-batch-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .prog-batch-target-list-page .search-box {
        justify-content: space-between;
    }

        .prog-batch-target-list-page .search-box .form-control {
            width: 100%;
        }

    .prog-batch-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .prog-batch-target-form-page .prog-batch-target-form-card,
    .prog-batch-target-form-page .form-block,
    .prog-batch-target-form-page .prog-batch-target-side-panel {
        padding: 14px;
    }

    .prog-batch-target-form-page .prog-batch-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .prog-batch-target-list-page .target-metrics {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PROGRAMME BATCH LOCATION TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .prog-location-target-list-page and .prog-location-target-form-page only.
========================================================= */

.prog-location-target-list-page,
.prog-location-target-form-page {
    width: 100%;
}

    .prog-location-target-list-page .list-title-band,
    .prog-location-target-form-page .prog-location-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .prog-location-target-list-page .list-title-band h2,
        .prog-location-target-form-page .prog-location-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .prog-location-target-list-page .list-title-band p,
        .prog-location-target-form-page .prog-location-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .prog-location-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .prog-location-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .prog-location-target-list-page .add-top-btn,
        .prog-location-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .prog-location-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .prog-location-target-list-page .entries-box,
    .prog-location-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .prog-location-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .prog-location-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.prog-location-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .prog-location-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .prog-location-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.prog-location-target-list-page .location-target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.prog-location-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.prog-location-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.prog-location-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.prog-location-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.prog-location-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-location-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .prog-location-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .prog-location-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .prog-location-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.prog-location-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.prog-location-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.prog-location-target-list-page .location-target-metrics,
.prog-location-target-form-page .location-target-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.prog-location-target-form-page .location-target-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .prog-location-target-list-page .location-target-metrics span,
    .prog-location-target-form-page .location-target-summary div {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .prog-location-target-list-page .location-target-metrics strong,
    .prog-location-target-form-page .location-target-summary strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .prog-location-target-list-page .location-target-metrics small,
    .prog-location-target-form-page .location-target-summary small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.prog-location-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .prog-location-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.prog-location-target-form-page .prog-location-target-form-card,
.prog-location-target-form-page .prog-location-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.prog-location-target-form-page .prog-location-target-form-card {
    padding: 20px;
}

.prog-location-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.prog-location-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.prog-location-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .prog-location-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .prog-location-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.prog-location-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.prog-location-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.prog-location-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .prog-location-target-form-page .form-label span {
        color: #bf2026;
    }

.prog-location-target-form-page .form-control,
.prog-location-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.prog-location-target-form-page textarea.form-control {
    min-height: 96px;
}

.prog-location-target-form-page .prog-location-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .prog-location-target-form-page .prog-location-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.prog-location-target-form-page .prog-location-target-side-panel {
    padding: 18px;
}

.prog-location-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .prog-location-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .prog-location-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.prog-location-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .prog-location-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.prog-location-target-form-page .progress-steps,
.prog-location-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .prog-location-target-form-page .progress-steps div,
    .prog-location-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .prog-location-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .prog-location-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .prog-location-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .prog-location-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .prog-location-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .prog-location-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.prog-location-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .prog-location-target-list-page .list-title-band,
    .prog-location-target-list-page .list-toolbar,
    .prog-location-target-form-page .prog-location-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .prog-location-target-list-page .search-box {
        justify-content: space-between;
    }

        .prog-location-target-list-page .search-box .form-control {
            width: 100%;
        }

    .prog-location-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .prog-location-target-form-page .prog-location-target-form-card,
    .prog-location-target-form-page .form-block,
    .prog-location-target-form-page .prog-location-target-side-panel {
        padding: 14px;
    }

    .prog-location-target-form-page .prog-location-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .prog-location-target-list-page .location-target-metrics,
    .prog-location-target-form-page .location-target-summary {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   SERVICE HUB TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .service-hub-target-list-page and .service-hub-target-form-page only.
========================================================= */

.service-hub-target-list-page,
.service-hub-target-form-page {
    width: 100%;
}

    .service-hub-target-list-page .list-title-band,
    .service-hub-target-form-page .service-hub-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .service-hub-target-list-page .list-title-band h2,
        .service-hub-target-form-page .service-hub-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .service-hub-target-list-page .list-title-band p,
        .service-hub-target-form-page .service-hub-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .service-hub-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .service-hub-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .service-hub-target-list-page .add-top-btn,
        .service-hub-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .service-hub-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .service-hub-target-list-page .entries-box,
    .service-hub-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .service-hub-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .service-hub-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.service-hub-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .service-hub-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .service-hub-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.service-hub-target-list-page .service-target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.service-hub-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.service-hub-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.service-hub-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.service-hub-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.service-hub-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .service-hub-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .service-hub-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .service-hub-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .service-hub-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.service-hub-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.service-hub-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.service-hub-target-list-page .service-target-metrics,
.service-hub-target-form-page .service-target-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.service-hub-target-form-page .service-target-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .service-hub-target-list-page .service-target-metrics span,
    .service-hub-target-form-page .service-target-summary div {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .service-hub-target-list-page .service-target-metrics strong,
    .service-hub-target-form-page .service-target-summary strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .service-hub-target-list-page .service-target-metrics small,
    .service-hub-target-form-page .service-target-summary small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.service-hub-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .service-hub-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.service-hub-target-form-page .service-hub-target-form-card,
.service-hub-target-form-page .service-hub-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.service-hub-target-form-page .service-hub-target-form-card {
    padding: 20px;
}

.service-hub-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.service-hub-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.service-hub-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .service-hub-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .service-hub-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.service-hub-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.service-hub-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.service-hub-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .service-hub-target-form-page .form-label span {
        color: #bf2026;
    }

.service-hub-target-form-page .form-control,
.service-hub-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.service-hub-target-form-page textarea.form-control {
    min-height: 96px;
}

.service-hub-target-form-page .service-hub-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .service-hub-target-form-page .service-hub-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.service-hub-target-form-page .service-hub-target-side-panel {
    padding: 18px;
}

.service-hub-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .service-hub-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .service-hub-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.service-hub-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .service-hub-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.service-hub-target-form-page .progress-steps,
.service-hub-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .service-hub-target-form-page .progress-steps div,
    .service-hub-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .service-hub-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .service-hub-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .service-hub-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .service-hub-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .service-hub-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .service-hub-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.service-hub-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .service-hub-target-list-page .list-title-band,
    .service-hub-target-list-page .list-toolbar,
    .service-hub-target-form-page .service-hub-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .service-hub-target-list-page .search-box {
        justify-content: space-between;
    }

        .service-hub-target-list-page .search-box .form-control {
            width: 100%;
        }

    .service-hub-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .service-hub-target-form-page .service-hub-target-form-card,
    .service-hub-target-form-page .form-block,
    .service-hub-target-form-page .service-hub-target-side-panel {
        padding: 14px;
    }

    .service-hub-target-form-page .service-hub-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .service-hub-target-list-page .service-target-metrics,
    .service-hub-target-form-page .service-target-summary {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .programme-list-page and .programme-form-page only.
========================================================= */

.programme-list-page,
.programme-form-page {
    width: 100%;
}

    .programme-list-page .list-title-band,
    .programme-form-page .programme-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .programme-list-page .list-title-band h2,
        .programme-form-page .programme-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .programme-list-page .list-title-band p,
        .programme-form-page .programme-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .programme-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .programme-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .programme-list-page .add-top-btn,
        .programme-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .programme-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .programme-list-page .entries-box,
    .programme-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .programme-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .programme-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.programme-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .programme-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .programme-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.programme-list-page .programme-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.programme-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.programme-list-page small {
    color: #333333;
    font-size: 13px;
}

.programme-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.programme-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.programme-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .programme-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.programme-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.programme-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.programme-list-page .programme-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .programme-list-page .programme-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .programme-list-page .programme-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .programme-list-page .programme-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.programme-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .programme-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.programme-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.programme-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .programme-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.programme-form-page .programme-form-card,
.programme-form-page .programme-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-form-page .programme-form-card {
    padding: 20px;
}

.programme-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.programme-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.programme-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .programme-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .programme-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.programme-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.programme-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.programme-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .programme-form-page .form-label span {
        color: #bf2026;
    }

.programme-form-page .form-control,
.programme-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.programme-form-page textarea.form-control {
    min-height: 96px;
}

.programme-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.programme-form-page .programme-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .programme-form-page .programme-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-form-page .programme-side-panel {
    padding: 18px;
}

.programme-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .programme-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .programme-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.programme-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .programme-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.programme-form-page .progress-steps,
.programme-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .programme-form-page .progress-steps div,
    .programme-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .programme-form-page .progress-steps div {
        background: #f8fafc;
    }

    .programme-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .programme-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .programme-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .programme-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .programme-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.programme-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .programme-list-page .list-title-band,
    .programme-list-page .list-toolbar,
    .programme-form-page .programme-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-list-page .search-box {
        justify-content: space-between;
    }

        .programme-list-page .search-box .form-control {
            width: 100%;
        }

    .programme-form-page .hero-actions {
        justify-content: flex-start;
    }

    .programme-form-page .programme-form-card,
    .programme-form-page .form-block,
    .programme-form-page .programme-side-panel {
        padding: 14px;
    }

    .programme-form-page .programme-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .programme-list-page .programme-metrics {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   SUBJECT EXAM STRUCTURE LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .subject-exam-list-page and .subject-exam-form-page only.
========================================================= */

.subject-exam-list-page,
.subject-exam-form-page {
    width: 100%;
}

    .subject-exam-list-page .list-title-band,
    .subject-exam-form-page .subject-exam-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .subject-exam-list-page .list-title-band h2,
        .subject-exam-form-page .subject-exam-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .subject-exam-list-page .list-title-band p,
        .subject-exam-form-page .subject-exam-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .subject-exam-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .subject-exam-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .subject-exam-list-page .add-top-btn,
        .subject-exam-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .subject-exam-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .subject-exam-list-page .entries-box,
    .subject-exam-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .subject-exam-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .subject-exam-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.subject-exam-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .subject-exam-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .subject-exam-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.subject-exam-list-page .subject-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.subject-exam-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.subject-exam-list-page small {
    color: #333333;
    font-size: 13px;
}

.subject-exam-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.subject-exam-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.subject-exam-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .subject-exam-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .subject-exam-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .subject-exam-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .subject-exam-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.subject-exam-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.subject-exam-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.subject-exam-list-page .exam-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .subject-exam-list-page .exam-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .subject-exam-list-page .exam-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .subject-exam-list-page .exam-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.subject-exam-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .subject-exam-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .subject-exam-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.subject-exam-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.subject-exam-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .subject-exam-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.subject-exam-form-page .subject-exam-form-card,
.subject-exam-form-page .subject-exam-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.subject-exam-form-page .subject-exam-form-card {
    padding: 20px;
}

.subject-exam-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.subject-exam-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.subject-exam-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .subject-exam-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .subject-exam-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.subject-exam-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.subject-exam-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.subject-exam-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .subject-exam-form-page .form-label span {
        color: #bf2026;
    }

.subject-exam-form-page .form-control,
.subject-exam-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.subject-exam-form-page textarea.form-control {
    min-height: 96px;
}

.subject-exam-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.subject-exam-form-page .subject-exam-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .subject-exam-form-page .subject-exam-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.subject-exam-form-page .subject-exam-side-panel {
    padding: 18px;
}

.subject-exam-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .subject-exam-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .subject-exam-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.subject-exam-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .subject-exam-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.subject-exam-form-page .progress-steps,
.subject-exam-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .subject-exam-form-page .progress-steps div,
    .subject-exam-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .subject-exam-form-page .progress-steps div {
        background: #f8fafc;
    }

    .subject-exam-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .subject-exam-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .subject-exam-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .subject-exam-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .subject-exam-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.subject-exam-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .subject-exam-list-page .list-title-band,
    .subject-exam-list-page .list-toolbar,
    .subject-exam-form-page .subject-exam-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .subject-exam-list-page .search-box {
        justify-content: space-between;
    }

        .subject-exam-list-page .search-box .form-control {
            width: 100%;
        }

    .subject-exam-form-page .hero-actions {
        justify-content: flex-start;
    }

    .subject-exam-form-page .subject-exam-form-card,
    .subject-exam-form-page .form-block,
    .subject-exam-form-page .subject-exam-side-panel {
        padding: 14px;
    }

    .subject-exam-form-page .subject-exam-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .subject-exam-list-page .exam-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME SCHEME LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .programme-scheme-list-page and .programme-scheme-form-page only.
========================================================= */

.programme-scheme-list-page,
.programme-scheme-form-page {
    width: 100%;
}

    .programme-scheme-list-page .list-title-band,
    .programme-scheme-form-page .programme-scheme-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .programme-scheme-list-page .list-title-band h2,
        .programme-scheme-form-page .programme-scheme-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .programme-scheme-list-page .list-title-band p,
        .programme-scheme-form-page .programme-scheme-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .programme-scheme-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .programme-scheme-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .programme-scheme-list-page .add-top-btn,
        .programme-scheme-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .programme-scheme-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .programme-scheme-list-page .entries-box,
    .programme-scheme-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .programme-scheme-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .programme-scheme-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.programme-scheme-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .programme-scheme-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .programme-scheme-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.programme-scheme-list-page .scheme-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.programme-scheme-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.programme-scheme-list-page small {
    color: #333333;
    font-size: 13px;
}

.programme-scheme-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.programme-scheme-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.programme-scheme-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-scheme-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .programme-scheme-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.programme-scheme-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.programme-scheme-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.programme-scheme-list-page .scheme-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .programme-scheme-list-page .scheme-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .programme-scheme-list-page .scheme-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .programme-scheme-list-page .scheme-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.programme-scheme-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-scheme-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .programme-scheme-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.programme-scheme-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.programme-scheme-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .programme-scheme-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.programme-scheme-form-page .programme-scheme-form-card,
.programme-scheme-form-page .programme-scheme-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-scheme-form-page .programme-scheme-form-card {
    padding: 20px;
}

.programme-scheme-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.programme-scheme-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.programme-scheme-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .programme-scheme-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .programme-scheme-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.programme-scheme-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.programme-scheme-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.programme-scheme-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .programme-scheme-form-page .form-label span {
        color: #bf2026;
    }

.programme-scheme-form-page .form-control,
.programme-scheme-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.programme-scheme-form-page textarea.form-control {
    min-height: 96px;
}

.programme-scheme-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.programme-scheme-form-page .programme-scheme-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .programme-scheme-form-page .programme-scheme-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-scheme-form-page .programme-scheme-side-panel {
    padding: 18px;
}

.programme-scheme-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .programme-scheme-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .programme-scheme-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.programme-scheme-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .programme-scheme-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.programme-scheme-form-page .progress-steps,
.programme-scheme-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .programme-scheme-form-page .progress-steps div,
    .programme-scheme-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .programme-scheme-form-page .progress-steps div {
        background: #f8fafc;
    }

    .programme-scheme-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .programme-scheme-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .programme-scheme-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .programme-scheme-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .programme-scheme-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.programme-scheme-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .programme-scheme-list-page .list-title-band,
    .programme-scheme-list-page .list-toolbar,
    .programme-scheme-form-page .programme-scheme-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-scheme-list-page .search-box {
        justify-content: space-between;
    }

        .programme-scheme-list-page .search-box .form-control {
            width: 100%;
        }

    .programme-scheme-form-page .hero-actions {
        justify-content: flex-start;
    }

    .programme-scheme-form-page .programme-scheme-form-card,
    .programme-scheme-form-page .form-block,
    .programme-scheme-form-page .programme-scheme-side-panel {
        padding: 14px;
    }

    .programme-scheme-form-page .programme-scheme-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .programme-scheme-list-page .scheme-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT PROFILE LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-profile-list-page and .student-profile-form-page only.
========================================================= */

.student-profile-list-page,
.student-profile-form-page {
    width: 100%;
}

    .student-profile-list-page .list-title-band,
    .student-profile-form-page .student-profile-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-profile-list-page .list-title-band h2,
        .student-profile-form-page .student-profile-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-profile-list-page .list-title-band p,
        .student-profile-form-page .student-profile-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-profile-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-profile-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-profile-list-page .add-top-btn,
        .student-profile-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-profile-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-profile-list-page .entries-box,
    .student-profile-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-profile-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-profile-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-profile-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-profile-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-profile-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-profile-list-page .student-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-profile-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-profile-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-profile-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-profile-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-profile-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-profile-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-profile-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.student-profile-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-profile-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-profile-list-page .student-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-profile-list-page .student-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-profile-list-page .student-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-profile-list-page .student-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-profile-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-profile-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-profile-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-profile-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.student-profile-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-profile-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-profile-form-page .student-profile-form-card,
.student-profile-form-page .student-profile-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-profile-form-page .student-profile-form-card {
    padding: 20px;
}

.student-profile-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-profile-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-profile-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-profile-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-profile-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-profile-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-profile-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-profile-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-profile-form-page .form-label span {
        color: #bf2026;
    }

.student-profile-form-page .form-control,
.student-profile-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-profile-form-page textarea.form-control {
    min-height: 96px;
}

.student-profile-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-profile-form-page .student-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-profile-form-page .student-profile-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-profile-form-page .student-profile-side-panel {
    padding: 18px;
}

.student-profile-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-profile-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-profile-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-profile-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-profile-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-profile-form-page .progress-steps,
.student-profile-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-profile-form-page .progress-steps div,
    .student-profile-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-profile-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-profile-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-profile-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-profile-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-profile-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-profile-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-profile-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-profile-list-page .list-title-band,
    .student-profile-list-page .list-toolbar,
    .student-profile-form-page .student-profile-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-profile-list-page .search-box {
        justify-content: space-between;
    }

        .student-profile-list-page .search-box .form-control {
            width: 100%;
        }

    .student-profile-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-profile-form-page .student-profile-form-card,
    .student-profile-form-page .form-block,
    .student-profile-form-page .student-profile-side-panel {
        padding: 14px;
    }

    .student-profile-form-page .student-profile-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-profile-list-page .student-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT BATCH LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-batch-list-page and .student-batch-form-page only.
========================================================= */

.student-batch-list-page,
.student-batch-form-page {
    width: 100%;
}

    .student-batch-list-page .list-title-band,
    .student-batch-form-page .student-batch-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-batch-list-page .list-title-band h2,
        .student-batch-form-page .student-batch-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-batch-list-page .list-title-band p,
        .student-batch-form-page .student-batch-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-batch-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-batch-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-batch-list-page .add-top-btn,
        .student-batch-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-batch-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-batch-list-page .entries-box,
    .student-batch-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-batch-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-batch-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-batch-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-batch-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-batch-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-batch-list-page .batch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-batch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-batch-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-batch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-batch-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-batch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-batch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-batch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .student-batch-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .student-batch-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.student-batch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-batch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-batch-list-page .batch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-batch-list-page .batch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-batch-list-page .batch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-batch-list-page .batch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-batch-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-batch-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-batch-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-batch-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-batch-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-batch-form-page .student-batch-form-card,
.student-batch-form-page .student-batch-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-batch-form-page .student-batch-form-card {
    padding: 20px;
}

.student-batch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-batch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-batch-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-batch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-batch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-batch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-batch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-batch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-batch-form-page .form-label span {
        color: #bf2026;
    }

.student-batch-form-page .form-control,
.student-batch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-batch-form-page textarea.form-control {
    min-height: 96px;
}

.student-batch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-batch-form-page .student-batch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-batch-form-page .student-batch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-batch-form-page .student-batch-side-panel {
    padding: 18px;
}

.student-batch-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-batch-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-batch-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-batch-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-batch-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-batch-form-page .progress-steps,
.student-batch-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-batch-form-page .progress-steps div,
    .student-batch-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-batch-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-batch-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-batch-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-batch-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-batch-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-batch-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-batch-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-batch-list-page .list-title-band,
    .student-batch-list-page .list-toolbar,
    .student-batch-form-page .student-batch-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-batch-list-page .search-box {
        justify-content: space-between;
    }

        .student-batch-list-page .search-box .form-control {
            width: 100%;
        }

    .student-batch-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-batch-form-page .student-batch-form-card,
    .student-batch-form-page .form-block,
    .student-batch-form-page .student-batch-side-panel {
        padding: 14px;
    }

    .student-batch-form-page .student-batch-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-batch-list-page .batch-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT ADMISSION LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-admission-list-page and .student-admission-form-page only.
========================================================= */

.student-admission-list-page,
.student-admission-form-page {
    width: 100%;
}

    .student-admission-list-page .list-title-band,
    .student-admission-form-page .student-admission-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-admission-list-page .list-title-band h2,
        .student-admission-form-page .student-admission-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-admission-list-page .list-title-band p,
        .student-admission-form-page .student-admission-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-admission-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-admission-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-admission-list-page .add-top-btn,
        .student-admission-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-admission-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-admission-list-page .entries-box,
    .student-admission-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-admission-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-admission-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-admission-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-admission-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-admission-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-admission-list-page .admission-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-admission-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-admission-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-admission-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-admission-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-admission-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-admission-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-admission-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.student-admission-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-admission-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-admission-list-page .admission-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-admission-list-page .admission-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-admission-list-page .admission-metrics strong {
        color: #006490;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .student-admission-list-page .admission-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-admission-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-admission-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-admission-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-admission-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.student-admission-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-admission-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-admission-form-page .student-admission-form-card,
.student-admission-form-page .student-admission-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-admission-form-page .student-admission-form-card {
    padding: 20px;
}

.student-admission-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-admission-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-admission-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-admission-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-admission-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-admission-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-admission-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-admission-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-admission-form-page .form-label span {
        color: #bf2026;
    }

.student-admission-form-page .form-control,
.student-admission-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-admission-form-page textarea.form-control {
    min-height: 96px;
}

.student-admission-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-admission-form-page .student-admission-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-admission-form-page .student-admission-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-admission-form-page .student-admission-side-panel {
    padding: 18px;
}

.student-admission-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-admission-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-admission-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-admission-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-admission-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-admission-form-page .progress-steps,
.student-admission-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-admission-form-page .progress-steps div,
    .student-admission-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-admission-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-admission-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-admission-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-admission-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-admission-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-admission-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-admission-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-admission-list-page .list-title-band,
    .student-admission-list-page .list-toolbar,
    .student-admission-form-page .student-admission-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-admission-list-page .search-box {
        justify-content: space-between;
    }

        .student-admission-list-page .search-box .form-control {
            width: 100%;
        }

    .student-admission-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-admission-form-page .student-admission-form-card,
    .student-admission-form-page .form-block,
    .student-admission-form-page .student-admission-side-panel {
        padding: 14px;
    }

    .student-admission-form-page .student-admission-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-admission-list-page .admission-metrics {
        grid-template-columns: 1fr;
    }
}



/* =========================================================
   CENTRE DASHBOARD
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-dashboard-page only.
========================================================= */

.centre-dashboard-page {
    width: 100%;
    color: #111827;
}

.centre-dashboard-head,
.centre-profile-strip,
.centre-panel,
.centre-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .centre-dashboard-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-dashboard-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-dashboard-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.centre-dashboard-filter {
    min-width: 520px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .centre-dashboard-filter .form-select,
    .centre-dashboard-filter .btn {
        min-height: 44px;
        border-radius: 7px;
        font-weight: 700;
    }

.centre-profile-strip {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.centre-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.centre-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.centre-identity p {
    margin: 4px 0 0;
    color: #666666;
}

.centre-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-meta-grid div,
    .centre-mini-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-meta-grid small,
    .centre-mini-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-meta-grid strong,
    .centre-mini-grid strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

.centre-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .centre-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .centre-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .centre-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
    }

    .centre-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .centre-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .centre-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .centre-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .centre-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

    .centre-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .centre-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

.centre-panel {
    height: 100%;
    padding: 18px;
}

.centre-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .centre-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .centre-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.centre-dashboard-table {
    font-size: 14px;
}

    .centre-dashboard-table th {
        background: #f8fafc;
        color: #333333;
        font-weight: 800;
        padding: 12px;
        white-space: nowrap;
    }

    .centre-dashboard-table td {
        padding: 12px;
        vertical-align: middle;
    }

        .centre-dashboard-table td strong {
            display: block;
            color: #111827;
        }

        .centre-dashboard-table td small {
            display: block;
            color: #697586;
            margin-top: 3px;
        }

.centre-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .centre-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .centre-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .centre-badge.info {
        background: #e9f6fb;
        color: #006490;
    }

.centre-funnel-list {
    display: grid;
    gap: 13px;
}

    .centre-funnel-list div {
        display: grid;
        grid-template-columns: 130px 1fr 44px;
        gap: 10px;
        align-items: center;
    }

    .centre-funnel-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .centre-funnel-list strong {
        text-align: right;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

    .centre-funnel-list .track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-funnel-list .track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .centre-funnel-list .track i.risk {
                background: #ff5e63;
            }

.centre-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.trainer-list,
.centre-alert-list {
    display: grid;
    gap: 12px;
}

    .trainer-list > div,
    .centre-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

.trainer-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fb;
    color: #006490;
    font-weight: 900;
}

.trainer-list strong {
    display: block;
    color: #111827;
}

.trainer-list small {
    display: block;
    color: #697586;
    margin-top: 2px;
}

.trainer-list b {
    margin-left: auto;
    font-size: 12px;
    white-space: nowrap;
}

.centre-alert-list i {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.centre-alert-list .risk i {
    background: #ffedef;
    color: #ff5e63;
}

.centre-alert-list .warn i {
    background: #fff4df;
    color: #ff8300;
}

.centre-alert-list .info i {
    background: #e9f6fb;
    color: #006490;
}

.centre-alert-list strong {
    display: block;
    color: #111827;
}

.centre-alert-list small {
    display: block;
    margin-top: 2px;
    color: #697586;
}

.success-text {
    color: #1d7a4d !important;
}

.warning-text {
    color: #b56b00 !important;
}

@media (max-width: 991px) {
    .centre-dashboard-head,
    .centre-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-dashboard-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .centre-dashboard-filter .form-select {
            flex: 1 1 180px;
        }

    .centre-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-dashboard-head,
    .centre-profile-strip,
    .centre-panel {
        padding: 14px;
    }

    .centre-meta-grid,
    .centre-mini-grid {
        grid-template-columns: 1fr;
    }

    .centre-funnel-list div {
        grid-template-columns: 100px 1fr 36px;
    }

    .trainer-list > div,
    .centre-alert-list > div {
        align-items: flex-start;
    }
}
/* =========================================================
   CENTRE PROFILE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-profile-page only.
========================================================= */

.centre-profile-page {
    width: 100%;
    color: #111827;
}

.centre-profile-hero,
.centre-profile-summary,
.centre-profile-form-card,
.centre-profile-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-profile-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-profile-title h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.centre-profile-title p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.centre-profile-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .centre-profile-actions .btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        font-weight: 800;
    }

.centre-profile-summary {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 20px;
}

.centre-summary-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.centre-logo-box {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #e9f6fb;
    color: #006490;
    font-size: 32px;
}

.centre-summary-main h3 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.centre-summary-main p {
    margin: 4px 0 10px;
    color: #666666;
}

.centre-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.centre-tag,
.centre-status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
}

    .centre-tag.blue,
    .centre-status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

    .centre-tag.green,
    .centre-status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-profile-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-profile-metrics div,
    .snapshot-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-profile-metrics small,
    .snapshot-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-profile-metrics strong,
    .snapshot-grid strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.centre-profile-form-card {
    padding: 20px;
}

.centre-profile-page .profile-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-profile-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-profile-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-profile-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-profile-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-profile-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-profile-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-profile-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.centre-profile-page .form-control,
.centre-profile-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-profile-page textarea.form-control {
    min-height: 96px;
}

.centre-profile-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-facility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-facility-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .centre-facility-grid input {
        width: 16px;
        height: 16px;
    }

.centre-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-profile-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-profile-panel {
    padding: 18px;
}

    .centre-profile-panel .panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
    }

        .centre-profile-panel .panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 19px;
            font-weight: 800;
        }

.approval-timeline,
.document-status-list {
    display: grid;
    gap: 12px;
}

    .approval-timeline > div,
    .document-status-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .approval-timeline i,
    .document-status-list i {
        width: 36px;
        height: 36px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
    }

    .approval-timeline .done i {
        background: #2f8f5b;
        color: #ffffff;
    }

    .approval-timeline strong,
    .document-status-list span {
        display: block;
        color: #111827;
        font-weight: 800;
    }

    .approval-timeline small {
        display: block;
        color: #697586;
        margin-top: 2px;
    }

    .document-status-list b {
        margin-left: auto;
        color: #1d7a4d;
        font-size: 12px;
        white-space: nowrap;
    }

.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 1200px) {
    .centre-profile-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .centre-profile-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-profile-actions {
        justify-content: flex-start;
    }

    .centre-profile-metrics,
    .centre-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-profile-hero,
    .centre-profile-summary,
    .centre-profile-form-card,
    .centre-profile-page .profile-block,
    .centre-profile-panel {
        padding: 14px;
    }

    .centre-summary-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .centre-profile-metrics,
    .centre-facility-grid,
    .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .centre-profile-form-actions {
        flex-direction: column;
    }
}

/* =========================================================
   CENTRE ASSIGNED PROJECTS
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assigned-projects-page only.
========================================================= */

.centre-assigned-projects-page {
    width: 100%;
    color: #111827;
}

.assigned-projects-head,
.assigned-centre-strip,
.assigned-project-card,
.assigned-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.assigned-projects-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-assigned-projects-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.assigned-projects-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.assigned-projects-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.assigned-projects-filter {
    min-width: 620px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .assigned-projects-filter .form-select,
    .assigned-projects-filter .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 700;
    }

.assigned-centre-strip {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.centre-strip-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-strip-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 26px;
}

.centre-strip-main h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.centre-strip-main p {
    margin: 4px 0 0;
    color: #666666;
}

.assigned-summary-grid,
.assigned-project-metrics {
    display: grid;
    gap: 10px;
}

.assigned-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.assigned-project-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 16px 0;
}

    .assigned-summary-grid div,
    .assigned-project-metrics div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .assigned-summary-grid small,
    .assigned-project-metrics small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .assigned-summary-grid strong,
    .assigned-project-metrics strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.assigned-project-card {
    padding: 18px;
    margin-bottom: 18px;
    border-left: 5px solid #006490;
}

    .assigned-project-card.warning-card {
        border-left-color: #ff8300;
    }

.project-card-head,
.side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

    .project-card-head h3,
    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .project-card-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.project-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-tag,
.assigned-status {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .project-tag.purple {
        background: #f2ecfb;
        color: #6e40aa;
    }

    .project-tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .project-tag.blue {
        background: #e9f6fb;
        color: #006490;
    }

    .project-tag.green,
    .assigned-status.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .project-tag.orange,
    .assigned-status.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .project-tag.red {
        background: #ffedef;
        color: #d93645;
    }

.assigned-progress-block {
    margin-top: 12px;
}

    .assigned-progress-block > div:first-child {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 8px;
    }

    .assigned-progress-block span {
        color: #555555;
        font-weight: 800;
    }

    .assigned-progress-block strong {
        color: #006490;
        font-weight: 900;
    }

.progress-track {
    height: 12px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .progress-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .progress-track.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

.assigned-action-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

    .assigned-action-row .btn {
        min-height: 38px;
        border-radius: 8px;
        font-weight: 800;
    }

.assigned-side-panel {
    padding: 18px;
}

.side-panel-head span:not(.assigned-status) {
    color: #006490;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.target-summary-list,
.workorder-status-list,
.required-action-list {
    display: grid;
    gap: 12px;
}

    .target-summary-list div,
    .workorder-status-list div,
    .required-action-list div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .target-summary-list span {
        color: #555555;
        font-weight: 800;
    }

    .target-summary-list strong {
        margin-left: auto;
        color: #006490;
        font-size: 18px;
        font-weight: 900;
    }

    .workorder-status-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
    }

    .workorder-status-list strong,
    .required-action-list b {
        display: block;
        color: #111827;
        font-weight: 800;
    }

    .workorder-status-list small,
    .required-action-list small {
        display: block;
        margin-top: 2px;
        color: #697586;
    }

    .required-action-list div {
        display: block;
        border-left: 4px solid #ff8300;
    }

@media (max-width: 1200px) {
    .assigned-centre-strip {
        grid-template-columns: 1fr;
    }

    .assigned-summary-grid,
    .assigned-project-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .assigned-projects-head {
        align-items: stretch;
        flex-direction: column;
    }

    .assigned-projects-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .assigned-projects-filter .form-select {
            flex: 1 1 220px;
        }
}

@media (max-width: 576px) {
    .assigned-projects-head,
    .assigned-centre-strip,
    .assigned-project-card,
    .assigned-side-panel {
        padding: 14px;
    }

    .centre-strip-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .assigned-summary-grid,
    .assigned-project-metrics {
        grid-template-columns: 1fr;
    }

    .project-card-head,
    .side-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .assigned-action-row {
        justify-content: flex-start;
    }
}
/* =========================================================
   CENTRE PROGRAMME BATCH TARGET
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-programme-target-page only.
========================================================= */

.centre-programme-target-page {
    width: 100%;
    color: #111827;
}

.programme-target-head,
.programme-target-summary,
.programme-target-card,
.programme-target-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-target-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-programme-target-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.programme-target-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.programme-target-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.programme-target-filter {
    min-width: 620px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .programme-target-filter .form-select,
    .programme-target-filter .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 700;
    }

.programme-target-summary {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.summary-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.summary-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 26px;
}

.summary-main h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.summary-main p {
    margin: 4px 0 0;
    color: #666666;
}

.summary-metric-grid,
.programme-target-metrics,
.creation-status-grid {
    display: grid;
    gap: 10px;
}

.summary-metric-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.programme-target-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 16px 0;
}

.creation-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .summary-metric-grid div,
    .programme-target-metrics div,
    .creation-status-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .summary-metric-grid small,
    .programme-target-metrics small,
    .creation-status-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .summary-metric-grid strong,
    .programme-target-metrics strong,
    .creation-status-grid strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.programme-target-card {
    padding: 18px;
    margin-bottom: 18px;
    border-left: 5px solid #006490;
}

    .programme-target-card.warning-card {
        border-left-color: #ff8300;
    }

.target-card-head,
.side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

    .target-card-head h3,
    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .target-card-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.target-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.target-tag,
.target-status {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .target-tag.purple {
        background: #f2ecfb;
        color: #6e40aa;
    }

    .target-tag.blue,
    .target-status.info {
        background: #e9f6fb;
        color: #006490;
    }

    .target-tag.green,
    .target-status.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .target-tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .target-tag.orange,
    .target-status.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .target-tag.red {
        background: #ffedef;
        color: #d93645;
    }

.target-progress-block {
    margin-top: 12px;
}

    .target-progress-block > div:first-child {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 8px;
    }

    .target-progress-block span {
        color: #555555;
        font-weight: 800;
    }

    .target-progress-block strong {
        color: #006490;
        font-weight: 900;
    }

.progress-track {
    height: 12px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .progress-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .progress-track.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

.target-batch-table {
    margin-top: 16px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    overflow: hidden;
}

    .target-batch-table th {
        padding: 11px 12px;
        background: #f8fafc;
        color: #333333;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .target-batch-table td {
        padding: 11px 12px;
        color: #222222;
        vertical-align: middle;
    }

.target-action-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

    .target-action-row .btn {
        min-height: 38px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-target-side-panel {
    padding: 18px;
}

.side-panel-head span:not(.target-status) {
    color: #006490;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.target-distribution-list,
.target-action-list {
    display: grid;
    gap: 12px;
}

    .target-distribution-list > div {
        display: grid;
        grid-template-columns: 120px 1fr 42px;
        align-items: center;
        gap: 10px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .target-distribution-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .target-distribution-list strong {
        color: #006490;
        text-align: right;
        font-weight: 900;
    }

.mini-track {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .mini-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.target-action-list div {
    display: block;
    padding: 12px;
    border: 1px solid #e7ebf0;
    border-left: 4px solid #ff8300;
    border-radius: 10px;
    background: #fbfcfe;
}

.target-action-list b {
    display: block;
    color: #111827;
    font-weight: 800;
}

.target-action-list small {
    display: block;
    margin-top: 2px;
    color: #697586;
}

@media (max-width: 1200px) {
    .programme-target-summary {
        grid-template-columns: 1fr;
    }

    .summary-metric-grid,
    .programme-target-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .programme-target-head {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-target-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .programme-target-filter .form-select {
            flex: 1 1 220px;
        }
}

@media (max-width: 576px) {
    .programme-target-head,
    .programme-target-summary,
    .programme-target-card,
    .programme-target-side-panel {
        padding: 14px;
    }

    .summary-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-metric-grid,
    .programme-target-metrics,
    .creation-status-grid {
        grid-template-columns: 1fr;
    }

    .target-card-head,
    .side-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .target-distribution-list > div {
        grid-template-columns: 1fr;
    }

    .target-distribution-list strong {
        text-align: left;
    }

    .target-action-row {
        justify-content: flex-start;
    }
}
/* =========================================================
   CENTRE BATCH LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-batch-list-page and .centre-batch-form-page only.
========================================================= */

.centre-batch-list-page,
.centre-batch-form-page {
    width: 100%;
    color: #111827;
}

.centre-batch-head,
.centre-batch-form-hero,
.centre-batch-summary,
.centre-batch-form-card,
.centre-batch-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-batch-head,
.centre-batch-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-list-page .page-kicker,
.centre-batch-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-batch-head h2,
.centre-batch-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.centre-batch-head p,
.centre-batch-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.centre-batch-head-actions,
.centre-batch-form-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

    .centre-batch-head-actions .btn,
    .centre-batch-form-page .hero-actions .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 800;
    }

.centre-batch-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .centre-batch-summary div,
    .target-balance-box div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-batch-summary small,
    .target-balance-box small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-batch-summary strong,
    .target-balance-box strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.centre-batch-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .centre-batch-toolbar .entries-box,
    .batch-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .centre-batch-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .batch-filter-box .form-select,
        .batch-filter-box .form-control {
            width: 210px;
            min-height: 38px;
        }

.centre-batch-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-batch-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-batch-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-batch-list-page .batch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.centre-batch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.centre-batch-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-batch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-batch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-batch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-batch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.centre-batch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.centre-batch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.centre-batch-list-page .batch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .centre-batch-list-page .batch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-batch-list-page .batch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .centre-batch-list-page .batch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.performance-stack {
    display: grid;
    gap: 6px;
}

    .performance-stack div:not(.mini-progress) {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: #555555;
        font-size: 12px;
        font-weight: 800;
    }

.mini-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .mini-progress.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

    .mini-progress.muted i {
        background: #cfd6dd;
    }

.status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.centre-batch-form-card {
    padding: 20px;
}

.centre-batch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-batch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-batch-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-batch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-batch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-batch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-batch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-batch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-batch-form-page .form-label span {
        color: #bf2026;
    }

.centre-batch-form-page .form-control,
.centre-batch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-batch-form-page textarea.form-control {
    min-height: 96px;
}

.centre-batch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-batch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-batch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-batch-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.target-balance-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .centre-batch-head,
    .centre-batch-form-hero,
    .centre-batch-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-batch-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .batch-filter-box {
        flex-wrap: wrap;
    }

        .batch-filter-box .form-select,
        .batch-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .centre-batch-head,
    .centre-batch-form-hero,
    .centre-batch-summary,
    .centre-batch-form-card,
    .centre-batch-form-page .form-block,
    .centre-batch-side-panel {
        padding: 14px;
    }

    .centre-batch-summary,
    .centre-batch-list-page .batch-metrics,
    .target-balance-box {
        grid-template-columns: 1fr;
    }

    .centre-batch-form-actions {
        flex-direction: column;
    }
}

/* =========================================================
   CENTRE STUDENT REGISTRATION LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to centre student registration pages only.
========================================================= */

.centre-student-registration-list-page,
.centre-student-registration-form-page {
    width: 100%;
    color: #111827;
}

.student-registration-head,
.student-registration-form-hero,
.student-registration-summary,
.student-registration-form-card,
.student-registration-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-registration-head,
.student-registration-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-student-registration-list-page .page-kicker,
.centre-student-registration-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-registration-head h2,
.student-registration-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-registration-head p,
.student-registration-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-registration-head .btn,
.student-registration-form-hero .btn {
    min-height: 42px;
    border-radius: 7px;
    font-weight: 800;
}

.centre-student-registration-form-page .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.student-registration-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .student-registration-summary div,
    .readiness-list div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-registration-summary small,
    .readiness-list small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .student-registration-summary strong,
    .readiness-list strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.student-registration-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .student-registration-toolbar .entries-box,
    .student-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .student-registration-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-filter-box .form-select,
        .student-filter-box .form-control {
            width: 210px;
            min-height: 38px;
        }

.centre-student-registration-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-student-registration-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-student-registration-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-student-registration-list-page .student-name,
.centre-student-registration-list-page .strong-text {
    color: #697586;
    font-weight: 800;
}

.centre-student-registration-list-page .student-name {
    font-size: 17px;
    margin-bottom: 8px;
}

.centre-student-registration-list-page .strong-text {
    font-size: 16px;
}

.centre-student-registration-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-student-registration-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-student-registration-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-student-registration-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-student-registration-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.status-pill,
.verification-pill,
.readiness-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success,
    .verification-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning,
    .verification-pill.warning,
    .readiness-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.student-registration-form-card {
    padding: 20px;
}

.centre-student-registration-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-student-registration-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-student-registration-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-student-registration-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-student-registration-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-student-registration-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-student-registration-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-student-registration-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-student-registration-form-page .form-label span {
        color: #bf2026;
    }

.centre-student-registration-form-page .form-control,
.centre-student-registration-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-student-registration-form-page textarea.form-control {
    min-height: 96px;
}

.centre-student-registration-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.registration-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

    .registration-check-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .registration-check-grid input {
        width: 16px;
        height: 16px;
    }

.student-registration-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-registration-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-registration-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span:not(.readiness-pill) {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps,
.readiness-list {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .student-registration-head,
    .student-registration-form-hero,
    .student-registration-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .student-registration-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .student-filter-box {
        flex-wrap: wrap;
    }

        .student-filter-box .form-select,
        .student-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }

    .registration-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .student-registration-head,
    .student-registration-form-hero,
    .student-registration-summary,
    .student-registration-form-card,
    .centre-student-registration-form-page .form-block,
    .student-registration-side-panel {
        padding: 14px;
    }

    .student-registration-summary,
    .student-metrics,
    .registration-check-grid {
        grid-template-columns: 1fr;
    }

    .student-registration-form-actions {
        flex-direction: column;
    }
}
/* =========================================================
   CENTRE PLACEMENT LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-placement-list-page and .centre-placement-form-page only.
========================================================= */

.centre-placement-list-page,
.centre-placement-form-page {
    width: 100%;
    color: #111827;
}

.placement-head,
.placement-form-hero,
.placement-summary,
.placement-form-card,
.placement-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.placement-head,
.placement-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-placement-list-page .page-kicker,
.centre-placement-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.placement-head h2,
.placement-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.placement-head p,
.placement-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.placement-head .btn,
.placement-form-hero .btn {
    min-height: 42px;
    border-radius: 7px;
    font-weight: 800;
}

.centre-placement-form-page .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.placement-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .placement-summary div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .placement-summary small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .placement-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.placement-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .placement-toolbar .entries-box,
    .placement-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .placement-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .placement-filter-box .form-select,
        .placement-filter-box .form-control {
            width: 220px;
            min-height: 38px;
        }

.centre-placement-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-placement-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-placement-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.candidate-name,
.strong-text {
    color: #697586;
    font-weight: 800;
}

.candidate-name {
    font-size: 17px;
    margin-bottom: 8px;
}

.strong-text {
    font-size: 16px;
}

.centre-placement-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-placement-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-placement-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-placement-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-placement-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.placement-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .placement-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .placement-metrics strong {
        color: #006490;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .placement-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.status-pill,
.retention-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success,
    .retention-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning,
    .retention-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.placement-form-card {
    padding: 20px;
}

.centre-placement-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-placement-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-placement-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-placement-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-placement-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-placement-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-placement-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-placement-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-placement-form-page .form-label span {
        color: #bf2026;
    }

.centre-placement-form-page .form-control,
.centre-placement-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-placement-form-page textarea.form-control {
    min-height: 96px;
}

.placement-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .placement-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.placement-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps,
.placement-check-list {
    display: grid;
    gap: 12px;
}

    .progress-steps div,
    .placement-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps div {
        background: #f8fafc;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .placement-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .placement-check-list input {
        width: 16px;
        height: 16px;
    }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .placement-head,
    .placement-form-hero,
    .placement-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .placement-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .placement-filter-box {
        flex-wrap: wrap;
    }

        .placement-filter-box .form-select,
        .placement-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .placement-head,
    .placement-form-hero,
    .placement-summary,
    .placement-form-card,
    .centre-placement-form-page .form-block,
    .placement-side-panel {
        padding: 14px;
    }

    .placement-summary,
    .placement-metrics {
        grid-template-columns: 1fr;
    }

    .placement-form-actions {
        flex-direction: column;
    }
}
/* =========================================================
   STUDENT DASHBOARD
   Paste this at the bottom of your main CSS file.
   Scoped to .student-dashboard-page only.
========================================================= */

.student-dashboard-page {
    width: 100%;
    color: #111827;
}

.student-dashboard-head,
.student-profile-strip,
.student-panel,
.student-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .student-dashboard-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-dashboard-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .student-dashboard-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.student-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

    .student-dashboard-actions .btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        font-weight: 800;
        white-space: nowrap;
    }

.student-profile-strip {
    display: grid;
    grid-template-columns: 1.15fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.student-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.student-avatar {
    width: 66px;
    height: 66px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 30px;
}

.student-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.student-identity p {
    margin: 4px 0 8px;
    color: #666666;
}

.student-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .student-meta-grid div,
    .student-status-stack div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-meta-grid small,
    .student-status-stack small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .student-meta-grid strong,
    .student-status-stack strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 16px;
        font-weight: 900;
    }

.student-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .student-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .student-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .student-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
    }

    .student-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .student-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .student-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .student-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .student-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

    .student-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .student-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

.student-panel {
    height: 100%;
    padding: 18px;
}

.student-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .student-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .student-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.student-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .student-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .student-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .student-badge.info {
        background: #e9f6fb;
        color: #006490;
    }

    .student-badge.muted {
        background: #eef2f6;
        color: #697586;
    }

.student-training-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.student-progress-chart {
    min-height: 280px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 18px;
    padding: 24px 18px 16px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #fbfcfe;
}

    .student-progress-chart .bar-item {
        min-height: 230px;
        display: grid;
        grid-template-rows: 1fr auto auto;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

        .student-progress-chart .bar-item span {
            width: 54px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #006490;
        }

        .student-progress-chart .bar-item.purple span {
            background: #6f42c1;
        }

        .student-progress-chart .bar-item.green span {
            background: #2f8f5b;
        }

        .student-progress-chart .bar-item.orange span {
            background: #ff8300;
        }

        .student-progress-chart .bar-item strong,
        .student-progress-chart .bar-item b {
            color: #333333;
            font-size: 13px;
            font-weight: 900;
        }

.student-status-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.student-journey-list,
.student-doc-list,
.student-alert-list {
    display: grid;
    gap: 12px;
}

    .student-journey-list > div,
    .student-doc-list > div,
    .student-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .student-journey-list i,
    .student-doc-list i,
    .student-alert-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eef2f6;
        color: #697586;
    }

    .student-journey-list .done i,
    .student-doc-list .done i,
    .student-alert-list .good i {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-journey-list .active i,
    .student-alert-list .info i {
        background: #e9f6fb;
        color: #006490;
    }

    .student-doc-list .pending i,
    .student-alert-list .warn i {
        background: #fff4df;
        color: #ff8300;
    }

    .student-journey-list span,
    .student-doc-list span,
    .student-alert-list strong {
        display: block;
        color: #111827;
        font-weight: 900;
    }

    .student-journey-list small,
    .student-alert-list small {
        display: block;
        color: #697586;
        font-size: 12px;
    }

.student-dashboard-table {
    font-size: 14px;
}

    .student-dashboard-table th {
        background: #f8fafc;
        color: #333333;
        font-weight: 800;
        padding: 12px;
        white-space: nowrap;
    }

    .student-dashboard-table td {
        padding: 12px;
        vertical-align: middle;
    }

        .student-dashboard-table td strong {
            display: block;
            color: #111827;
        }

        .student-dashboard-table td small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

.student-readiness-list {
    display: grid;
    gap: 14px;
}

    .student-readiness-list div {
        display: grid;
        grid-template-columns: 150px 1fr 48px;
        gap: 10px;
        align-items: center;
    }

    .student-readiness-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .student-readiness-list strong {
        text-align: right;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

    .student-readiness-list .track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-readiness-list .track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-readiness-list .track i.risk {
                background: #ff5e63;
            }

.student-alert-list b {
    margin-left: auto;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .student-dashboard-head,
    .student-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-dashboard-actions {
        justify-content: flex-start;
    }

    .student-meta-grid,
    .student-training-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .student-meta-grid,
    .student-training-grid,
    .student-status-stack {
        grid-template-columns: 1fr;
    }

    .student-progress-chart {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .student-dashboard-head,
    .student-profile-strip,
    .student-panel {
        padding: 14px;
    }

    .student-identity,
    .student-alert-list > div {
        align-items: flex-start;
    }

    .student-readiness-list div {
        grid-template-columns: 1fr;
    }

    .student-readiness-list strong {
        text-align: left;
    }
}
/* =========================================================
   STUDENT JOB ROLE ADMISSION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-jobrole-page only.
========================================================= */

.student-jobrole-page {
    width: 100%;
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    background: #eef5f8;
    color: #111827;
}

    .student-jobrole-page .student-side-menu {
        padding: 20px 16px;
        background: #ffffff;
        border-right: 1px solid #e6edf2;
    }

        .student-jobrole-page .student-side-menu a {
            min-height: 48px;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 12px;
            margin-bottom: 8px;
            border-radius: 7px;
            color: #111111;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
        }

            .student-jobrole-page .student-side-menu a:hover,
            .student-jobrole-page .student-side-menu a.active {
                background: #fbebee;
                color: #c9202b;
            }

        .student-jobrole-page .student-side-menu i {
            width: 24px;
            color: #8e9bc5;
            text-align: center;
        }

        .student-jobrole-page .student-side-menu a.active i {
            color: #c9202b;
        }

        .student-jobrole-page .student-side-menu b {
            margin-left: auto;
            font-size: 13px;
        }

.student-jobrole-content {
    padding: 36px 42px;
}

.student-programme-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 44px;
}

    .student-programme-ribbon .programme-pill {
        min-height: 44px;
        min-width: 470px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 24px;
        border-radius: 30px;
        background: #c9202b;
        color: #ffffff;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

    .student-programme-ribbon .programme-select {
        min-height: 44px;
        max-width: 550px;
        border: 1px solid #006490;
        border-radius: 30px;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
    }

.jobrole-filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 60px;
}

    .jobrole-filter-row > .form-select {
        min-height: 48px;
        max-width: 520px;
        border-radius: 7px;
        font-size: 20px;
    }

.jobrole-region-toggle {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .jobrole-region-toggle button {
        min-width: 180px;
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid #0d6efd;
        border-radius: 30px;
        background: #ffffff;
        color: #0d6efd;
        font-size: 22px;
        font-weight: 800;
    }

        .jobrole-region-toggle button.active {
            background: #0d6efd;
            color: #ffffff;
        }

.jobrole-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 46px 22px;
}

.jobrole-card {
    position: relative;
    overflow: hidden;
    min-height: 398px;
    display: flex;
    flex-direction: column;
    padding: 28px 30px 24px;
    border: 2px solid #dcefff;
    border-bottom-width: 7px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 100, 144, 0.08);
}

    .jobrole-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto auto;
        width: 58%;
        height: 34%;
        border-bottom-left-radius: 130px;
        background: repeating-radial-gradient(circle at top right, rgba(0, 100, 144, 0.12) 0, rgba(0, 100, 144, 0.12) 1px, transparent 2px, transparent 8px);
        opacity: 0.55;
        pointer-events: none;
    }

.jobrole-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

    .jobrole-card-top span {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #f3ecff;
        font-size: 22px;
    }

    .jobrole-card-top small {
        max-width: 170px;
        color: #697586;
        font-size: 12px;
        font-weight: 900;
        text-align: right;
    }

.jobrole-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

    .jobrole-card h3::after {
        content: "";
        display: block;
        width: 52px;
        height: 4px;
        margin-top: 12px;
        border-radius: 6px;
        background: currentColor;
    }

.jobrole-card p {
    position: relative;
    z-index: 1;
    min-height: 82px;
    margin: 0 0 18px;
    color: #111827;
    font-size: 15px;
    line-height: 1.55;
}

.jobrole-meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 14px 0;
    margin-bottom: 14px;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

    .jobrole-meta div {
        text-align: center;
    }

    .jobrole-meta small {
        display: block;
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

    .jobrole-meta strong {
        display: block;
        margin-top: 4px;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

.jobrole-actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
}

    .jobrole-actions a {
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 22px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
    }

    .jobrole-actions .outline-btn {
        border: 2px solid currentColor;
        background: #ffffff;
    }

    .jobrole-actions .apply-btn {
        border: 2px solid currentColor;
        color: #ffffff;
    }

.jobrole-card.purple {
    color: #7a42db;
    border-bottom-color: #7a42db;
}

    .jobrole-card.purple .apply-btn,
    .jobrole-card.purple .jobrole-card-top span {
        background: #7a42db;
        color: #ffffff;
    }

.jobrole-card.teal {
    color: #00837e;
    border-bottom-color: #00837e;
}

    .jobrole-card.teal .apply-btn,
    .jobrole-card.teal .jobrole-card-top span {
        background: #00837e;
        color: #ffffff;
    }

.jobrole-card.orange {
    color: #f26a13;
    border-bottom-color: #f26a13;
}

    .jobrole-card.orange .apply-btn,
    .jobrole-card.orange .jobrole-card-top span {
        background: #f26a13;
        color: #ffffff;
    }

.jobrole-card.blue {
    color: #2778e8;
    border-bottom-color: #2778e8;
}

    .jobrole-card.blue .apply-btn,
    .jobrole-card.blue .jobrole-card-top span {
        background: #2778e8;
        color: #ffffff;
    }

.jobrole-card.green {
    color: #2f8f5b;
    border-bottom-color: #2f8f5b;
}

    .jobrole-card.green .apply-btn,
    .jobrole-card.green .jobrole-card-top span {
        background: #2f8f5b;
        color: #ffffff;
    }

.jobrole-card.red {
    color: #ff5e63;
    border-bottom-color: #ff5e63;
}

    .jobrole-card.red .apply-btn,
    .jobrole-card.red .jobrole-card-top span {
        background: #ff5e63;
        color: #ffffff;
    }

.jobrole-actions .outline-btn:hover {
    background: currentColor;
}

.jobrole-card.purple .outline-btn:hover,
.jobrole-card.teal .outline-btn:hover,
.jobrole-card.orange .outline-btn:hover,
.jobrole-card.blue .outline-btn:hover,
.jobrole-card.green .outline-btn:hover,
.jobrole-card.red .outline-btn:hover {
    color: #ffffff;
}

@media (max-width: 1400px) {
    .student-jobrole-page {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .jobrole-card-grid {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
    }
}

@media (max-width: 1199px) {
    .student-jobrole-page {
        grid-template-columns: 1fr;
    }

        .student-jobrole-page .student-side-menu {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
        }

            .student-jobrole-page .student-side-menu a {
                margin-bottom: 0;
            }

    .student-programme-ribbon,
    .jobrole-filter-row {
        flex-direction: column;
    }

        .student-programme-ribbon .programme-pill,
        .student-programme-ribbon .programme-select,
        .jobrole-filter-row > .form-select {
            width: 100%;
            min-width: 0;
            max-width: none;
        }
}

@media (max-width: 991px) {
    .student-jobrole-content {
        padding: 24px 18px;
    }

    .jobrole-card-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    .student-jobrole-page .student-side-menu {
        grid-template-columns: 1fr;
    }

    .jobrole-region-toggle {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

        .jobrole-region-toggle button {
            width: 100%;
        }

    .jobrole-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-programme-ribbon .programme-pill,
    .student-programme-ribbon .programme-select,
    .jobrole-filter-row > .form-select,
    .jobrole-region-toggle button {
        font-size: 16px;
    }

    .jobrole-card {
        padding: 22px 18px;
    }

    .jobrole-actions a {
        font-size: 15px;
    }
}
/* =========================================================
   STUDENT MY PROFILE - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-myprofile-container only.
========================================================= */

.student-myprofile-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-completion-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-myprofile-container .student-profile-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 220px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-myprofile-container .student-profile-avatar {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 38px;
    }

    .student-myprofile-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-myprofile-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-myprofile-container .student-profile-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-myprofile-container .profile-chip-row,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-token-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

        .student-myprofile-container .profile-chip,
        .student-myprofile-container .profile-token-list span {
            min-height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 800;
        }

            .student-myprofile-container .profile-chip.good {
                background: #eaf8f0;
                color: #1d7a4d;
            }

            .student-myprofile-container .profile-chip.info,
            .student-myprofile-container .profile-token-list span {
                background: #e9f6fb;
                color: #006490;
            }

            .student-myprofile-container .profile-chip.warn {
                background: #fff4df;
                color: #b56b00;
            }

    .student-myprofile-container .profile-completion-card {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-myprofile-container .completion-ring {
        width: 92px;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#006490 0 92%, #e9edf2 92% 100%);
    }

        .student-myprofile-container .completion-ring span {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #ffffff;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

    .student-myprofile-container .profile-section-tabs {
        padding: 12px;
        margin-bottom: 16px;
    }

        .student-myprofile-container .profile-section-tabs a {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            border-radius: 7px;
            background: #f5f7fb;
            color: #555555;
            text-decoration: none;
            font-weight: 800;
        }

            .student-myprofile-container .profile-section-tabs a:hover,
            .student-myprofile-container .profile-section-tabs a.active {
                background: #006490;
                color: #ffffff;
            }

    .student-myprofile-container .student-profile-card {
        padding: 20px;
    }

    .student-myprofile-container .profile-form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-form-actions h3,
        .student-myprofile-container .profile-block-head h4 {
            margin: 0;
            color: #006490;
            font-weight: 900;
        }

        .student-myprofile-container .profile-form-actions p,
        .student-myprofile-container .profile-block-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-myprofile-container .profile-block {
        padding: 18px;
        margin-bottom: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #ffffff;
    }

        .student-myprofile-container .profile-block:last-child {
            margin-bottom: 0;
        }

    .student-myprofile-container .profile-block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-block-head span {
            width: 46px;
            height: 46px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 18px;
        }

            .student-myprofile-container .profile-block-head span.green {
                background: #eaf8f0;
                color: #2f8f5b;
            }

            .student-myprofile-container .profile-block-head span.orange {
                background: #fff1df;
                color: #ff8300;
            }

            .student-myprofile-container .profile-block-head span.purple {
                background: #f3ecff;
                color: #7a42db;
            }

            .student-myprofile-container .profile-block-head span.red {
                background: #ffedef;
                color: #ff5e63;
            }

            .student-myprofile-container .profile-block-head span.teal {
                background: #e3fbf9;
                color: #00837e;
            }

    .student-myprofile-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-myprofile-container .form-control,
    .student-myprofile-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-myprofile-container textarea.form-control {
        min-height: 92px;
    }

    .student-myprofile-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-myprofile-container .document-upload-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .student-myprofile-container .document-upload-card {
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .student-myprofile-container .document-upload-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #eef2f6;
            color: #697586;
            font-size: 18px;
        }

        .student-myprofile-container .document-upload-card.verified i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-myprofile-container .document-upload-card.pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-myprofile-container .document-upload-card strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-myprofile-container .document-upload-card small {
            display: inline-flex;
            margin: 4px 0 10px;
            color: #697586;
            font-weight: 800;
        }

    .student-myprofile-container .profile-token-list {
        min-height: 44px;
        align-items: center;
        padding: 8px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

@media (max-width: 991px) {
    .student-myprofile-container {
        padding: 18px;
    }

        .student-myprofile-container .student-profile-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-myprofile-container .profile-completion-card {
            grid-column: 1 / -1;
        }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 768px) {
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .profile-form-actions {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-myprofile-container,
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-block {
        padding: 14px;
    }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: 1fr;
        }
}
/* =========================================================
   STUDENT MY PROFILE - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-myprofile-container only.
========================================================= */

.student-myprofile-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-completion-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-myprofile-container .student-profile-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 220px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-myprofile-container .student-profile-avatar {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 38px;
    }

    .student-myprofile-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-myprofile-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-myprofile-container .student-profile-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-myprofile-container .profile-chip-row,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-token-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

        .student-myprofile-container .profile-chip,
        .student-myprofile-container .profile-token-list span {
            min-height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 800;
        }

            .student-myprofile-container .profile-chip.good {
                background: #eaf8f0;
                color: #1d7a4d;
            }

            .student-myprofile-container .profile-chip.info,
            .student-myprofile-container .profile-token-list span {
                background: #e9f6fb;
                color: #006490;
            }

            .student-myprofile-container .profile-chip.warn {
                background: #fff4df;
                color: #b56b00;
            }

    .student-myprofile-container .profile-completion-card {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-myprofile-container .completion-ring {
        width: 92px;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#006490 0 92%, #e9edf2 92% 100%);
    }

        .student-myprofile-container .completion-ring span {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #ffffff;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

    .student-myprofile-container .profile-section-tabs {
        padding: 12px;
        margin-bottom: 16px;
    }

        .student-myprofile-container .profile-section-tabs a {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            border-radius: 7px;
            background: #f5f7fb;
            color: #555555;
            text-decoration: none;
            font-weight: 800;
        }

            .student-myprofile-container .profile-section-tabs a:hover,
            .student-myprofile-container .profile-section-tabs a.active {
                background: #006490;
                color: #ffffff;
            }

    .student-myprofile-container .student-profile-card {
        padding: 20px;
    }

    .student-myprofile-container .profile-form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-form-actions h3,
        .student-myprofile-container .profile-block-head h4 {
            margin: 0;
            color: #006490;
            font-weight: 900;
        }

        .student-myprofile-container .profile-form-actions p,
        .student-myprofile-container .profile-block-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-myprofile-container .profile-block {
        padding: 18px;
        margin-bottom: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #ffffff;
    }

        .student-myprofile-container .profile-block:last-child {
            margin-bottom: 0;
        }

    .student-myprofile-container .profile-block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-block-head span {
            width: 46px;
            height: 46px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 18px;
        }

            .student-myprofile-container .profile-block-head span.green {
                background: #eaf8f0;
                color: #2f8f5b;
            }

            .student-myprofile-container .profile-block-head span.orange {
                background: #fff1df;
                color: #ff8300;
            }

            .student-myprofile-container .profile-block-head span.purple {
                background: #f3ecff;
                color: #7a42db;
            }

            .student-myprofile-container .profile-block-head span.red {
                background: #ffedef;
                color: #ff5e63;
            }

            .student-myprofile-container .profile-block-head span.teal {
                background: #e3fbf9;
                color: #00837e;
            }

    .student-myprofile-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-myprofile-container .form-control,
    .student-myprofile-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-myprofile-container textarea.form-control {
        min-height: 92px;
    }

    .student-myprofile-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-myprofile-container .document-upload-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .student-myprofile-container .document-upload-card {
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .student-myprofile-container .document-upload-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #eef2f6;
            color: #697586;
            font-size: 18px;
        }

        .student-myprofile-container .document-upload-card.verified i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-myprofile-container .document-upload-card.pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-myprofile-container .document-upload-card strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-myprofile-container .document-upload-card small {
            display: inline-flex;
            margin: 4px 0 10px;
            color: #697586;
            font-weight: 800;
        }

    .student-myprofile-container .profile-token-list {
        min-height: 44px;
        align-items: center;
        padding: 8px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

@media (max-width: 991px) {
    .student-myprofile-container {
        padding: 18px;
    }

        .student-myprofile-container .student-profile-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-myprofile-container .profile-completion-card {
            grid-column: 1 / -1;
        }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 768px) {
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .profile-form-actions {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-myprofile-container,
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-block {
        padding: 14px;
    }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: 1fr;
        }
}
/* =========================================================
   STUDENT MAKE PAYMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-payment-container only.
========================================================= */

.student-payment-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel,
    .student-payment-container .payment-summary-card,
    .student-payment-container .payment-due-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-payment-container .payment-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-payment-container .payment-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-payment-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-payment-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-payment-container .payment-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-payment-container .payment-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-payment-container .payment-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-payment-container .payment-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-payment-container .payment-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-payment-container .payment-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-payment-container .payment-due-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-payment-container .payment-due-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-payment-container .payment-due-card strong {
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-payment-container .payment-due-card span {
            color: #b56b00;
            font-size: 13px;
            font-weight: 800;
        }

    .student-payment-container .payment-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-payment-container .payment-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-payment-container .payment-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-payment-container .payment-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-payment-container .payment-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

        .student-payment-container .payment-summary-card.paid {
            border-left-color: #2f8f5b;
        }

            .student-payment-container .payment-summary-card.paid span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-payment-container .payment-summary-card.pending {
            border-left-color: #ff8300;
        }

            .student-payment-container .payment-summary-card.pending span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-payment-container .payment-panel {
        height: 100%;
        padding: 18px;
    }

    .student-payment-container .payment-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-payment-container .payment-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-payment-container .payment-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-payment-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-payment-container .form-control,
    .student-payment-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-payment-container textarea.form-control {
        min-height: 92px;
    }

    .student-payment-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-payment-container .payment-mode-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .student-payment-container .payment-mode-card {
        position: relative;
        min-height: 118px;
        display: grid;
        justify-items: center;
        gap: 6px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        cursor: pointer;
        text-align: center;
    }

        .student-payment-container .payment-mode-card.active,
        .student-payment-container .payment-mode-card:hover {
            border-color: #006490;
            background: #e9f6fb;
        }

        .student-payment-container .payment-mode-card input {
            position: absolute;
            top: 12px;
            right: 12px;
        }

        .student-payment-container .payment-mode-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #006490;
            color: #ffffff;
        }

        .student-payment-container .payment-mode-card strong {
            color: #111827;
            font-weight: 900;
        }

        .student-payment-container .payment-mode-card small {
            color: #697586;
            font-size: 12px;
        }

    .student-payment-container .payment-action-row {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

        .student-payment-container .payment-action-row .btn {
            min-height: 42px;
            border-radius: 7px;
            font-weight: 800;
        }

    .student-payment-container .fee-breakup-list {
        display: grid;
        gap: 12px;
    }

        .student-payment-container .fee-breakup-list div {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto auto;
            align-items: center;
            gap: 10px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-payment-container .fee-breakup-list span {
            color: #111827;
            font-weight: 800;
        }

        .student-payment-container .fee-breakup-list strong {
            color: #006490;
            font-weight: 900;
            white-space: nowrap;
        }

        .student-payment-container .fee-breakup-list b {
            min-width: 72px;
            min-height: 26px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 10px;
            border-radius: 30px;
            font-size: 12px;
        }

    .student-payment-container .status-paid {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-payment-container .status-pending {
        background: #fff4df;
        color: #b56b00;
    }

    .student-payment-container .payment-note {
        display: flex;
        gap: 12px;
        margin-top: 18px;
        padding: 12px;
        border-radius: 10px;
        background: #e9f6fb;
        color: #006490;
    }

        .student-payment-container .payment-note p {
            margin: 0;
            color: #334155;
            font-size: 13px;
            line-height: 1.5;
        }

    .student-payment-container .student-payment-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-payment-container .student-payment-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-payment-container .student-payment-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-payment-container .student-payment-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-payment-container .student-payment-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

@media (max-width: 1199px) {
    .student-payment-container .payment-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-payment-container {
        padding: 18px;
    }

        .student-payment-container .payment-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-payment-container .payment-due-card {
            grid-column: 1 / -1;
        }

        .student-payment-container .payment-mode-grid {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 768px) {
    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel-head,
    .student-payment-container .payment-action-row {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-payment-container .payment-summary-grid {
        grid-template-columns: 1fr;
    }

    .student-payment-container .fee-breakup-list div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-payment-container,
    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT ATTENDANCE CALENDAR - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-attendance-container only.
========================================================= */

.student-attendance-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-attendance-container .attendance-hero,
    .student-attendance-container .attendance-panel,
    .student-attendance-container .attendance-summary-card,
    .student-attendance-container .attendance-filter-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-attendance-container .attendance-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 470px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-attendance-container .attendance-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-attendance-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-attendance-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-attendance-container .attendance-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-attendance-container .attendance-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-attendance-container .attendance-chip,
    .student-attendance-container .day-status {
        min-height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-attendance-container .attendance-chip.good,
        .student-attendance-container .day-status.present {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-attendance-container .attendance-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-attendance-container .attendance-chip.risk,
        .student-attendance-container .day-status.absent {
            background: #ffedef;
            color: #d93645;
        }

        .student-attendance-container .day-status.late {
            background: #fff4df;
            color: #b56b00;
        }

        .student-attendance-container .day-status.holiday {
            background: #eef2f6;
            color: #697586;
        }

    .student-attendance-container .attendance-filter-card {
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-attendance-container .filter-inline {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 10px;
    }

    .student-attendance-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-attendance-container .form-select,
    .student-attendance-container .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 800;
    }

    .student-attendance-container .attendance-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-attendance-container .attendance-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-attendance-container .attendance-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-attendance-container .attendance-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-attendance-container .attendance-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 28px;
            font-weight: 900;
        }

        .student-attendance-container .attendance-summary-card.present {
            border-left-color: #2f8f5b;
        }

            .student-attendance-container .attendance-summary-card.present span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-attendance-container .attendance-summary-card.absent {
            border-left-color: #ff5e63;
        }

            .student-attendance-container .attendance-summary-card.absent span {
                background: #ffedef;
                color: #ff5e63;
            }

        .student-attendance-container .attendance-summary-card.late {
            border-left-color: #ff8300;
        }

            .student-attendance-container .attendance-summary-card.late span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-attendance-container .attendance-panel {
        padding: 18px;
    }

    .student-attendance-container .attendance-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-attendance-container .attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 22px;
            font-weight: 900;
        }

        .student-attendance-container .attendance-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-attendance-container .attendance-legend {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
    }

        .student-attendance-container .attendance-legend span {
            min-height: 30px;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 4px 10px;
            border-radius: 30px;
            background: #f8fafc;
            color: #555555;
            font-size: 12px;
            font-weight: 800;
        }

        .student-attendance-container .attendance-legend i {
            width: 11px;
            height: 11px;
            border-radius: 50%;
        }

            .student-attendance-container .attendance-legend i.present {
                background: #2f8f5b;
            }

            .student-attendance-container .attendance-legend i.absent {
                background: #ff5e63;
            }

            .student-attendance-container .attendance-legend i.late {
                background: #ff8300;
            }

            .student-attendance-container .attendance-legend i.holiday {
                background: #94a3b8;
            }

    .student-attendance-container .attendance-calendar {
        display: grid;
        grid-template-columns: repeat(7, minmax(130px, 1fr));
        border: 1px solid #dce3ea;
        border-radius: 10px;
        overflow: auto;
        background: #dce3ea;
        gap: 1px;
    }

    .student-attendance-container .calendar-weekday {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006490;
        color: #ffffff;
        font-weight: 900;
    }

    .student-attendance-container .calendar-day {
        min-height: 142px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        padding: 12px;
        background: #ffffff;
        border-top: 4px solid transparent;
    }

        .student-attendance-container .calendar-day b {
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #f1f5f9;
            color: #111827;
            font-size: 15px;
        }

        .student-attendance-container .calendar-day small {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #475569;
            font-size: 12px;
            font-weight: 700;
        }

        .student-attendance-container .calendar-day.present-day {
            border-top-color: #2f8f5b;
            background: #fbfffd;
        }

        .student-attendance-container .calendar-day.absent-day {
            border-top-color: #ff5e63;
            background: #fffafa;
        }

        .student-attendance-container .calendar-day.late-day {
            border-top-color: #ff8300;
            background: #fffdf8;
        }

        .student-attendance-container .calendar-day.holiday-day {
            border-top-color: #94a3b8;
            background: #f8fafc;
        }

        .student-attendance-container .calendar-day.muted {
            opacity: 0.55;
            background: #f8fafc;
        }

@media (max-width: 1199px) {
    .student-attendance-container .attendance-hero {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .student-attendance-container .attendance-filter-card {
        grid-column: 1 / -1;
    }

    .student-attendance-container .attendance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .student-attendance-container {
        padding: 18px;
    }

        .student-attendance-container .attendance-hero,
        .student-attendance-container .attendance-panel-head {
            align-items: stretch;
            grid-template-columns: 1fr;
            flex-direction: column;
        }

        .student-attendance-container .filter-inline,
        .student-attendance-container .attendance-summary-grid {
            grid-template-columns: 1fr;
        }

        .student-attendance-container .attendance-legend {
            justify-content: flex-start;
        }

        .student-attendance-container .attendance-calendar {
            grid-template-columns: repeat(7, minmax(118px, 1fr));
        }
}

@media (max-width: 576px) {
    .student-attendance-container,
    .student-attendance-container .attendance-hero,
    .student-attendance-container .attendance-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT ASSESSMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-assessment-container only.
========================================================= */

.student-assessment-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel,
    .student-assessment-container .assessment-summary-card,
    .student-assessment-container .assessment-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-assessment-container .assessment-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-assessment-container .assessment-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-assessment-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-assessment-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-assessment-container .assessment-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-assessment-container .assessment-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-assessment-container .assessment-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-assessment-container .assessment-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-assessment-container .assessment-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-assessment-container .assessment-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-assessment-container .assessment-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-assessment-container .assessment-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-assessment-container .assessment-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-assessment-container .assessment-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-assessment-container .assessment-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-assessment-container .assessment-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-assessment-container .assessment-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-assessment-container .assessment-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-summary-card.scheduled {
            border-left-color: #2f8f5b;
        }

            .student-assessment-container .assessment-summary-card.scheduled span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-assessment-container .assessment-summary-card.pending {
            border-left-color: #ff8300;
        }

            .student-assessment-container .assessment-summary-card.pending span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-assessment-container .assessment-panel {
        height: 100%;
        padding: 18px;
    }

    .student-assessment-container .assessment-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-assessment-container .assessment-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-assessment-container .student-assessment-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-assessment-container .student-assessment-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-assessment-container .student-assessment-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-assessment-container .student-assessment-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-assessment-container .student-assessment-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-assessment-container .admit-card-preview {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-assessment-container .admit-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: #e9f6fb;
        color: #006490;
        font-size: 32px;
    }

    .student-assessment-container .admit-card-preview h4 {
        margin: 0;
        color: #006490;
        font-weight: 900;
    }

    .student-assessment-container .admit-card-preview p {
        margin: 0;
        color: #666666;
    }

    .student-assessment-container .admit-meta {
        width: 100%;
        display: grid;
        gap: 8px;
    }

        .student-assessment-container .admit-meta div {
            padding: 10px;
            border-radius: 8px;
            background: #ffffff;
            border: 1px solid #e7ebf0;
        }

        .student-assessment-container .admit-meta small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-assessment-container .admit-meta strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

    .student-assessment-container .assessment-check-list {
        display: grid;
        gap: 12px;
    }

        .student-assessment-container .assessment-check-list div {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-assessment-container .assessment-check-list i {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .student-assessment-container .assessment-check-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-assessment-container .assessment-check-list .pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-assessment-container .assessment-check-list span,
        .student-assessment-container .assessment-check-list strong {
            font-weight: 900;
        }

    .student-assessment-container .assessment-result-list {
        display: grid;
        gap: 14px;
    }

        .student-assessment-container .assessment-result-list div {
            display: grid;
            grid-template-columns: 140px 1fr 80px;
            align-items: center;
            gap: 10px;
        }

        .student-assessment-container .assessment-result-list span,
        .student-assessment-container .assessment-result-list strong {
            color: #111827;
            font-size: 13px;
            font-weight: 900;
        }

    .student-assessment-container .result-track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-assessment-container .result-track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-assessment-container .result-track i.warn {
                background: #ff8300;
            }

    .student-assessment-container .instruction-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .student-assessment-container .instruction-grid div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-assessment-container .instruction-grid i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
        }

        .student-assessment-container .instruction-grid strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-assessment-container .instruction-grid small {
            display: block;
            margin-top: 4px;
            color: #697586;
            line-height: 1.5;
        }

@media (max-width: 1199px) {
    .student-assessment-container .assessment-summary-grid,
    .student-assessment-container .instruction-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-assessment-container {
        padding: 18px;
    }

        .student-assessment-container .assessment-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-assessment-container .assessment-score-card {
            grid-column: 1 / -1;
        }
}

@media (max-width: 768px) {
    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-assessment-container .assessment-summary-grid,
    .student-assessment-container .instruction-grid {
        grid-template-columns: 1fr;
    }

    .student-assessment-container .assessment-result-list div,
    .student-assessment-container .assessment-check-list div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-assessment-container,
    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT RESULT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-result-container only.
========================================================= */

.student-result-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-result-container .result-hero,
    .student-result-container .result-panel,
    .student-result-container .result-summary-card,
    .student-result-container .result-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-result-container .result-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-result-container .result-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-result-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-result-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-result-container .result-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-result-container .result-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-result-container .result-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-result-container .result-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-result-container .result-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-result-container .result-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-result-container .result-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-result-container .result-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-result-container .result-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-result-container .result-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-result-container .result-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-result-container .result-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-result-container .result-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-result-container .result-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-result-container .result-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-result-container .result-summary-card.passed {
            border-left-color: #2f8f5b;
        }

            .student-result-container .result-summary-card.passed span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-result-container .result-summary-card.certificate {
            border-left-color: #ff8300;
        }

            .student-result-container .result-summary-card.certificate span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-result-container .result-panel {
        height: 100%;
        padding: 18px;
    }

    .student-result-container .result-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-result-container .result-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-result-container .result-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-result-container .student-result-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-result-container .student-result-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-result-container .student-result-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-result-container .student-result-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-result-container .student-result-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-result-container .marks-progress {
        width: 130px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-result-container .marks-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

    .student-result-container .result-total-row td {
        background: #fff4cf;
        font-weight: 900;
    }

    .student-result-container .result-card-preview {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-result-container .result-card-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: #eaf8f0;
        color: #1d7a4d;
        font-size: 32px;
    }

    .student-result-container .result-card-preview h4 {
        margin: 0;
        color: #006490;
        font-weight: 900;
    }

    .student-result-container .result-card-preview p {
        margin: 0;
        color: #666666;
    }

    .student-result-container .result-card-score {
        width: 112px;
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#2f8f5b 0 78.4%, #e9edf2 78.4% 100%);
        color: #111827;
        font-size: 24px;
        font-weight: 900;
    }

    .student-result-container .result-meta {
        width: 100%;
        display: grid;
        gap: 8px;
    }

        .student-result-container .result-meta div {
            padding: 10px;
            border-radius: 8px;
            background: #ffffff;
            border: 1px solid #e7ebf0;
        }

        .student-result-container .result-meta small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-result-container .result-meta strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

    .student-result-container .result-status-list,
    .student-result-container .certificate-timeline {
        display: grid;
        gap: 12px;
    }

        .student-result-container .result-status-list div,
        .student-result-container .certificate-timeline div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-result-container .result-status-list i,
        .student-result-container .certificate-timeline i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eef2f6;
            color: #697586;
        }

        .student-result-container .result-status-list .done i,
        .student-result-container .certificate-timeline .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-result-container .certificate-timeline .active i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-result-container .result-status-list span,
        .student-result-container .result-status-list strong,
        .student-result-container .certificate-timeline strong {
            color: #111827;
            font-weight: 900;
        }

        .student-result-container .result-status-list strong {
            margin-left: auto;
            white-space: nowrap;
        }

        .student-result-container .certificate-timeline small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

@media (max-width: 1199px) {
    .student-result-container .result-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-result-container {
        padding: 18px;
    }

        .student-result-container .result-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-result-container .result-score-card {
            grid-column: 1 / -1;
        }
}

@media (max-width: 768px) {
    .student-result-container .result-hero,
    .student-result-container .result-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-result-container .result-summary-grid {
        grid-template-columns: 1fr;
    }

    .student-result-container .result-status-list div,
    .student-result-container .certificate-timeline div {
        align-items: flex-start;
    }

    .student-result-container .result-status-list strong {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .student-result-container,
    .student-result-container .result-hero,
    .student-result-container .result-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT PLACEMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-placement-container only.
========================================================= */

.student-placement-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel,
    .student-placement-container .placement-summary-card,
    .student-placement-container .placement-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-placement-container .placement-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-placement-container .placement-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-placement-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-placement-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-placement-container .placement-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-placement-container .placement-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-placement-container .placement-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-placement-container .placement-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-placement-container .placement-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-placement-container .placement-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-placement-container .placement-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-placement-container .placement-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-placement-container .placement-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-placement-container .placement-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-placement-container .placement-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-placement-container .placement-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-placement-container .placement-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-placement-container .placement-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-placement-container .placement-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 24px;
            font-weight: 900;
        }

        .student-placement-container .placement-summary-card.applied {
            border-left-color: #2f8f5b;
        }

            .student-placement-container .placement-summary-card.applied span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-placement-container .placement-summary-card.interview {
            border-left-color: #ff8300;
        }

            .student-placement-container .placement-summary-card.interview span {
                background: #fff1df;
                color: #ff8300;
            }

        .student-placement-container .placement-summary-card.offer {
            border-left-color: #7a42db;
        }

            .student-placement-container .placement-summary-card.offer span {
                background: #f3ecff;
                color: #7a42db;
            }

    .student-placement-container .placement-panel {
        height: 100%;
        padding: 18px;
    }

    .student-placement-container .placement-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-placement-container .placement-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-placement-container .placement-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-placement-container .job-opportunity-list {
        display: grid;
        gap: 12px;
    }

    .student-placement-container .job-opportunity-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 14px;
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
    }

    .student-placement-container .job-company-logo {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: #eaf8f0;
        color: #1d7a4d;
        font-size: 18px;
        font-weight: 900;
    }

        .student-placement-container .job-company-logo.blue {
            background: #e9f6fb;
            color: #006490;
        }

        .student-placement-container .job-company-logo.orange {
            background: #fff1df;
            color: #ff8300;
        }

    .student-placement-container .job-info h4 {
        margin: 0;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

    .student-placement-container .job-info p {
        margin: 4px 0 10px;
        color: #666666;
    }

    .student-placement-container .job-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

        .student-placement-container .job-tags span {
            min-height: 26px;
            display: inline-flex;
            align-items: center;
            padding: 4px 10px;
            border-radius: 30px;
            background: #eef2f6;
            color: #475569;
            font-size: 12px;
            font-weight: 800;
        }

    .student-placement-container .job-action {
        display: grid;
        justify-items: end;
        gap: 10px;
    }

        .student-placement-container .job-action .btn,
        .student-placement-container .placement-panel-head .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-placement-container .placement-readiness-list {
        display: grid;
        gap: 14px;
    }

        .student-placement-container .placement-readiness-list div {
            display: grid;
            grid-template-columns: 145px 1fr 70px;
            align-items: center;
            gap: 10px;
        }

        .student-placement-container .placement-readiness-list span,
        .student-placement-container .placement-readiness-list strong {
            color: #111827;
            font-size: 13px;
            font-weight: 900;
        }

    .student-placement-container .readiness-track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-placement-container .readiness-track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-placement-container .readiness-track i.warn {
                background: #ff8300;
            }

    .student-placement-container .student-placement-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-placement-container .student-placement-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-placement-container .student-placement-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-placement-container .student-placement-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-placement-container .student-placement-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-placement-container .placement-timeline {
        display: grid;
        gap: 12px;
    }

        .student-placement-container .placement-timeline div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-placement-container .placement-timeline i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eef2f6;
            color: #697586;
        }

        .student-placement-container .placement-timeline .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-placement-container .placement-timeline .active i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-placement-container .placement-timeline strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-placement-container .placement-timeline small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

    .student-placement-container .offer-placeholder {
        display: grid;
        justify-items: center;
        gap: 10px;
        min-height: 220px;
        align-content: center;
        padding: 18px;
        border: 1px dashed #cfd6dd;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

        .student-placement-container .offer-placeholder i {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
            background: #fff4df;
            color: #ff8300;
            font-size: 30px;
        }

        .student-placement-container .offer-placeholder h4 {
            margin: 0;
            color: #111827;
            font-weight: 900;
        }

        .student-placement-container .offer-placeholder p {
            max-width: 420px;
            margin: 0;
            color: #666666;
        }

    .student-placement-container .retention-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

        .student-placement-container .retention-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-placement-container .retention-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-placement-container .retention-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .student-placement-container .placement-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-placement-container {
        padding: 18px;
    }

        .student-placement-container .placement-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-placement-container .placement-score-card {
            grid-column: 1 / -1;
        }

        .student-placement-container .job-opportunity-card {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-placement-container .job-action {
            grid-column: 1 / -1;
            justify-items: start;
        }
}

@media (max-width: 768px) {
    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-placement-container .placement-summary-grid,
    .student-placement-container .retention-grid {
        grid-template-columns: 1fr;
    }

    .student-placement-container .placement-readiness-list div {
        grid-template-columns: 1fr;
    }

    .student-placement-container .placement-timeline div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .student-placement-container,
    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ATTENDANCE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-attendance-page only.
========================================================= */

.centre-attendance-page {
    width: 100%;
    color: #111827;
}

.centre-attendance-head,
.attendance-profile-strip,
.attendance-panel,
.attendance-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-attendance-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .centre-attendance-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-attendance-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.attendance-filter {
    min-width: 720px;
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 170px auto;
    gap: 10px;
    align-items: center;
}

    .attendance-filter .form-select,
    .attendance-filter .form-control,
    .attendance-filter .btn {
        min-height: 44px;
        border-radius: 7px;
        font-weight: 700;
    }

.attendance-profile-strip {
    display: grid;
    grid-template-columns: 1.25fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.attendance-batch-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.batch-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.attendance-batch-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.attendance-batch-identity p {
    margin: 4px 0 0;
    color: #666666;
}

.attendance-meta-grid,
.trainer-time-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .attendance-meta-grid div,
    .trainer-time-grid div,
    .retention-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .attendance-meta-grid small,
    .trainer-time-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .attendance-meta-grid strong,
    .trainer-time-grid strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

.success-text {
    color: #1d7a4d !important;
}

.danger-text {
    color: #d93645 !important;
}

.attendance-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .attendance-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .attendance-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .attendance-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 28px;
        line-height: 1;
        font-weight: 900;
    }

    .attendance-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .attendance-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .attendance-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .attendance-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .attendance-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

    .attendance-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .attendance-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

.attendance-panel {
    height: 100%;
    padding: 18px;
}

.attendance-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .attendance-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .attendance-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.attendance-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .attendance-actions .btn,
    .trainer-attendance-card .btn {
        min-height: 38px;
        border-radius: 7px;
        font-weight: 800;
        white-space: nowrap;
    }

.centre-attendance-table {
    min-width: 980px;
    border: 1px solid #dce3ea;
    background: #ffffff;
    font-size: 14px;
}

    .centre-attendance-table th {
        padding: 12px;
        background: #f8fafc;
        color: #333333;
        font-weight: 900;
        white-space: nowrap;
        border: 1px solid #dce3ea;
    }

    .centre-attendance-table td {
        padding: 10px;
        vertical-align: middle;
        border: 1px solid #e7ebf0;
    }

        .centre-attendance-table td strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .centre-attendance-table td small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

    .centre-attendance-table .form-control,
    .centre-attendance-table .form-select {
        min-height: 38px;
        border-radius: 7px;
        font-size: 13px;
    }

.status-select.present {
    color: #1d7a4d;
    background-color: #eaf8f0;
}

.status-select.absent {
    color: #d93645;
    background-color: #ffedef;
}

.status-select.late {
    color: #b56b00;
    background-color: #fff4df;
}

.attendance-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    background: #eef2f6;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .attendance-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .attendance-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .attendance-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

.trainer-attendance-card {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e7ebf0;
    border-radius: 12px;
    background: #fbfcfe;
    text-align: center;
}

.trainer-avatar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fb;
    color: #006490;
    font-size: 24px;
    font-weight: 900;
}

.trainer-attendance-card h4 {
    margin: 0;
    color: #111827;
    font-weight: 900;
}

.trainer-attendance-card p {
    margin: -6px 0 0;
    color: #666666;
}

.trainer-time-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.attendance-trend-chart {
    min-height: 260px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: end;
    gap: 14px;
    padding: 22px 12px 10px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #fbfcfe;
}

    .attendance-trend-chart div {
        min-height: 210px;
        display: grid;
        grid-template-rows: 1fr auto auto;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

    .attendance-trend-chart span {
        width: 42px;
        align-self: end;
        border-radius: 10px 10px 0 0;
        background: #006490;
    }

        .attendance-trend-chart span.risk {
            background: #ff5e63;
        }

    .attendance-trend-chart strong,
    .attendance-trend-chart b {
        color: #333333;
        font-size: 12px;
        font-weight: 900;
    }

.attendance-alert-list {
    display: grid;
    gap: 12px;
}

    .attendance-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .attendance-alert-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .attendance-alert-list .risk i {
        background: #ffedef;
        color: #ff5e63;
    }

    .attendance-alert-list .warn i {
        background: #fff4df;
        color: #ff8300;
    }

    .attendance-alert-list .info i {
        background: #e9f6fb;
        color: #006490;
    }

    .attendance-alert-list strong {
        display: block;
        color: #111827;
    }

    .attendance-alert-list small {
        display: block;
        margin-top: 2px;
        color: #697586;
    }

    .attendance-alert-list b {
        margin-left: auto;
        font-size: 12px;
        white-space: nowrap;
    }

@media (max-width: 1199px) {
    .centre-attendance-head,
    .attendance-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .attendance-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-attendance-head,
    .attendance-panel-head,
    .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .attendance-filter,
    .attendance-meta-grid,
    .trainer-time-grid {
        grid-template-columns: 1fr;
    }

    .attendance-trend-chart {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(80px, 1fr));
    }

    .attendance-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-attendance-head,
    .attendance-profile-strip,
    .attendance-panel {
        padding: 14px;
    }

    .attendance-batch-identity {
        align-items: flex-start;
    }
}
/* =========================================================
   CENTRE ELIGIBLE CANDIDATES
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-eligible-page only.
========================================================= */

.centre-eligible-page {
    width: 100%;
    color: #111827;
}

    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel,
    .centre-eligible-page .eligible-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-eligible-page .eligible-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head p,
    .centre-eligible-page .eligible-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-eligible-page .eligible-filter .form-select,
        .centre-eligible-page .eligible-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-eligible-page .eligible-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .eligible-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-eligible-page .eligible-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-eligible-page .eligible-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-eligible-page .eligible-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-eligible-page .eligible-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-eligible-page .eligible-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-eligible-page .eligible-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-eligible-page .eligible-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-eligible-page .eligible-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-eligible-page .eligible-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-eligible-page .eligible-actions .btn,
        .centre-eligible-page .centre-eligible-table .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-eligible-page .centre-eligible-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-eligible-page .centre-eligible-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-eligible-page .centre-eligible-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-eligible-page .centre-eligible-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-eligible-page .centre-eligible-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-eligible-page .eligible-progress {
        width: 115px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-eligible-page .eligible-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

        .centre-eligible-page .eligible-progress.warn i {
            background: #ff8300;
        }

        .centre-eligible-page .eligible-progress.risk i {
            background: #ff5e63;
        }

    .centre-eligible-page .eligible-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-eligible-page .eligible-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligible-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligible-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-eligible-page .eligible-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-eligible-page .eligibility-rule-list,
    .centre-eligible-page .eligible-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-eligible-page .eligibility-rule-list > div,
        .centre-eligible-page .eligible-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .eligibility-rule-list i,
        .centre-eligible-page .eligible-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-eligible-page .eligibility-rule-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligibility-rule-list .warn i,
        .centre-eligible-page .eligible-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-eligible-page .eligible-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-eligible-page .eligible-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligibility-rule-list strong,
        .centre-eligible-page .eligible-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-eligible-page .eligibility-rule-list small,
        .centre-eligible-page .eligible-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

    .centre-eligible-page .batch-eligibility-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .centre-eligible-page .batch-eligibility-grid > div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .batch-eligibility-grid h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 900;
        }

        .centre-eligible-page .batch-eligibility-grid p {
            margin: 4px 0 10px;
            color: #697586;
        }

        .centre-eligible-page .batch-eligibility-grid strong {
            display: block;
            margin-bottom: 10px;
            color: #006490;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .centre-eligible-page .eligible-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-eligible-page .eligible-filter,
    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .centre-eligible-page .eligible-panel-head,
    .centre-eligible-page .eligible-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligibility-rule-list > div,
    .centre-eligible-page .eligible-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ELIGIBLE CANDIDATES
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-eligible-page only.
========================================================= */

.centre-eligible-page {
    width: 100%;
    color: #111827;
}

    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel,
    .centre-eligible-page .eligible-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-eligible-page .eligible-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head p,
    .centre-eligible-page .eligible-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-eligible-page .eligible-filter .form-select,
        .centre-eligible-page .eligible-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-eligible-page .eligible-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .eligible-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-eligible-page .eligible-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-eligible-page .eligible-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-eligible-page .eligible-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-eligible-page .eligible-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-eligible-page .eligible-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-eligible-page .eligible-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-eligible-page .eligible-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-eligible-page .eligible-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-eligible-page .eligible-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-eligible-page .eligible-actions .btn,
        .centre-eligible-page .centre-eligible-table .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-eligible-page .centre-eligible-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-eligible-page .centre-eligible-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-eligible-page .centre-eligible-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-eligible-page .centre-eligible-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-eligible-page .centre-eligible-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-eligible-page .eligible-progress {
        width: 115px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-eligible-page .eligible-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

        .centre-eligible-page .eligible-progress.warn i {
            background: #ff8300;
        }

        .centre-eligible-page .eligible-progress.risk i {
            background: #ff5e63;
        }

    .centre-eligible-page .eligible-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-eligible-page .eligible-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligible-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligible-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-eligible-page .eligible-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-eligible-page .eligibility-rule-list,
    .centre-eligible-page .eligible-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-eligible-page .eligibility-rule-list > div,
        .centre-eligible-page .eligible-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .eligibility-rule-list i,
        .centre-eligible-page .eligible-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-eligible-page .eligibility-rule-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligibility-rule-list .warn i,
        .centre-eligible-page .eligible-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-eligible-page .eligible-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-eligible-page .eligible-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligibility-rule-list strong,
        .centre-eligible-page .eligible-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-eligible-page .eligibility-rule-list small,
        .centre-eligible-page .eligible-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

    .centre-eligible-page .batch-eligibility-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .centre-eligible-page .batch-eligibility-grid > div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .batch-eligibility-grid h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 900;
        }

        .centre-eligible-page .batch-eligibility-grid p {
            margin: 4px 0 10px;
            color: #697586;
        }

        .centre-eligible-page .batch-eligibility-grid strong {
            display: block;
            margin-bottom: 10px;
            color: #006490;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .centre-eligible-page .eligible-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-eligible-page .eligible-filter,
    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .centre-eligible-page .eligible-panel-head,
    .centre-eligible-page .eligible-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligibility-rule-list > div,
    .centre-eligible-page .eligible-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ASSESSMENT SCHEDULE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-schedule-page only.
========================================================= */

.centre-assessment-schedule-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-schedule-page .assessment-schedule-head,
    .centre-assessment-schedule-page .schedule-panel,
    .centre-assessment-schedule-page .schedule-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-schedule-page .assessment-schedule-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-schedule-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-schedule-page .assessment-schedule-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-schedule-page .assessment-schedule-head p,
    .centre-assessment-schedule-page .schedule-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-schedule-page .assessment-schedule-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-schedule-page .assessment-schedule-filter .form-select,
        .centre-assessment-schedule-page .assessment-schedule-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-schedule-page .assessment-schedule-summary {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-schedule-page .schedule-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-schedule-page .schedule-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-schedule-page .schedule-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-schedule-page .schedule-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-schedule-page .schedule-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-assessment-schedule-page .schedule-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-schedule-page .schedule-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-schedule-page .schedule-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-schedule-page .schedule-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-schedule-page .schedule-actions .btn,
        .centre-assessment-schedule-page .centre-schedule-table .btn,
        .centre-assessment-schedule-page .schedule-create-form .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-schedule-page .centre-schedule-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-schedule-page .centre-schedule-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-schedule-page .centre-schedule-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-schedule-page .centre-schedule-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-schedule-page .centre-schedule-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-assessment-schedule-page .schedule-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-schedule-page .schedule-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-schedule-page .schedule-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-schedule-page .schedule-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-schedule-page .schedule-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-schedule-page .schedule-create-form .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .centre-assessment-schedule-page .schedule-create-form .form-control,
    .centre-assessment-schedule-page .schedule-create-form .form-select {
        min-height: 42px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        font-size: 14px;
    }

    .centre-assessment-schedule-page .schedule-create-form textarea.form-control {
        min-height: 90px;
    }

    .centre-assessment-schedule-page .schedule-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

    .centre-assessment-schedule-page .assessment-calendar-list,
    .centre-assessment-schedule-page .schedule-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-schedule-page .assessment-calendar-list > div {
            display: grid;
            grid-template-columns: 56px minmax(0, 1fr) 48px;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-schedule-page .assessment-calendar-list b {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .confirmed b {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .pending b {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .delayed b {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-schedule-page .assessment-calendar-list strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .centre-assessment-schedule-page .assessment-calendar-list small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

        .centre-assessment-schedule-page .assessment-calendar-list span {
            color: #006490;
            font-weight: 900;
            text-align: right;
        }

        .centre-assessment-schedule-page .schedule-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-schedule-page .schedule-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-schedule-page .schedule-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-schedule-page .schedule-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-schedule-page .schedule-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-schedule-page .schedule-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-schedule-page .schedule-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-schedule-page .schedule-alert-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-schedule-page .assessment-schedule-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-schedule-page .assessment-schedule-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-schedule-page .assessment-schedule-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-schedule-page .assessment-schedule-filter,
    .centre-assessment-schedule-page .assessment-schedule-summary {
        grid-template-columns: 1fr;
    }

    .centre-assessment-schedule-page .schedule-panel-head,
    .centre-assessment-schedule-page .schedule-actions,
    .centre-assessment-schedule-page .schedule-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-schedule-page .schedule-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-schedule-page .assessment-schedule-head,
    .centre-assessment-schedule-page .schedule-panel {
        padding: 14px;
    }

    .centre-assessment-schedule-page .assessment-calendar-list > div {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .centre-assessment-schedule-page .assessment-calendar-list span {
        grid-column: 1 / -1;
        text-align: left;
    }
}
/* =========================================================
   CENTRE ASSESSMENT ATTENDANCE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-attendance-page only.
========================================================= */

.centre-assessment-attendance-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip,
    .centre-assessment-attendance-page .assessment-attendance-panel,
    .centre-assessment-attendance-page .attendance-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-attendance-page .assessment-attendance-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-attendance-page .assessment-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-attendance-page .assessment-attendance-head p,
    .centre-assessment-attendance-page .assessment-attendance-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-attendance-page .assessment-attendance-filter {
        min-width: 760px;
        display: grid;
        grid-template-columns: 1fr 1.7fr 170px auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-attendance-page .assessment-attendance-filter .form-select,
        .centre-assessment-attendance-page .assessment-attendance-filter .form-control,
        .centre-assessment-attendance-page .assessment-attendance-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-attendance-page .assessment-session-strip {
        display: grid;
        grid-template-columns: 1.35fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .assessment-session-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-assessment-attendance-page .session-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 28px;
    }

    .centre-assessment-attendance-page .assessment-session-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessment-session-identity p {
        margin: 4px 0 0;
        color: #666666;
    }

    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .assessor-meta-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-assessment-attendance-page .assessment-session-meta div,
        .centre-assessment-attendance-page .assessor-meta-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-assessment-attendance-page .assessment-session-meta small,
        .centre-assessment-attendance-page .assessor-meta-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-assessment-attendance-page .assessment-session-meta strong,
        .centre-assessment-attendance-page .assessor-meta-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-assessment-attendance-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-assessment-attendance-page .danger-text {
        color: #d93645 !important;
    }

    .centre-assessment-attendance-page .attendance-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .attendance-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-attendance-page .attendance-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-attendance-page .attendance-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-attendance-page .attendance-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-attendance-page .attendance-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-assessment-attendance-page .assessment-attendance-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-attendance-page .assessment-attendance-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-attendance-page .assessment-attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-attendance-page .attendance-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-attendance-page .attendance-actions .btn,
        .centre-assessment-attendance-page .assessor-card .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-attendance-page .centre-assessment-attendance-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-attendance-page .centre-assessment-attendance-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-attendance-page .centre-assessment-attendance-table td {
            padding: 10px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-attendance-page .centre-assessment-attendance-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-attendance-page .centre-assessment-attendance-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

        .centre-assessment-attendance-page .centre-assessment-attendance-table .form-control,
        .centre-assessment-attendance-page .centre-assessment-attendance-table .form-select {
            min-height: 38px;
            border-radius: 7px;
            font-size: 13px;
        }

    .centre-assessment-attendance-page .status-select.present {
        color: #1d7a4d;
        background-color: #eaf8f0;
    }

    .centre-assessment-attendance-page .status-select.absent {
        color: #d93645;
        background-color: #ffedef;
    }

    .centre-assessment-attendance-page .status-select.late,
    .centre-assessment-attendance-page .status-select.pending {
        color: #b56b00;
        background-color: #fff4df;
    }

    .centre-assessment-attendance-page .assessment-attendance-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-attendance-page .assessment-attendance-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-attendance-page .assessor-card {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-assessment-attendance-page .assessor-avatar {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessor-card h4 {
        margin: 0;
        color: #111827;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessor-card p {
        margin: -6px 0 0;
        color: #666666;
    }

    .centre-assessment-attendance-page .assessor-meta-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-attendance-page .attendance-split-chart {
        min-height: 260px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: end;
        gap: 18px;
        padding: 22px 12px 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .centre-assessment-attendance-page .attendance-split-chart div {
            min-height: 210px;
            display: grid;
            grid-template-rows: 1fr auto auto;
            justify-items: center;
            gap: 6px;
            text-align: center;
        }

        .centre-assessment-attendance-page .attendance-split-chart span {
            width: 52px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #2f8f5b;
        }

        .centre-assessment-attendance-page .attendance-split-chart .risk span {
            background: #ff5e63;
        }

        .centre-assessment-attendance-page .attendance-split-chart .warn span {
            background: #ff8300;
        }

        .centre-assessment-attendance-page .attendance-split-chart .info span {
            background: #006490;
        }

        .centre-assessment-attendance-page .attendance-split-chart strong,
        .centre-assessment-attendance-page .attendance-split-chart b {
            color: #333333;
            font-size: 13px;
            font-weight: 900;
        }

    .centre-assessment-attendance-page .assessment-exception-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-attendance-page .assessment-exception-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-attendance-page .assessment-exception-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-attendance-page .assessment-exception-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-attendance-page .assessment-exception-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-attendance-page .assessment-exception-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-attendance-page .assessment-exception-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-attendance-page .assessment-exception-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-attendance-page .assessment-exception-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-assessment-attendance-page .assessment-attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .attendance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-attendance-page .assessment-attendance-filter,
    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .attendance-summary-grid,
    .centre-assessment-attendance-page .assessor-meta-grid {
        grid-template-columns: 1fr;
    }

    .centre-assessment-attendance-page .assessment-attendance-panel-head,
    .centre-assessment-attendance-page .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-attendance-page .attendance-split-chart {
        overflow-x: auto;
        grid-template-columns: repeat(4, minmax(90px, 1fr));
    }

    .centre-assessment-attendance-page .assessment-exception-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip,
    .centre-assessment-attendance-page .assessment-attendance-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ASSESSMENT RESULT
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-result-page only.
========================================================= */

.centre-assessment-result-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip,
    .centre-assessment-result-page .assessment-result-panel,
    .centre-assessment-result-page .result-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-result-page .assessment-result-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-result-page .assessment-result-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-result-page .assessment-result-head p,
    .centre-assessment-result-page .assessment-result-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-result-page .assessment-result-filter {
        min-width: 760px;
        display: grid;
        grid-template-columns: 1fr 1.7fr 1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-result-page .assessment-result-filter .form-select,
        .centre-assessment-result-page .assessment-result-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-result-page .assessment-result-strip {
        display: grid;
        grid-template-columns: 1.35fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .result-batch-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-assessment-result-page .result-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 28px;
    }

    .centre-assessment-result-page .result-batch-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-assessment-result-page .result-batch-identity p {
        margin: 4px 0 0;
        color: #666666;
    }

    .centre-assessment-result-page .result-meta-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-assessment-result-page .result-meta-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-assessment-result-page .result-meta-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-assessment-result-page .result-meta-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-assessment-result-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-assessment-result-page .danger-text {
        color: #d93645 !important;
    }

    .centre-assessment-result-page .result-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .result-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-result-page .result-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-result-page .result-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-result-page .result-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-result-page .result-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-result-page .result-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-result-page .result-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-assessment-result-page .result-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-assessment-result-page .assessment-result-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-result-page .assessment-result-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-result-page .assessment-result-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-result-page .result-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-result-page .result-actions .btn,
        .centre-assessment-result-page .centre-assessment-result-table .btn,
        .centre-assessment-result-page .result-upload-form .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-result-page .centre-assessment-result-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-result-page .centre-assessment-result-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-result-page .centre-assessment-result-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-result-page .centre-assessment-result-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-result-page .centre-assessment-result-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-assessment-result-page .result-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-result-page .result-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-result-page .result-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-result-page .result-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-result-page .result-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-result-page .upload-dropbox {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 18px;
        border: 2px dashed #cfd6dd;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

        .centre-assessment-result-page .upload-dropbox i {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            background: #e9f6fb;
            color: #006490;
            font-size: 30px;
        }

        .centre-assessment-result-page .upload-dropbox h4 {
            margin: 0;
            color: #111827;
            font-weight: 900;
        }

        .centre-assessment-result-page .upload-dropbox p {
            margin: 0;
            color: #697586;
        }

    .centre-assessment-result-page .result-upload-form .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .centre-assessment-result-page .result-upload-form .form-control,
    .centre-assessment-result-page .result-upload-form .form-select {
        min-height: 42px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        font-size: 14px;
    }

    .centre-assessment-result-page .result-upload-form textarea.form-control {
        min-height: 90px;
    }

    .centre-assessment-result-page .result-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

    .centre-assessment-result-page .result-flow-list,
    .centre-assessment-result-page .result-exception-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-result-page .result-flow-list > div,
        .centre-assessment-result-page .result-exception-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-result-page .result-flow-list i,
        .centre-assessment-result-page .result-exception-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-result-page .result-flow-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-result-page .result-flow-list .active i,
        .centre-assessment-result-page .result-exception-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-result-page .result-exception-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-result-page .result-exception-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-result-page .result-flow-list strong,
        .centre-assessment-result-page .result-exception-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-result-page .result-flow-list small,
        .centre-assessment-result-page .result-exception-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-result-page .result-exception-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-assessment-result-page .assessment-result-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-result-page .result-meta-grid,
    .centre-assessment-result-page .result-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-result-page .assessment-result-filter,
    .centre-assessment-result-page .result-meta-grid,
    .centre-assessment-result-page .result-summary-grid {
        grid-template-columns: 1fr;
    }

    .centre-assessment-result-page .assessment-result-panel-head,
    .centre-assessment-result-page .result-actions,
    .centre-assessment-result-page .result-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-result-page .result-flow-list > div,
    .centre-assessment-result-page .result-exception-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip,
    .centre-assessment-result-page .assessment-result-panel {
        padding: 14px;
    }
}
/* =========================================================
   TEAM MEMBER / EMPLOYEE LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .team-member-list-page and .team-member-form-page only.
========================================================= */

.team-member-list-page,
.team-member-form-page {
    width: 100%;
}

    .team-member-list-page .list-title-band,
    .team-member-form-page .team-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .team-member-list-page .list-title-band h2,
        .team-member-form-page .team-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .team-member-list-page .list-title-band p,
        .team-member-form-page .team-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .team-member-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .team-member-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .team-member-list-page .add-top-btn,
        .team-member-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .team-member-list-page .team-filter-strip {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
        gap: 10px;
        margin-bottom: 16px;
        padding: 14px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .team-member-list-page .team-filter-strip .form-select,
        .team-member-list-page .team-filter-strip .btn {
            min-height: 42px;
            border-radius: 7px;
            font-weight: 700;
        }

    .team-member-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .team-member-list-page .entries-box,
    .team-member-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .team-member-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .team-member-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.team-member-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .team-member-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .team-member-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.team-member-list-page .employee-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-member-list-page .employee-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #e9f6fb;
    color: #006490;
    font-weight: 900;
}

    .team-member-list-page .employee-avatar.green {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .team-member-list-page .employee-avatar.orange {
        background: #fff4df;
        color: #b56b00;
    }

.team-member-list-page .employee-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.team-member-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.team-member-list-page small {
    color: #333333;
    font-size: 13px;
}

.team-member-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.team-member-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.team-member-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .team-member-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .team-member-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .team-member-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .team-member-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.team-member-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.team-member-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.team-member-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .team-member-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .team-member-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.team-member-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .team-member-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.team-member-form-page .team-form-card,
.team-member-form-page .team-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.team-member-form-page .team-form-card {
    padding: 20px;
}

.team-member-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.team-member-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.team-member-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .team-member-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .team-member-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

    .team-member-form-page .block-icon.blue {
        background: #e9f6fb;
        color: #006490;
    }

.team-member-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.team-member-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.team-member-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .team-member-form-page .form-label span {
        color: #bf2026;
    }

.team-member-form-page .form-control,
.team-member-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.team-member-form-page textarea.form-control {
    min-height: 96px;
}

.team-member-form-page .input-group-text {
    min-width: 54px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.team-member-form-page .team-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .team-member-form-page .team-form-actions .btn,
    .team-member-form-page .team-side-panel .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.team-member-form-page .team-side-panel {
    padding: 18px;
}

.team-member-form-page .side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .team-member-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .team-member-form-page .side-panel-head p {
        margin: 3px 0 0;
        color: #666666;
        font-size: 13px;
    }

    .team-member-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.team-member-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .team-member-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.team-member-form-page .progress-steps {
    display: grid;
    gap: 12px;
}

    .team-member-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
        background: #f8fafc;
    }

    .team-member-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .team-member-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .team-member-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .team-member-form-page .progress-steps .active {
        background: #e9f6fb;
        color: #006490;
    }

.team-member-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .team-member-list-page .team-filter-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .team-member-list-page .list-title-band,
    .team-member-list-page .list-toolbar,
    .team-member-form-page .team-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .team-member-list-page .team-filter-strip {
        grid-template-columns: 1fr;
    }

    .team-member-list-page .search-box {
        justify-content: space-between;
    }

        .team-member-list-page .search-box .form-control {
            width: 100%;
        }

    .team-member-form-page .hero-actions {
        justify-content: flex-start;
    }

    .team-member-form-page .team-form-card,
    .team-member-form-page .form-block,
    .team-member-form-page .team-side-panel {
        padding: 14px;
    }

    .team-member-form-page .team-form-actions {
        flex-direction: column;
    }
}
/* Add at the bottom of workorder-list-form-style.css if your page does not already have these helpers. */
.workorder-list-page .workorder-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .workorder-list-page .workorder-metrics span {
        min-height: 54px;
        display: grid;
        place-items: center;
        padding: 7px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .workorder-list-page .workorder-metrics strong {
        color: #006490;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .workorder-list-page .workorder-metrics small {
        color: #697586;
        font-size: 10px;
        font-weight: 800;
    }

.workorder-list-page .centre-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
    .workorder-list-page .workorder-metrics,
    .workorder-list-page .centre-metrics {
        grid-template-columns: 1fr;
    }
}


.service-hub-target-list-page .table td {
    vertical-align: top;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(1) {
    width: 18%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(2) {
    width: 28%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(3) {
    width: 16%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(4) {
    width: 18%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(5) {
    width: 14%;
}

.service-hub-target-list-page .location-tags {
    align-items: flex-start;
    gap: 8px;
}

.service-hub-target-list-page .servicehub-target-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    gap: 8px;
}

    .service-hub-target-list-page .servicehub-target-metrics span {
        min-height: 56px;
        border: 1px solid #dfe7ef;
        border-radius: 8px;
        background: #fbfdff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px;
        text-align: center;
    }

    .service-hub-target-list-page .servicehub-target-metrics strong {
        color: #006795;
        font-size: 20px;
        line-height: 1;
    }

    .service-hub-target-list-page .servicehub-target-metrics small {
        color: #5f6f82;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px;
    }

.service-hub-target-list-page .status-pill.info {
    background: #e7f3ff;
    color: #006795;
}

@media (max-width: 768px) {
    .service-hub-target-list-page .servicehub-target-metrics {
        grid-template-columns: repeat(3, minmax(64px, 1fr));
    }
}

.centre-assigned-projects-page .assigned-status.closed {
    background: #edf1f6;
    color: #4b5563;
}

.centre-assigned-projects-page .assigned-project-card .btn-outline-primary {
    border-color: #dbeafe;
    color: #005f89;
    background: #ffffff;
}

    .centre-assigned-projects-page .assigned-project-card .btn-outline-primary:hover {
        background: #e9f6fb;
        color: #004d70;
    }

.centre-assigned-projects-page .target-summary-list span {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .centre-assigned-projects-page .assigned-projects-filter .btn {
        width: 100%;
    }
}

.centre-assigned-projects-page .assigned-status.closed {
    background: #edf1f6;
    color: #4b5563;
}

.centre-assigned-projects-page .assigned-project-card .btn-outline-primary {
    border-color: #dbeafe;
    color: #005f89;
    background: #ffffff;
}

    .centre-assigned-projects-page .assigned-project-card .btn-outline-primary:hover {
        background: #e9f6fb;
        color: #004d70;
    }

.centre-assigned-projects-page .target-summary-list span {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .centre-assigned-projects-page .assigned-projects-filter .btn {
        width: 100%;
    }
}

.centre-batch-list-page .centre-batch-table td.text-center {
    vertical-align: middle;
}

.centre-batch-list-page .batch-filter-box {
    justify-content: flex-end;
}

.centre-batch-list-page .centre-batch-table .text-danger {
    font-weight: 800;
}

.centre-batch-list-page .status-pill.success {
    color: #1d7a4d;
}

@media (max-width: 768px) {
    .centre-batch-list-page .centre-batch-toolbar .entries-box {
        justify-content: flex-start;
    }

    .centre-batch-list-page .batch-filter-box .form-select,
    .centre-batch-list-page .batch-filter-box .form-control {
        flex: 1 1 100%;
    }
}

.centre-batch-student-page {
    width: 100%;
    color: #111827;
}

.student-list-head,
.student-batch-strip,
.student-summary-grid,
.student-registration-table {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-student-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-list-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-list-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.student-batch-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    margin-bottom: 16px;
}

.batch-strip-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.batch-strip-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 24px;
}

.student-batch-strip h3 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.student-batch-strip p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-summary-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.summary-card {
    padding: 12px 14px;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #fbfcfe;
}

    .summary-card small {
        display: block;
        color: #111827;
        font-size: 13px;
        font-weight: 800;
    }

    .summary-card strong {
        display: block;
        margin-top: 8px;
        color: #006490;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
    }

.student-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.entries-box,
.student-list-filter {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .entries-box .form-select {
        width: 75px;
    }

    .student-list-filter .form-select,
    .student-list-filter .form-control {
        width: 230px;
    }

.student-registration-table {
    border: 1px solid #dce3ea;
    border-collapse: collapse;
    overflow: hidden;
}

    .student-registration-table th {
        background: #ffffff;
        color: #222222;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 1px solid #222222;
        white-space: nowrap;
    }

    .student-registration-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
        background: #ffffff;
    }

.student-name,
.cell-title {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.cell-line,
.status-subline {
    color: #1f2937;
    font-size: 13px;
    line-height: 1.55;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    color: #5b21b6;
    background: #d8b4fe;
    font-size: 13px;
    font-weight: 800;
}

    .tag.peach {
        color: #d35400;
        background: #ffdfc4;
    }

    .tag.muted {
        color: #64748b;
        background: #e7ebf0;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.metric-inline strong {
    display: block;
    color: #006490;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.metric-inline span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.mini-progress {
    width: 100%;
    height: 8px;
    margin: 10px 0 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf3;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #22c7bd);
    }

    .mini-progress.warning i {
        background: #ff8a00;
    }

    .mini-progress.muted i {
        background: #cbd5e1;
    }

.metric-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(80px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

    .metric-row div {
        padding: 9px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .metric-row strong {
        display: block;
        color: #006490;
        font-size: 15px;
        font-weight: 900;
    }

    .metric-row small {
        color: #64748b;
        font-size: 11px;
        font-weight: 800;
    }

.btn-vr-primary,
.btn-view-detail {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover,
    .btn-view-detail:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 14px;
}

.btn-soft-action {
    background: #e5f6fd;
    color: #006490;
    font-weight: 800;
}

    .btn-soft-action:hover {
        background: #d3effa;
        color: #005678;
    }

@media (max-width: 1200px) {
    .student-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .student-list-head,
    .student-list-toolbar,
    .student-batch-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .student-list-filter {
        flex-wrap: wrap;
    }

        .student-list-filter .form-select,
        .student-list-filter .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .student-list-head,
    .student-batch-strip,
    .student-summary-grid {
        padding: 14px;
    }

    .student-summary-grid {
        grid-template-columns: 1fr;
    }

    .batch-strip-left {
        align-items: flex-start;
        flex-direction: column;
    }
}

.centre-student-detail-page {
    width: 100%;
    color: #111827;
}

.student-detail-head,
.student-profile-hero,
.student-detail-summary,
.detail-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-student-detail-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-detail-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-detail-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.student-profile-hero {
    display: grid;
    grid-template-columns: 74px 1fr 180px;
    gap: 16px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.student-avatar {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 34px;
    font-weight: 900;
}

.student-hero-main h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.student-hero-main p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.hero-score {
    padding: 14px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fbfcfe;
    text-align: center;
}

    .hero-score small,
    .student-detail-summary small,
    .detail-list small,
    .metric-row small,
    .progress-block span {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .hero-score strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

    .hero-score span,
    .student-detail-summary span {
        display: block;
        margin-top: 5px;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.student-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    margin-bottom: 18px;
}

    .student-detail-summary div,
    .detail-list div,
    .metric-row div {
        padding: 12px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-detail-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.student-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

    .student-detail-grid.three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.detail-card {
    padding: 18px;
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .card-title h4 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 900;
    }

.detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .detail-list.compact {
        grid-template-columns: 1fr;
    }

    .detail-list strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 900;
    }

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

    .metric-row strong,
    .progress-block b {
        display: block;
        color: #006490;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
    }

.progress-block {
    display: grid;
    gap: 12px;
}

    .progress-block > div:not(.mini-progress) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.mini-progress {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf3;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #22c7bd);
    }

.btn-vr-primary {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

@media (max-width: 1200px) {
    .student-detail-grid.three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .student-detail-head,
    .student-profile-hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-detail-summary,
    .student-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-detail-head,
    .student-profile-hero,
    .student-detail-summary,
    .detail-card {
        padding: 14px;
    }

    .detail-list,
    .metric-row {
        grid-template-columns: 1fr;
    }
}

.centre-batch-status-page {
    width: 100%;
    color: #111827;
}

.batch-status-head,
.batch-status-hero,
.batch-status-summary,
.batch-status-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.batch-status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-status-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.batch-status-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.batch-status-head p,
.batch-status-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.batch-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.batch-status-hero {
    display: grid;
    grid-template-columns: 64px 1fr 180px;
    gap: 16px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.batch-status-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.batch-status-main h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.batch-risk-box {
    padding: 14px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fbfcfe;
    text-align: center;
}

    .batch-risk-box small,
    .batch-status-summary small,
    .detail-list small {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .batch-risk-box strong,
    .batch-status-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1.1;
        font-weight: 900;
    }

    .batch-risk-box span,
    .batch-status-summary span {
        display: block;
        margin-top: 6px;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.batch-status-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    margin-bottom: 18px;
}

    .batch-status-summary div,
    .detail-list div {
        padding: 12px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
    }

.batch-status-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) 1.2fr;
    gap: 18px;
}

.batch-status-card {
    padding: 18px;
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

    .card-title h4 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 900;
    }

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        display: block;
        margin-bottom: 7px;
        color: #111827;
        font-size: 14px;
        font-weight: 800;
    }

.form-control,
.form-select {
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    min-height: 42px;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.status-message {
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

    .status-message.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-message.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-message.info {
        color: #006490;
        background: #e4f5fb;
    }

.detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .detail-list strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 900;
    }

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.btn-vr-primary {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

@media (max-width: 1200px) {
    .batch-status-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .batch-status-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .batch-status-head,
    .batch-status-hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .batch-status-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .batch-status-head,
    .batch-status-hero,
    .batch-status-summary,
    .batch-status-card {
        padding: 14px;
    }

    .batch-status-summary,
    .detail-list {
        grid-template-columns: 1fr;
    }
}

.centre-batch-list-page .centre-batch-table td.text-center {
    vertical-align: middle;
}

.centre-batch-list-page .batch-filter-box {
    justify-content: flex-end;
}

.centre-batch-list-page .centre-batch-table .text-danger {
    font-weight: 800;
}

.centre-batch-list-page .status-pill.success {
    color: #1d7a4d;
}

.smart-dialog-backdrop,
.batch-status-modal-backdrop {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(215, 232, 243, 0.78);
    backdrop-filter: blur(8px);
}

.batch-status-modal-backdrop {
    z-index: 9990;
}

.smart-dialog-backdrop {
    z-index: 10020;
}

    .smart-dialog-backdrop.show,
    .batch-status-modal-backdrop.show {
        display: flex;
    }

.smart-dialog {
    width: min(520px, 100%);
    position: relative;
    padding: 42px 34px 34px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.smart-dialog-close,
.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f6f9;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.smart-dialog-icon {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 9px solid #3f6fee;
    border-radius: 50%;
    color: #3f6fee;
    font-size: 48px;
}

    .smart-dialog-icon.success {
        border-color: #3f6fee;
        color: #3f6fee;
    }

    .smart-dialog-icon.failure {
        border-color: #ff5d64;
        color: #ff5d64;
    }

    .smart-dialog-icon.alert {
        border-color: #ff9f1c;
        color: #ff9f1c;
    }

    .smart-dialog-icon.confirm {
        border-color: #006490;
        color: #006490;
    }

.smart-dialog h3 {
    margin: 0;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
}

.smart-dialog p {
    max-width: 390px;
    margin: 20px auto 30px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
}

.smart-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.smart-btn {
    min-width: 150px;
    min-height: 54px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.smart-btn-primary {
    background: #3f6fee;
    color: #ffffff;
}

.smart-btn-light {
    background: #eef2f6;
    color: #111827;
}

.batch-status-modal {
    width: min(760px, 100%);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

.batch-status-modal-head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid #e7ebf0;
}

    .batch-status-modal-head h3 {
        margin: 0;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .batch-status-modal-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.batch-status-modal-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 22px;
    background: #f7fafc;
    border-bottom: 1px solid #e7ebf0;
}

    .batch-status-modal-summary div {
        padding: 11px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #ffffff;
    }

    .batch-status-modal-summary small {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .batch-status-modal-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 18px;
        line-height: 1.15;
        font-weight: 900;
    }

#batchStatusPopupForm {
    padding: 20px 22px 22px;
}

    #batchStatusPopupForm .form-label {
        color: #111827;
        font-size: 14px;
        font-weight: 800;
    }

    #batchStatusPopupForm .form-control,
    #batchStatusPopupForm .form-select {
        min-height: 42px;
        border: 1px solid #cfd8e3;
        border-radius: 7px;
    }

.batch-status-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.centre-batch-table .btn-soft-action {
    border: 0;
}

@media (max-width: 768px) {
    .centre-batch-list-page .centre-batch-toolbar .entries-box {
        justify-content: flex-start;
    }

    .centre-batch-list-page .batch-filter-box .form-select,
    .centre-batch-list-page .batch-filter-box .form-control {
        flex: 1 1 100%;
    }

    .smart-dialog {
        padding: 34px 20px 26px;
        border-radius: 24px;
    }

    .smart-dialog-icon {
        width: 88px;
        height: 88px;
        font-size: 38px;
    }

    .smart-dialog h3 {
        font-size: 32px;
    }

    .smart-dialog p {
        font-size: 18px;
    }

    .smart-btn {
        width: 100%;
        font-size: 18px;
    }

    .batch-status-modal-summary {
        grid-template-columns: 1fr;
    }
}

.smart-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(215, 232, 243, 0.78);
    backdrop-filter: blur(8px);
}

    .smart-dialog-backdrop.show {
        display: flex;
    }

.smart-dialog {
    width: min(520px, 100%);
    position: relative;
    padding: 42px 34px 34px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.smart-dialog-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f6f9;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.smart-dialog-icon {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 9px solid #3f6fee;
    border-radius: 50%;
    color: #3f6fee;
    font-size: 48px;
}

    .smart-dialog-icon.success {
        border-color: #3f6fee;
        color: #3f6fee;
    }

    .smart-dialog-icon.failure {
        border-color: #ff5d64;
        color: #ff5d64;
    }

    .smart-dialog-icon.alert {
        border-color: #ff9f1c;
        color: #ff9f1c;
    }

    .smart-dialog-icon.confirm {
        border-color: #006490;
        color: #006490;
    }

.smart-dialog h3 {
    margin: 0;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
}

.smart-dialog p {
    max-width: 390px;
    margin: 20px auto 30px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
}

.smart-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.smart-btn {
    min-width: 150px;
    min-height: 54px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.smart-btn-primary {
    background: #3f6fee;
    color: #ffffff;
}

.smart-btn-light {
    background: #eef2f6;
    color: #111827;
}


/*//=====================centre color-profile===============*/
/* Dynamic centre profile extras. Paste after the main admin CSS. */

/* Dynamic centre profile extras. Paste after the main admin CSS. */

.centre-profile-page {
    width: 100%;
    color: #111827;
}

.centre-profile-hero,
.centre-profile-summary,
.centre-profile-form-card,
.centre-profile-panel,
.profile-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.08);
}

.centre-profile-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.page-kicker {
    display: inline-flex;
    padding: 5px 10px;
    margin-bottom: 8px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-profile-title h2,
.block-head h3,
.panel-head h3 {
    margin: 0;
    color: #006490;
    font-weight: 800;
}

.centre-profile-title p,
.block-head p {
    margin: 4px 0 0;
    color: #666;
}

.centre-profile-actions {
    display: flex;
    gap: 10px;
}

.centre-profile-summary {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.centre-summary-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-logo-box {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.centre-summary-main h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
}

.centre-summary-main p {
    margin: 4px 0;
    color: #666;
}

.centre-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.centre-tag,
.centre-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 10px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 800;
}

    .centre-tag.blue,
    .centre-status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

    .centre-tag.green,
    .centre-status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-profile-metrics,
.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .centre-profile-metrics div,
    .snapshot-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-profile-metrics small,
    .snapshot-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-profile-metrics strong,
    .snapshot-grid strong {
        display: block;
        margin-top: 6px;
        font-size: 18px;
        font-weight: 900;
    }

.centre-profile-form-card {
    padding: 18px;
}

.profile-block {
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: none;
    border: 1px solid #e7ebf0;
}

.block-head,
.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7ebf0;
}

.block-head {
    justify-content: flex-start;
}

.block-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #e9f6fb;
    color: #006490;
}

    .block-icon.green {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .block-icon.orange {
        background: #fff4df;
        color: #ff8300;
    }

.centre-profile-page .form-label {
    font-weight: 800;
}

    .centre-profile-page .form-label span {
        color: #dc3545;
    }

.centre-facility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-facility-grid label,
    .document-status-list div,
    .approval-timeline div {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
        font-weight: 700;
    }

.centre-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.centre-profile-panel {
    padding: 16px;
}

.approval-timeline,
.document-status-list {
    display: grid;
    gap: 10px;
}

    .approval-timeline i {
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .approval-timeline strong,
    .document-status-list span {
        display: block;
        font-weight: 800;
    }

    .approval-timeline small {
        display: block;
        color: #697586;
    }

    .document-status-list i {
        color: #006490;
    }

    .document-status-list b {
        margin-left: auto;
        color: #1d7a4d;
        font-size: 12px;
    }

        .document-status-list b.pending {
            color: #b56b00;
        }

.profile-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 800;
}

    .profile-message.info {
        background: #e9f6fb;
        color: #006490;
    }

    .profile-message.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .profile-message.warning {
        background: #fff4df;
        color: #b56b00;
    }

.profile-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(10, 24, 38, .38);
    backdrop-filter: blur(4px);
}

    .profile-popup-backdrop.show {
        display: flex;
    }

.profile-popup {
    width: min(430px, 100%);
    padding: 34px 28px 28px;
    text-align: center;
    border: 1px solid rgba(0, 108, 148, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 35, 55, .25);
}

.profile-popup-icon {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0f9d58;
    color: #fff;
    font-size: 42px;
}

    .profile-popup-icon.confirm {
        background: #006490;
    }

    .profile-popup-icon.alert {
        background: #ff9800;
    }

    .profile-popup-icon.failure {
        background: #e23b4b;
    }

.profile-popup h3 {
    margin: 0 0 10px;
    color: #061b2e;
    font-size: 30px;
    font-weight: 800;
}

.profile-popup p {
    margin: 0;
    color: #3f4d5a;
    font-size: 17px;
    line-height: 1.45;
}

.profile-popup-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.profile-popup-btn {
    min-width: 120px;
    padding: 12px 22px;
    border: 0;
    border-radius: 9px;
    font-weight: 800;
    cursor: pointer;
}

    .profile-popup-btn.primary {
        background: #006490;
        color: #fff;
    }

    .profile-popup-btn.light {
        background: #eaf4f8;
        color: #006490;
    }

@media (max-width: 991px) {
    .centre-profile-hero,
    .centre-profile-summary {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .centre-profile-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-profile-metrics,
    .snapshot-grid,
    .centre-facility-grid {
        grid-template-columns: 1fr;
    }

    .centre-profile-actions,
    .centre-profile-form-actions {
        flex-direction: column;
    }
}


/*/*/ /* attandance*/

/* =========================================================
   CENTRE STUDENT ATTENDANCE DYNAMIC
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-attendance-page only.
========================================================= */

.centre-attendance-page {
    width: 100%;
    color: #111827;
}

    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip,
    .centre-attendance-page .attendance-panel,
    .centre-attendance-page .attendance-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-attendance-page .centre-attendance-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-attendance-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-attendance-page .centre-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-attendance-page .centre-attendance-head p,
    .centre-attendance-page .attendance-panel-head p,
    .centre-attendance-page .attendance-batch-identity p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-attendance-page .attendance-filter {
        min-width: 720px;
        display: grid;
        grid-template-columns: 1.1fr 1.35fr 170px auto;
        gap: 10px;
        align-items: center;
    }

        .centre-attendance-page .attendance-filter .form-select,
        .centre-attendance-page .attendance-filter .form-control,
        .centre-attendance-page .attendance-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-attendance-page .attendance-profile-strip {
        display: grid;
        grid-template-columns: 1.25fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-attendance-page .attendance-batch-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-attendance-page .batch-avatar,
    .centre-attendance-page .attendance-kpi-card span {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
    }

    .centre-attendance-page .batch-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        font-size: 28px;
    }

    .centre-attendance-page .attendance-batch-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-attendance-page .attendance-meta-grid,
    .centre-attendance-page .trainer-time-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-attendance-page .attendance-meta-grid div,
        .centre-attendance-page .trainer-time-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-attendance-page .attendance-meta-grid small,
        .centre-attendance-page .trainer-time-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-meta-grid strong,
        .centre-attendance-page .trainer-time-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-attendance-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-attendance-page .danger-text {
        color: #d93645 !important;
    }

    .centre-attendance-page .attendance-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-attendance-page .attendance-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            border-radius: 16px;
            font-size: 20px;
        }

        .centre-attendance-page .attendance-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 28px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-attendance-page .attendance-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-attendance-page .attendance-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-attendance-page .attendance-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-attendance-page .attendance-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-attendance-page .attendance-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-attendance-page .attendance-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-attendance-page .attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-attendance-page .attendance-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-attendance-page .attendance-actions .btn,
        .centre-attendance-page .trainer-attendance-card .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-attendance-page .centre-attendance-table {
        min-width: 980px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-attendance-page .centre-attendance-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-attendance-page .centre-attendance-table td {
            padding: 10px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-attendance-page .centre-attendance-table td strong,
            .centre-attendance-page .attendance-alert-list strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-attendance-page .centre-attendance-table td small,
            .centre-attendance-page .attendance-alert-list small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

        .centre-attendance-page .centre-attendance-table .form-control,
        .centre-attendance-page .centre-attendance-table .form-select {
            min-height: 38px;
            border-radius: 7px;
            font-size: 13px;
        }

    .centre-attendance-page .status-select.present {
        color: #1d7a4d;
        background-color: #eaf8f0;
    }

    .centre-attendance-page .status-select.absent {
        color: #d93645;
        background-color: #ffedef;
    }

    .centre-attendance-page .status-select.late {
        color: #b56b00;
        background-color: #fff4df;
    }

    .centre-attendance-page .attendance-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-attendance-page .attendance-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-attendance-page .attendance-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-attendance-page .attendance-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-attendance-page .trainer-attendance-card {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-attendance-page .trainer-avatar {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .centre-attendance-page .trainer-attendance-card h4 {
        margin: 0;
        color: #111827;
        font-weight: 900;
    }

    .centre-attendance-page .trainer-attendance-card p {
        margin: -6px 0 0;
        color: #666666;
    }

    .centre-attendance-page .trainer-time-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-attendance-page .attendance-trend-chart {
        min-height: 260px;
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        align-items: end;
        gap: 14px;
        padding: 22px 12px 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .centre-attendance-page .attendance-trend-chart div {
            min-height: 210px;
            display: grid;
            grid-template-rows: 1fr auto auto;
            justify-items: center;
            gap: 6px;
            text-align: center;
        }

        .centre-attendance-page .attendance-trend-chart .trend-empty {
            grid-column: 1 / -1;
            min-height: 80px;
            align-content: center;
            color: #697586;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-trend-chart span {
            width: 42px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #006490;
        }

            .centre-attendance-page .attendance-trend-chart span.risk {
                background: #ff5e63;
            }

        .centre-attendance-page .attendance-trend-chart strong,
        .centre-attendance-page .attendance-trend-chart b {
            color: #333333;
            font-size: 12px;
            font-weight: 900;
        }

    .centre-attendance-page .attendance-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-attendance-page .attendance-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-attendance-page .attendance-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-attendance-page .attendance-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-attendance-page .attendance-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-attendance-page .attendance-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-attendance-page .attendance-alert-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

    .centre-attendance-page .attendance-popup-backdrop {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(15, 23, 42, 0.45);
    }

        .centre-attendance-page .attendance-popup-backdrop.show {
            display: flex;
        }

    .centre-attendance-page .attendance-popup {
        width: min(520px, 96vw);
        padding: 36px 30px 28px;
        border-radius: 26px;
        background: #ffffff;
        box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
        text-align: center;
    }

    .centre-attendance-page .attendance-popup-icon {
        width: 96px;
        height: 96px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 8px solid #4270f4;
        border-radius: 50%;
        color: #4270f4;
        font-size: 46px;
    }

        .centre-attendance-page .attendance-popup-icon.success {
            border-color: #2f8f5b;
            color: #2f8f5b;
        }

        .centre-attendance-page .attendance-popup-icon.failure {
            border-color: #ff5e63;
            color: #ff5e63;
        }

        .centre-attendance-page .attendance-popup-icon.alert,
        .centre-attendance-page .attendance-popup-icon.confirm {
            border-color: #ff8300;
            color: #ff8300;
        }

    .centre-attendance-page .attendance-popup h3 {
        margin: 0;
        color: #111827;
        font-size: 34px;
        font-weight: 900;
    }

    .centre-attendance-page .attendance-popup p {
        margin: 12px auto 26px;
        max-width: 420px;
        color: #333333;
        font-size: 18px;
        line-height: 1.35;
    }

    .centre-attendance-page .attendance-popup-actions {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .centre-attendance-page .attendance-popup-btn {
        min-width: 140px;
        min-height: 46px;
        border: 0;
        border-radius: 8px;
        padding: 10px 18px;
        font-weight: 900;
    }

        .centre-attendance-page .attendance-popup-btn.primary {
            background: #006490;
            color: #ffffff;
        }

        .centre-attendance-page .attendance-popup-btn.light {
            background: #eef2f6;
            color: #111827;
        }

@media (max-width: 1199px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-attendance-page .attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-attendance-page .attendance-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-panel-head,
    .centre-attendance-page .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-attendance-page .attendance-filter,
    .centre-attendance-page .attendance-meta-grid,
    .centre-attendance-page .trainer-time-grid {
        grid-template-columns: 1fr;
    }

    .centre-attendance-page .attendance-trend-chart {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(80px, 1fr));
    }

    .centre-attendance-page .attendance-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip,
    .centre-attendance-page .attendance-panel {
        padding: 14px;
    }

    .centre-attendance-page .attendance-batch-identity {
        align-items: flex-start;
    }

    .centre-attendance-page .attendance-popup h3 {
        font-size: 28px;
    }
}

/* =========================================================
   CENTRE ELIGIBLE CANDIDATES DYNAMIC EXTRA
   Paste below centre-eligible-candidates-style.css.
========================================================= */

.centre-eligible-page .eligible-actions .form-control {
    width: 220px;
    min-height: 34px;
    border-radius: 7px;
    font-weight: 700;
}

.centre-eligible-page .eligible-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
}

    .centre-eligible-page .eligible-popup-backdrop.show {
        display: flex;
    }

.centre-eligible-page .eligible-popup {
    width: min(520px, 96vw);
    padding: 36px 30px 28px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.centre-eligible-page .eligible-popup-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #4270f4;
    border-radius: 50%;
    color: #4270f4;
    font-size: 46px;
}

    .centre-eligible-page .eligible-popup-icon.success {
        border-color: #2f8f5b;
        color: #2f8f5b;
    }

    .centre-eligible-page .eligible-popup-icon.failure {
        border-color: #ff5e63;
        color: #ff5e63;
    }

    .centre-eligible-page .eligible-popup-icon.alert,
    .centre-eligible-page .eligible-popup-icon.confirm {
        border-color: #ff8300;
        color: #ff8300;
    }

.centre-eligible-page .eligible-popup h3 {
    margin: 0;
    color: #111827;
    font-size: 34px;
    font-weight: 900;
}

.centre-eligible-page .eligible-popup p {
    margin: 12px auto 26px;
    max-width: 420px;
    color: #333333;
    font-size: 18px;
    line-height: 1.35;
}

.centre-eligible-page .eligible-popup-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.centre-eligible-page .eligible-popup-btn {
    min-width: 140px;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 900;
}

    .centre-eligible-page .eligible-popup-btn.primary {
        background: #006490;
        color: #ffffff;
    }

    .centre-eligible-page .eligible-popup-btn.light {
        background: #eef2f6;
        color: #111827;
    }

@media (max-width: 768px) {
    .centre-eligible-page .eligible-actions .form-control {
        width: 100%;
    }
}





/* Add below centre-assessment-schedule-style.css */
.centre-assessment-schedule-page .schedule-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(3px);
}

    .centre-assessment-schedule-page .schedule-popup-backdrop.is-open,
    .centre-assessment-schedule-page .schedule-popup-backdrop.show {
        display: flex;
    }

.centre-assessment-schedule-page .schedule-popup {
    width: min(430px, 100%);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    padding: 34px 30px 28px;
    text-align: center;
    border: 1px solid #e6eef5;
}

.centre-assessment-schedule-page .schedule-popup-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: 800;
}

    .centre-assessment-schedule-page .schedule-popup-icon.success {
        color: #2563eb;
        border: 9px solid #4777f2;
    }

    .centre-assessment-schedule-page .schedule-popup-icon.error {
        color: #dc2626;
        border: 9px solid #ef4444;
    }

    .centre-assessment-schedule-page .schedule-popup-icon.confirm {
        color: #d97706;
        border: 9px solid #f59e0b;
    }

.centre-assessment-schedule-page .schedule-popup h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.centre-assessment-schedule-page .schedule-popup p {
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.45;
}

.centre-assessment-schedule-page .schedule-detail-popup {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: left;
}

.centre-assessment-schedule-page .schedule-popup-btn {
    min-width: 120px;
    border: 0;
    border-radius: 9px;
    padding: 12px 18px;
    font-weight: 800;
    cursor: pointer;
}

    .centre-assessment-schedule-page .schedule-popup-btn.primary {
        background: #006b95;
        color: #ffffff;
    }

    .centre-assessment-schedule-page .schedule-popup-btn.danger {
        background: #ef4444;
        color: #ffffff;
    }

    .centre-assessment-schedule-page .schedule-popup-btn.light {
        background: #f1f5f9;
        color: #0f172a;
    }

    .centre-assessment-schedule-page .schedule-popup-btn:hover {
        filter: brightness(0.96);
    }

@media (max-width: 640px) {
    .centre-assessment-schedule-page .schedule-popup {
        padding: 28px 20px 24px;
        border-radius: 18px;
    }

        .centre-assessment-schedule-page .schedule-popup h3 {
            font-size: 26px;
        }

        .centre-assessment-schedule-page .schedule-popup p {
            font-size: 16px;
        }

    .centre-assessment-schedule-page .schedule-popup-btn {
        width: 100%;
    }
}


/* =========================================
   RESET
========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: "Karma", serif;
    font-family: "Noto Sans", sans-serif;
    background: var(--light);
    color: var(--black);
    line-height: 1.6;
}


a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* =========================================
   CONTAINER
========================================= */

/* =========================================
   HEADINGS
========================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", sans-serif;
}

.heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
}

.title-text {
    color: var(--primary);
    font-weight: 700;
}

.sub-title {
    color: var(--text);
    font-size: 14px;
}

.right-content {
}

    .right-content .owl-carousel {
        display: block;
        width: 100%;
        z-index: 1;
        padding: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: var(--bs-l);
        border-radius: 8px;
    }
/* =========================================
   TEXT COLORS
========================================= */
.success-text {
    color: var(--success);
}

.warning-text {
    color: var(--warning);
}

.danger-text {
    color: var(--danger);
}

/* =========================================
   BUTTONS
========================================= */
.btn {
    display: inline-block;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

    .btn-primary:hover {
        opacity: 0.9;
    }

.btn-secondary {
    background: var(--secondary);
    color: var(--white);
}

    .btn-secondary:hover {
        opacity: 0.9;
    }

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
/*marquee*/
.marquee {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.strip-title {
    background: #005f8f;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0px;
}

    .strip-title i {
        margin-right: 8px;
    }

.custom-slider .item {
    padding: 0px;
}

.custom-slider .card {
    border: none;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    padding: 0px !important;
}

    .custom-slider .card:hover {
        transform: translateY(-5px);
    }

.custom-slider p {
    text-align: center;
    margin: 10px;
    font-size: 16px;
    color: #333;
}

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        background: #0d6efd !important;
        color: #fff !important;
        margin: 0 5px;
        font-size: 20px !important;
    }

        .owl-nav button.owl-prev:hover,
        .owl-nav button.owl-next:hover {
            background: #000 !important;
        }

.owl-dot.active span {
    background: #0d6efd !important;
}
/*dashboard*/
.user-layout {
    background-color: #eef3f6 !important;
    width: 100%;
}

.flex-container {
    display: flex;
}

.profile-section2 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 0.876rem;
    padding: 0rem !important;
    background-color: #faeff0;
}

    .profile-section2 .avatar {
        width: 35% !important;
    }

        .profile-section2 .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: auto;
            border: 6px solid #ffffff;
            border-radius: 14px;
        }



.profile-section {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 0.876rem;
    padding: 1rem;
    background-color: #faeff0;
}

    .profile-section .avatar {
        width: 25%;
    }

        .profile-section .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: auto;
            border: 6px solid #ffffff;
            border-radius: 14px;
        }

    .profile-section .avatar-detail {
        text-align: left;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

        .profile-section .avatar-detail h4 {
            font-size: 0.876rem;
            margin-bottom: 4px;
            font-weight: 600;
            color: #333;
        }

        .profile-section .avatar-detail p {
            font-size: 0.76rem;
            font-weight: 500;
            color: #333;
        }
/* ================= SIDEBAR ================= */

.sidebar {
    width: 280px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
/*result*/
.result {
    padding: 0px;
}

.my-result {
    border: none;
    border-radius: 0px;
    overflow: hidden;
}

.my-result-top {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}


.result-body {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 10px;
}



.badge-status {
    background: #d1f7dd;
    color: #198754;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.btn-view {
    border-radius: 8px;
    padding: 6px 14px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 6px 10px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 4px 10px;
}
/*result*/
/* =========================
   Profile Section
========================= */
.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #faeff0;
}

.avatar {
    width: 65px;
    height: 65px;
    overflow: hidden;
    flex-shrink: 0;
}

    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.avatar-detail h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.avatar-detail p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

/* =========================
   Main Menu
========================= */
.top-ul {
    margin: 0;
    padding: 15px;
}

.first {
    margin-bottom: 10px;
}

    .first button {
        width: 100%;
        border: none;
        background: #fff;
        color: #222;
        padding: 14px 16px;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .first button span {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .first button i {
            font-size: 14px;
        }

        /* Hover */
        .first button:hover {
            background: #fff;
            color: #222;
            transform: translateX(4px);
        }

        /* Active */
        .first button.active {
            background: #faeff0;
            color: #222;
        }

/* =========================
   Collapse Menu
========================= */
.inner-ul {
    padding-left: 18px;
    margin-top: 8px;
}

    .inner-ul li {
        margin-bottom: 8px;
    }

        .inner-ul li a {
            display: block;
            text-decoration: none;
            background: #f8f9fc;
            color: #555;
            padding: 10px 14px;
            border-radius: 10px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

            .inner-ul li a:hover {
                background: #2575fc;
                color: #fff;
                padding-left: 20px;
            }

/* =========================
   Arrow Rotation
========================= */
.menu-btn .arrow {
    transition: transform 0.3s ease;
}

/* Rotate when open */
.menu-btn:not(.collapsed) .arrow {
    transform: rotate(90deg);
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }

    .profile-section {
        padding: 20px 15px;
    }

    .avatar {
        width: 55px;
        height: 55px;
    }

    .avatar-detail h4 {
        font-size: 16px;
    }

    .first button {
        font-size: 14px;
        padding: 12px 14px;
    }
}

/* ================= MAIN CONTENT ================= */

.main-content {
    flex: 1;
    padding: 20px;
}

.card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.basic-profile {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

    .basic-profile .header {
        position: absolute;
        width: 100%;
        top: 0;
    }

.header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/pb.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.content {
    padding: 20px;
    text-align: center;
    z-index: 9;
    margin: 4rem auto 2rem auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(195, 195, 195, 0.24) 0px 3px 8px;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    height: 100%;
}

/* ================= PROFILE CARD ================= */


.btn-vr-primary {
    background: #006490;
    color: #fff;
    border: none;
    padding-left: 0.876rem;
    padding-right: 0.876rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

    .btn-vr-primary:hover {
        background: #1d4ed8;
        color: #fff;
    }

.info-list .list-group-item {
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    padding: .5rem 0;
    margin-bottom: .125rem;
    border: none !important;
}

.info-list .first {
    border: solid 1px #959595;
    padding: 7px;
    border-radius: 50%;
    min-width: 40px;
}

    .info-list .first i {
        color: #959595;
    }

.info-list h3 {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: left;
}

.info-list p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* ================= QUICK VIEW ================= */


.quick-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.quick-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/qb.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.box-column {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    transition: 0.3s;
}

    .box-column:hover {
        transform: translateY(-5px);
    }

    .box-column img {
        width: 55px;
        margin-bottom: 10px;
    }

    .box-column h2 {
        font-size: 1.75rem;
        color: var(--bs-db);
        font-weight: 600;
        text-align: left;
        margin: 1.5rem 0 0 0;
    }

    .box-column h3 {
        font-size: 1.125rem;
        color: #666666;
        font-weight: 600;
    }

.card-icon-bg {
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    align-items: center;
    position: relative;
}

    .card-icon-bg::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }
/*Alerts & Updates*/
.alerts-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.alerts-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/alart.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.my-registration-card {
    min-height: 4rem;
    display: flex;
    box-shadow: 0 0 8px 3px #7a7a7a2b;
    border-radius: 16px;
    padding: 10px;
}

.my-icon-box {
}

    .my-icon-box img {
        padding: 5px;
    }

.my-content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.my-content p {
    margin: 4px 0 0;
    font-size: 13px;
    opacity: .9;
    line-height: 1.4;
    text-align: left;
}

/*achievements*/

.achievements-view-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    height: 100%;
    padding: 0px !important;
}

.box-1 {
    background: #fff url(../images/dit-box-bg.png) no-repeat top right;
}

    .box-1 .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff url(../images/dit-box-bg.png) no-repeat top right;
    }

.achievements-view-card .header {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 15rem;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    top: 0;
}


/* ================= ALERTS ================= */
.d-process-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .d-process-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

.step-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

    .step-content img {
        width: 50px;
    }

    .step-content h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .step-content p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

/* ================= PROFILE STATUS ================= */

.chartBox {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: relative;
    background: #fff url(../images/dot-ver-box-bg.png) no-repeat;
    height: 100%;
}

.header-box {
    color: var(--bs-db);
    font-size: 18px;
    font-weight: bold;
}

.layout-box {
    padding: 1px;
    border-radius: 16px;
    width: 320px;
    text-align: center;
}

.donut-chart {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient( #6e40aa 0% 30%, #ff5e63 30% 50%, #aff05b 50% 90%, #1ac7c2 90% 100% );
    position: relative;
}

    .donut-chart::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        background: #fff;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}

    .center-text h2 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

    .center-text p {
        font-size: 14px;
        color: #666;
        margin-top: 4px;
    }

.legend {
    margin-top: 30px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 13px;
    color: #333;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.purple {
    background: #6e40aa;
}

.pink {
    background: #ff5e63;
}

.green {
    background: #aff05b;
}

.cyan {
    background: #1ac7c2;
}
/* ================= TABLE ================= */
.card-pandding {
    background: #fff !important;
}

.pending-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.pending-table th {
    background: #f8fafc;
    padding: 15px;
}

.pending-table td {
    padding: 15px;
    vertical-align: middle;
}

.task-title {
    font-weight: 600;
}

.task-desc {
    font-size: 14px;
    color: #666;
}

.progress {
    height: 8px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.btn-action {
    border-radius: 30px;
    padding: 6px 16px;
}
/* ================= ACHIEVEMENTS ================= */

.step {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2563eb;
    margin-top: 5px;
    flex-shrink: 0;
}

@media(max-width:768px) {

    .flex-container {
        flex-direction: column;
    }

    .sidebar {
        display: none;
    }

    .main-content {
        width: 100%;
    }
}
/*dashboard*/
/*marquee*/
/* =========================================
   FLEX
========================================= */
.flex {
    display: flex;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* =========================================
   FORM
========================================= */
/*.input-box {
    margin-bottom: 20px;
}

    .input-box label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 500;
    }

.form-control,
.form-select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    background: var(--white);
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--primary);
    }

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.form-check-label {
    font-size: 14px;
}*/
/* =========================================
   CARDS
========================================= */
.card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.card-header {
    margin-bottom: 15px;
}

    .card-header h5 {
        color: var(--dark-blue);
        font-size: 18px;
    }
/* =========================================
   TABLE
========================================= */
.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table thead {
        background: var(--light-blue);
    }

    table th {
        padding: 12px;
        text-align: left;
        font-size: 14px;
        color: var(--dark-blue);
    }

    table td {
        padding: 12px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
/* =========================================
   BOX CARD
========================================= */
.box-card {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .box-card .icon {
        width: 70px;
        height: 70px;
        background: var(--primary);
        border-radius: 50%;
        color: var(--white);
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
    }

    .box-card h3 {
        margin-top: 15px;
        font-size: 20px;
        color: var(--dark-blue);
    }

    .box-card p {
        margin-top: 8px;
        font-size: 14px;
    }
/* =========================================
   INFO BOX
========================================= */
.info-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

    .info-box h5 {
        color: var(--primary);
        margin-bottom: 10px;
    }
/* =========================================
   SIDEBAR LAYOUT
========================================= */
/* =========================================
   SUB BANNER
========================================= */
.sub-banner {
    background: url('images/footer-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

    .sub-banner h2 {
        color: var(--white);
    }

    .sub-banner p {
        color: #ddd;
    }
/* =========================================
   GALLERY
========================================= */
.gallery {
    padding: 50px 20px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
}
/* =========================================
   LOADER
========================================= */
.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #ddd;
    border-top: 5px solid var(--secondary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* =========================================
   LOGIN SECTION
========================================= */
.main {
    background: #fff;
    border-radius: 0 0 18px 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    background: #e2f1fb;
    cursor: pointer;
    transition: 0.3s;
}

    .tab.active {
        background: var(--primary);
        color: var(--white);
    }
/* =========================================
   ALERT MODAL
========================================= */
.modal {
    /*background: var(--white);*/
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    padding: 15px;
    background: var(--primary);
    color: var(--white);
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
}
/* =========================================
   DATATABLE
========================================= */
.dt-container {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.dt-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dt-search input {
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
}
/* =========================================
   BADGES
========================================= */
.badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.badge-success {
    background: #d1f7d7;
    color: #0a5c09;
}

.badge-danger {
    background: #ffe2e5;
    color: #BF2026;
}

.badge-warning {
    background: #fff4d6;
    color: #e99900;
}
/*Important Dates*/
/* ================= SECTION ================= */

.home-login {
    background: url(../images/r-bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

    .home-login h2 {
        font-size: 32px;
        color: #006490;
        margin-bottom: 10px;
        font-weight: 500 !important;
    }
/* ================= CARD ================= */

.card-ui {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.4s;
    height: 100%;
    position: relative;
    overflow: hidden;
}
    /* FIRST CARD ACTIVE */

    .card-ui.active {
        background: #005f8f;
        transform: translateY(-6px);
    }

        .card-ui.active h3,
        .card-ui.active .date {
            color: #fff;
        }

        .card-ui.active .btn-ui {
            background: #fff;
            color: #005f8f;
        }
    /* HOVER EFFECT */

    .card-ui:hover {
        background: #005f8f;
        transform: translateY(-6px);
    }

        .card-ui:hover h3,
        .card-ui:hover .date {
            color: #fff;
        }

        .card-ui:hover .btn-ui {
            background: #fff;
            color: #005f8f;
        }
    /* ICON */

    .card-ui .icon {
        margin-bottom: 14px;
    }

        .card-ui .icon img {
            width: 70px;
            transition: 0.4s;
        }

    .card-ui:hover .icon img {
        transform: scale(1.1);
    }
    /* HEADING */

    .card-ui h3 {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        transition: 0.4s;
    }
    /* DATE */

    .card-ui .date {
        font-size: 14px;
        color: #666;
        transition: 0.4s;
    }
/* BUTTON */

.btn-ui {
    display: inline-block;
    padding: 5px 24px;
    background: #005f8f;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.4s;
}

    .btn-ui:hover {
        background: #222;
        color: #fff;
    }
/* ================= LOGIN BOX ================= */
/* ================= LOGIN WRAPPER ================= */
/* ================= LOGIN WRAPPER ================= */

.login-wrapper {
    background: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ================= LOGIN BOX ================= */

.login-box {
    width: 100%;
    max-width: 720px;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* ================= HEADER ================= */

.login-header h2 {
    font-weight: 600;
    color: #005f8f;
    margin-bottom: 24px;
    font-size: 24px;
}
/* ================= FORM GROUP ================= */

.form-group {
    margin-bottom: 28px;
}

    .form-group label {
        display: block;
        color: #333;
        margin-bottom: 8px;
    }
/* ================= INPUT BOX ================= */

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 35px;
}
/* LEFT ICON */

.input-icon {
    width: 60px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9d9d9;
    color: #222;
}
/* RIGHT ICON */

.right-icon {
    border-left: 1px solid #d9d9d9;
    border-right: none;
    cursor: pointer;
}
/* INPUT */

.input-box input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 15px;
    color: #333;
}

    .input-box input::placeholder {
        color: #888;
    }
/* ================= CAPTCHA ================= */

.captcha-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    position: relative;
    border: 1px solid #d1d1d1;
}

.captcha-image {
    width: 160px;
    height: 35px;
    border-right: 1px solid #d9d9d9;
}

    .captcha-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.captcha-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 15px;
}

.reload-btn {
    width: 60px;
    height: 35px;
    border-left: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* ================= BOTTOM LINKS ================= */

.bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0;
}

    .bottom-links a {
        text-decoration: none;
        color: #222;
    }

.register-link {
    color: #ff4d4d !important;
    text-decoration: underline !important;
}
/* ================= BUTTON ================= */

.login-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #005f8f;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    padding: 5px;
}

    .login-btn:hover {
        background: #00476b;
    }
/* ================= About Section ================= */
.sub-banner {
    background: url(/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 1rem 0;
    margin: 0 0 0 0;
    border: none;
    border-radius: 0;
}

    .sub-banner .border-l {
        border-left: solid 4px #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sub-banner .alert-heading {
        color: #fff;
    }

    .sub-banner p.link {
        display: flex;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .sub-banner p, .sub-banner a {
        color: #fff;
        font-size: 0.75rem;
    }

.breadcrumb-links {
    color: #fff;
}

.home-sec-second {
    background: #fff;
}

.heading h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-banner h2 {
    color: #fff;
    font-size: 20px;
}

.video-box {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

    .video-box iframe {
        width: 100%;
        height: 350px;
        border: 0;
    }

.custom-pills .nav-link {
    background: #f3f3f3;
    color: #000;
    margin-right: 10px;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
}

    .custom-pills .nav-link.active {
        background: #ff7a00;
        color: #fff;
    }

.tab-content {
}

    .tab-content p {
        font-size: 16px;
        line-height: 28px;
        color: #444;
    }
/* Responsive */
@media(max-width:768px) {

    .heading h2 {
        font-size: 30px;
    }

    .video-box iframe {
        height: 250px;
    }

    .custom-pills .nav-link {
        margin-bottom: 10px;
    }
}
/* ================= About Section ================= */

/*vinner-list*/
.winner-section {
    background: #f8f9ff;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #006490;
}

.section-heading h4 {
    font-weight: 600;
    color: #006490;
}

.section-heading p {
    color: #006490;
    max-width: 700px;
    margin: auto;
}

.card-header {
    background: #006490;
    color: #fff;
    padding: 20px;
    margin: 0px !important;
}

.winner-card {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #f59e0b;
}

.card-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.card-title p {
    color: #fff;
}

.winner-table {
    margin: 0;
}

    .winner-table thead {
        background: #cfe2ff;
        color: #000;
    }

    .winner-table th {
        padding: 15px;
        font-weight: 600;
        border: none;
    }

    .winner-table td {
        padding: 4px 8px;
        vertical-align: middle;
        border-bottom: 1px solid #e5e7eb;
    }

    .winner-table tbody tr:hover {
        background: #f1f5f9;
    }

.badge-box {
    background: #dbeafe;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

olympiad-gallery {
    padding: 70px 0;
}

.heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #006490;
    margin-bottom: 10px;
}

.heading img {
    width: 160px;
}

.custom-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    height: 100%;
}

    .custom-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

.img-wrapper {
    height: 320px;
    overflow: hidden;
    position: relative;
}

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease;
    }

/* Zoom In Effect */
.custom-card:hover .img-wrapper img {
    transform: scale(1.12);
}

.card-content {
    padding: 22px 18px;
    text-align: center;
}

    .card-content h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #222;
    }

    .card-content p {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0;
    }



@media(max-width:768px) {

    .section-heading h2 {
        font-size: 28px;
    }

    .card-title h3 {
        font-size: 20px;
    }

    .winner-card {
        padding: 15px;
    }

    .winner-table th,
    .winner-table td {
        white-space: nowrap;
    }

    .heading h2 {
        font-size: 30px;
    }

    .img-wrapper {
        height: 260px;
    }
}

/*vinner-list*/

/*registration*/

.regi-main {
    margin-left: auto;
    background: #fff;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 0px 0px 18px 18px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

    .regi-main fieldset {
        border: solid 1px #d1d1d1;
        padding-inline: 1.25rem;
        padding-block: 0.875rem 0.875rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }

        .regi-main fieldset legend {
            font-size: calc(0.875rem + 0.15vw);
            font-weight: 600;
            background: #f5f5f5;
            padding: 0.5rem 0.875rem;
            margin-bottom: 1rem;
        }

.regi-tab {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.6rem 2rem;
    transition: all 0.3s;
    border: 1px solid #006490;
    background-color: transparent;
    color: #006490;
    border-radius: 8px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #006490;
    }

.action-info-section {
}

    .action-info-section p {
        padding: 0;
        margin: 0;
        color: #585858;
        font-size: 0.875rem;
        font-weight: 400;
    }

        .action-info-section p a {
            color: #bf2026 !important;
            font-weight: 600;
        }

.second {
    background-color: #efefef;
    width: 50px;
    padding: 0 5px;
    cursor: pointer;
    align-content: center;
    text-align: center;
}

    .second img {
        height: 25px;
        margin: 0;
    }
/*registration*/

/*student-profile-page*/
.student-profile-page {
    padding: 0px !important;
}

    .student-profile-page .mainBtn {
        background-color: #006490;
    }

    .student-profile-page .input {
        margin-bottom: 1rem;
    }
/*student-profile-page*/
/*   Examination Section*/
.examination {
    background: url(/images/examination1.png) no-repeat;
    background-size: cover;
    position: relative;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    align-items: center;
    position: relative;
}

    .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }

    .feature-card:hover {
        transform: translateY(-6px);
    }
/* Left Image */

.feature-icon {
    min-width: 75px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

    .feature-icon img {
        width: 80px;
        transition: 0.4s;
    }
/* Right Text */

.feature-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

    .feature-card h3 a {
        text-decoration: none;
        color: #006490;
        transition: 0.4s;
    }
/* Hover */

.feature-card:hover .feature-icon {
    background: rgba(255,255,255,0.2);
}

.feature-card:hover h3 a {
    color: #bf2026;
}


/* Responsive */

@media (max-width: 768px) {

    .feature-card {
        padding: 18px;
        gap: 15px;
    }

    .feature-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

        .feature-icon img {
            width: 35px;
        }

    .feature-card h3 {
        font-size: 17px;
    }
}
/* ================= RESPONSIVE ================= */

@media(max-width:768px) {

    .login-box {
        padding: 30px 20px;
    }

    .login-header h2 {
    }

    .form-group label {
    }

    .input-box input,
    .captcha-box input {
    }

    .bottom-links {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .login-btn {
    }
}

@media(max-width:576px) {

    .login-header h2 {
    }

    .captcha-image {
        width: 120px;
    }

    .input-icon,
    .reload-btn {
        width: 50px;
    }
}

@media(max-width:767px) {

    .home-login h2 {
    }

    .card-ui {
        padding: 25px 20px;
    }

        .card-ui h3 {
        }

    .header-section h4 {
    }
}

@media(max-width:576px) {

    .home-login {
        padding: 30px 0;
    }

        .home-login h2 {
        }

    .card-ui {
        padding: 22px 18px;
    }

        .card-ui .icon img {
            width: 60px;
        }

        .card-ui h3 {
        }

    .login-box {
        padding: 25px 20px;
    }
}
/*Important Dates*/
/*nastonal inter nastional*/
.olympiad-section {
    padding: 70px 0;
}
/* =========================
           TOP FILTER
        ========================== */

.top-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .top-filter select {
        width: 520px;

        Specificity: (0,1,0) {
            --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
            display: block;
            width: 100%;
            padding: 0.375rem 2.25rem 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: var(--bs-body-color);
            appearance: none;
            background-color: var(--bs-body-bg);
            background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 16px 12px;
            border: var(--bs-border-width) solid var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }
/* =========================
           TABS BUTTON
        ========================== */

.custom-tab-btn {
    border-radius: 40px !important;
    border: 1px solid #006699 !important;
    background: #fff !important;
    color: #006699 !important;
    transition: .3s;
    padding: 5px 24px;
}

    .custom-tab-btn.active {
        background: #006699 !important;
        color: #fff !important;
    }
/* =========================
           CARD DESIGN
        ========================== */

.olympiad-card {
    border: 1px solid #d7edf8;
    border-radius: 24px;
    padding: 14px;
    overflow: hidden;
    transition: .3s;
    height: 100%;
    align-items: center;
    position: relative;
}

    .olympiad-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 140px;
        background: url(../images/shape2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }

    .olympiad-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    }

.card-inner {
    border-radius: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .card-inner p {
        color: #006699;
    }
    /* TOP CURVE DESIGN */

    .card-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110px;
        background: url('https://www.transparenttextures.com/patterns/wavecut.png');
        opacity: .25;
        background-size: cover;
    }

.class-title {
    color: #006699;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.card-text {
    color: #006699;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
/* =========================
           BUTTONS
        ========================== */

.btn-row {
    gap: 8px;
    row-gap: 8px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: baseline;
    padding: 15px 10px 15px 10px;
}

.custom-btn {
    margin-top: 0;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px 20px;
    min-width: 134px;
}

    .custom-btn:hover {
        transform: translateY(-2px);
    }

.btn-outline-blue {
    border: 1.5px solid #1f6bff;
    background: #fff;
    color: #1f6bff;
}

.btn-outline-gray {
    border: 1px solid #888;
    background: #fff;
    color: #444;
}

.btn-green {
    background: #17914f;
    color: #fff;
    border: none;
}

    .btn-green:hover {
        background: #0e7c41;
        color: #fff;
    }
/* =========================
           RESPONSIVE
        ========================== */

@media(max-width:991px) {

    .top-filter select {
        width: 100%;
    }

    .class-title {
        font-size: 30px;
    }

    .card-text {
        font-size: 17px;
        min-height: auto;
    }
}

@media(max-width:575px) {

    .btn-row {
        flex-direction: column;
    }

    .custom-btn {
        width: 100%;
    }

    .custom-tab-btn {
        min-width: 130px;
        font-size: 16px;
    }
}
/*nastonal inter nastional*/
/*nevs & annuncement*/
.news-section {
    background: url(../images/news-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-card-left {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 5px solid #006490;
    max-height: 394px;
    overflow-y: auto;
    padding-right: 5px;
}

.news-card {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}



    .news-card img {
        width: 120px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

.news-info span {
    font-size: 14px;
    color: #333;
}

.news-info h5 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
}

.news-info a {
    color: #c62828;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.my-item {
}

.pera {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #006490;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .pera h5 {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: bold;
        color: #006490;
    }

    .pera p {
        margin: 0;
        font-size: 14px;
        color: #006490;
    }


@media(max-width:768px) {

    .section-title h2 {
        font-size: 28px;
    }
}
/*nevs & annuncement*/
/**/

/*congratulatory*/
.congratulatory-section {
    background: url(../images/congratulatories.png) no-repeat;
    background-size: cover;
    position: relative;
}

.heading h2 {
    font-size: 32px;
    color: #006490;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: block;
}

.letter-card {
    padding: 28px 25px;
    border-radius: 14px;
    margin: 25px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
}

/* Quote Icon */
.quote-icon {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 60px;
    color: #0077a8;
    line-height: 1;
}

/* Letter Image */
.letter-image {
    text-align: center;
}

    .letter-image img {
        width: auto !important;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        text-align: center;
        margin: 0px auto;
    }

/* Bottom Section */
.bottom-info {
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.profile-icon {
    width: 58px;
    height: 58px;
    border: 3px solid #0077a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .profile-icon .avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid var(--bs-b);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        background: var(--bs-lb);
    }

.bottom-info .info {
    margin: 0;
    color: #006699;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

    .bottom-info .info .name {
        color: #006490;
        font-weight: 600;
    }

/* Owl Carousel */

.slider4 .item {
    padding: 10px;
}

.owl-nav {
    margin-top: 25px !important;
    text-align: center;
}

    .owl-nav button {
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        background: #000 !important;
        color: #fff !important;
        margin: 0 6px;
        font-size: 22px !important;
        transition: 0.3s;
    }

        .owl-nav button:hover {
            background: #0d6efd !important;
        }

.owl-dots {
    margin-top: 15px !important;
    text-align: center;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #cfcfcf !important;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #000 !important;
}

/* Responsive */

@media(max-width:768px) {

    .card-image img {
        height: 220px;
    }

    .name {
        font-size: 14px;
        line-height: 22px;
    }
}
/*congratulatory*/

/*/* =========================


   SAMPLE SECTION
========================= */

.sample {
    background: url(/images/sasmple.png) no-repeat;
    background-size: cover;
    position: relative;
}
/* CARD */
.sample-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    position: relative;
}

    .sample-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 200px;
        background: url(../images/examination2.png) no-repeat center / cover;
        border-radius: 30px 0px 30px 0px;
    }
    /* ACTIVE CARD */
    .sample-card.active {
        background: #23b9a1;
        color: #fff;
    }


        .sample-card.active a {
            color: #fff;
        }
    /* IMAGE */
    .sample-card img {
        width: 70px;
        margin-bottom: 10px;
    }
    /* TITLE */
    .sample-card h5 {
        font-size: 16px;
        font-weight: 600;
    }
    /* LINK */
    .sample-card a {
        text-decoration: none;
        color: #23b9a1;
        font-weight: 500;
        transition: 0.3s;
    }

        .sample-card a i {
            margin-left: 6px;
            font-size: 14px;
        }
    /* HOVER */
    .sample-card:hover {
        transform: translateY(-8px);
        background: #23b9a1;
        color: #fff;
        border-color: #23b9a1;
    }

        .sample-card:hover a {
            color: #fff;
        }
/* RESPONSIVE */
@media(max-width:768px) {

    .sample-card {
        padding: 25px 15px;
    }

        .sample-card h5 {
            font-size: 18px;
        }
}
/* =========================================
   RESPONSIVE
========================================= */
@media(max-width:1024px) {

    .gallery-container {
        grid-template-columns: repeat(2,1fr);
    }

    .sidebar {
        width: 220px;
    }
}

@media(max-width:768px) {

    .user-layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .gallery-container {
        grid-template-columns: 1fr;
    }

    .flex-between {
        flex-direction: column;
        gap: 10px;
    }

    table {
        min-width: 700px;
    }
}

@media(max-width:576px) {

    .heading h2 {
        font-size: 28px;
    }

    .btn {
        width: 100%;
    }

    .card {
        padding: 15px;
    }

    .main-content {
        padding: 10px;
    }
}
/* =========================================
   TOP NAVIGATION
========================================= */
/* ================= NAVBAR ================= */

.vs-top-navigation {
    background: #fff;
    transition: all 0.3s ease;
    z-index: 999;
    font-family: "Noto Sans", sans-serif;
}
    /* LOGO */
    .vs-top-navigation .navbar-brand img {
        height: 70px;
        transition: 0.3s;
    }

        .vs-top-navigation .navbar-brand img:hover {
            transform: scale(1.05);
        }
    /* MAIN NAV LINKS */
    .vs-top-navigation .nav-link {
        color: #232323;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 14px !important;
        border-radius: 6px;
        transition: all 0.3s ease;
        position: relative;
    }
        /* HOVER EFFECT */
        .vs-top-navigation .nav-link:hover {
            color: #bf2026 !important;
            background-color: rgba(190, 30, 37, 0.07);
        }
        /* ACTIVE MENU */
        .vs-top-navigation .nav-link.active {
            /*            background: #0d6efd;*/
            color: #bf2026 !important;
        }
    /* UNDERLINE EFFECT */
    /*.vs-top-navigation .nav-link::after {
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #0d6efd;
            transition: 0.3s;
            transform: translateX(-50%);
        }

        .vs-top-navigation .nav-link:hover::after {
            width: 70%;
        }*/
    /* DROPDOWN */
    .vs-top-navigation .dropdown-menu {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        padding: 10px 0;
        width: 100%;
    }
    /* DROPDOWN ITEM */
    .vs-top-navigation .dropdown-item {
        padding: 10px 18px;
        font-size: 14px;
        transition: 0.3s;
    }
        /* DROPDOWN HOVER */
        .vs-top-navigation .dropdown-item:hover {
            background: #0d6efd;
            color: #fff;
        }
    /* PROFILE IMAGE */
    .vs-top-navigation .rounded-circle {
        transition: 0.3s;
    }

        .vs-top-navigation .rounded-circle:hover {
            transform: scale(1.08);
            box-shadow: 0 0 10px rgba(13,110,253,0.4);
        }
    /* LANGUAGE LINKS */
    .vs-top-navigation .d-none.d-lg-flex a {
        color: #222;
        font-weight: 600;
        transition: 0.3s;
    }
        /* Active class */
        .vs-top-navigation .d-none.d-lg-flex a.active {
            color: #006490;
        }
        /* Optional hover effect */
        .vs-top-navigation .d-none.d-lg-flex a:hover {
            color: #0d6efd;
        }
    /* MOBILE MENU BUTTON */
    .vs-top-navigation .navbar-toggler {
        border: none;
        box-shadow: none !important;
    }

.first-btn {
}

    .first-btn a {
        background-color: #bf2026;
        color: #fff !important;
        border-radius: 20px;
        padding: 5px 30px;
        font-weight: 500;
        margin: 2px 4px;
    }

.second-btn {
}

    .second-btn a {
        background-color: transparent;
        color: #006490 !important;
        border: 1px solid #006490;
        border-radius: 20px;
        padding: 5px 30px;
        font-weight: 500;
        margin: 2px 4px;
    }

    .second-btn ul {
    }

        .second-btn ul li {
            color: #006490 !important;
        }

            .second-btn ul li a {
                background-color: transparent !important;
                color: #222 !important;
                border: none !important;
            }
/* MOBILE RESPONSIVE */
@media (max-width: 991px) {

    .vs-top-navigation .nav-link {
        padding: 10px 15px !important;
        margin-bottom: 5px;
    }

    .vs-top-navigation .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
    }
}
/* =========================================
   MOBILE LOGO
========================================= */

.vs-top-navigation .mob-logo {
    height: 45px;
}
/* =========================================
   MOBILE OFFCANVAS
========================================= */

.mobile-offcanvas {
    width: 280px;
    background: #fff;
}

    .mobile-offcanvas .offcanvas-header {
        padding: 1rem 1.5rem 0.5rem 1rem;
    }

        .mobile-offcanvas .offcanvas-header .top-logo {
            max-width: 120px;
        }

    .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0.75rem 0;
        border-top: 1px solid var(--bs-border);
        font-size: 1rem;
        text-align: left;
        font-weight: 400;
    }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button i {
            font-size: 1.25rem;
            margin-right: 0.5rem;
        }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li button[aria-expanded="true"] .bi-chevron-right {
            transform: rotate(90deg);
        }

    .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li ul.btn-toggle-nav {
        margin-left: 1.5rem;
    }

        .mobile-offcanvas .offcanvas-body .offcanvas-sidebar li ul.btn-toggle-nav li {
            padding: 0.75rem 0;
            border-top: 1px solid var(--bs-border);
            font-size: 1rem;
        }
/*home css*/
/*end home css*/
/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .vs-top-navigation.navbar {
        padding: 8px 0;
    }

    .vs-top-navigation .navbar-brand {
        margin-right: 0;
    }

        .vs-top-navigation .navbar-brand img.top-logo {
            height: 60px;
        }

    .vs-top-navigation .logo-a {
        order: 1;
    }

    .vs-top-navigation .button-menu {
        order: 0;
    }

    .vs-top-navigation .header-right {
        order: 2;
    }
}

@media(max-width:768px) {

    .vs-top-navigation .text-right {
        text-align: left;
        margin-top: 10px;
    }

    .vs-top-navigation .contact-list li {
        display: block;
        margin-bottom: 5px;
    }
}

@media(min-width:992px) {

    .vs-top-navigation .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
    }

    .vs-top-navigation .header-right .language a {
        font-size: 14px;
    }

    .vs-top-navigation .navbar-brand img.top-logo {
        height: 64px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.first_nav .nav-link {
        font-size: 14px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.sec_nav .nav-item.dropdown .nav-link {
        font-size: 14px;
    }
}

@media(min-width:1100px) {

    .vs-top-navigation .header-right .language a {
        font-size: 16px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.first_nav .nav-link {
        font-size: 16px;
    }

    .vs-top-navigation .main-top-nav .navbar-nav.sec_nav .nav-item.dropdown .nav-link {
        font-size: 16px;
    }
}
/*fotter*/
/* Footer */
.footer-section {
    background: url(/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
/* Footer Content */
.footer-content {
    position: relative;
    z-index: 2;
}
/* Footer Logo */
.footer-logo {
    margin-bottom: 30px;
    text-align: left;
}
/* Social Icon */
.footer-social-icon {
    text-align: left;
}

    .footer-social-icon a {
        color: #333;
        font-size: 16px;
        margin-right: 28px;
        text-decoration: none;
    }

        .footer-social-icon a i {
            height: 40px;
            width: 40px;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            background: #ffffff;
            color: #006490;
        }
/* Footer Right */
.footer-right {
    display: flex;
    flex-wrap: wrap;
}
/* Contact Details */
.contact-details {
    padding-top: 50px;
    color: #ffffff;
    padding-right: 50px;
}

    .contact-details i {
        margin-right: 10px;
    }
/* Footer Widget */
.footer-widget {
    padding-top: 50px;
    display: flex;
}
    /* Footer List */
    .footer-widget ul {
        margin: 0;
    }

        .footer-widget ul li {
            margin-bottom: 12px;
            list-style: none;
        }

            .footer-widget ul li i {
                margin-right: 10px;
            }

            .footer-widget ul li a {
                color: #fff;
                text-transform: capitalize;
                text-decoration: none;
            }

                .footer-widget ul li a:hover {
                    color: var(--bs-border);
                }
/* Widget Heading */
.footer-widget-heading h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
/* Footer Text */
.footer-text i {
    color: #fff;
}

.footer-text span {
    padding-left: 10px;
    color: #fff;
}
/* Copyright */
.copyright-area {
    background: #fff;
    padding: 25px 0;
}

.copyright-text {
    position: relative;
}

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        text-align: center;
        color: var(--bs-d) !important;
    }
/* Responsive */
@media(max-width:768px) {

    .footer-logo {
        text-align: center !important;
    }

    .footer-social-icon {
        text-align: center !important;
    }

    .footer-section ul {
        padding-left: 0;
        width: 100%;
    }
}
/*end fotter*/


/*//============================================================================*/

/* =========================================
   ADMIN DASHBOARD
   Add this after existing style.css
========================================= */

.admin-dashboard {
    width: 100%;
    color: #1f2937;
}

.admin-side-link {
    width: 100%;
    border: none;
    background: #fff;
    color: #222;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0.375rem;
}

    .admin-side-link span {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .admin-side-link:hover,
    .admin-side-link.active {
        background: #faeff0;
        color: #222;
        transform: translateX(4px);
    }

.admin-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

    .admin-page-head h2 {
        margin: 0;
        font-size: 1.45rem;
        color: #006490;
        font-weight: 700;
    }

    .admin-page-head p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.875rem;
    }

.admin-filter-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 420px;
}

    .admin-filter-box .form-select {
        border-radius: 8px;
        min-height: 36px;
        font-size: 0.85rem;
    }

.admin-kpi-card {
    height: 100%;
    min-height: 118px;
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 0.875rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #006490;
}

    .admin-kpi-card::after {
        content: "";
        position: absolute;
        right: -38px;
        top: -38px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(0, 100, 144, 0.08);
    }

    .admin-kpi-card .kpi-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 1.2rem;
        flex: 0 0 auto;
    }

    .admin-kpi-card p {
        margin: 0;
        color: #666;
        font-size: 0.78rem;
        font-weight: 600;
    }

    .admin-kpi-card h3 {
        margin: 0.2rem 0;
        font-size: 1.75rem;
        line-height: 1;
        font-weight: 800;
        color: #111827;
    }

    .admin-kpi-card span {
        color: #777;
        font-size: 0.72rem;
    }

    .admin-kpi-card.kpi-purple {
        border-left-color: #6e40aa;
    }

        .admin-kpi-card.kpi-purple .kpi-icon {
            color: #6e40aa;
            background: #f2ecfb;
        }

    .admin-kpi-card.kpi-green {
        border-left-color: #2fb36d;
    }

        .admin-kpi-card.kpi-green .kpi-icon {
            color: #2f8f5b;
            background: #eaf8f0;
        }

    .admin-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .admin-kpi-card.kpi-orange .kpi-icon {
            color: #ff8300;
            background: #fff1df;
        }

    .admin-kpi-card.kpi-teal {
        border-left-color: #1ac7c2;
    }

        .admin-kpi-card.kpi-teal .kpi-icon {
            color: #159b97;
            background: #e7fbfa;
        }

    .admin-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .admin-kpi-card.kpi-red .kpi-icon {
            color: #ff5e63;
            background: #ffedef;
        }

.admin-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    height: 100%;
}

.admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .admin-panel-head h3 {
        margin: 0;
        font-size: 1.1rem;
        color: #006490;
        font-weight: 700;
    }

    .admin-panel-head p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.78rem;
    }

.admin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0.32rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

    .admin-badge.good {
        background: #e8f8ef;
        color: #238653;
    }

    .admin-badge.warn {
        background: #fff3dc;
        color: #a56500;
    }

    .admin-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .admin-badge.info {
        background: #e8f2ff;
        color: #2563eb;
    }

.admin-bar-chart {
    height: 250px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 1rem;
    padding: 0.75rem 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.bar-item {
    text-align: center;
    min-width: 0;
}

.bar-value {
    width: 52%;
    min-width: 34px;
    margin: 0 auto 0.65rem;
    border-radius: 8px 8px 0 0;
    background: #006490;
}

    .bar-value.purple {
        background: #6e40aa;
    }

    .bar-value.green {
        background: #2fb36d;
    }

    .bar-value.orange {
        background: #ff8300;
    }

    .bar-value.red {
        background: #ff5e63;
    }

.bar-item span {
    display: block;
    color: #666;
    font-size: 0.75rem;
}

.admin-funnel {
    display: grid;
    gap: 0.75rem;
}

.funnel-row {
    display: grid;
    grid-template-columns: 96px 1fr 44px;
    gap: 0.65rem;
    align-items: center;
}

    .funnel-row span {
        color: #666;
        font-size: 0.78rem;
    }

    .funnel-row strong {
        text-align: right;
        color: #111827;
        font-size: 0.82rem;
    }

.funnel-track {
    height: 11px;
    background: #eef2f6;
    border-radius: 20px;
    overflow: hidden;
}

    .funnel-track div {
        height: 100%;
        background: linear-gradient(90deg, #006490, #1ac7c2);
        border-radius: inherit;
    }

.admin-table {
    font-size: 0.82rem;
}

    .admin-table th {
        background: #f8fafc;
        color: #333;
        font-size: 0.78rem;
        padding: 0.8rem;
        white-space: nowrap;
    }

    .admin-table td {
        padding: 0.75rem 0.8rem;
        vertical-align: middle;
    }

.admin-alert-list {
    display: grid;
    gap: 0.75rem;
}

.admin-alert {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.75rem;
    align-items: center;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 0.75rem;
    box-shadow: 0 0 8px 3px #7a7a7a1c;
}

    .admin-alert i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff3dc;
        color: #ff8300;
    }

    .admin-alert.risk i {
        background: #ffedef;
        color: #ff5e63;
    }

    .admin-alert.info i {
        background: #e7fbfa;
        color: #1ac7c2;
    }

    .admin-alert h4 {
        margin: 0;
        font-size: 0.86rem;
        font-weight: 700;
        color: #111827;
    }

    .admin-alert p {
        margin: 0.15rem 0 0;
        font-size: 0.74rem;
        color: #666;
    }

    .admin-alert span {
        font-size: 0.7rem;
        font-weight: 700;
        color: #666;
    }

.admin-state-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

    .admin-state-grid div {
        border: 1px solid #eef0f4;
        border-radius: 14px;
        padding: 0.85rem;
        background: #fbfcfe;
    }

    .admin-state-grid p {
        margin: 0;
        color: #666;
        font-size: 0.76rem;
    }

    .admin-state-grid h4 {
        margin: 0.25rem 0;
        color: #006490;
        font-weight: 800;
        font-size: 1.45rem;
    }

    .admin-state-grid span {
        color: #777;
        font-size: 0.72rem;
    }

@media (max-width: 991px) {
    .admin-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-filter-box {
        min-width: 0;
        flex-wrap: wrap;
    }

        .admin-filter-box .form-select {
            flex: 1 1 180px;
        }
}

@media (max-width: 576px) {
    .admin-dashboard .row {
        --bs-gutter-x: 0.75rem;
    }

    .admin-kpi-card {
        min-height: 104px;
    }

    .admin-bar-chart {
        height: 210px;
        gap: 0.5rem;
    }

    .funnel-row {
        grid-template-columns: 82px 1fr 38px;
    }

    .admin-state-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   CSS CORRECTION / THEME PATCH
   Keep this block at the end of style.css.
   It fixes missing variables, repeated generic
   dashboard conflicts and admin responsiveness.
========================================= */

:root {
    --primary: #006490;
    --secondary: #bf2026;
    --success: #198754;
    --warning: #ffb703;
    --danger: #dc3545;
    --white: #ffffff;
    --black: #222222;
    --text: #666666;
    --light: #eef3f6;
    --bs-l: #ffffff;
    --bs-db: #006490;
    --bs-b: #006490;
    --bs-lb: #eef7fb;
    --bs-border: #e6e9ee;
    --bs-d: #333333;
}

body {
    font-family: "Noto Sans", "Karma", Arial, sans-serif;
    background: var(--light);
    color: var(--black);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

.sidebar {
    flex: 0 0 280px;
}

.profile-section .avatar-detail h4,
.profile-section .avatar-detail p {
    color: #333333;
}

.profile-section2 .avatar-detail h4,
.profile-section2 .avatar-detail p {
    color: #333333;
}

.avatar {
    border-radius: 14px;
}

    .avatar img {
        border-radius: 14px;
    }

.first button {
    border-radius: 5px;
}

    .first button:hover,
    .first button.active {
        background: #faeff0;
        color: #222222;
    }

.inner-ul li a:hover {
    background: #006490;
    color: #ffffff;
}

.main-content {
    min-width: 0;
}

.card {
    border-radius: 16px;
}

.basic-profile,
.quick-view-card,
.alerts-view-card,
.achievements-view-card,
.chartBox,
.card-pandding {
    min-width: 0;
}

    .basic-profile .header,
    .quick-view-card .header,
    .alerts-view-card .header,
    .achievements-view-card .header {
        position: absolute;
        width: 100%;
        top: 0;
    }

.content {
    position: relative;
}

.box-column h2 {
    color: #006490;
}

.card-icon-bg::before,
.sample-card::before {
    pointer-events: none;
    opacity: 0.65;
}

.layout-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.donut-chart {
    margin: 0 auto;
}

.pending-header .badge {
    align-self: center;
}

.table-responsive {
    overflow-x: auto;
}

.vs-top-navigation {
    background: #ffffff;
}

    .vs-top-navigation .nav-link.active,
    .vs-top-navigation .nav-link:hover {
        color: #bf2026 !important;
    }

    .vs-top-navigation .dropdown-menu {
        min-width: 220px;
    }

.footer-section ul {
    padding-left: 0;
}

.admin-dashboard {
    width: 100%;
    min-width: 0;
}

.admin-page-head,
.admin-panel,
.admin-kpi-card {
    border-radius: 5px;
}

    .admin-kpi-card .kpi-icon i {
        line-height: 1;
    }

.admin-filter-box {
    max-width: 100%;
}

.admin-table th,
.admin-table td {
    white-space: nowrap;
}

    .admin-table td:first-child {
        white-space: normal;
    }

.admin-alert {
    min-width: 0;
}

    .admin-alert h4,
    .admin-alert p {
        overflow-wrap: anywhere;
    }

@media (max-width: 1200px) {
    .admin-filter-box {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .flex-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        flex-basis: auto;
        overflow: visible;
    }

    .top-ul {
        padding: 10px;
    }

    .main-content {
        width: 100%;
        padding: 14px;
    }

    .vs-top-navigation .navbar-brand img.top-logo,
    .vs-top-navigation .navbar-brand img {
        height: 56px;
    }

    .admin-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-filter-box {
        flex-wrap: wrap;
    }

        .admin-filter-box .form-select {
            flex: 1 1 180px;
        }
}

@media (max-width: 768px) {
    .sidebar {
        display: block;
    }

    .profile-section {
        padding: 14px;
    }

    .content {
        width: calc(100% - 1rem);
        margin-top: 4rem;
    }

    .card-icon-bg::before,
    .sample-card::before {
        width: 220px;
        height: 130px;
    }

    table {
        min-width: 700px;
    }
}

@media (max-width: 576px) {
    .heading h2 {
        font-size: 26px;
    }

    .main-content {
        padding: 10px;
    }

    .content {
        padding: 14px;
        margin-bottom: 1rem;
    }

    .profile-section {
        gap: 10px;
    }

        .profile-section .avatar {
            width: 55px;
            height: 55px;
        }

    .admin-kpi-card {
        min-height: 104px;
    }

    .admin-alert {
        grid-template-columns: 38px 1fr;
    }

        .admin-alert span {
            grid-column: 2;
            justify-self: start;
        }
}


/* =========================================================
   MERGED ADMIN MASTER LAYOUT FIX
========================================================= */

/* =========================================================
   ADMIN MASTER LAYOUT FIX
   Load this AFTER bootstrap, adminstyle.css and dashboard css.
   It styles _AdminMaster.cshtml header, sidebar and layout.
========================================================= */

:root {
    --admin-primary: #006490;
    --admin-primary-dark: #00496a;
    --admin-red: #bf2026;
    --admin-page: #eef3f6;
    --admin-soft-red: #faeff0;
    --admin-text: #222222;
    --admin-muted: #666666;
    --admin-line: #e6e9ee;
    --admin-white: #ffffff;
    --admin-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    background: var(--admin-page);
    color: var(--admin-text);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

/* ================= TOP HEADER ================= */

.top-navigation {
    width: 100%;
    min-height: 104px;
    background: var(--admin-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 28px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 230px;
    color: inherit;
}

    .logo-area:hover {
        color: inherit;
    }

.logo-mark {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, #006490 0 40%, #24a1d8 40% 62%, #80c342 62% 84%, #ffffff 84% 100%);
    position: relative;
    flex: 0 0 auto;
}

    .logo-mark::after {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: var(--admin-white);
        left: 13px;
        top: 10px;
    }

.logo-text {
    font-size: 27px;
    color: #555555;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
}

    .main-nav a,
    .main-nav .nav-link {
        color: #2b2b2b;
        white-space: nowrap;
        padding: 8px 4px;
        line-height: 1.2;
    }

        .main-nav a:hover,
        .main-nav a.active,
        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            color: var(--admin-red) !important;
        }

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 175px;
    justify-content: flex-end;
}

.user-icon {
    width: 48px;
    height: 48px;
    border: 3px solid #000000;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}

    .user-icon::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border: 3px solid #000000;
        border-radius: 50%;
        top: 7px;
        left: 13px;
        background: var(--admin-white);
    }

    .user-icon::after {
        content: "";
        position: absolute;
        width: 27px;
        height: 15px;
        border: 3px solid #000000;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom: 0;
        left: 7px;
        bottom: 7px;
    }

.language {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

    .language a {
        color: #222222;
    }

        .language a.active,
        .language a:hover {
            color: var(--admin-primary);
        }

/* ================= PAGE LAYOUT ================= */

.layout {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - 104px);
    background: var(--admin-page);
}

.sidebar {
    width: 280px;
    flex: 0 0 280px;
    background: var(--admin-white);
    min-height: calc(100vh - 104px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 15px;
    position: sticky;
    top: 104px;
    align-self: flex-start;
    overflow-y: auto;
    z-index: 10;
}

.main-content {
    flex: 1;
    min-width: 0;
    padding: 20px;
    background: var(--admin-page);
}

/* ================= SIDEBAR PROFILE ================= */

.profile-section {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--admin-soft-red);
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 0;
}

    .profile-section .avatar,
    .avatar {
        width: 56px;
        height: 56px;
        border: 6px solid #ffffff;
        border-radius: 14px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        overflow: visible;
        background: #ffffff;
    }

.mini-user {
    width: 32px;
    height: 32px;
    border: 3px solid #000000;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

    .mini-user::after {
        content: "";
        position: absolute;
        width: 36px;
        height: 18px;
        border: 3px solid #000000;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom: 0;
        left: -5px;
        top: 21px;
    }

.profile-detail h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 800;
    color: #222222;
}

.profile-detail p {
    margin: 0;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}

/* ================= SIDEBAR MENU ================= */

.menu-group-title {
    color: #888888;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 10px 7px;
    letter-spacing: 0.06em;
}

.side-link {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 8px;
    color: #111111;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s ease;
    background: #ffffff;
}

    .side-link span {
        display: flex;
        align-items: center;
        gap: 11px;
        min-width: 0;
    }

    .side-link i {
        font-size: 14px;
    }

    .side-link:hover,
    .side-link.active {
        background: var(--admin-soft-red);
        color: #111111;
        transform: translateX(1px);
    }

    .side-link .fa-chevron-right {
        font-size: 11px;
        color: #111111;
    }

/* ================= FOOTER ================= */

.footer-section {
    margin-left: 280px;
}

.copyright-area p {
    margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
    .main-nav {
        gap: 13px;
        font-size: 13px;
    }

    .logo-area {
        min-width: 205px;
    }
}

@media (max-width: 991px) {
    .top-navigation {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: auto;
    }

    .main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .layout {
        display: block;
        min-height: auto;
    }

    .sidebar {
        position: relative;
        top: auto;
        width: 100%;
        min-height: auto;
        flex-basis: auto;
    }

    .main-content {
        width: 100%;
        padding: 14px;
    }

    .footer-section {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .top-navigation {
        padding: 12px 16px;
    }

    .logo-mark {
        width: 48px;
        height: 48px;
    }

    .logo-text {
        font-size: 22px;
    }

    .header-right {
        min-width: auto;
    }

    .language {
        font-size: 13px;
    }

    .main-content {
        padding: 10px;
    }
}


/* =========================================================
   MERGED ADMIN FOOTER ALIGNMENT FIX
========================================================= */

/* =========================================================
   ADMIN FOOTER ALIGNMENT FIX
   Add at the end of adminstyle-final.css
========================================================= */

body {
    background: #eef3f6;
}

.layout {
    align-items: stretch;
}

.sidebar {
    min-height: calc(100vh - 104px);
}

.main-content {
    padding-bottom: 24px;
}

.footer-section {
    width: calc(100% - 280px);
    margin-left: 280px;
    clear: both;
}

    .footer-section .container {
        max-width: 100%;
    }

.footer-content {
    padding-left: 24px;
    padding-right: 24px;
}

.copyright-area {
    width: 100%;
}

@media (max-width: 991px) {
    .footer-section {
        width: 100%;
        margin-left: 0;
    }

    .footer-content {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* =========================================================
   FINAL FULL-WIDTH FOOTER OVERRIDE
========================================================= */

/* =========================================================
   FINAL ADMIN FOOTER FULL-WIDTH FIX
   Put this at the VERY END of adminstyle-final.css.
   This makes footer align with whole page, not only content.
========================================================= */

.footer-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
}

    .footer-section .container,
    .footer-section .container-fluid {
        max-width: 100% !important;
        width: 100% !important;
    }

.footer-content {
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.copyright-area {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .footer-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}


/* =========================================================
   ADMIN MENU SUBMENU STYLES
========================================================= */

/* Admin menu/submenu styling */

.submenu-list {
    margin: -2px 0 8px 28px;
    padding-left: 0;
}

    .submenu-list a {
        display: block;
        padding: 9px 12px;
        margin-bottom: 6px;
        background: #f8f9fc;
        color: #555555;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        transition: all 0.25s ease;
    }

        .submenu-list a:hover,
        .submenu-list a.active {
            background: #006490;
            color: #ffffff;
            padding-left: 10px;
        }

.side-link[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg);
}

.side-link .fa-chevron-right {
    transition: transform 0.25s ease;
}


/* Organization list page */

.admin-list-page {
    width: 100%;
}

.list-title-band {
    background: #ffffff;
    margin: 0;
    font-size: 1.45rem;
    color: #006490;
    font-weight: 700;
    border-radius: 1px;
    padding: 18px 20px;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}






    .list-title-band h2 {
        margin: 0;
        color: #006490;
        font-size: 24px;
        font-weight: 800;
    }

    .list-title-band p {
        margin: 0.25rem 0 0;
        color: #666;
        font-size: 0.875rem;
    }

.add-top-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    padding: 8px 16px;
}

.list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.entries-box {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-size: 16px;
}

    .entries-box .form-select {
        width: 75px;
        min-height: 38px;
    }

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111;
    font-size: 16px;
}

    .search-box .form-control {
        width: 240px;
        min-height: 38px;
    }

.org-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .org-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .org-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.org-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.org-list-table small {
    color: #333333;
    font-size: 13px;
}

.org-list-table hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.info-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.btn-view-detail {
    background: #006490;
    color: #ffffff;
    border-radius: 7px;
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    font-weight: 800;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

@media (max-width: 768px) {
    .list-title-band,
    .list-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .search-box {
        justify-content: space-between;
    }

        .search-box .form-control {
            width: 100%;
        }
}



/* Attractive organization registration form */

.org-form-page {
    width: 100%;
}

.org-form-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 22px 24px;
    background: #ffffff;
    color: #006490;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
}

.page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
}

.org-form-hero h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.org-form-hero p {
    margin: 6px 0 0;
    opacity: 0.95;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.org-form-card,
.org-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.org-form-card {
    padding: 20px;
}

.form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.block-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
    flex: 0 0 auto;
}

    .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.org-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .org-form-page .form-label span {
        color: #bf2026;
    }

.org-form-page .form-control,
.org-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.org-form-page textarea.form-control {
    min-height: 96px;
}

.org-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.org-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .org-form-actions .btn,
    .hero-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.org-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.doc-check-list {
    display: grid;
    gap: 10px;
}

    .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

    .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .org-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions {
        justify-content: flex-start;
    }

    .org-form-card,
    .form-block,
    .org-side-panel {
        padding: 14px;
    }

    .org-form-actions {
        flex-direction: column;
    }
}




/* =========================================================
   STATE PERFORMANCE CARD ONLY
   Paste this at the bottom of your main CSS file.
   It is scoped to .state-performance-card and will not change other styles.
========================================================= */

.state-performance-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 16px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    padding: 18px 20px;
    overflow: hidden;
}

    .state-performance-card .state-performance-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 18px;
    }

        .state-performance-card .state-performance-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
            line-height: 1.2;
        }

        .state-performance-card .state-performance-head p {
            margin: 5px 0 0;
            color: #566276;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.45;
        }

    .state-performance-card .state-live-badge {
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 13px;
        border-radius: 30px;
        background: #e8f2ff;
        border: 1px solid #c6d7ff;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

    .state-performance-card .state-performance-body {
        display: grid;
        grid-template-columns: minmax(320px, 0.9fr) minmax(430px, 1.1fr);
        gap: 18px;
        align-items: stretch;
    }

    .state-performance-card .state-chart-card {
        min-height: 300px;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .state-performance-card .state-bars {
        width: 100%;
        height: 300px;
        display: grid;
        grid-template-columns: repeat(5, minmax(50px, 1fr));
        align-items: end;
        gap: 14px;
        padding: 8px 4px 0;
        border-bottom: 1px solid #d7dde7;
    }

    .state-performance-card .state-bar-item {
        height: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }

    .state-performance-card .state-bar {
        display: block;
        width: 42px;
        min-height: 14px;
        margin: 0 auto 10px;
        border-radius: 9px 9px 0 0;
        background: #006490;
        box-shadow: 0 6px 12px rgba(0, 100, 144, 0.18);
    }

        .state-performance-card .state-bar.state-purple {
            background: #6e40aa;
            box-shadow: 0 6px 12px rgba(110, 64, 170, 0.18);
        }

        .state-performance-card .state-bar.state-green {
            background: #2fb36d;
            box-shadow: 0 6px 12px rgba(47, 179, 109, 0.18);
        }

        .state-performance-card .state-bar.state-orange {
            background: #ff8300;
            box-shadow: 0 6px 12px rgba(255, 131, 0, 0.18);
        }

        .state-performance-card .state-bar.state-red {
            background: #ff5e63;
            box-shadow: 0 6px 12px rgba(255, 94, 99, 0.18);
        }

    .state-performance-card .state-bar-label {
        min-height: 44px;
        color: #4b5563;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
    }

        .state-performance-card .state-bar-label strong {
            display: block;
            margin-top: 4px;
            color: #111827;
            font-size: 14px;
            font-weight: 900;
        }

    .state-performance-card .state-summary-list {
        display: grid;
        gap: 12px;
    }

    .state-performance-card .state-summary-card {
        background: #fbfcfe;
        border: 1px solid #e7ebf0;
        border-radius: 14px;
        padding: 14px;
        box-shadow: none;
    }

        .state-performance-card .state-summary-card.total {
            background: #f3f9fc;
            border-color: #cfe7f2;
        }

    .state-performance-card .state-summary-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

        .state-performance-card .state-summary-title h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.25;
        }

        .state-performance-card .state-summary-title span {
            color: #006490;
            font-size: 13px;
            font-weight: 900;
            white-space: nowrap;
        }

    .state-performance-card .state-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .state-performance-card .state-summary-grid div {
            min-height: 64px;
            padding: 10px;
            border-radius: 10px;
            background: #ffffff;
            border: 1px solid #edf0f4;
        }

        .state-performance-card .state-summary-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
            line-height: 1.2;
        }

        .state-performance-card .state-summary-grid strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.15;
        }

@media (max-width: 1400px) {
    .state-performance-card .state-performance-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .state-performance-card {
        padding: 14px;
    }

        .state-performance-card .state-performance-head {
            flex-direction: column;
        }

        .state-performance-card .state-bars {
            height: 236px;
            gap: 8px;
        }

        .state-performance-card .state-bar {
            width: 34px;
        }

        .state-performance-card .state-summary-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}


/* =========================================================
   CENTRE LIST + CENTRE REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-list-page and .centre-form-page only.
========================================================= */

.centre-list-page,
.centre-form-page {
    width: 100%;
}

    .centre-list-page .list-title-band,
    .centre-form-page .centre-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .centre-list-page .list-title-band h2,
        .centre-form-page .centre-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .centre-list-page .list-title-band p,
        .centre-form-page .centre-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .centre-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-list-page .add-top-btn,
        .centre-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .centre-list-page .entries-box,
    .centre-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .centre-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .centre-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.centre-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .centre-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-list-page .centre-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.centre-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.centre-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.centre-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .centre-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .centre-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .centre-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.centre-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.centre-list-page .centre-capacity {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .centre-list-page .centre-capacity span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-list-page .centre-capacity strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .centre-list-page .centre-capacity small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.centre-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .centre-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.centre-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .centre-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.centre-form-page .centre-form-card,
.centre-form-page .centre-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-form-page .centre-form-card {
    padding: 20px;
}

.centre-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-form-page .form-label span {
        color: #bf2026;
    }

.centre-form-page .form-control,
.centre-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-form-page textarea.form-control {
    min-height: 96px;
}

.centre-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-form-page .facility-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-form-page .facility-check-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .centre-form-page .facility-check-grid input,
    .centre-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.centre-form-page .centre-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-form-page .centre-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-form-page .centre-side-panel {
    padding: 18px;
}

.centre-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .centre-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .centre-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.centre-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .centre-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.centre-form-page .progress-steps,
.centre-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .centre-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .centre-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .centre-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .centre-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .centre-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

.centre-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .centre-form-page .facility-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-list-page .list-title-band,
    .centre-list-page .list-toolbar,
    .centre-form-page .centre-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-list-page .search-box {
        justify-content: space-between;
    }

        .centre-list-page .search-box .form-control {
            width: 100%;
        }

    .centre-form-page .hero-actions {
        justify-content: flex-start;
    }

    .centre-form-page .centre-form-card,
    .centre-form-page .form-block,
    .centre-form-page .centre-side-panel {
        padding: 14px;
    }

    .centre-form-page .centre-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .centre-list-page .centre-capacity,
    .centre-form-page .facility-check-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PROJECT LIST + PROJECT REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .project-list-page and .project-form-page only.
========================================================= */

.project-list-page,
.project-form-page {
    width: 100%;
}

    .project-list-page .list-title-band,
    .project-form-page .project-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .project-list-page .list-title-band h2,
        .project-form-page .project-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .project-list-page .list-title-band p,
        .project-form-page .project-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .project-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .project-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .project-list-page .add-top-btn,
        .project-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .project-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .project-list-page .entries-box,
    .project-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .project-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .project-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.project-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .project-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .project-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.project-list-page .project-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.project-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.project-list-page small {
    color: #333333;
    font-size: 13px;
}

.project-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.project-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.project-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .project-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .project-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .project-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .project-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .project-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.project-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.project-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.project-list-page .project-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .project-list-page .project-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .project-list-page .project-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .project-list-page .project-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.project-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .project-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .project-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.project-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .project-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.project-form-page .project-form-card,
.project-form-page .project-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.project-form-page .project-form-card {
    padding: 20px;
}

.project-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.project-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.project-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .project-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .project-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.project-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.project-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.project-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .project-form-page .form-label span {
        color: #bf2026;
    }

.project-form-page .form-control,
.project-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.project-form-page textarea.form-control {
    min-height: 96px;
}

.project-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.project-form-page .project-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .project-form-page .project-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.project-form-page .project-side-panel {
    padding: 18px;
}

.project-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .project-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .project-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.project-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .project-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.project-form-page .progress-steps,
.project-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .project-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .project-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .project-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .project-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .project-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        color: #333333;
        font-weight: 700;
    }

    .project-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.project-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .project-list-page .list-title-band,
    .project-list-page .list-toolbar,
    .project-form-page .project-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .project-list-page .search-box {
        justify-content: space-between;
    }

        .project-list-page .search-box .form-control {
            width: 100%;
        }

    .project-form-page .hero-actions {
        justify-content: flex-start;
    }

    .project-form-page .project-form-card,
    .project-form-page .form-block,
    .project-form-page .project-side-panel {
        padding: 14px;
    }

    .project-form-page .project-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .project-list-page .project-metrics {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PMS WORK ORDER LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .workorder-list-page and .workorder-form-page only.
========================================================= */

.workorder-list-page,
.workorder-form-page {
    width: 100%;
}

    .workorder-list-page .list-title-band,
    .workorder-form-page .workorder-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .workorder-list-page .list-title-band h2,
        .workorder-form-page .workorder-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .workorder-list-page .list-title-band p,
        .workorder-form-page .workorder-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .workorder-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .workorder-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .workorder-list-page .add-top-btn,
        .workorder-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .workorder-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .workorder-list-page .entries-box,
    .workorder-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .workorder-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .workorder-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.workorder-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .workorder-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .workorder-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.workorder-list-page .workorder-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.workorder-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.workorder-list-page small {
    color: #333333;
    font-size: 13px;
}

.workorder-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.workorder-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.workorder-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .workorder-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .workorder-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .workorder-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .workorder-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .workorder-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.workorder-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.workorder-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.workorder-list-page .workorder-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .workorder-list-page .workorder-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .workorder-list-page .workorder-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .workorder-list-page .workorder-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.workorder-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .workorder-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .workorder-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.workorder-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .workorder-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.workorder-form-page .workorder-form-card,
.workorder-form-page .workorder-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.workorder-form-page .workorder-form-card {
    padding: 20px;
}

.workorder-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.workorder-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.workorder-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .workorder-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .workorder-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.workorder-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.workorder-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.workorder-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .workorder-form-page .form-label span {
        color: #bf2026;
    }

.workorder-form-page .form-control,
.workorder-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.workorder-form-page textarea.form-control {
    min-height: 96px;
}

.workorder-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.workorder-form-page .workorder-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .workorder-form-page .workorder-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.workorder-form-page .workorder-side-panel {
    padding: 18px;
}

.workorder-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .workorder-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .workorder-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.workorder-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .workorder-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.workorder-form-page .progress-steps,
.workorder-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .workorder-form-page .progress-steps div,
    .workorder-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .workorder-form-page .progress-steps div {
        background: #f8fafc;
    }

    .workorder-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .workorder-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .workorder-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .workorder-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .workorder-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.workorder-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .workorder-list-page .list-title-band,
    .workorder-list-page .list-toolbar,
    .workorder-form-page .workorder-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .workorder-list-page .search-box {
        justify-content: space-between;
    }

        .workorder-list-page .search-box .form-control {
            width: 100%;
        }

    .workorder-form-page .hero-actions {
        justify-content: flex-start;
    }

    .workorder-form-page .workorder-form-card,
    .workorder-form-page .form-block,
    .workorder-form-page .workorder-side-panel {
        padding: 14px;
    }

    .workorder-form-page .workorder-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .workorder-list-page .workorder-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   FACULTY / SECTOR MASTER
   Paste this at the bottom of your main CSS file.
   Scoped to .faculty-sector-page only.
========================================================= */

.faculty-sector-page {
    width: 100%;
}

    .faculty-sector-page .master-title-band {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .faculty-sector-page .master-title-band h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .faculty-sector-page .master-title-band p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .faculty-sector-page .add-top-btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        padding: 8px 16px;
        font-weight: 800;
        white-space: nowrap;
    }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card {
        padding: 20px;
    }

    .faculty-sector-page .form-block {
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 14px;
        margin-bottom: 18px;
        background: #ffffff;
    }

    .faculty-sector-page .block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

    .faculty-sector-page .block-icon {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-radius: 14px;
        background: #e9f6fb;
        color: #006490;
        font-size: 18px;
    }

    .faculty-sector-page .block-head h3 {
        margin: 0;
        color: #006490;
        font-size: 19px;
        font-weight: 800;
    }

    .faculty-sector-page .block-head p {
        margin: 3px 0 0;
        color: #666666;
        font-size: 13px;
    }

    .faculty-sector-page .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px;
    }

        .faculty-sector-page .form-label span {
            color: #bf2026;
        }

    .faculty-sector-page .form-control,
    .faculty-sector-page .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .faculty-sector-page textarea.form-control {
        min-height: 96px;
    }

    .faculty-sector-page .input-group-text {
        min-width: 64px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 700;
    }

    .faculty-sector-page .master-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

        .faculty-sector-page .master-form-actions .btn {
            min-height: 40px;
            border-radius: 8px;
            font-weight: 800;
        }

    .faculty-sector-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .faculty-sector-page .entries-box,
    .faculty-sector-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .faculty-sector-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .faculty-sector-page .search-box .form-control {
            width: 220px;
            min-height: 38px;
        }

    .faculty-sector-page .faculty-sector-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
    }

        .faculty-sector-page .faculty-sector-table th {
            background: #ffffff;
            color: #3a3a3a;
            font-size: 15px;
            font-weight: 800;
            text-align: center;
            padding: 12px 14px;
            border: 1px solid #dce3ea;
        }

        .faculty-sector-page .faculty-sector-table td {
            vertical-align: top;
            padding: 14px;
            border: 1px solid #dce3ea;
            border-bottom: 2px solid #ffb3b3;
        }

    .faculty-sector-page .sector-name {
        color: #697586;
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .faculty-sector-page small {
        color: #333333;
        font-size: 13px;
    }

    .faculty-sector-page .tag-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 8px;
    }

    .faculty-sector-page .tag {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 800;
    }

        .faculty-sector-page .tag.purple {
            background: #dec5ff;
            color: #5d16ff;
        }

        .faculty-sector-page .tag.peach {
            background: #ffe3cc;
            color: #d26500;
        }

    .faculty-sector-page .sector-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

        .faculty-sector-page .sector-metrics span {
            min-height: 62px;
            display: grid;
            place-items: center;
            padding: 8px;
            border: 1px solid #edf0f4;
            border-radius: 8px;
            background: #fbfcfe;
            text-align: center;
        }

        .faculty-sector-page .sector-metrics strong {
            color: #006490;
            font-size: 20px;
            font-weight: 900;
            line-height: 1;
        }

        .faculty-sector-page .sector-metrics small {
            color: #697586;
            font-size: 11px;
            font-weight: 800;
        }

    .faculty-sector-page .status-pill {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 14px;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 800;
    }

        .faculty-sector-page .status-pill.success {
            background: #168b56;
            color: #ffffff;
        }

        .faculty-sector-page .status-pill.warning {
            background: #fff4df;
            color: #b56b00;
        }

    .faculty-sector-page .order-text {
        margin-top: 8px;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .faculty-sector-page .btn-edit-master,
    .faculty-sector-page .btn-view-master {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        margin: 0 2px;
        color: #ffffff;
        font-weight: 800;
    }

    .faculty-sector-page .btn-edit-master {
        background: #006490;
    }

    .faculty-sector-page .btn-view-master {
        background: #168b56;
    }

        .faculty-sector-page .btn-edit-master:hover,
        .faculty-sector-page .btn-view-master:hover {
            opacity: 0.9;
            color: #ffffff;
        }

@media (max-width: 768px) {
    .faculty-sector-page .master-title-band,
    .faculty-sector-page .list-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .faculty-sector-page .search-box {
        justify-content: space-between;
    }

        .faculty-sector-page .search-box .form-control {
            width: 100%;
        }

    .faculty-sector-page .faculty-sector-form-card,
    .faculty-sector-page .faculty-sector-list-card,
    .faculty-sector-page .form-block {
        padding: 14px;
    }

    .faculty-sector-page .master-form-actions {
        flex-direction: column;
    }
}


/* =========================================================
   ORGANIZATION BRANCH LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .org-branch-list-page and .org-branch-form-page only.
========================================================= */

.org-branch-list-page,
.org-branch-form-page {
    width: 100%;
}

    .org-branch-list-page .list-title-band,
    .org-branch-form-page .org-branch-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .org-branch-list-page .list-title-band h2,
        .org-branch-form-page .org-branch-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .org-branch-list-page .list-title-band p,
        .org-branch-form-page .org-branch-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .org-branch-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .org-branch-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .org-branch-list-page .add-top-btn,
        .org-branch-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .org-branch-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .org-branch-list-page .entries-box,
    .org-branch-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .org-branch-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .org-branch-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.org-branch-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .org-branch-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .org-branch-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.org-branch-list-page .branch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.org-branch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.org-branch-list-page small {
    color: #333333;
    font-size: 13px;
}

.org-branch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.org-branch-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.org-branch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .org-branch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .org-branch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .org-branch-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .org-branch-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

    .org-branch-list-page .tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.org-branch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.org-branch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.org-branch-list-page .branch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .org-branch-list-page .branch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .org-branch-list-page .branch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .org-branch-list-page .branch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.org-branch-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .org-branch-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .org-branch-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.org-branch-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .org-branch-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.org-branch-form-page .org-branch-form-card,
.org-branch-form-page .org-branch-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.org-branch-form-page .org-branch-form-card {
    padding: 20px;
}

.org-branch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.org-branch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.org-branch-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .org-branch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .org-branch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.org-branch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.org-branch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.org-branch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .org-branch-form-page .form-label span {
        color: #bf2026;
    }

.org-branch-form-page .form-control,
.org-branch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.org-branch-form-page textarea.form-control {
    min-height: 96px;
}

.org-branch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.org-branch-form-page .org-branch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .org-branch-form-page .org-branch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.org-branch-form-page .org-branch-side-panel {
    padding: 18px;
}

.org-branch-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .org-branch-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .org-branch-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.org-branch-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .org-branch-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.org-branch-form-page .progress-steps,
.org-branch-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .org-branch-form-page .progress-steps div,
    .org-branch-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .org-branch-form-page .progress-steps div {
        background: #f8fafc;
    }

    .org-branch-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .org-branch-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .org-branch-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .org-branch-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .org-branch-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.org-branch-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .org-branch-list-page .list-title-band,
    .org-branch-list-page .list-toolbar,
    .org-branch-form-page .org-branch-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .org-branch-list-page .search-box {
        justify-content: space-between;
    }

        .org-branch-list-page .search-box .form-control {
            width: 100%;
        }

    .org-branch-form-page .hero-actions {
        justify-content: flex-start;
    }

    .org-branch-form-page .org-branch-form-card,
    .org-branch-form-page .form-block,
    .org-branch-form-page .org-branch-side-panel {
        padding: 14px;
    }

    .org-branch-form-page .org-branch-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .org-branch-list-page .branch-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME BATCH TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .prog-batch-target-list-page and .prog-batch-target-form-page only.
========================================================= */

.prog-batch-target-list-page,
.prog-batch-target-form-page {
    width: 100%;
}

    .prog-batch-target-list-page .list-title-band,
    .prog-batch-target-form-page .prog-batch-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .prog-batch-target-list-page .list-title-band h2,
        .prog-batch-target-form-page .prog-batch-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .prog-batch-target-list-page .list-title-band p,
        .prog-batch-target-form-page .prog-batch-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .prog-batch-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .prog-batch-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .prog-batch-target-list-page .add-top-btn,
        .prog-batch-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .prog-batch-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .prog-batch-target-list-page .entries-box,
    .prog-batch-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .prog-batch-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .prog-batch-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.prog-batch-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .prog-batch-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .prog-batch-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.prog-batch-target-list-page .target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.prog-batch-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.prog-batch-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.prog-batch-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.prog-batch-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.prog-batch-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-batch-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .prog-batch-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .prog-batch-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .prog-batch-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.prog-batch-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.prog-batch-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.prog-batch-target-list-page .target-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .prog-batch-target-list-page .target-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .prog-batch-target-list-page .target-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .prog-batch-target-list-page .target-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.prog-batch-target-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-batch-target-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .prog-batch-target-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.prog-batch-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .prog-batch-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.prog-batch-target-form-page .prog-batch-target-form-card,
.prog-batch-target-form-page .prog-batch-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.prog-batch-target-form-page .prog-batch-target-form-card {
    padding: 20px;
}

.prog-batch-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.prog-batch-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.prog-batch-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .prog-batch-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .prog-batch-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.prog-batch-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.prog-batch-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.prog-batch-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .prog-batch-target-form-page .form-label span {
        color: #bf2026;
    }

.prog-batch-target-form-page .form-control,
.prog-batch-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.prog-batch-target-form-page textarea.form-control {
    min-height: 96px;
}

.prog-batch-target-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.prog-batch-target-form-page .prog-batch-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .prog-batch-target-form-page .prog-batch-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.prog-batch-target-form-page .prog-batch-target-side-panel {
    padding: 18px;
}

.prog-batch-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .prog-batch-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .prog-batch-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.prog-batch-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .prog-batch-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.prog-batch-target-form-page .progress-steps,
.prog-batch-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .prog-batch-target-form-page .progress-steps div,
    .prog-batch-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .prog-batch-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .prog-batch-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .prog-batch-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .prog-batch-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .prog-batch-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .prog-batch-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.prog-batch-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .prog-batch-target-list-page .list-title-band,
    .prog-batch-target-list-page .list-toolbar,
    .prog-batch-target-form-page .prog-batch-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .prog-batch-target-list-page .search-box {
        justify-content: space-between;
    }

        .prog-batch-target-list-page .search-box .form-control {
            width: 100%;
        }

    .prog-batch-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .prog-batch-target-form-page .prog-batch-target-form-card,
    .prog-batch-target-form-page .form-block,
    .prog-batch-target-form-page .prog-batch-target-side-panel {
        padding: 14px;
    }

    .prog-batch-target-form-page .prog-batch-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .prog-batch-target-list-page .target-metrics {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PROGRAMME BATCH LOCATION TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .prog-location-target-list-page and .prog-location-target-form-page only.
========================================================= */

.prog-location-target-list-page,
.prog-location-target-form-page {
    width: 100%;
}

    .prog-location-target-list-page .list-title-band,
    .prog-location-target-form-page .prog-location-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .prog-location-target-list-page .list-title-band h2,
        .prog-location-target-form-page .prog-location-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .prog-location-target-list-page .list-title-band p,
        .prog-location-target-form-page .prog-location-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .prog-location-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .prog-location-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .prog-location-target-list-page .add-top-btn,
        .prog-location-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .prog-location-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .prog-location-target-list-page .entries-box,
    .prog-location-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .prog-location-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .prog-location-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.prog-location-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .prog-location-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .prog-location-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.prog-location-target-list-page .location-target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.prog-location-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.prog-location-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.prog-location-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.prog-location-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.prog-location-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .prog-location-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .prog-location-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .prog-location-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .prog-location-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.prog-location-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.prog-location-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.prog-location-target-list-page .location-target-metrics,
.prog-location-target-form-page .location-target-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.prog-location-target-form-page .location-target-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .prog-location-target-list-page .location-target-metrics span,
    .prog-location-target-form-page .location-target-summary div {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .prog-location-target-list-page .location-target-metrics strong,
    .prog-location-target-form-page .location-target-summary strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .prog-location-target-list-page .location-target-metrics small,
    .prog-location-target-form-page .location-target-summary small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.prog-location-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .prog-location-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.prog-location-target-form-page .prog-location-target-form-card,
.prog-location-target-form-page .prog-location-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.prog-location-target-form-page .prog-location-target-form-card {
    padding: 20px;
}

.prog-location-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.prog-location-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.prog-location-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .prog-location-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .prog-location-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.prog-location-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.prog-location-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.prog-location-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .prog-location-target-form-page .form-label span {
        color: #bf2026;
    }

.prog-location-target-form-page .form-control,
.prog-location-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.prog-location-target-form-page textarea.form-control {
    min-height: 96px;
}

.prog-location-target-form-page .prog-location-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .prog-location-target-form-page .prog-location-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.prog-location-target-form-page .prog-location-target-side-panel {
    padding: 18px;
}

.prog-location-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .prog-location-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .prog-location-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.prog-location-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .prog-location-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.prog-location-target-form-page .progress-steps,
.prog-location-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .prog-location-target-form-page .progress-steps div,
    .prog-location-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .prog-location-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .prog-location-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .prog-location-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .prog-location-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .prog-location-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .prog-location-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.prog-location-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .prog-location-target-list-page .list-title-band,
    .prog-location-target-list-page .list-toolbar,
    .prog-location-target-form-page .prog-location-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .prog-location-target-list-page .search-box {
        justify-content: space-between;
    }

        .prog-location-target-list-page .search-box .form-control {
            width: 100%;
        }

    .prog-location-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .prog-location-target-form-page .prog-location-target-form-card,
    .prog-location-target-form-page .form-block,
    .prog-location-target-form-page .prog-location-target-side-panel {
        padding: 14px;
    }

    .prog-location-target-form-page .prog-location-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .prog-location-target-list-page .location-target-metrics,
    .prog-location-target-form-page .location-target-summary {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   SERVICE HUB TARGET LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .service-hub-target-list-page and .service-hub-target-form-page only.
========================================================= */

.service-hub-target-list-page,
.service-hub-target-form-page {
    width: 100%;
}

    .service-hub-target-list-page .list-title-band,
    .service-hub-target-form-page .service-hub-target-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .service-hub-target-list-page .list-title-band h2,
        .service-hub-target-form-page .service-hub-target-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .service-hub-target-list-page .list-title-band p,
        .service-hub-target-form-page .service-hub-target-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .service-hub-target-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .service-hub-target-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .service-hub-target-list-page .add-top-btn,
        .service-hub-target-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .service-hub-target-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .service-hub-target-list-page .entries-box,
    .service-hub-target-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .service-hub-target-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .service-hub-target-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.service-hub-target-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .service-hub-target-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .service-hub-target-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.service-hub-target-list-page .service-target-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.service-hub-target-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.service-hub-target-list-page small {
    color: #333333;
    font-size: 13px;
}

.service-hub-target-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.service-hub-target-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.service-hub-target-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .service-hub-target-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .service-hub-target-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .service-hub-target-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .service-hub-target-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.service-hub-target-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.service-hub-target-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.service-hub-target-list-page .service-target-metrics,
.service-hub-target-form-page .service-target-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.service-hub-target-form-page .service-target-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .service-hub-target-list-page .service-target-metrics span,
    .service-hub-target-form-page .service-target-summary div {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .service-hub-target-list-page .service-target-metrics strong,
    .service-hub-target-form-page .service-target-summary strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .service-hub-target-list-page .service-target-metrics small,
    .service-hub-target-form-page .service-target-summary small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.service-hub-target-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .service-hub-target-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.service-hub-target-form-page .service-hub-target-form-card,
.service-hub-target-form-page .service-hub-target-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.service-hub-target-form-page .service-hub-target-form-card {
    padding: 20px;
}

.service-hub-target-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.service-hub-target-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.service-hub-target-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .service-hub-target-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .service-hub-target-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.service-hub-target-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.service-hub-target-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.service-hub-target-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .service-hub-target-form-page .form-label span {
        color: #bf2026;
    }

.service-hub-target-form-page .form-control,
.service-hub-target-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.service-hub-target-form-page textarea.form-control {
    min-height: 96px;
}

.service-hub-target-form-page .service-hub-target-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .service-hub-target-form-page .service-hub-target-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.service-hub-target-form-page .service-hub-target-side-panel {
    padding: 18px;
}

.service-hub-target-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .service-hub-target-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .service-hub-target-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.service-hub-target-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .service-hub-target-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.service-hub-target-form-page .progress-steps,
.service-hub-target-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .service-hub-target-form-page .progress-steps div,
    .service-hub-target-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .service-hub-target-form-page .progress-steps div {
        background: #f8fafc;
    }

    .service-hub-target-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .service-hub-target-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .service-hub-target-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .service-hub-target-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .service-hub-target-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.service-hub-target-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .service-hub-target-list-page .list-title-band,
    .service-hub-target-list-page .list-toolbar,
    .service-hub-target-form-page .service-hub-target-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .service-hub-target-list-page .search-box {
        justify-content: space-between;
    }

        .service-hub-target-list-page .search-box .form-control {
            width: 100%;
        }

    .service-hub-target-form-page .hero-actions {
        justify-content: flex-start;
    }

    .service-hub-target-form-page .service-hub-target-form-card,
    .service-hub-target-form-page .form-block,
    .service-hub-target-form-page .service-hub-target-side-panel {
        padding: 14px;
    }

    .service-hub-target-form-page .service-hub-target-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .service-hub-target-list-page .service-target-metrics,
    .service-hub-target-form-page .service-target-summary {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .programme-list-page and .programme-form-page only.
========================================================= */

.programme-list-page,
.programme-form-page {
    width: 100%;
}

    .programme-list-page .list-title-band,
    .programme-form-page .programme-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .programme-list-page .list-title-band h2,
        .programme-form-page .programme-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .programme-list-page .list-title-band p,
        .programme-form-page .programme-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .programme-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .programme-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .programme-list-page .add-top-btn,
        .programme-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .programme-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .programme-list-page .entries-box,
    .programme-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .programme-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .programme-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.programme-list-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .programme-list-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .programme-list-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.programme-list-page .programme-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.programme-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.programme-list-page small {
    color: #333333;
    font-size: 13px;
}

.programme-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.programme-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.programme-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .programme-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.programme-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.programme-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.programme-list-page .programme-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .programme-list-page .programme-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .programme-list-page .programme-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .programme-list-page .programme-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.programme-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .programme-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.programme-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.programme-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .programme-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.programme-form-page .programme-form-card,
.programme-form-page .programme-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-form-page .programme-form-card {
    padding: 20px;
}

.programme-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.programme-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.programme-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .programme-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .programme-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.programme-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.programme-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.programme-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .programme-form-page .form-label span {
        color: #bf2026;
    }

.programme-form-page .form-control,
.programme-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.programme-form-page textarea.form-control {
    min-height: 96px;
}

.programme-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.programme-form-page .programme-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .programme-form-page .programme-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-form-page .programme-side-panel {
    padding: 18px;
}

.programme-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .programme-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .programme-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.programme-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .programme-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.programme-form-page .progress-steps,
.programme-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .programme-form-page .progress-steps div,
    .programme-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .programme-form-page .progress-steps div {
        background: #f8fafc;
    }

    .programme-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .programme-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .programme-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .programme-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .programme-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.programme-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .programme-list-page .list-title-band,
    .programme-list-page .list-toolbar,
    .programme-form-page .programme-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-list-page .search-box {
        justify-content: space-between;
    }

        .programme-list-page .search-box .form-control {
            width: 100%;
        }

    .programme-form-page .hero-actions {
        justify-content: flex-start;
    }

    .programme-form-page .programme-form-card,
    .programme-form-page .form-block,
    .programme-form-page .programme-side-panel {
        padding: 14px;
    }

    .programme-form-page .programme-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .programme-list-page .programme-metrics {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   SUBJECT EXAM STRUCTURE LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .subject-exam-list-page and .subject-exam-form-page only.
========================================================= */

.subject-exam-list-page,
.subject-exam-form-page {
    width: 100%;
}

    .subject-exam-list-page .list-title-band,
    .subject-exam-form-page .subject-exam-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .subject-exam-list-page .list-title-band h2,
        .subject-exam-form-page .subject-exam-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .subject-exam-list-page .list-title-band p,
        .subject-exam-form-page .subject-exam-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .subject-exam-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .subject-exam-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .subject-exam-list-page .add-top-btn,
        .subject-exam-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .subject-exam-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .subject-exam-list-page .entries-box,
    .subject-exam-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .subject-exam-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .subject-exam-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.subject-exam-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .subject-exam-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .subject-exam-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.subject-exam-list-page .subject-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.subject-exam-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.subject-exam-list-page small {
    color: #333333;
    font-size: 13px;
}

.subject-exam-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.subject-exam-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.subject-exam-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .subject-exam-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .subject-exam-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .subject-exam-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .subject-exam-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.subject-exam-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.subject-exam-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.subject-exam-list-page .exam-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .subject-exam-list-page .exam-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .subject-exam-list-page .exam-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .subject-exam-list-page .exam-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.subject-exam-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .subject-exam-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .subject-exam-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.subject-exam-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.subject-exam-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .subject-exam-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.subject-exam-form-page .subject-exam-form-card,
.subject-exam-form-page .subject-exam-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.subject-exam-form-page .subject-exam-form-card {
    padding: 20px;
}

.subject-exam-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.subject-exam-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.subject-exam-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .subject-exam-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .subject-exam-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.subject-exam-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.subject-exam-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.subject-exam-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .subject-exam-form-page .form-label span {
        color: #bf2026;
    }

.subject-exam-form-page .form-control,
.subject-exam-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.subject-exam-form-page textarea.form-control {
    min-height: 96px;
}

.subject-exam-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.subject-exam-form-page .subject-exam-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .subject-exam-form-page .subject-exam-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.subject-exam-form-page .subject-exam-side-panel {
    padding: 18px;
}

.subject-exam-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .subject-exam-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .subject-exam-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.subject-exam-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .subject-exam-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.subject-exam-form-page .progress-steps,
.subject-exam-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .subject-exam-form-page .progress-steps div,
    .subject-exam-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .subject-exam-form-page .progress-steps div {
        background: #f8fafc;
    }

    .subject-exam-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .subject-exam-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .subject-exam-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .subject-exam-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .subject-exam-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.subject-exam-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .subject-exam-list-page .list-title-band,
    .subject-exam-list-page .list-toolbar,
    .subject-exam-form-page .subject-exam-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .subject-exam-list-page .search-box {
        justify-content: space-between;
    }

        .subject-exam-list-page .search-box .form-control {
            width: 100%;
        }

    .subject-exam-form-page .hero-actions {
        justify-content: flex-start;
    }

    .subject-exam-form-page .subject-exam-form-card,
    .subject-exam-form-page .form-block,
    .subject-exam-form-page .subject-exam-side-panel {
        padding: 14px;
    }

    .subject-exam-form-page .subject-exam-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .subject-exam-list-page .exam-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PROGRAMME SCHEME LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .programme-scheme-list-page and .programme-scheme-form-page only.
========================================================= */

.programme-scheme-list-page,
.programme-scheme-form-page {
    width: 100%;
}

    .programme-scheme-list-page .list-title-band,
    .programme-scheme-form-page .programme-scheme-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .programme-scheme-list-page .list-title-band h2,
        .programme-scheme-form-page .programme-scheme-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .programme-scheme-list-page .list-title-band p,
        .programme-scheme-form-page .programme-scheme-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .programme-scheme-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .programme-scheme-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .programme-scheme-list-page .add-top-btn,
        .programme-scheme-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .programme-scheme-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .programme-scheme-list-page .entries-box,
    .programme-scheme-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .programme-scheme-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .programme-scheme-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.programme-scheme-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .programme-scheme-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .programme-scheme-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.programme-scheme-list-page .scheme-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.programme-scheme-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.programme-scheme-list-page small {
    color: #333333;
    font-size: 13px;
}

.programme-scheme-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.programme-scheme-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.programme-scheme-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-scheme-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .programme-scheme-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.programme-scheme-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.programme-scheme-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.programme-scheme-list-page .scheme-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .programme-scheme-list-page .scheme-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .programme-scheme-list-page .scheme-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .programme-scheme-list-page .scheme-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.programme-scheme-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .programme-scheme-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .programme-scheme-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.programme-scheme-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.programme-scheme-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .programme-scheme-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.programme-scheme-form-page .programme-scheme-form-card,
.programme-scheme-form-page .programme-scheme-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-scheme-form-page .programme-scheme-form-card {
    padding: 20px;
}

.programme-scheme-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.programme-scheme-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.programme-scheme-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .programme-scheme-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .programme-scheme-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.programme-scheme-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.programme-scheme-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.programme-scheme-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .programme-scheme-form-page .form-label span {
        color: #bf2026;
    }

.programme-scheme-form-page .form-control,
.programme-scheme-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.programme-scheme-form-page textarea.form-control {
    min-height: 96px;
}

.programme-scheme-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.programme-scheme-form-page .programme-scheme-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .programme-scheme-form-page .programme-scheme-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-scheme-form-page .programme-scheme-side-panel {
    padding: 18px;
}

.programme-scheme-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .programme-scheme-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .programme-scheme-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.programme-scheme-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .programme-scheme-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.programme-scheme-form-page .progress-steps,
.programme-scheme-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .programme-scheme-form-page .progress-steps div,
    .programme-scheme-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .programme-scheme-form-page .progress-steps div {
        background: #f8fafc;
    }

    .programme-scheme-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .programme-scheme-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .programme-scheme-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .programme-scheme-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .programme-scheme-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.programme-scheme-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .programme-scheme-list-page .list-title-band,
    .programme-scheme-list-page .list-toolbar,
    .programme-scheme-form-page .programme-scheme-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-scheme-list-page .search-box {
        justify-content: space-between;
    }

        .programme-scheme-list-page .search-box .form-control {
            width: 100%;
        }

    .programme-scheme-form-page .hero-actions {
        justify-content: flex-start;
    }

    .programme-scheme-form-page .programme-scheme-form-card,
    .programme-scheme-form-page .form-block,
    .programme-scheme-form-page .programme-scheme-side-panel {
        padding: 14px;
    }

    .programme-scheme-form-page .programme-scheme-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .programme-scheme-list-page .scheme-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT PROFILE LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-profile-list-page and .student-profile-form-page only.
========================================================= */

.student-profile-list-page,
.student-profile-form-page {
    width: 100%;
}

    .student-profile-list-page .list-title-band,
    .student-profile-form-page .student-profile-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-profile-list-page .list-title-band h2,
        .student-profile-form-page .student-profile-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-profile-list-page .list-title-band p,
        .student-profile-form-page .student-profile-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-profile-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-profile-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-profile-list-page .add-top-btn,
        .student-profile-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-profile-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-profile-list-page .entries-box,
    .student-profile-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-profile-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-profile-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-profile-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-profile-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-profile-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-profile-list-page .student-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-profile-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-profile-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-profile-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-profile-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-profile-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-profile-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-profile-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.student-profile-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-profile-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-profile-list-page .student-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-profile-list-page .student-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-profile-list-page .student-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-profile-list-page .student-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-profile-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-profile-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-profile-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-profile-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.student-profile-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-profile-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-profile-form-page .student-profile-form-card,
.student-profile-form-page .student-profile-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-profile-form-page .student-profile-form-card {
    padding: 20px;
}

.student-profile-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-profile-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-profile-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-profile-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-profile-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-profile-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-profile-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-profile-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-profile-form-page .form-label span {
        color: #bf2026;
    }

.student-profile-form-page .form-control,
.student-profile-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-profile-form-page textarea.form-control {
    min-height: 96px;
}

.student-profile-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-profile-form-page .student-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-profile-form-page .student-profile-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-profile-form-page .student-profile-side-panel {
    padding: 18px;
}

.student-profile-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-profile-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-profile-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-profile-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-profile-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-profile-form-page .progress-steps,
.student-profile-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-profile-form-page .progress-steps div,
    .student-profile-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-profile-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-profile-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-profile-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-profile-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-profile-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-profile-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-profile-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-profile-list-page .list-title-band,
    .student-profile-list-page .list-toolbar,
    .student-profile-form-page .student-profile-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-profile-list-page .search-box {
        justify-content: space-between;
    }

        .student-profile-list-page .search-box .form-control {
            width: 100%;
        }

    .student-profile-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-profile-form-page .student-profile-form-card,
    .student-profile-form-page .form-block,
    .student-profile-form-page .student-profile-side-panel {
        padding: 14px;
    }

    .student-profile-form-page .student-profile-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-profile-list-page .student-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT BATCH LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-batch-list-page and .student-batch-form-page only.
========================================================= */

.student-batch-list-page,
.student-batch-form-page {
    width: 100%;
}

    .student-batch-list-page .list-title-band,
    .student-batch-form-page .student-batch-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-batch-list-page .list-title-band h2,
        .student-batch-form-page .student-batch-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-batch-list-page .list-title-band p,
        .student-batch-form-page .student-batch-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-batch-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-batch-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-batch-list-page .add-top-btn,
        .student-batch-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-batch-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-batch-list-page .entries-box,
    .student-batch-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-batch-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-batch-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-batch-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-batch-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-batch-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-batch-list-page .batch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-batch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-batch-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-batch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-batch-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-batch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-batch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-batch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .student-batch-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .student-batch-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.student-batch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-batch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-batch-list-page .batch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-batch-list-page .batch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-batch-list-page .batch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-batch-list-page .batch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-batch-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-batch-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-batch-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-batch-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-batch-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-batch-form-page .student-batch-form-card,
.student-batch-form-page .student-batch-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-batch-form-page .student-batch-form-card {
    padding: 20px;
}

.student-batch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-batch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-batch-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-batch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-batch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-batch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-batch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-batch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-batch-form-page .form-label span {
        color: #bf2026;
    }

.student-batch-form-page .form-control,
.student-batch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-batch-form-page textarea.form-control {
    min-height: 96px;
}

.student-batch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-batch-form-page .student-batch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-batch-form-page .student-batch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-batch-form-page .student-batch-side-panel {
    padding: 18px;
}

.student-batch-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-batch-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-batch-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-batch-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-batch-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-batch-form-page .progress-steps,
.student-batch-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-batch-form-page .progress-steps div,
    .student-batch-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-batch-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-batch-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-batch-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-batch-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-batch-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-batch-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-batch-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-batch-list-page .list-title-band,
    .student-batch-list-page .list-toolbar,
    .student-batch-form-page .student-batch-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-batch-list-page .search-box {
        justify-content: space-between;
    }

        .student-batch-list-page .search-box .form-control {
            width: 100%;
        }

    .student-batch-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-batch-form-page .student-batch-form-card,
    .student-batch-form-page .form-block,
    .student-batch-form-page .student-batch-side-panel {
        padding: 14px;
    }

    .student-batch-form-page .student-batch-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-batch-list-page .batch-metrics {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   STUDENT ADMISSION LIST + REGISTRATION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-admission-list-page and .student-admission-form-page only.
========================================================= */

.student-admission-list-page,
.student-admission-form-page {
    width: 100%;
}

    .student-admission-list-page .list-title-band,
    .student-admission-form-page .student-admission-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .student-admission-list-page .list-title-band h2,
        .student-admission-form-page .student-admission-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .student-admission-list-page .list-title-band p,
        .student-admission-form-page .student-admission-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .student-admission-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-admission-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .student-admission-list-page .add-top-btn,
        .student-admission-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-admission-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .student-admission-list-page .entries-box,
    .student-admission-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .student-admission-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-admission-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.student-admission-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .student-admission-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .student-admission-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.student-admission-list-page .admission-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.student-admission-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.student-admission-list-page small {
    color: #333333;
    font-size: 13px;
}

.student-admission-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.student-admission-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.student-admission-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .student-admission-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .student-admission-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.student-admission-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.student-admission-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-admission-list-page .admission-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-admission-list-page .admission-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-admission-list-page .admission-metrics strong {
        color: #006490;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .student-admission-list-page .admission-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.student-admission-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .student-admission-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .student-admission-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.student-admission-list-page .order-text {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.student-admission-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .student-admission-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.student-admission-form-page .student-admission-form-card,
.student-admission-form-page .student-admission-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-admission-form-page .student-admission-form-card {
    padding: 20px;
}

.student-admission-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.student-admission-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.student-admission-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .student-admission-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .student-admission-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.student-admission-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.student-admission-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-admission-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .student-admission-form-page .form-label span {
        color: #bf2026;
    }

.student-admission-form-page .form-control,
.student-admission-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.student-admission-form-page textarea.form-control {
    min-height: 96px;
}

.student-admission-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.student-admission-form-page .student-admission-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-admission-form-page .student-admission-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-admission-form-page .student-admission-side-panel {
    padding: 18px;
}

.student-admission-form-page .side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .student-admission-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .student-admission-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.student-admission-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .student-admission-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.student-admission-form-page .progress-steps,
.student-admission-form-page .doc-check-list {
    display: grid;
    gap: 12px;
}

    .student-admission-form-page .progress-steps div,
    .student-admission-form-page .doc-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .student-admission-form-page .progress-steps div {
        background: #f8fafc;
    }

    .student-admission-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .student-admission-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .student-admission-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .student-admission-form-page .doc-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .student-admission-form-page .doc-check-list input {
        width: 16px;
        height: 16px;
    }

.student-admission-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .student-admission-list-page .list-title-band,
    .student-admission-list-page .list-toolbar,
    .student-admission-form-page .student-admission-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .student-admission-list-page .search-box {
        justify-content: space-between;
    }

        .student-admission-list-page .search-box .form-control {
            width: 100%;
        }

    .student-admission-form-page .hero-actions {
        justify-content: flex-start;
    }

    .student-admission-form-page .student-admission-form-card,
    .student-admission-form-page .form-block,
    .student-admission-form-page .student-admission-side-panel {
        padding: 14px;
    }

    .student-admission-form-page .student-admission-form-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-admission-list-page .admission-metrics {
        grid-template-columns: 1fr;
    }
}



/* =========================================================
   CENTRE DASHBOARD
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-dashboard-page only.
========================================================= */

.centre-dashboard-page {
    width: 100%;
    color: #111827;
}

.centre-dashboard-head,
.centre-profile-strip,
.centre-panel,
.centre-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .centre-dashboard-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-dashboard-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-dashboard-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.centre-dashboard-filter {
    min-width: 520px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .centre-dashboard-filter .form-select,
    .centre-dashboard-filter .btn {
        min-height: 44px;
        border-radius: 7px;
        font-weight: 700;
    }

.centre-profile-strip {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.centre-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.centre-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.centre-identity p {
    margin: 4px 0 0;
    color: #666666;
}

.centre-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-meta-grid div,
    .centre-mini-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-meta-grid small,
    .centre-mini-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-meta-grid strong,
    .centre-mini-grid strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

.centre-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .centre-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .centre-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .centre-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
    }

    .centre-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .centre-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .centre-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .centre-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .centre-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

    .centre-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .centre-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

.centre-panel {
    height: 100%;
    padding: 18px;
}

.centre-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .centre-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .centre-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.centre-dashboard-table {
    font-size: 14px;
}

    .centre-dashboard-table th {
        background: #f8fafc;
        color: #333333;
        font-weight: 800;
        padding: 12px;
        white-space: nowrap;
    }

    .centre-dashboard-table td {
        padding: 12px;
        vertical-align: middle;
    }

        .centre-dashboard-table td strong {
            display: block;
            color: #111827;
        }

        .centre-dashboard-table td small {
            display: block;
            color: #697586;
            margin-top: 3px;
        }

.centre-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .centre-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .centre-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .centre-badge.info {
        background: #e9f6fb;
        color: #006490;
    }

.centre-funnel-list {
    display: grid;
    gap: 13px;
}

    .centre-funnel-list div {
        display: grid;
        grid-template-columns: 130px 1fr 44px;
        gap: 10px;
        align-items: center;
    }

    .centre-funnel-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .centre-funnel-list strong {
        text-align: right;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

    .centre-funnel-list .track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-funnel-list .track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .centre-funnel-list .track i.risk {
                background: #ff5e63;
            }

.centre-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.trainer-list,
.centre-alert-list {
    display: grid;
    gap: 12px;
}

    .trainer-list > div,
    .centre-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

.trainer-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fb;
    color: #006490;
    font-weight: 900;
}

.trainer-list strong {
    display: block;
    color: #111827;
}

.trainer-list small {
    display: block;
    color: #697586;
    margin-top: 2px;
}

.trainer-list b {
    margin-left: auto;
    font-size: 12px;
    white-space: nowrap;
}

.centre-alert-list i {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.centre-alert-list .risk i {
    background: #ffedef;
    color: #ff5e63;
}

.centre-alert-list .warn i {
    background: #fff4df;
    color: #ff8300;
}

.centre-alert-list .info i {
    background: #e9f6fb;
    color: #006490;
}

.centre-alert-list strong {
    display: block;
    color: #111827;
}

.centre-alert-list small {
    display: block;
    margin-top: 2px;
    color: #697586;
}

.success-text {
    color: #1d7a4d !important;
}

.warning-text {
    color: #b56b00 !important;
}

@media (max-width: 991px) {
    .centre-dashboard-head,
    .centre-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-dashboard-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .centre-dashboard-filter .form-select {
            flex: 1 1 180px;
        }

    .centre-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-dashboard-head,
    .centre-profile-strip,
    .centre-panel {
        padding: 14px;
    }

    .centre-meta-grid,
    .centre-mini-grid {
        grid-template-columns: 1fr;
    }

    .centre-funnel-list div {
        grid-template-columns: 100px 1fr 36px;
    }

    .trainer-list > div,
    .centre-alert-list > div {
        align-items: flex-start;
    }
}
/* =========================================================
   CENTRE PROFILE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-profile-page only.
========================================================= */

.centre-profile-page {
    width: 100%;
    color: #111827;
}

.centre-profile-hero,
.centre-profile-summary,
.centre-profile-form-card,
.centre-profile-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-profile-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-profile-title h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.centre-profile-title p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.centre-profile-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .centre-profile-actions .btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        font-weight: 800;
    }

.centre-profile-summary {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 20px;
}

.centre-summary-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.centre-logo-box {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #e9f6fb;
    color: #006490;
    font-size: 32px;
}

.centre-summary-main h3 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.centre-summary-main p {
    margin: 4px 0 10px;
    color: #666666;
}

.centre-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.centre-tag,
.centre-status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
}

    .centre-tag.blue,
    .centre-status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

    .centre-tag.green,
    .centre-status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-profile-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-profile-metrics div,
    .snapshot-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-profile-metrics small,
    .snapshot-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-profile-metrics strong,
    .snapshot-grid strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.centre-profile-form-card {
    padding: 20px;
}

.centre-profile-page .profile-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-profile-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-profile-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-profile-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-profile-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-profile-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-profile-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-profile-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.centre-profile-page .form-control,
.centre-profile-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-profile-page textarea.form-control {
    min-height: 96px;
}

.centre-profile-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-facility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-facility-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .centre-facility-grid input {
        width: 16px;
        height: 16px;
    }

.centre-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-profile-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-profile-panel {
    padding: 18px;
}

    .centre-profile-panel .panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
    }

        .centre-profile-panel .panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 19px;
            font-weight: 800;
        }

.approval-timeline,
.document-status-list {
    display: grid;
    gap: 12px;
}

    .approval-timeline > div,
    .document-status-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .approval-timeline i,
    .document-status-list i {
        width: 36px;
        height: 36px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
    }

    .approval-timeline .done i {
        background: #2f8f5b;
        color: #ffffff;
    }

    .approval-timeline strong,
    .document-status-list span {
        display: block;
        color: #111827;
        font-weight: 800;
    }

    .approval-timeline small {
        display: block;
        color: #697586;
        margin-top: 2px;
    }

    .document-status-list b {
        margin-left: auto;
        color: #1d7a4d;
        font-size: 12px;
        white-space: nowrap;
    }

.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 1200px) {
    .centre-profile-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .centre-profile-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-profile-actions {
        justify-content: flex-start;
    }

    .centre-profile-metrics,
    .centre-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-profile-hero,
    .centre-profile-summary,
    .centre-profile-form-card,
    .centre-profile-page .profile-block,
    .centre-profile-panel {
        padding: 14px;
    }

    .centre-summary-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .centre-profile-metrics,
    .centre-facility-grid,
    .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .centre-profile-form-actions {
        flex-direction: column;
    }
}

/* =========================================================
   CENTRE ASSIGNED PROJECTS
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assigned-projects-page only.
========================================================= */

.centre-assigned-projects-page {
    width: 100%;
    color: #111827;
}

.assigned-projects-head,
.assigned-centre-strip,
.assigned-project-card,
.assigned-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.assigned-projects-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-assigned-projects-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.assigned-projects-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.assigned-projects-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.assigned-projects-filter {
    min-width: 620px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .assigned-projects-filter .form-select,
    .assigned-projects-filter .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 700;
    }

.assigned-centre-strip {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.centre-strip-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-strip-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 26px;
}

.centre-strip-main h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.centre-strip-main p {
    margin: 4px 0 0;
    color: #666666;
}

.assigned-summary-grid,
.assigned-project-metrics {
    display: grid;
    gap: 10px;
}

.assigned-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.assigned-project-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 16px 0;
}

    .assigned-summary-grid div,
    .assigned-project-metrics div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .assigned-summary-grid small,
    .assigned-project-metrics small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .assigned-summary-grid strong,
    .assigned-project-metrics strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.assigned-project-card {
    padding: 18px;
    margin-bottom: 18px;
    border-left: 5px solid #006490;
}

    .assigned-project-card.warning-card {
        border-left-color: #ff8300;
    }

.project-card-head,
.side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

    .project-card-head h3,
    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .project-card-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.project-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-tag,
.assigned-status {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .project-tag.purple {
        background: #f2ecfb;
        color: #6e40aa;
    }

    .project-tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .project-tag.blue {
        background: #e9f6fb;
        color: #006490;
    }

    .project-tag.green,
    .assigned-status.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .project-tag.orange,
    .assigned-status.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .project-tag.red {
        background: #ffedef;
        color: #d93645;
    }

.assigned-progress-block {
    margin-top: 12px;
}

    .assigned-progress-block > div:first-child {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 8px;
    }

    .assigned-progress-block span {
        color: #555555;
        font-weight: 800;
    }

    .assigned-progress-block strong {
        color: #006490;
        font-weight: 900;
    }

.progress-track {
    height: 12px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .progress-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .progress-track.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

.assigned-action-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

    .assigned-action-row .btn {
        min-height: 38px;
        border-radius: 8px;
        font-weight: 800;
    }

.assigned-side-panel {
    padding: 18px;
}

.side-panel-head span:not(.assigned-status) {
    color: #006490;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.target-summary-list,
.workorder-status-list,
.required-action-list {
    display: grid;
    gap: 12px;
}

    .target-summary-list div,
    .workorder-status-list div,
    .required-action-list div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .target-summary-list span {
        color: #555555;
        font-weight: 800;
    }

    .target-summary-list strong {
        margin-left: auto;
        color: #006490;
        font-size: 18px;
        font-weight: 900;
    }

    .workorder-status-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
    }

    .workorder-status-list strong,
    .required-action-list b {
        display: block;
        color: #111827;
        font-weight: 800;
    }

    .workorder-status-list small,
    .required-action-list small {
        display: block;
        margin-top: 2px;
        color: #697586;
    }

    .required-action-list div {
        display: block;
        border-left: 4px solid #ff8300;
    }

@media (max-width: 1200px) {
    .assigned-centre-strip {
        grid-template-columns: 1fr;
    }

    .assigned-summary-grid,
    .assigned-project-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .assigned-projects-head {
        align-items: stretch;
        flex-direction: column;
    }

    .assigned-projects-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .assigned-projects-filter .form-select {
            flex: 1 1 220px;
        }
}

@media (max-width: 576px) {
    .assigned-projects-head,
    .assigned-centre-strip,
    .assigned-project-card,
    .assigned-side-panel {
        padding: 14px;
    }

    .centre-strip-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .assigned-summary-grid,
    .assigned-project-metrics {
        grid-template-columns: 1fr;
    }

    .project-card-head,
    .side-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .assigned-action-row {
        justify-content: flex-start;
    }
}
/* =========================================================
   CENTRE PROGRAMME BATCH TARGET
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-programme-target-page only.
========================================================= */

.centre-programme-target-page {
    width: 100%;
    color: #111827;
}

.programme-target-head,
.programme-target-summary,
.programme-target-card,
.programme-target-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.programme-target-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-programme-target-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.programme-target-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.programme-target-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.programme-target-filter {
    min-width: 620px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .programme-target-filter .form-select,
    .programme-target-filter .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 700;
    }

.programme-target-summary {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.summary-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.summary-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 26px;
}

.summary-main h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.summary-main p {
    margin: 4px 0 0;
    color: #666666;
}

.summary-metric-grid,
.programme-target-metrics,
.creation-status-grid {
    display: grid;
    gap: 10px;
}

.summary-metric-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.programme-target-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 16px 0;
}

.creation-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .summary-metric-grid div,
    .programme-target-metrics div,
    .creation-status-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .summary-metric-grid small,
    .programme-target-metrics small,
    .creation-status-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .summary-metric-grid strong,
    .programme-target-metrics strong,
    .creation-status-grid strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.programme-target-card {
    padding: 18px;
    margin-bottom: 18px;
    border-left: 5px solid #006490;
}

    .programme-target-card.warning-card {
        border-left-color: #ff8300;
    }

.target-card-head,
.side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

    .target-card-head h3,
    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .target-card-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.target-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.target-tag,
.target-status {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .target-tag.purple {
        background: #f2ecfb;
        color: #6e40aa;
    }

    .target-tag.blue,
    .target-status.info {
        background: #e9f6fb;
        color: #006490;
    }

    .target-tag.green,
    .target-status.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .target-tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .target-tag.orange,
    .target-status.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .target-tag.red {
        background: #ffedef;
        color: #d93645;
    }

.target-progress-block {
    margin-top: 12px;
}

    .target-progress-block > div:first-child {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 8px;
    }

    .target-progress-block span {
        color: #555555;
        font-weight: 800;
    }

    .target-progress-block strong {
        color: #006490;
        font-weight: 900;
    }

.progress-track {
    height: 12px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .progress-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .progress-track.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

.target-batch-table {
    margin-top: 16px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    overflow: hidden;
}

    .target-batch-table th {
        padding: 11px 12px;
        background: #f8fafc;
        color: #333333;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .target-batch-table td {
        padding: 11px 12px;
        color: #222222;
        vertical-align: middle;
    }

.target-action-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

    .target-action-row .btn {
        min-height: 38px;
        border-radius: 8px;
        font-weight: 800;
    }

.programme-target-side-panel {
    padding: 18px;
}

.side-panel-head span:not(.target-status) {
    color: #006490;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.target-distribution-list,
.target-action-list {
    display: grid;
    gap: 12px;
}

    .target-distribution-list > div {
        display: grid;
        grid-template-columns: 120px 1fr 42px;
        align-items: center;
        gap: 10px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .target-distribution-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .target-distribution-list strong {
        color: #006490;
        text-align: right;
        font-weight: 900;
    }

.mini-track {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .mini-track i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.target-action-list div {
    display: block;
    padding: 12px;
    border: 1px solid #e7ebf0;
    border-left: 4px solid #ff8300;
    border-radius: 10px;
    background: #fbfcfe;
}

.target-action-list b {
    display: block;
    color: #111827;
    font-weight: 800;
}

.target-action-list small {
    display: block;
    margin-top: 2px;
    color: #697586;
}

@media (max-width: 1200px) {
    .programme-target-summary {
        grid-template-columns: 1fr;
    }

    .summary-metric-grid,
    .programme-target-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .programme-target-head {
        align-items: stretch;
        flex-direction: column;
    }

    .programme-target-filter {
        min-width: 0;
        width: 100%;
        flex-wrap: wrap;
    }

        .programme-target-filter .form-select {
            flex: 1 1 220px;
        }
}

@media (max-width: 576px) {
    .programme-target-head,
    .programme-target-summary,
    .programme-target-card,
    .programme-target-side-panel {
        padding: 14px;
    }

    .summary-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-metric-grid,
    .programme-target-metrics,
    .creation-status-grid {
        grid-template-columns: 1fr;
    }

    .target-card-head,
    .side-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .target-distribution-list > div {
        grid-template-columns: 1fr;
    }

    .target-distribution-list strong {
        text-align: left;
    }

    .target-action-row {
        justify-content: flex-start;
    }
}
/* =========================================================
   CENTRE BATCH LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-batch-list-page and .centre-batch-form-page only.
========================================================= */

.centre-batch-list-page,
.centre-batch-form-page {
    width: 100%;
    color: #111827;
}

.centre-batch-head,
.centre-batch-form-hero,
.centre-batch-summary,
.centre-batch-form-card,
.centre-batch-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-batch-head,
.centre-batch-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-list-page .page-kicker,
.centre-batch-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-batch-head h2,
.centre-batch-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.centre-batch-head p,
.centre-batch-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.centre-batch-head-actions,
.centre-batch-form-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

    .centre-batch-head-actions .btn,
    .centre-batch-form-page .hero-actions .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 800;
    }

.centre-batch-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .centre-batch-summary div,
    .target-balance-box div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-batch-summary small,
    .target-balance-box small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-batch-summary strong,
    .target-balance-box strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.centre-batch-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .centre-batch-toolbar .entries-box,
    .batch-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .centre-batch-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .batch-filter-box .form-select,
        .batch-filter-box .form-control {
            width: 210px;
            min-height: 38px;
        }

.centre-batch-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-batch-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-batch-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-batch-list-page .batch-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.centre-batch-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.centre-batch-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-batch-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-batch-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-batch-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-batch-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.centre-batch-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.centre-batch-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.centre-batch-list-page .batch-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .centre-batch-list-page .batch-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-batch-list-page .batch-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .centre-batch-list-page .batch-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.performance-stack {
    display: grid;
    gap: 6px;
}

    .performance-stack div:not(.mini-progress) {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: #555555;
        font-size: 12px;
        font-weight: 800;
    }

.mini-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

    .mini-progress.warning i {
        background: linear-gradient(90deg, #ff8300, #ffbd66);
    }

    .mini-progress.muted i {
        background: #cfd6dd;
    }

.status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

    .status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.centre-batch-form-card {
    padding: 20px;
}

.centre-batch-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-batch-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-batch-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-batch-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-batch-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-batch-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-batch-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-batch-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-batch-form-page .form-label span {
        color: #bf2026;
    }

.centre-batch-form-page .form-control,
.centre-batch-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-batch-form-page textarea.form-control {
    min-height: 96px;
}

.centre-batch-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.centre-batch-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .centre-batch-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.centre-batch-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.target-balance-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .centre-batch-head,
    .centre-batch-form-hero,
    .centre-batch-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-batch-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .batch-filter-box {
        flex-wrap: wrap;
    }

        .batch-filter-box .form-select,
        .batch-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .centre-batch-head,
    .centre-batch-form-hero,
    .centre-batch-summary,
    .centre-batch-form-card,
    .centre-batch-form-page .form-block,
    .centre-batch-side-panel {
        padding: 14px;
    }

    .centre-batch-summary,
    .centre-batch-list-page .batch-metrics,
    .target-balance-box {
        grid-template-columns: 1fr;
    }

    .centre-batch-form-actions {
        flex-direction: column;
    }
}

/* =========================================================
   CENTRE STUDENT REGISTRATION LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to centre student registration pages only.
========================================================= */

.centre-student-registration-list-page,
.centre-student-registration-form-page {
    width: 100%;
    color: #111827;
}

.student-registration-head,
.student-registration-form-hero,
.student-registration-summary,
.student-registration-form-card,
.student-registration-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-registration-head,
.student-registration-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-student-registration-list-page .page-kicker,
.centre-student-registration-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-registration-head h2,
.student-registration-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-registration-head p,
.student-registration-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-registration-head .btn,
.student-registration-form-hero .btn {
    min-height: 42px;
    border-radius: 7px;
    font-weight: 800;
}

.centre-student-registration-form-page .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.student-registration-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .student-registration-summary div,
    .readiness-list div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-registration-summary small,
    .readiness-list small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .student-registration-summary strong,
    .readiness-list strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.student-registration-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .student-registration-toolbar .entries-box,
    .student-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .student-registration-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .student-filter-box .form-select,
        .student-filter-box .form-control {
            width: 210px;
            min-height: 38px;
        }

.centre-student-registration-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-student-registration-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-student-registration-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.centre-student-registration-list-page .student-name,
.centre-student-registration-list-page .strong-text {
    color: #697586;
    font-weight: 800;
}

.centre-student-registration-list-page .student-name {
    font-size: 17px;
    margin-bottom: 8px;
}

.centre-student-registration-list-page .strong-text {
    font-size: 16px;
}

.centre-student-registration-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-student-registration-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-student-registration-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-student-registration-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-student-registration-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.student-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .student-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .student-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.status-pill,
.verification-pill,
.readiness-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success,
    .verification-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning,
    .verification-pill.warning,
    .readiness-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.student-registration-form-card {
    padding: 20px;
}

.centre-student-registration-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-student-registration-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-student-registration-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-student-registration-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-student-registration-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-student-registration-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-student-registration-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-student-registration-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-student-registration-form-page .form-label span {
        color: #bf2026;
    }

.centre-student-registration-form-page .form-control,
.centre-student-registration-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-student-registration-form-page textarea.form-control {
    min-height: 96px;
}

.centre-student-registration-form-page .input-group-text {
    min-width: 64px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.registration-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

    .registration-check-grid label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        color: #333333;
        font-weight: 700;
    }

    .registration-check-grid input {
        width: 16px;
        height: 16px;
    }

.student-registration-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .student-registration-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.student-registration-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span:not(.readiness-pill) {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps,
.readiness-list {
    display: grid;
    gap: 12px;
}

    .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        background: #f8fafc;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .student-registration-head,
    .student-registration-form-hero,
    .student-registration-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .student-registration-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .student-filter-box {
        flex-wrap: wrap;
    }

        .student-filter-box .form-select,
        .student-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }

    .registration-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .student-registration-head,
    .student-registration-form-hero,
    .student-registration-summary,
    .student-registration-form-card,
    .centre-student-registration-form-page .form-block,
    .student-registration-side-panel {
        padding: 14px;
    }

    .student-registration-summary,
    .student-metrics,
    .registration-check-grid {
        grid-template-columns: 1fr;
    }

    .student-registration-form-actions {
        flex-direction: column;
    }
}
/* =========================================================
   CENTRE PLACEMENT LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-placement-list-page and .centre-placement-form-page only.
========================================================= */

.centre-placement-list-page,
.centre-placement-form-page {
    width: 100%;
    color: #111827;
}

.placement-head,
.placement-form-hero,
.placement-summary,
.placement-form-card,
.placement-side-panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.placement-head,
.placement-form-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-placement-list-page .page-kicker,
.centre-placement-form-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.placement-head h2,
.placement-form-hero h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.placement-head p,
.placement-form-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.placement-head .btn,
.placement-form-hero .btn {
    min-height: 42px;
    border-radius: 7px;
    font-weight: 800;
}

.centre-placement-form-page .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.placement-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
}

    .placement-summary div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .placement-summary small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .placement-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.placement-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

    .placement-toolbar .entries-box,
    .placement-filter-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .placement-toolbar .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .placement-filter-box .form-select,
        .placement-filter-box .form-control {
            width: 220px;
            min-height: 38px;
        }

.centre-placement-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .centre-placement-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
        white-space: nowrap;
    }

    .centre-placement-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.candidate-name,
.strong-text {
    color: #697586;
    font-weight: 800;
}

.candidate-name {
    font-size: 17px;
    margin-bottom: 8px;
}

.strong-text {
    font-size: 16px;
}

.centre-placement-list-page small {
    color: #333333;
    font-size: 13px;
}

.centre-placement-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.centre-placement-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .centre-placement-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .centre-placement-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.placement-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .placement-metrics span {
        min-height: 62px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .placement-metrics strong {
        color: #006490;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .placement-metrics small {
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

.status-pill,
.retention-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .status-pill.success,
    .retention-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .status-pill.warning,
    .retention-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.status-note {
    margin-top: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
}

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-view-detail {
    background: #006490;
    color: #ffffff;
}

    .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.btn-soft-action {
    background: #e9f6fb;
    color: #006490;
}

.placement-form-card {
    padding: 20px;
}

.centre-placement-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.centre-placement-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.centre-placement-form-page .block-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .centre-placement-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .centre-placement-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

.centre-placement-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.centre-placement-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.centre-placement-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .centre-placement-form-page .form-label span {
        color: #bf2026;
    }

.centre-placement-form-page .form-control,
.centre-placement-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.centre-placement-form-page textarea.form-control {
    min-height: 96px;
}

.placement-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .placement-form-actions .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.placement-side-panel {
    padding: 18px;
}

.side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.progress-steps,
.placement-check-list {
    display: grid;
    gap: 12px;
}

    .progress-steps div,
    .placement-check-list label {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
    }

    .progress-steps div {
        background: #f8fafc;
    }

    .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .placement-check-list label {
        border: 1px solid #e7ebf0;
        color: #333333;
    }

    .placement-check-list input {
        width: 16px;
        height: 16px;
    }

.note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .placement-head,
    .placement-form-hero,
    .placement-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .placement-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .placement-filter-box {
        flex-wrap: wrap;
    }

        .placement-filter-box .form-select,
        .placement-filter-box .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .placement-head,
    .placement-form-hero,
    .placement-summary,
    .placement-form-card,
    .centre-placement-form-page .form-block,
    .placement-side-panel {
        padding: 14px;
    }

    .placement-summary,
    .placement-metrics {
        grid-template-columns: 1fr;
    }

    .placement-form-actions {
        flex-direction: column;
    }
}
/* =========================================================
   STUDENT DASHBOARD
   Paste this at the bottom of your main CSS file.
   Scoped to .student-dashboard-page only.
========================================================= */

.student-dashboard-page {
    width: 100%;
    color: #111827;
}

.student-dashboard-head,
.student-profile-strip,
.student-panel,
.student-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .student-dashboard-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-dashboard-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .student-dashboard-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.student-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

    .student-dashboard-actions .btn {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        font-weight: 800;
        white-space: nowrap;
    }

.student-profile-strip {
    display: grid;
    grid-template-columns: 1.15fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.student-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.student-avatar {
    width: 66px;
    height: 66px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 30px;
}

.student-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.student-identity p {
    margin: 4px 0 8px;
    color: #666666;
}

.student-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .student-meta-grid div,
    .student-status-stack div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-meta-grid small,
    .student-status-stack small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .student-meta-grid strong,
    .student-status-stack strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 16px;
        font-weight: 900;
    }

.student-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .student-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .student-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .student-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
    }

    .student-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .student-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .student-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .student-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .student-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

    .student-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .student-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

.student-panel {
    height: 100%;
    padding: 18px;
}

.student-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .student-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .student-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.student-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .student-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .student-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

    .student-badge.info {
        background: #e9f6fb;
        color: #006490;
    }

    .student-badge.muted {
        background: #eef2f6;
        color: #697586;
    }

.student-training-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.student-progress-chart {
    min-height: 280px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 18px;
    padding: 24px 18px 16px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #fbfcfe;
}

    .student-progress-chart .bar-item {
        min-height: 230px;
        display: grid;
        grid-template-rows: 1fr auto auto;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

        .student-progress-chart .bar-item span {
            width: 54px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #006490;
        }

        .student-progress-chart .bar-item.purple span {
            background: #6f42c1;
        }

        .student-progress-chart .bar-item.green span {
            background: #2f8f5b;
        }

        .student-progress-chart .bar-item.orange span {
            background: #ff8300;
        }

        .student-progress-chart .bar-item strong,
        .student-progress-chart .bar-item b {
            color: #333333;
            font-size: 13px;
            font-weight: 900;
        }

.student-status-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.student-journey-list,
.student-doc-list,
.student-alert-list {
    display: grid;
    gap: 12px;
}

    .student-journey-list > div,
    .student-doc-list > div,
    .student-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .student-journey-list i,
    .student-doc-list i,
    .student-alert-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eef2f6;
        color: #697586;
    }

    .student-journey-list .done i,
    .student-doc-list .done i,
    .student-alert-list .good i {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-journey-list .active i,
    .student-alert-list .info i {
        background: #e9f6fb;
        color: #006490;
    }

    .student-doc-list .pending i,
    .student-alert-list .warn i {
        background: #fff4df;
        color: #ff8300;
    }

    .student-journey-list span,
    .student-doc-list span,
    .student-alert-list strong {
        display: block;
        color: #111827;
        font-weight: 900;
    }

    .student-journey-list small,
    .student-alert-list small {
        display: block;
        color: #697586;
        font-size: 12px;
    }

.student-dashboard-table {
    font-size: 14px;
}

    .student-dashboard-table th {
        background: #f8fafc;
        color: #333333;
        font-weight: 800;
        padding: 12px;
        white-space: nowrap;
    }

    .student-dashboard-table td {
        padding: 12px;
        vertical-align: middle;
    }

        .student-dashboard-table td strong {
            display: block;
            color: #111827;
        }

        .student-dashboard-table td small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

.student-readiness-list {
    display: grid;
    gap: 14px;
}

    .student-readiness-list div {
        display: grid;
        grid-template-columns: 150px 1fr 48px;
        gap: 10px;
        align-items: center;
    }

    .student-readiness-list span {
        color: #555555;
        font-size: 13px;
        font-weight: 800;
    }

    .student-readiness-list strong {
        text-align: right;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

    .student-readiness-list .track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-readiness-list .track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-readiness-list .track i.risk {
                background: #ff5e63;
            }

.student-alert-list b {
    margin-left: auto;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .student-dashboard-head,
    .student-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-dashboard-actions {
        justify-content: flex-start;
    }

    .student-meta-grid,
    .student-training-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .student-meta-grid,
    .student-training-grid,
    .student-status-stack {
        grid-template-columns: 1fr;
    }

    .student-progress-chart {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .student-dashboard-head,
    .student-profile-strip,
    .student-panel {
        padding: 14px;
    }

    .student-identity,
    .student-alert-list > div {
        align-items: flex-start;
    }

    .student-readiness-list div {
        grid-template-columns: 1fr;
    }

    .student-readiness-list strong {
        text-align: left;
    }
}
/* =========================================================
   STUDENT JOB ROLE ADMISSION
   Paste this at the bottom of your main CSS file.
   Scoped to .student-jobrole-page only.
========================================================= */

.student-jobrole-page {
    width: 100%;
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    background: #eef5f8;
    color: #111827;
}

    .student-jobrole-page .student-side-menu {
        padding: 20px 16px;
        background: #ffffff;
        border-right: 1px solid #e6edf2;
    }

        .student-jobrole-page .student-side-menu a {
            min-height: 48px;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 12px;
            margin-bottom: 8px;
            border-radius: 7px;
            color: #111111;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
        }

            .student-jobrole-page .student-side-menu a:hover,
            .student-jobrole-page .student-side-menu a.active {
                background: #fbebee;
                color: #c9202b;
            }

        .student-jobrole-page .student-side-menu i {
            width: 24px;
            color: #8e9bc5;
            text-align: center;
        }

        .student-jobrole-page .student-side-menu a.active i {
            color: #c9202b;
        }

        .student-jobrole-page .student-side-menu b {
            margin-left: auto;
            font-size: 13px;
        }

.student-jobrole-content {
    padding: 36px 42px;
}

.student-programme-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 44px;
}

    .student-programme-ribbon .programme-pill {
        min-height: 44px;
        min-width: 470px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 24px;
        border-radius: 30px;
        background: #c9202b;
        color: #ffffff;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

    .student-programme-ribbon .programme-select {
        min-height: 44px;
        max-width: 550px;
        border: 1px solid #006490;
        border-radius: 30px;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
    }

.jobrole-filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 60px;
}

    .jobrole-filter-row > .form-select {
        min-height: 48px;
        max-width: 520px;
        border-radius: 7px;
        font-size: 20px;
    }

.jobrole-region-toggle {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .jobrole-region-toggle button {
        min-width: 180px;
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid #0d6efd;
        border-radius: 30px;
        background: #ffffff;
        color: #0d6efd;
        font-size: 22px;
        font-weight: 800;
    }

        .jobrole-region-toggle button.active {
            background: #0d6efd;
            color: #ffffff;
        }

.jobrole-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 46px 22px;
}

.jobrole-card {
    position: relative;
    overflow: hidden;
    min-height: 398px;
    display: flex;
    flex-direction: column;
    padding: 28px 30px 24px;
    border: 2px solid #dcefff;
    border-bottom-width: 7px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 100, 144, 0.08);
}

    .jobrole-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto auto;
        width: 58%;
        height: 34%;
        border-bottom-left-radius: 130px;
        background: repeating-radial-gradient(circle at top right, rgba(0, 100, 144, 0.12) 0, rgba(0, 100, 144, 0.12) 1px, transparent 2px, transparent 8px);
        opacity: 0.55;
        pointer-events: none;
    }

.jobrole-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

    .jobrole-card-top span {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #f3ecff;
        font-size: 22px;
    }

    .jobrole-card-top small {
        max-width: 170px;
        color: #697586;
        font-size: 12px;
        font-weight: 900;
        text-align: right;
    }

.jobrole-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

    .jobrole-card h3::after {
        content: "";
        display: block;
        width: 52px;
        height: 4px;
        margin-top: 12px;
        border-radius: 6px;
        background: currentColor;
    }

.jobrole-card p {
    position: relative;
    z-index: 1;
    min-height: 82px;
    margin: 0 0 18px;
    color: #111827;
    font-size: 15px;
    line-height: 1.55;
}

.jobrole-meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 14px 0;
    margin-bottom: 14px;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

    .jobrole-meta div {
        text-align: center;
    }

    .jobrole-meta small {
        display: block;
        color: #697586;
        font-size: 11px;
        font-weight: 800;
    }

    .jobrole-meta strong {
        display: block;
        margin-top: 4px;
        color: #111827;
        font-size: 14px;
        font-weight: 900;
    }

.jobrole-actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
}

    .jobrole-actions a {
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 22px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
    }

    .jobrole-actions .outline-btn {
        border: 2px solid currentColor;
        background: #ffffff;
    }

    .jobrole-actions .apply-btn {
        border: 2px solid currentColor;
        color: #ffffff;
    }

.jobrole-card.purple {
    color: #7a42db;
    border-bottom-color: #7a42db;
}

    .jobrole-card.purple .apply-btn,
    .jobrole-card.purple .jobrole-card-top span {
        background: #7a42db;
        color: #ffffff;
    }

.jobrole-card.teal {
    color: #00837e;
    border-bottom-color: #00837e;
}

    .jobrole-card.teal .apply-btn,
    .jobrole-card.teal .jobrole-card-top span {
        background: #00837e;
        color: #ffffff;
    }

.jobrole-card.orange {
    color: #f26a13;
    border-bottom-color: #f26a13;
}

    .jobrole-card.orange .apply-btn,
    .jobrole-card.orange .jobrole-card-top span {
        background: #f26a13;
        color: #ffffff;
    }

.jobrole-card.blue {
    color: #2778e8;
    border-bottom-color: #2778e8;
}

    .jobrole-card.blue .apply-btn,
    .jobrole-card.blue .jobrole-card-top span {
        background: #2778e8;
        color: #ffffff;
    }

.jobrole-card.green {
    color: #2f8f5b;
    border-bottom-color: #2f8f5b;
}

    .jobrole-card.green .apply-btn,
    .jobrole-card.green .jobrole-card-top span {
        background: #2f8f5b;
        color: #ffffff;
    }

.jobrole-card.red {
    color: #ff5e63;
    border-bottom-color: #ff5e63;
}

    .jobrole-card.red .apply-btn,
    .jobrole-card.red .jobrole-card-top span {
        background: #ff5e63;
        color: #ffffff;
    }

.jobrole-actions .outline-btn:hover {
    background: currentColor;
}

.jobrole-card.purple .outline-btn:hover,
.jobrole-card.teal .outline-btn:hover,
.jobrole-card.orange .outline-btn:hover,
.jobrole-card.blue .outline-btn:hover,
.jobrole-card.green .outline-btn:hover,
.jobrole-card.red .outline-btn:hover {
    color: #ffffff;
}

@media (max-width: 1400px) {
    .student-jobrole-page {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .jobrole-card-grid {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
    }
}

@media (max-width: 1199px) {
    .student-jobrole-page {
        grid-template-columns: 1fr;
    }

        .student-jobrole-page .student-side-menu {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
        }

            .student-jobrole-page .student-side-menu a {
                margin-bottom: 0;
            }

    .student-programme-ribbon,
    .jobrole-filter-row {
        flex-direction: column;
    }

        .student-programme-ribbon .programme-pill,
        .student-programme-ribbon .programme-select,
        .jobrole-filter-row > .form-select {
            width: 100%;
            min-width: 0;
            max-width: none;
        }
}

@media (max-width: 991px) {
    .student-jobrole-content {
        padding: 24px 18px;
    }

    .jobrole-card-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    .student-jobrole-page .student-side-menu {
        grid-template-columns: 1fr;
    }

    .jobrole-region-toggle {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

        .jobrole-region-toggle button {
            width: 100%;
        }

    .jobrole-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-programme-ribbon .programme-pill,
    .student-programme-ribbon .programme-select,
    .jobrole-filter-row > .form-select,
    .jobrole-region-toggle button {
        font-size: 16px;
    }

    .jobrole-card {
        padding: 22px 18px;
    }

    .jobrole-actions a {
        font-size: 15px;
    }
}
/* =========================================================
   STUDENT MY PROFILE - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-myprofile-container only.
========================================================= */

.student-myprofile-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-completion-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-myprofile-container .student-profile-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 220px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-myprofile-container .student-profile-avatar {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 38px;
    }

    .student-myprofile-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-myprofile-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-myprofile-container .student-profile-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-myprofile-container .profile-chip-row,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-token-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

        .student-myprofile-container .profile-chip,
        .student-myprofile-container .profile-token-list span {
            min-height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 800;
        }

            .student-myprofile-container .profile-chip.good {
                background: #eaf8f0;
                color: #1d7a4d;
            }

            .student-myprofile-container .profile-chip.info,
            .student-myprofile-container .profile-token-list span {
                background: #e9f6fb;
                color: #006490;
            }

            .student-myprofile-container .profile-chip.warn {
                background: #fff4df;
                color: #b56b00;
            }

    .student-myprofile-container .profile-completion-card {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-myprofile-container .completion-ring {
        width: 92px;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#006490 0 92%, #e9edf2 92% 100%);
    }

        .student-myprofile-container .completion-ring span {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #ffffff;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

    .student-myprofile-container .profile-section-tabs {
        padding: 12px;
        margin-bottom: 16px;
    }

        .student-myprofile-container .profile-section-tabs a {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            border-radius: 7px;
            background: #f5f7fb;
            color: #555555;
            text-decoration: none;
            font-weight: 800;
        }

            .student-myprofile-container .profile-section-tabs a:hover,
            .student-myprofile-container .profile-section-tabs a.active {
                background: #006490;
                color: #ffffff;
            }

    .student-myprofile-container .student-profile-card {
        padding: 20px;
    }

    .student-myprofile-container .profile-form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-form-actions h3,
        .student-myprofile-container .profile-block-head h4 {
            margin: 0;
            color: #006490;
            font-weight: 900;
        }

        .student-myprofile-container .profile-form-actions p,
        .student-myprofile-container .profile-block-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-myprofile-container .profile-block {
        padding: 18px;
        margin-bottom: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #ffffff;
    }

        .student-myprofile-container .profile-block:last-child {
            margin-bottom: 0;
        }

    .student-myprofile-container .profile-block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-block-head span {
            width: 46px;
            height: 46px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 18px;
        }

            .student-myprofile-container .profile-block-head span.green {
                background: #eaf8f0;
                color: #2f8f5b;
            }

            .student-myprofile-container .profile-block-head span.orange {
                background: #fff1df;
                color: #ff8300;
            }

            .student-myprofile-container .profile-block-head span.purple {
                background: #f3ecff;
                color: #7a42db;
            }

            .student-myprofile-container .profile-block-head span.red {
                background: #ffedef;
                color: #ff5e63;
            }

            .student-myprofile-container .profile-block-head span.teal {
                background: #e3fbf9;
                color: #00837e;
            }

    .student-myprofile-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-myprofile-container .form-control,
    .student-myprofile-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-myprofile-container textarea.form-control {
        min-height: 92px;
    }

    .student-myprofile-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-myprofile-container .document-upload-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .student-myprofile-container .document-upload-card {
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .student-myprofile-container .document-upload-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #eef2f6;
            color: #697586;
            font-size: 18px;
        }

        .student-myprofile-container .document-upload-card.verified i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-myprofile-container .document-upload-card.pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-myprofile-container .document-upload-card strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-myprofile-container .document-upload-card small {
            display: inline-flex;
            margin: 4px 0 10px;
            color: #697586;
            font-weight: 800;
        }

    .student-myprofile-container .profile-token-list {
        min-height: 44px;
        align-items: center;
        padding: 8px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

@media (max-width: 991px) {
    .student-myprofile-container {
        padding: 18px;
    }

        .student-myprofile-container .student-profile-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-myprofile-container .profile-completion-card {
            grid-column: 1 / -1;
        }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 768px) {
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .profile-form-actions {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-myprofile-container,
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-block {
        padding: 14px;
    }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: 1fr;
        }
}
/* =========================================================
   STUDENT MY PROFILE - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-myprofile-container only.
========================================================= */

.student-myprofile-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-completion-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-myprofile-container .student-profile-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 220px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-myprofile-container .student-profile-avatar {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 38px;
    }

    .student-myprofile-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-myprofile-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-myprofile-container .student-profile-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-myprofile-container .profile-chip-row,
    .student-myprofile-container .profile-section-tabs,
    .student-myprofile-container .profile-token-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

        .student-myprofile-container .profile-chip,
        .student-myprofile-container .profile-token-list span {
            min-height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 800;
        }

            .student-myprofile-container .profile-chip.good {
                background: #eaf8f0;
                color: #1d7a4d;
            }

            .student-myprofile-container .profile-chip.info,
            .student-myprofile-container .profile-token-list span {
                background: #e9f6fb;
                color: #006490;
            }

            .student-myprofile-container .profile-chip.warn {
                background: #fff4df;
                color: #b56b00;
            }

    .student-myprofile-container .profile-completion-card {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-myprofile-container .completion-ring {
        width: 92px;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#006490 0 92%, #e9edf2 92% 100%);
    }

        .student-myprofile-container .completion-ring span {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #ffffff;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

    .student-myprofile-container .profile-section-tabs {
        padding: 12px;
        margin-bottom: 16px;
    }

        .student-myprofile-container .profile-section-tabs a {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            border-radius: 7px;
            background: #f5f7fb;
            color: #555555;
            text-decoration: none;
            font-weight: 800;
        }

            .student-myprofile-container .profile-section-tabs a:hover,
            .student-myprofile-container .profile-section-tabs a.active {
                background: #006490;
                color: #ffffff;
            }

    .student-myprofile-container .student-profile-card {
        padding: 20px;
    }

    .student-myprofile-container .profile-form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-form-actions h3,
        .student-myprofile-container .profile-block-head h4 {
            margin: 0;
            color: #006490;
            font-weight: 900;
        }

        .student-myprofile-container .profile-form-actions p,
        .student-myprofile-container .profile-block-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-myprofile-container .profile-block {
        padding: 18px;
        margin-bottom: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #ffffff;
    }

        .student-myprofile-container .profile-block:last-child {
            margin-bottom: 0;
        }

    .student-myprofile-container .profile-block-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid #edf0f4;
    }

        .student-myprofile-container .profile-block-head span {
            width: 46px;
            height: 46px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 18px;
        }

            .student-myprofile-container .profile-block-head span.green {
                background: #eaf8f0;
                color: #2f8f5b;
            }

            .student-myprofile-container .profile-block-head span.orange {
                background: #fff1df;
                color: #ff8300;
            }

            .student-myprofile-container .profile-block-head span.purple {
                background: #f3ecff;
                color: #7a42db;
            }

            .student-myprofile-container .profile-block-head span.red {
                background: #ffedef;
                color: #ff5e63;
            }

            .student-myprofile-container .profile-block-head span.teal {
                background: #e3fbf9;
                color: #00837e;
            }

    .student-myprofile-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-myprofile-container .form-control,
    .student-myprofile-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-myprofile-container textarea.form-control {
        min-height: 92px;
    }

    .student-myprofile-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-myprofile-container .document-upload-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .student-myprofile-container .document-upload-card {
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .student-myprofile-container .document-upload-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #eef2f6;
            color: #697586;
            font-size: 18px;
        }

        .student-myprofile-container .document-upload-card.verified i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-myprofile-container .document-upload-card.pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-myprofile-container .document-upload-card strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-myprofile-container .document-upload-card small {
            display: inline-flex;
            margin: 4px 0 10px;
            color: #697586;
            font-weight: 800;
        }

    .student-myprofile-container .profile-token-list {
        min-height: 44px;
        align-items: center;
        padding: 8px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

@media (max-width: 991px) {
    .student-myprofile-container {
        padding: 18px;
    }

        .student-myprofile-container .student-profile-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-myprofile-container .profile-completion-card {
            grid-column: 1 / -1;
        }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 768px) {
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .profile-form-actions {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .student-myprofile-container,
    .student-myprofile-container .student-profile-hero,
    .student-myprofile-container .student-profile-card,
    .student-myprofile-container .profile-block {
        padding: 14px;
    }

        .student-myprofile-container .document-upload-grid {
            grid-template-columns: 1fr;
        }
}
/* =========================================================
   STUDENT MAKE PAYMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-payment-container only.
========================================================= */

.student-payment-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel,
    .student-payment-container .payment-summary-card,
    .student-payment-container .payment-due-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-payment-container .payment-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-payment-container .payment-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-payment-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-payment-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-payment-container .payment-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-payment-container .payment-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-payment-container .payment-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-payment-container .payment-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-payment-container .payment-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-payment-container .payment-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-payment-container .payment-due-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-payment-container .payment-due-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-payment-container .payment-due-card strong {
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-payment-container .payment-due-card span {
            color: #b56b00;
            font-size: 13px;
            font-weight: 800;
        }

    .student-payment-container .payment-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-payment-container .payment-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-payment-container .payment-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-payment-container .payment-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-payment-container .payment-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 22px;
            font-weight: 900;
        }

        .student-payment-container .payment-summary-card.paid {
            border-left-color: #2f8f5b;
        }

            .student-payment-container .payment-summary-card.paid span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-payment-container .payment-summary-card.pending {
            border-left-color: #ff8300;
        }

            .student-payment-container .payment-summary-card.pending span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-payment-container .payment-panel {
        height: 100%;
        padding: 18px;
    }

    .student-payment-container .payment-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-payment-container .payment-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-payment-container .payment-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-payment-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-payment-container .form-control,
    .student-payment-container .form-select {
        min-height: 44px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        color: #222222;
        font-size: 14px;
    }

    .student-payment-container textarea.form-control {
        min-height: 92px;
    }

    .student-payment-container .input-group-text {
        min-width: 54px;
        justify-content: center;
        background: #eef2f6;
        border: 1px solid #cfd6dd;
        color: #111111;
        font-weight: 800;
    }

    .student-payment-container .payment-mode-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .student-payment-container .payment-mode-card {
        position: relative;
        min-height: 118px;
        display: grid;
        justify-items: center;
        gap: 6px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
        cursor: pointer;
        text-align: center;
    }

        .student-payment-container .payment-mode-card.active,
        .student-payment-container .payment-mode-card:hover {
            border-color: #006490;
            background: #e9f6fb;
        }

        .student-payment-container .payment-mode-card input {
            position: absolute;
            top: 12px;
            right: 12px;
        }

        .student-payment-container .payment-mode-card i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #006490;
            color: #ffffff;
        }

        .student-payment-container .payment-mode-card strong {
            color: #111827;
            font-weight: 900;
        }

        .student-payment-container .payment-mode-card small {
            color: #697586;
            font-size: 12px;
        }

    .student-payment-container .payment-action-row {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

        .student-payment-container .payment-action-row .btn {
            min-height: 42px;
            border-radius: 7px;
            font-weight: 800;
        }

    .student-payment-container .fee-breakup-list {
        display: grid;
        gap: 12px;
    }

        .student-payment-container .fee-breakup-list div {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto auto;
            align-items: center;
            gap: 10px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-payment-container .fee-breakup-list span {
            color: #111827;
            font-weight: 800;
        }

        .student-payment-container .fee-breakup-list strong {
            color: #006490;
            font-weight: 900;
            white-space: nowrap;
        }

        .student-payment-container .fee-breakup-list b {
            min-width: 72px;
            min-height: 26px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 10px;
            border-radius: 30px;
            font-size: 12px;
        }

    .student-payment-container .status-paid {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .student-payment-container .status-pending {
        background: #fff4df;
        color: #b56b00;
    }

    .student-payment-container .payment-note {
        display: flex;
        gap: 12px;
        margin-top: 18px;
        padding: 12px;
        border-radius: 10px;
        background: #e9f6fb;
        color: #006490;
    }

        .student-payment-container .payment-note p {
            margin: 0;
            color: #334155;
            font-size: 13px;
            line-height: 1.5;
        }

    .student-payment-container .student-payment-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-payment-container .student-payment-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-payment-container .student-payment-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-payment-container .student-payment-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-payment-container .student-payment-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

@media (max-width: 1199px) {
    .student-payment-container .payment-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-payment-container {
        padding: 18px;
    }

        .student-payment-container .payment-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-payment-container .payment-due-card {
            grid-column: 1 / -1;
        }

        .student-payment-container .payment-mode-grid {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 768px) {
    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel-head,
    .student-payment-container .payment-action-row {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-payment-container .payment-summary-grid {
        grid-template-columns: 1fr;
    }

    .student-payment-container .fee-breakup-list div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-payment-container,
    .student-payment-container .payment-hero,
    .student-payment-container .payment-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT ATTENDANCE CALENDAR - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-attendance-container only.
========================================================= */

.student-attendance-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-attendance-container .attendance-hero,
    .student-attendance-container .attendance-panel,
    .student-attendance-container .attendance-summary-card,
    .student-attendance-container .attendance-filter-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-attendance-container .attendance-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 470px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-attendance-container .attendance-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-attendance-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-attendance-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-attendance-container .attendance-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-attendance-container .attendance-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-attendance-container .attendance-chip,
    .student-attendance-container .day-status {
        min-height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-attendance-container .attendance-chip.good,
        .student-attendance-container .day-status.present {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-attendance-container .attendance-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-attendance-container .attendance-chip.risk,
        .student-attendance-container .day-status.absent {
            background: #ffedef;
            color: #d93645;
        }

        .student-attendance-container .day-status.late {
            background: #fff4df;
            color: #b56b00;
        }

        .student-attendance-container .day-status.holiday {
            background: #eef2f6;
            color: #697586;
        }

    .student-attendance-container .attendance-filter-card {
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

    .student-attendance-container .filter-inline {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 10px;
    }

    .student-attendance-container .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .student-attendance-container .form-select,
    .student-attendance-container .btn {
        min-height: 42px;
        border-radius: 7px;
        font-weight: 800;
    }

    .student-attendance-container .attendance-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-attendance-container .attendance-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-attendance-container .attendance-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-attendance-container .attendance-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-attendance-container .attendance-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 28px;
            font-weight: 900;
        }

        .student-attendance-container .attendance-summary-card.present {
            border-left-color: #2f8f5b;
        }

            .student-attendance-container .attendance-summary-card.present span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-attendance-container .attendance-summary-card.absent {
            border-left-color: #ff5e63;
        }

            .student-attendance-container .attendance-summary-card.absent span {
                background: #ffedef;
                color: #ff5e63;
            }

        .student-attendance-container .attendance-summary-card.late {
            border-left-color: #ff8300;
        }

            .student-attendance-container .attendance-summary-card.late span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-attendance-container .attendance-panel {
        padding: 18px;
    }

    .student-attendance-container .attendance-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-attendance-container .attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 22px;
            font-weight: 900;
        }

        .student-attendance-container .attendance-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-attendance-container .attendance-legend {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
    }

        .student-attendance-container .attendance-legend span {
            min-height: 30px;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 4px 10px;
            border-radius: 30px;
            background: #f8fafc;
            color: #555555;
            font-size: 12px;
            font-weight: 800;
        }

        .student-attendance-container .attendance-legend i {
            width: 11px;
            height: 11px;
            border-radius: 50%;
        }

            .student-attendance-container .attendance-legend i.present {
                background: #2f8f5b;
            }

            .student-attendance-container .attendance-legend i.absent {
                background: #ff5e63;
            }

            .student-attendance-container .attendance-legend i.late {
                background: #ff8300;
            }

            .student-attendance-container .attendance-legend i.holiday {
                background: #94a3b8;
            }

    .student-attendance-container .attendance-calendar {
        display: grid;
        grid-template-columns: repeat(7, minmax(130px, 1fr));
        border: 1px solid #dce3ea;
        border-radius: 10px;
        overflow: auto;
        background: #dce3ea;
        gap: 1px;
    }

    .student-attendance-container .calendar-weekday {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006490;
        color: #ffffff;
        font-weight: 900;
    }

    .student-attendance-container .calendar-day {
        min-height: 142px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        padding: 12px;
        background: #ffffff;
        border-top: 4px solid transparent;
    }

        .student-attendance-container .calendar-day b {
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #f1f5f9;
            color: #111827;
            font-size: 15px;
        }

        .student-attendance-container .calendar-day small {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #475569;
            font-size: 12px;
            font-weight: 700;
        }

        .student-attendance-container .calendar-day.present-day {
            border-top-color: #2f8f5b;
            background: #fbfffd;
        }

        .student-attendance-container .calendar-day.absent-day {
            border-top-color: #ff5e63;
            background: #fffafa;
        }

        .student-attendance-container .calendar-day.late-day {
            border-top-color: #ff8300;
            background: #fffdf8;
        }

        .student-attendance-container .calendar-day.holiday-day {
            border-top-color: #94a3b8;
            background: #f8fafc;
        }

        .student-attendance-container .calendar-day.muted {
            opacity: 0.55;
            background: #f8fafc;
        }

@media (max-width: 1199px) {
    .student-attendance-container .attendance-hero {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .student-attendance-container .attendance-filter-card {
        grid-column: 1 / -1;
    }

    .student-attendance-container .attendance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .student-attendance-container {
        padding: 18px;
    }

        .student-attendance-container .attendance-hero,
        .student-attendance-container .attendance-panel-head {
            align-items: stretch;
            grid-template-columns: 1fr;
            flex-direction: column;
        }

        .student-attendance-container .filter-inline,
        .student-attendance-container .attendance-summary-grid {
            grid-template-columns: 1fr;
        }

        .student-attendance-container .attendance-legend {
            justify-content: flex-start;
        }

        .student-attendance-container .attendance-calendar {
            grid-template-columns: repeat(7, minmax(118px, 1fr));
        }
}

@media (max-width: 576px) {
    .student-attendance-container,
    .student-attendance-container .attendance-hero,
    .student-attendance-container .attendance-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT ASSESSMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-assessment-container only.
========================================================= */

.student-assessment-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel,
    .student-assessment-container .assessment-summary-card,
    .student-assessment-container .assessment-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-assessment-container .assessment-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-assessment-container .assessment-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-assessment-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-assessment-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-assessment-container .assessment-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-assessment-container .assessment-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-assessment-container .assessment-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-assessment-container .assessment-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-assessment-container .assessment-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-assessment-container .assessment-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-assessment-container .assessment-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-assessment-container .assessment-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-assessment-container .assessment-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-assessment-container .assessment-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-assessment-container .assessment-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-assessment-container .assessment-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-assessment-container .assessment-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-assessment-container .assessment-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-summary-card.scheduled {
            border-left-color: #2f8f5b;
        }

            .student-assessment-container .assessment-summary-card.scheduled span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-assessment-container .assessment-summary-card.pending {
            border-left-color: #ff8300;
        }

            .student-assessment-container .assessment-summary-card.pending span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-assessment-container .assessment-panel {
        height: 100%;
        padding: 18px;
    }

    .student-assessment-container .assessment-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-assessment-container .assessment-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-assessment-container .assessment-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-assessment-container .student-assessment-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-assessment-container .student-assessment-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-assessment-container .student-assessment-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-assessment-container .student-assessment-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-assessment-container .student-assessment-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-assessment-container .admit-card-preview {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-assessment-container .admit-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: #e9f6fb;
        color: #006490;
        font-size: 32px;
    }

    .student-assessment-container .admit-card-preview h4 {
        margin: 0;
        color: #006490;
        font-weight: 900;
    }

    .student-assessment-container .admit-card-preview p {
        margin: 0;
        color: #666666;
    }

    .student-assessment-container .admit-meta {
        width: 100%;
        display: grid;
        gap: 8px;
    }

        .student-assessment-container .admit-meta div {
            padding: 10px;
            border-radius: 8px;
            background: #ffffff;
            border: 1px solid #e7ebf0;
        }

        .student-assessment-container .admit-meta small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-assessment-container .admit-meta strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

    .student-assessment-container .assessment-check-list {
        display: grid;
        gap: 12px;
    }

        .student-assessment-container .assessment-check-list div {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-assessment-container .assessment-check-list i {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .student-assessment-container .assessment-check-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-assessment-container .assessment-check-list .pending i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-assessment-container .assessment-check-list span,
        .student-assessment-container .assessment-check-list strong {
            font-weight: 900;
        }

    .student-assessment-container .assessment-result-list {
        display: grid;
        gap: 14px;
    }

        .student-assessment-container .assessment-result-list div {
            display: grid;
            grid-template-columns: 140px 1fr 80px;
            align-items: center;
            gap: 10px;
        }

        .student-assessment-container .assessment-result-list span,
        .student-assessment-container .assessment-result-list strong {
            color: #111827;
            font-size: 13px;
            font-weight: 900;
        }

    .student-assessment-container .result-track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-assessment-container .result-track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-assessment-container .result-track i.warn {
                background: #ff8300;
            }

    .student-assessment-container .instruction-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .student-assessment-container .instruction-grid div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-assessment-container .instruction-grid i {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
        }

        .student-assessment-container .instruction-grid strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-assessment-container .instruction-grid small {
            display: block;
            margin-top: 4px;
            color: #697586;
            line-height: 1.5;
        }

@media (max-width: 1199px) {
    .student-assessment-container .assessment-summary-grid,
    .student-assessment-container .instruction-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-assessment-container {
        padding: 18px;
    }

        .student-assessment-container .assessment-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-assessment-container .assessment-score-card {
            grid-column: 1 / -1;
        }
}

@media (max-width: 768px) {
    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-assessment-container .assessment-summary-grid,
    .student-assessment-container .instruction-grid {
        grid-template-columns: 1fr;
    }

    .student-assessment-container .assessment-result-list div,
    .student-assessment-container .assessment-check-list div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-assessment-container,
    .student-assessment-container .assessment-hero,
    .student-assessment-container .assessment-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT RESULT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-result-container only.
========================================================= */

.student-result-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-result-container .result-hero,
    .student-result-container .result-panel,
    .student-result-container .result-summary-card,
    .student-result-container .result-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-result-container .result-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-result-container .result-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-result-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-result-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-result-container .result-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-result-container .result-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-result-container .result-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-result-container .result-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-result-container .result-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-result-container .result-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-result-container .result-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-result-container .result-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-result-container .result-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-result-container .result-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-result-container .result-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-result-container .result-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-result-container .result-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-result-container .result-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-result-container .result-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 26px;
            font-weight: 900;
        }

        .student-result-container .result-summary-card.passed {
            border-left-color: #2f8f5b;
        }

            .student-result-container .result-summary-card.passed span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-result-container .result-summary-card.certificate {
            border-left-color: #ff8300;
        }

            .student-result-container .result-summary-card.certificate span {
                background: #fff1df;
                color: #ff8300;
            }

    .student-result-container .result-panel {
        height: 100%;
        padding: 18px;
    }

    .student-result-container .result-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-result-container .result-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-result-container .result-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-result-container .student-result-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-result-container .student-result-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-result-container .student-result-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-result-container .student-result-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-result-container .student-result-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-result-container .marks-progress {
        width: 130px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-result-container .marks-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

    .student-result-container .result-total-row td {
        background: #fff4cf;
        font-weight: 900;
    }

    .student-result-container .result-card-preview {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 18px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .student-result-container .result-card-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: #eaf8f0;
        color: #1d7a4d;
        font-size: 32px;
    }

    .student-result-container .result-card-preview h4 {
        margin: 0;
        color: #006490;
        font-weight: 900;
    }

    .student-result-container .result-card-preview p {
        margin: 0;
        color: #666666;
    }

    .student-result-container .result-card-score {
        width: 112px;
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: conic-gradient(#2f8f5b 0 78.4%, #e9edf2 78.4% 100%);
        color: #111827;
        font-size: 24px;
        font-weight: 900;
    }

    .student-result-container .result-meta {
        width: 100%;
        display: grid;
        gap: 8px;
    }

        .student-result-container .result-meta div {
            padding: 10px;
            border-radius: 8px;
            background: #ffffff;
            border: 1px solid #e7ebf0;
        }

        .student-result-container .result-meta small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-result-container .result-meta strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

    .student-result-container .result-status-list,
    .student-result-container .certificate-timeline {
        display: grid;
        gap: 12px;
    }

        .student-result-container .result-status-list div,
        .student-result-container .certificate-timeline div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-result-container .result-status-list i,
        .student-result-container .certificate-timeline i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eef2f6;
            color: #697586;
        }

        .student-result-container .result-status-list .done i,
        .student-result-container .certificate-timeline .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-result-container .certificate-timeline .active i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-result-container .result-status-list span,
        .student-result-container .result-status-list strong,
        .student-result-container .certificate-timeline strong {
            color: #111827;
            font-weight: 900;
        }

        .student-result-container .result-status-list strong {
            margin-left: auto;
            white-space: nowrap;
        }

        .student-result-container .certificate-timeline small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

@media (max-width: 1199px) {
    .student-result-container .result-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-result-container {
        padding: 18px;
    }

        .student-result-container .result-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-result-container .result-score-card {
            grid-column: 1 / -1;
        }
}

@media (max-width: 768px) {
    .student-result-container .result-hero,
    .student-result-container .result-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-result-container .result-summary-grid {
        grid-template-columns: 1fr;
    }

    .student-result-container .result-status-list div,
    .student-result-container .certificate-timeline div {
        align-items: flex-start;
    }

    .student-result-container .result-status-list strong {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .student-result-container,
    .student-result-container .result-hero,
    .student-result-container .result-panel {
        padding: 14px;
    }
}
/* =========================================================
   STUDENT PLACEMENT - CONTAINER ONLY
   Paste this at the bottom of your main CSS file.
   Scoped to .student-placement-container only.
========================================================= */

.student-placement-container {
    width: 100%;
    padding: 24px;
    background: #eef5f8;
    color: #111827;
}

    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel,
    .student-placement-container .placement-summary-card,
    .student-placement-container .placement-score-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .student-placement-container .placement-hero {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 230px;
        align-items: center;
        gap: 18px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .student-placement-container .placement-hero-icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: #e9f6fb;
        color: #006490;
        font-size: 36px;
    }

    .student-placement-container .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .student-placement-container h2 {
        margin: 0;
        color: #006490;
        font-size: 28px;
        font-weight: 900;
    }

    .student-placement-container .placement-hero p {
        margin: 5px 0 10px;
        color: #666666;
    }

    .student-placement-container .placement-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .student-placement-container .placement-chip {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .student-placement-container .placement-chip.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-placement-container .placement-chip.info {
            background: #e9f6fb;
            color: #006490;
        }

        .student-placement-container .placement-chip.warn {
            background: #fff4df;
            color: #b56b00;
        }

    .student-placement-container .placement-score-card {
        display: grid;
        gap: 6px;
        padding: 16px;
        box-shadow: none;
        border: 1px solid #e7ebf0;
    }

        .student-placement-container .placement-score-card small {
            color: #697586;
            font-weight: 800;
        }

        .student-placement-container .placement-score-card strong {
            color: #111827;
            font-size: 30px;
            font-weight: 900;
        }

        .student-placement-container .placement-score-card span {
            color: #1d7a4d;
            font-size: 13px;
            font-weight: 800;
        }

    .student-placement-container .placement-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .student-placement-container .placement-summary-card {
        min-height: 104px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .student-placement-container .placement-summary-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .student-placement-container .placement-summary-card small {
            display: block;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .student-placement-container .placement-summary-card strong {
            display: block;
            margin-top: 5px;
            color: #111827;
            font-size: 24px;
            font-weight: 900;
        }

        .student-placement-container .placement-summary-card.applied {
            border-left-color: #2f8f5b;
        }

            .student-placement-container .placement-summary-card.applied span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .student-placement-container .placement-summary-card.interview {
            border-left-color: #ff8300;
        }

            .student-placement-container .placement-summary-card.interview span {
                background: #fff1df;
                color: #ff8300;
            }

        .student-placement-container .placement-summary-card.offer {
            border-left-color: #7a42db;
        }

            .student-placement-container .placement-summary-card.offer span {
                background: #f3ecff;
                color: #7a42db;
            }

    .student-placement-container .placement-panel {
        height: 100%;
        padding: 18px;
    }

    .student-placement-container .placement-panel-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

        .student-placement-container .placement-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 21px;
            font-weight: 900;
        }

        .student-placement-container .placement-panel-head p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 13px;
        }

    .student-placement-container .job-opportunity-list {
        display: grid;
        gap: 12px;
    }

    .student-placement-container .job-opportunity-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 14px;
        padding: 14px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
    }

    .student-placement-container .job-company-logo {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: #eaf8f0;
        color: #1d7a4d;
        font-size: 18px;
        font-weight: 900;
    }

        .student-placement-container .job-company-logo.blue {
            background: #e9f6fb;
            color: #006490;
        }

        .student-placement-container .job-company-logo.orange {
            background: #fff1df;
            color: #ff8300;
        }

    .student-placement-container .job-info h4 {
        margin: 0;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

    .student-placement-container .job-info p {
        margin: 4px 0 10px;
        color: #666666;
    }

    .student-placement-container .job-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

        .student-placement-container .job-tags span {
            min-height: 26px;
            display: inline-flex;
            align-items: center;
            padding: 4px 10px;
            border-radius: 30px;
            background: #eef2f6;
            color: #475569;
            font-size: 12px;
            font-weight: 800;
        }

    .student-placement-container .job-action {
        display: grid;
        justify-items: end;
        gap: 10px;
    }

        .student-placement-container .job-action .btn,
        .student-placement-container .placement-panel-head .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .student-placement-container .placement-readiness-list {
        display: grid;
        gap: 14px;
    }

        .student-placement-container .placement-readiness-list div {
            display: grid;
            grid-template-columns: 145px 1fr 70px;
            align-items: center;
            gap: 10px;
        }

        .student-placement-container .placement-readiness-list span,
        .student-placement-container .placement-readiness-list strong {
            color: #111827;
            font-size: 13px;
            font-weight: 900;
        }

    .student-placement-container .readiness-track {
        height: 11px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .student-placement-container .readiness-track i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

            .student-placement-container .readiness-track i.warn {
                background: #ff8300;
            }

    .student-placement-container .student-placement-table {
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .student-placement-container .student-placement-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .student-placement-container .student-placement-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .student-placement-container .student-placement-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .student-placement-container .student-placement-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .student-placement-container .placement-timeline {
        display: grid;
        gap: 12px;
    }

        .student-placement-container .placement-timeline div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-placement-container .placement-timeline i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eef2f6;
            color: #697586;
        }

        .student-placement-container .placement-timeline .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .student-placement-container .placement-timeline .active i {
            background: #fff4df;
            color: #ff8300;
        }

        .student-placement-container .placement-timeline strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .student-placement-container .placement-timeline small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

    .student-placement-container .offer-placeholder {
        display: grid;
        justify-items: center;
        gap: 10px;
        min-height: 220px;
        align-content: center;
        padding: 18px;
        border: 1px dashed #cfd6dd;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

        .student-placement-container .offer-placeholder i {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
            background: #fff4df;
            color: #ff8300;
            font-size: 30px;
        }

        .student-placement-container .offer-placeholder h4 {
            margin: 0;
            color: #111827;
            font-weight: 900;
        }

        .student-placement-container .offer-placeholder p {
            max-width: 420px;
            margin: 0;
            color: #666666;
        }

    .student-placement-container .retention-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

        .student-placement-container .retention-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .student-placement-container .retention-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .student-placement-container .retention-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .student-placement-container .placement-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .student-placement-container {
        padding: 18px;
    }

        .student-placement-container .placement-hero {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-placement-container .placement-score-card {
            grid-column: 1 / -1;
        }

        .student-placement-container .job-opportunity-card {
            grid-template-columns: auto minmax(0, 1fr);
        }

        .student-placement-container .job-action {
            grid-column: 1 / -1;
            justify-items: start;
        }
}

@media (max-width: 768px) {
    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel-head {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-placement-container .placement-summary-grid,
    .student-placement-container .retention-grid {
        grid-template-columns: 1fr;
    }

    .student-placement-container .placement-readiness-list div {
        grid-template-columns: 1fr;
    }

    .student-placement-container .placement-timeline div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .student-placement-container,
    .student-placement-container .placement-hero,
    .student-placement-container .placement-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ATTENDANCE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-attendance-page only.
========================================================= */

.centre-attendance-page {
    width: 100%;
    color: #111827;
}

.centre-attendance-head,
.attendance-profile-strip,
.attendance-panel,
.attendance-kpi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.centre-attendance-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

    .centre-attendance-head .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-attendance-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.attendance-filter {
    min-width: 720px;
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 170px auto;
    gap: 10px;
    align-items: center;
}

    .attendance-filter .form-select,
    .attendance-filter .form-control,
    .attendance-filter .btn {
        min-height: 44px;
        border-radius: 7px;
        font-weight: 700;
    }

.attendance-profile-strip {
    display: grid;
    grid-template-columns: 1.25fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.attendance-batch-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.batch-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.attendance-batch-identity h3 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.attendance-batch-identity p {
    margin: 4px 0 0;
    color: #666666;
}

.attendance-meta-grid,
.trainer-time-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .attendance-meta-grid div,
    .trainer-time-grid div,
    .retention-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .attendance-meta-grid small,
    .trainer-time-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .attendance-meta-grid strong,
    .trainer-time-grid strong {
        display: block;
        margin-top: 6px;
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

.success-text {
    color: #1d7a4d !important;
}

.danger-text {
    color: #d93645 !important;
}

.attendance-kpi-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-left: 5px solid #006490;
}

    .attendance-kpi-card span {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #e9f6fb;
        color: #006490;
        font-size: 20px;
    }

    .attendance-kpi-card p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 800;
    }

    .attendance-kpi-card h3 {
        margin: 4px 0;
        color: #111827;
        font-size: 28px;
        line-height: 1;
        font-weight: 900;
    }

    .attendance-kpi-card small {
        color: #697586;
        font-size: 12px;
    }

    .attendance-kpi-card.kpi-green {
        border-left-color: #2f8f5b;
    }

        .attendance-kpi-card.kpi-green span {
            background: #eaf8f0;
            color: #2f8f5b;
        }

    .attendance-kpi-card.kpi-red {
        border-left-color: #ff5e63;
    }

        .attendance-kpi-card.kpi-red span {
            background: #ffedef;
            color: #ff5e63;
        }

    .attendance-kpi-card.kpi-orange {
        border-left-color: #ff8300;
    }

        .attendance-kpi-card.kpi-orange span {
            background: #fff1df;
            color: #ff8300;
        }

.attendance-panel {
    height: 100%;
    padding: 18px;
}

.attendance-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

    .attendance-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 800;
    }

    .attendance-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 13px;
    }

.attendance-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .attendance-actions .btn,
    .trainer-attendance-card .btn {
        min-height: 38px;
        border-radius: 7px;
        font-weight: 800;
        white-space: nowrap;
    }

.centre-attendance-table {
    min-width: 980px;
    border: 1px solid #dce3ea;
    background: #ffffff;
    font-size: 14px;
}

    .centre-attendance-table th {
        padding: 12px;
        background: #f8fafc;
        color: #333333;
        font-weight: 900;
        white-space: nowrap;
        border: 1px solid #dce3ea;
    }

    .centre-attendance-table td {
        padding: 10px;
        vertical-align: middle;
        border: 1px solid #e7ebf0;
    }

        .centre-attendance-table td strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .centre-attendance-table td small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

    .centre-attendance-table .form-control,
    .centre-attendance-table .form-select {
        min-height: 38px;
        border-radius: 7px;
        font-size: 13px;
    }

.status-select.present {
    color: #1d7a4d;
    background-color: #eaf8f0;
}

.status-select.absent {
    color: #d93645;
    background-color: #ffedef;
}

.status-select.late {
    color: #b56b00;
    background-color: #fff4df;
}

.attendance-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 30px;
    background: #eef2f6;
    color: #697586;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

    .attendance-badge.good {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .attendance-badge.warn {
        background: #fff4df;
        color: #b56b00;
    }

    .attendance-badge.risk {
        background: #ffedef;
        color: #d93645;
    }

.trainer-attendance-card {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e7ebf0;
    border-radius: 12px;
    background: #fbfcfe;
    text-align: center;
}

.trainer-avatar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fb;
    color: #006490;
    font-size: 24px;
    font-weight: 900;
}

.trainer-attendance-card h4 {
    margin: 0;
    color: #111827;
    font-weight: 900;
}

.trainer-attendance-card p {
    margin: -6px 0 0;
    color: #666666;
}

.trainer-time-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.attendance-trend-chart {
    min-height: 260px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: end;
    gap: 14px;
    padding: 22px 12px 10px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #fbfcfe;
}

    .attendance-trend-chart div {
        min-height: 210px;
        display: grid;
        grid-template-rows: 1fr auto auto;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

    .attendance-trend-chart span {
        width: 42px;
        align-self: end;
        border-radius: 10px 10px 0 0;
        background: #006490;
    }

        .attendance-trend-chart span.risk {
            background: #ff5e63;
        }

    .attendance-trend-chart strong,
    .attendance-trend-chart b {
        color: #333333;
        font-size: 12px;
        font-weight: 900;
    }

.attendance-alert-list {
    display: grid;
    gap: 12px;
}

    .attendance-alert-list > div {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

    .attendance-alert-list i {
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .attendance-alert-list .risk i {
        background: #ffedef;
        color: #ff5e63;
    }

    .attendance-alert-list .warn i {
        background: #fff4df;
        color: #ff8300;
    }

    .attendance-alert-list .info i {
        background: #e9f6fb;
        color: #006490;
    }

    .attendance-alert-list strong {
        display: block;
        color: #111827;
    }

    .attendance-alert-list small {
        display: block;
        margin-top: 2px;
        color: #697586;
    }

    .attendance-alert-list b {
        margin-left: auto;
        font-size: 12px;
        white-space: nowrap;
    }

@media (max-width: 1199px) {
    .centre-attendance-head,
    .attendance-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .attendance-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-attendance-head,
    .attendance-panel-head,
    .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .attendance-filter,
    .attendance-meta-grid,
    .trainer-time-grid {
        grid-template-columns: 1fr;
    }

    .attendance-trend-chart {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(80px, 1fr));
    }

    .attendance-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-attendance-head,
    .attendance-profile-strip,
    .attendance-panel {
        padding: 14px;
    }

    .attendance-batch-identity {
        align-items: flex-start;
    }
}
/* =========================================================
   CENTRE ELIGIBLE CANDIDATES
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-eligible-page only.
========================================================= */

.centre-eligible-page {
    width: 100%;
    color: #111827;
}

    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel,
    .centre-eligible-page .eligible-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-eligible-page .eligible-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head p,
    .centre-eligible-page .eligible-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-eligible-page .eligible-filter .form-select,
        .centre-eligible-page .eligible-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-eligible-page .eligible-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .eligible-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-eligible-page .eligible-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-eligible-page .eligible-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-eligible-page .eligible-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-eligible-page .eligible-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-eligible-page .eligible-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-eligible-page .eligible-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-eligible-page .eligible-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-eligible-page .eligible-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-eligible-page .eligible-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-eligible-page .eligible-actions .btn,
        .centre-eligible-page .centre-eligible-table .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-eligible-page .centre-eligible-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-eligible-page .centre-eligible-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-eligible-page .centre-eligible-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-eligible-page .centre-eligible-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-eligible-page .centre-eligible-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-eligible-page .eligible-progress {
        width: 115px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-eligible-page .eligible-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

        .centre-eligible-page .eligible-progress.warn i {
            background: #ff8300;
        }

        .centre-eligible-page .eligible-progress.risk i {
            background: #ff5e63;
        }

    .centre-eligible-page .eligible-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-eligible-page .eligible-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligible-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligible-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-eligible-page .eligible-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-eligible-page .eligibility-rule-list,
    .centre-eligible-page .eligible-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-eligible-page .eligibility-rule-list > div,
        .centre-eligible-page .eligible-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .eligibility-rule-list i,
        .centre-eligible-page .eligible-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-eligible-page .eligibility-rule-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligibility-rule-list .warn i,
        .centre-eligible-page .eligible-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-eligible-page .eligible-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-eligible-page .eligible-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligibility-rule-list strong,
        .centre-eligible-page .eligible-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-eligible-page .eligibility-rule-list small,
        .centre-eligible-page .eligible-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

    .centre-eligible-page .batch-eligibility-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .centre-eligible-page .batch-eligibility-grid > div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .batch-eligibility-grid h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 900;
        }

        .centre-eligible-page .batch-eligibility-grid p {
            margin: 4px 0 10px;
            color: #697586;
        }

        .centre-eligible-page .batch-eligibility-grid strong {
            display: block;
            margin-bottom: 10px;
            color: #006490;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .centre-eligible-page .eligible-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-eligible-page .eligible-filter,
    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .centre-eligible-page .eligible-panel-head,
    .centre-eligible-page .eligible-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligibility-rule-list > div,
    .centre-eligible-page .eligible-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ELIGIBLE CANDIDATES
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-eligible-page only.
========================================================= */

.centre-eligible-page {
    width: 100%;
    color: #111827;
}

    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel,
    .centre-eligible-page .eligible-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-eligible-page .eligible-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-eligible-page .eligible-head p,
    .centre-eligible-page .eligible-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-eligible-page .eligible-filter .form-select,
        .centre-eligible-page .eligible-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-eligible-page .eligible-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-eligible-page .eligible-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-eligible-page .eligible-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-eligible-page .eligible-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-eligible-page .eligible-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-eligible-page .eligible-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-eligible-page .eligible-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-eligible-page .eligible-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-eligible-page .eligible-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-eligible-page .eligible-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-eligible-page .eligible-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-eligible-page .eligible-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-eligible-page .eligible-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-eligible-page .eligible-actions .btn,
        .centre-eligible-page .centre-eligible-table .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-eligible-page .centre-eligible-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-eligible-page .centre-eligible-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-eligible-page .centre-eligible-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-eligible-page .centre-eligible-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-eligible-page .centre-eligible-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-eligible-page .eligible-progress {
        width: 115px;
        max-width: 100%;
        height: 10px;
        overflow: hidden;
        border-radius: 20px;
        background: #eef2f6;
    }

        .centre-eligible-page .eligible-progress i {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #006490, #1ac7c2);
        }

        .centre-eligible-page .eligible-progress.warn i {
            background: #ff8300;
        }

        .centre-eligible-page .eligible-progress.risk i {
            background: #ff5e63;
        }

    .centre-eligible-page .eligible-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-eligible-page .eligible-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligible-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligible-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-eligible-page .eligible-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-eligible-page .eligibility-rule-list,
    .centre-eligible-page .eligible-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-eligible-page .eligibility-rule-list > div,
        .centre-eligible-page .eligible-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .eligibility-rule-list i,
        .centre-eligible-page .eligible-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-eligible-page .eligibility-rule-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-eligible-page .eligibility-rule-list .warn i,
        .centre-eligible-page .eligible-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-eligible-page .eligible-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-eligible-page .eligible-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-eligible-page .eligibility-rule-list strong,
        .centre-eligible-page .eligible-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-eligible-page .eligibility-rule-list small,
        .centre-eligible-page .eligible-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

    .centre-eligible-page .batch-eligibility-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

        .centre-eligible-page .batch-eligibility-grid > div {
            padding: 14px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-eligible-page .batch-eligibility-grid h4 {
            margin: 0;
            color: #111827;
            font-size: 16px;
            font-weight: 900;
        }

        .centre-eligible-page .batch-eligibility-grid p {
            margin: 4px 0 10px;
            color: #697586;
        }

        .centre-eligible-page .batch-eligibility-grid strong {
            display: block;
            margin-bottom: 10px;
            color: #006490;
            font-size: 18px;
            font-weight: 900;
        }

@media (max-width: 1199px) {
    .centre-eligible-page .eligible-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligible-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-eligible-page .eligible-filter,
    .centre-eligible-page .eligible-summary-grid,
    .centre-eligible-page .batch-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .centre-eligible-page .eligible-panel-head,
    .centre-eligible-page .eligible-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-eligible-page .eligibility-rule-list > div,
    .centre-eligible-page .eligible-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-eligible-page .eligible-head,
    .centre-eligible-page .eligible-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ASSESSMENT SCHEDULE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-schedule-page only.
========================================================= */

.centre-assessment-schedule-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-schedule-page .assessment-schedule-head,
    .centre-assessment-schedule-page .schedule-panel,
    .centre-assessment-schedule-page .schedule-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-schedule-page .assessment-schedule-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-schedule-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-schedule-page .assessment-schedule-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-schedule-page .assessment-schedule-head p,
    .centre-assessment-schedule-page .schedule-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-schedule-page .assessment-schedule-filter {
        min-width: 740px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-schedule-page .assessment-schedule-filter .form-select,
        .centre-assessment-schedule-page .assessment-schedule-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-schedule-page .assessment-schedule-summary {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-schedule-page .schedule-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-schedule-page .schedule-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-schedule-page .schedule-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-schedule-page .schedule-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-schedule-page .schedule-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

        .centre-assessment-schedule-page .schedule-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-schedule-page .schedule-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

    .centre-assessment-schedule-page .schedule-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-schedule-page .schedule-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-schedule-page .schedule-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-schedule-page .schedule-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-schedule-page .schedule-actions .btn,
        .centre-assessment-schedule-page .centre-schedule-table .btn,
        .centre-assessment-schedule-page .schedule-create-form .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-schedule-page .centre-schedule-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-schedule-page .centre-schedule-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-schedule-page .centre-schedule-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-schedule-page .centre-schedule-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-schedule-page .centre-schedule-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-assessment-schedule-page .schedule-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-schedule-page .schedule-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-schedule-page .schedule-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-schedule-page .schedule-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-schedule-page .schedule-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-schedule-page .schedule-create-form .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .centre-assessment-schedule-page .schedule-create-form .form-control,
    .centre-assessment-schedule-page .schedule-create-form .form-select {
        min-height: 42px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        font-size: 14px;
    }

    .centre-assessment-schedule-page .schedule-create-form textarea.form-control {
        min-height: 90px;
    }

    .centre-assessment-schedule-page .schedule-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

    .centre-assessment-schedule-page .assessment-calendar-list,
    .centre-assessment-schedule-page .schedule-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-schedule-page .assessment-calendar-list > div {
            display: grid;
            grid-template-columns: 56px minmax(0, 1fr) 48px;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-schedule-page .assessment-calendar-list b {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .confirmed b {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .pending b {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-schedule-page .assessment-calendar-list .delayed b {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-schedule-page .assessment-calendar-list strong {
            display: block;
            color: #111827;
            font-weight: 900;
        }

        .centre-assessment-schedule-page .assessment-calendar-list small {
            display: block;
            margin-top: 3px;
            color: #697586;
        }

        .centre-assessment-schedule-page .assessment-calendar-list span {
            color: #006490;
            font-weight: 900;
            text-align: right;
        }

        .centre-assessment-schedule-page .schedule-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-schedule-page .schedule-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-schedule-page .schedule-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-schedule-page .schedule-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-schedule-page .schedule-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-schedule-page .schedule-alert-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-schedule-page .schedule-alert-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-schedule-page .schedule-alert-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-schedule-page .assessment-schedule-head {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-schedule-page .assessment-schedule-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-schedule-page .assessment-schedule-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-schedule-page .assessment-schedule-filter,
    .centre-assessment-schedule-page .assessment-schedule-summary {
        grid-template-columns: 1fr;
    }

    .centre-assessment-schedule-page .schedule-panel-head,
    .centre-assessment-schedule-page .schedule-actions,
    .centre-assessment-schedule-page .schedule-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-schedule-page .schedule-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-schedule-page .assessment-schedule-head,
    .centre-assessment-schedule-page .schedule-panel {
        padding: 14px;
    }

    .centre-assessment-schedule-page .assessment-calendar-list > div {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .centre-assessment-schedule-page .assessment-calendar-list span {
        grid-column: 1 / -1;
        text-align: left;
    }
}
/* =========================================================
   CENTRE ASSESSMENT ATTENDANCE
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-attendance-page only.
========================================================= */

.centre-assessment-attendance-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip,
    .centre-assessment-attendance-page .assessment-attendance-panel,
    .centre-assessment-attendance-page .attendance-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-attendance-page .assessment-attendance-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-attendance-page .assessment-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-attendance-page .assessment-attendance-head p,
    .centre-assessment-attendance-page .assessment-attendance-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-attendance-page .assessment-attendance-filter {
        min-width: 760px;
        display: grid;
        grid-template-columns: 1fr 1.7fr 170px auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-attendance-page .assessment-attendance-filter .form-select,
        .centre-assessment-attendance-page .assessment-attendance-filter .form-control,
        .centre-assessment-attendance-page .assessment-attendance-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-attendance-page .assessment-session-strip {
        display: grid;
        grid-template-columns: 1.35fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .assessment-session-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-assessment-attendance-page .session-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 28px;
    }

    .centre-assessment-attendance-page .assessment-session-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessment-session-identity p {
        margin: 4px 0 0;
        color: #666666;
    }

    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .assessor-meta-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-assessment-attendance-page .assessment-session-meta div,
        .centre-assessment-attendance-page .assessor-meta-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-assessment-attendance-page .assessment-session-meta small,
        .centre-assessment-attendance-page .assessor-meta-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-assessment-attendance-page .assessment-session-meta strong,
        .centre-assessment-attendance-page .assessor-meta-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-assessment-attendance-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-assessment-attendance-page .danger-text {
        color: #d93645 !important;
    }

    .centre-assessment-attendance-page .attendance-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-attendance-page .attendance-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-attendance-page .attendance-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-attendance-page .attendance-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-attendance-page .attendance-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-attendance-page .attendance-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-assessment-attendance-page .attendance-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-attendance-page .attendance-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-assessment-attendance-page .assessment-attendance-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-attendance-page .assessment-attendance-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-attendance-page .assessment-attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-attendance-page .attendance-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-attendance-page .attendance-actions .btn,
        .centre-assessment-attendance-page .assessor-card .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-attendance-page .centre-assessment-attendance-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-attendance-page .centre-assessment-attendance-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-attendance-page .centre-assessment-attendance-table td {
            padding: 10px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-attendance-page .centre-assessment-attendance-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-attendance-page .centre-assessment-attendance-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

        .centre-assessment-attendance-page .centre-assessment-attendance-table .form-control,
        .centre-assessment-attendance-page .centre-assessment-attendance-table .form-select {
            min-height: 38px;
            border-radius: 7px;
            font-size: 13px;
        }

    .centre-assessment-attendance-page .status-select.present {
        color: #1d7a4d;
        background-color: #eaf8f0;
    }

    .centre-assessment-attendance-page .status-select.absent {
        color: #d93645;
        background-color: #ffedef;
    }

    .centre-assessment-attendance-page .status-select.late,
    .centre-assessment-attendance-page .status-select.pending {
        color: #b56b00;
        background-color: #fff4df;
    }

    .centre-assessment-attendance-page .assessment-attendance-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-attendance-page .assessment-attendance-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-attendance-page .assessment-attendance-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-attendance-page .assessor-card {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-assessment-attendance-page .assessor-avatar {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessor-card h4 {
        margin: 0;
        color: #111827;
        font-weight: 900;
    }

    .centre-assessment-attendance-page .assessor-card p {
        margin: -6px 0 0;
        color: #666666;
    }

    .centre-assessment-attendance-page .assessor-meta-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-attendance-page .attendance-split-chart {
        min-height: 260px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: end;
        gap: 18px;
        padding: 22px 12px 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .centre-assessment-attendance-page .attendance-split-chart div {
            min-height: 210px;
            display: grid;
            grid-template-rows: 1fr auto auto;
            justify-items: center;
            gap: 6px;
            text-align: center;
        }

        .centre-assessment-attendance-page .attendance-split-chart span {
            width: 52px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #2f8f5b;
        }

        .centre-assessment-attendance-page .attendance-split-chart .risk span {
            background: #ff5e63;
        }

        .centre-assessment-attendance-page .attendance-split-chart .warn span {
            background: #ff8300;
        }

        .centre-assessment-attendance-page .attendance-split-chart .info span {
            background: #006490;
        }

        .centre-assessment-attendance-page .attendance-split-chart strong,
        .centre-assessment-attendance-page .attendance-split-chart b {
            color: #333333;
            font-size: 13px;
            font-weight: 900;
        }

    .centre-assessment-attendance-page .assessment-exception-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-attendance-page .assessment-exception-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-attendance-page .assessment-exception-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-attendance-page .assessment-exception-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-attendance-page .assessment-exception-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-attendance-page .assessment-exception-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-attendance-page .assessment-exception-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-attendance-page .assessment-exception-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-attendance-page .assessment-exception-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-assessment-attendance-page .assessment-attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .attendance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-attendance-page .assessment-attendance-filter,
    .centre-assessment-attendance-page .assessment-session-meta,
    .centre-assessment-attendance-page .attendance-summary-grid,
    .centre-assessment-attendance-page .assessor-meta-grid {
        grid-template-columns: 1fr;
    }

    .centre-assessment-attendance-page .assessment-attendance-panel-head,
    .centre-assessment-attendance-page .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-attendance-page .attendance-split-chart {
        overflow-x: auto;
        grid-template-columns: repeat(4, minmax(90px, 1fr));
    }

    .centre-assessment-attendance-page .assessment-exception-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-attendance-page .assessment-attendance-head,
    .centre-assessment-attendance-page .assessment-session-strip,
    .centre-assessment-attendance-page .assessment-attendance-panel {
        padding: 14px;
    }
}
/* =========================================================
   CENTRE ASSESSMENT RESULT
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-assessment-result-page only.
========================================================= */

.centre-assessment-result-page {
    width: 100%;
    color: #111827;
}

    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip,
    .centre-assessment-result-page .assessment-result-panel,
    .centre-assessment-result-page .result-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-assessment-result-page .assessment-result-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-assessment-result-page .assessment-result-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-assessment-result-page .assessment-result-head p,
    .centre-assessment-result-page .assessment-result-panel-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-assessment-result-page .assessment-result-filter {
        min-width: 760px;
        display: grid;
        grid-template-columns: 1fr 1.7fr 1fr auto;
        gap: 10px;
        align-items: center;
    }

        .centre-assessment-result-page .assessment-result-filter .form-select,
        .centre-assessment-result-page .assessment-result-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-assessment-result-page .assessment-result-strip {
        display: grid;
        grid-template-columns: 1.35fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .result-batch-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-assessment-result-page .result-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
        font-size: 28px;
    }

    .centre-assessment-result-page .result-batch-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-assessment-result-page .result-batch-identity p {
        margin: 4px 0 0;
        color: #666666;
    }

    .centre-assessment-result-page .result-meta-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-assessment-result-page .result-meta-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-assessment-result-page .result-meta-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-assessment-result-page .result-meta-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-assessment-result-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-assessment-result-page .danger-text {
        color: #d93645 !important;
    }

    .centre-assessment-result-page .result-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .centre-assessment-result-page .result-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-assessment-result-page .result-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            background: #e9f6fb;
            color: #006490;
            font-size: 20px;
        }

        .centre-assessment-result-page .result-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-assessment-result-page .result-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-assessment-result-page .result-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-assessment-result-page .result-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-assessment-result-page .result-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-assessment-result-page .result-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-assessment-result-page .result-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-assessment-result-page .assessment-result-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-assessment-result-page .assessment-result-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-assessment-result-page .assessment-result-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-assessment-result-page .result-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-assessment-result-page .result-actions .btn,
        .centre-assessment-result-page .centre-assessment-result-table .btn,
        .centre-assessment-result-page .result-upload-form .btn {
            min-height: 34px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-assessment-result-page .centre-assessment-result-table {
        min-width: 1080px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-assessment-result-page .centre-assessment-result-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-assessment-result-page .centre-assessment-result-table td {
            padding: 12px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-assessment-result-page .centre-assessment-result-table td strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-assessment-result-page .centre-assessment-result-table td small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

    .centre-assessment-result-page .result-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-assessment-result-page .result-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-result-page .result-badge.info {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-result-page .result-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-assessment-result-page .result-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-assessment-result-page .upload-dropbox {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 18px;
        border: 2px dashed #cfd6dd;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

        .centre-assessment-result-page .upload-dropbox i {
            width: 66px;
            height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            background: #e9f6fb;
            color: #006490;
            font-size: 30px;
        }

        .centre-assessment-result-page .upload-dropbox h4 {
            margin: 0;
            color: #111827;
            font-weight: 900;
        }

        .centre-assessment-result-page .upload-dropbox p {
            margin: 0;
            color: #697586;
        }

    .centre-assessment-result-page .result-upload-form .form-label {
        color: #111111;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .centre-assessment-result-page .result-upload-form .form-control,
    .centre-assessment-result-page .result-upload-form .form-select {
        min-height: 42px;
        border: 1px solid #cfd6dd;
        border-radius: 8px;
        font-size: 14px;
    }

    .centre-assessment-result-page .result-upload-form textarea.form-control {
        min-height: 90px;
    }

    .centre-assessment-result-page .result-form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 18px;
    }

    .centre-assessment-result-page .result-flow-list,
    .centre-assessment-result-page .result-exception-list {
        display: grid;
        gap: 12px;
    }

        .centre-assessment-result-page .result-flow-list > div,
        .centre-assessment-result-page .result-exception-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-assessment-result-page .result-flow-list i,
        .centre-assessment-result-page .result-exception-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-assessment-result-page .result-flow-list .done i {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-assessment-result-page .result-flow-list .active i,
        .centre-assessment-result-page .result-exception-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-assessment-result-page .result-exception-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-assessment-result-page .result-exception-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-assessment-result-page .result-flow-list strong,
        .centre-assessment-result-page .result-exception-list strong {
            display: block;
            color: #111827;
        }

        .centre-assessment-result-page .result-flow-list small,
        .centre-assessment-result-page .result-exception-list small {
            display: block;
            margin-top: 2px;
            color: #697586;
        }

        .centre-assessment-result-page .result-exception-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1199px) {
    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-assessment-result-page .assessment-result-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-assessment-result-page .result-meta-grid,
    .centre-assessment-result-page .result-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-assessment-result-page .assessment-result-filter,
    .centre-assessment-result-page .result-meta-grid,
    .centre-assessment-result-page .result-summary-grid {
        grid-template-columns: 1fr;
    }

    .centre-assessment-result-page .assessment-result-panel-head,
    .centre-assessment-result-page .result-actions,
    .centre-assessment-result-page .result-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-assessment-result-page .result-flow-list > div,
    .centre-assessment-result-page .result-exception-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-assessment-result-page .assessment-result-head,
    .centre-assessment-result-page .assessment-result-strip,
    .centre-assessment-result-page .assessment-result-panel {
        padding: 14px;
    }
}
/* =========================================================
   TEAM MEMBER / EMPLOYEE LIST + FORM
   Paste this at the bottom of your main CSS file.
   Scoped to .team-member-list-page and .team-member-form-page only.
========================================================= */

.team-member-list-page,
.team-member-form-page {
    width: 100%;
}

    .team-member-list-page .list-title-band,
    .team-member-form-page .team-form-hero {
        background: #ffffff;
        border-radius: 5px;
        padding: 18px 20px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .team-member-list-page .list-title-band h2,
        .team-member-form-page .team-form-hero h2 {
            margin: 0;
            color: #006490;
            font-size: 24px;
            font-weight: 800;
        }

        .team-member-list-page .list-title-band p,
        .team-member-form-page .team-form-hero p {
            margin: 4px 0 0;
            color: #666666;
            font-size: 14px;
        }

    .team-member-form-page .page-kicker {
        display: inline-flex;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .team-member-form-page .hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .team-member-list-page .add-top-btn,
        .team-member-form-page .hero-actions .btn {
            min-height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 8px 16px;
            font-weight: 800;
            white-space: nowrap;
        }

    .team-member-list-page .team-filter-strip {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
        gap: 10px;
        margin-bottom: 16px;
        padding: 14px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

        .team-member-list-page .team-filter-strip .form-select,
        .team-member-list-page .team-filter-strip .btn {
            min-height: 42px;
            border-radius: 7px;
            font-weight: 700;
        }

    .team-member-list-page .list-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .team-member-list-page .entries-box,
    .team-member-list-page .search-box {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111111;
        font-size: 16px;
    }

        .team-member-list-page .entries-box .form-select {
            width: 75px;
            min-height: 38px;
        }

        .team-member-list-page .search-box .form-control {
            width: 240px;
            min-height: 38px;
        }

.team-member-table {
    border: 1px solid #dce3ea;
    background: #ffffff;
}

    .team-member-table th {
        background: #ffffff;
        color: #3a3a3a;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #dce3ea;
    }

    .team-member-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
    }

.team-member-list-page .employee-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-member-list-page .employee-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #e9f6fb;
    color: #006490;
    font-weight: 900;
}

    .team-member-list-page .employee-avatar.green {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .team-member-list-page .employee-avatar.orange {
        background: #fff4df;
        color: #b56b00;
    }

.team-member-list-page .employee-name {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.team-member-list-page .strong-text {
    color: #697586;
    font-size: 16px;
    font-weight: 800;
}

.team-member-list-page small {
    color: #333333;
    font-size: 13px;
}

.team-member-list-page hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.team-member-list-page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.team-member-list-page .tag {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .team-member-list-page .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .team-member-list-page .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

    .team-member-list-page .tag.green {
        background: #168b56;
        color: #ffffff;
    }

    .team-member-list-page .tag.blue {
        background: #e7eef7;
        color: #006490;
    }

.team-member-list-page .info-line {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9edf2;
    color: #697586;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 700;
}

.team-member-list-page .two-meta {
    display: grid;
    gap: 4px;
    color: #333333;
    font-size: 13px;
}

.team-member-list-page .status-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

    .team-member-list-page .status-pill.success {
        background: #168b56;
        color: #ffffff;
    }

    .team-member-list-page .status-pill.warning {
        background: #fff4df;
        color: #b56b00;
    }

.team-member-list-page .btn-view-detail {
    min-width: 118px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 7px;
    background: #006490;
    color: #ffffff;
    font-weight: 800;
}

    .team-member-list-page .btn-view-detail:hover {
        background: #00496a;
        color: #ffffff;
    }

.team-member-form-page .team-form-card,
.team-member-form-page .team-side-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.team-member-form-page .team-form-card {
    padding: 20px;
}

.team-member-form-page .form-block {
    padding: 18px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #ffffff;
}

.team-member-form-page .block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

.team-member-form-page .block-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 18px;
}

    .team-member-form-page .block-icon.green {
        background: #eaf8f0;
        color: #2f8f5b;
    }

    .team-member-form-page .block-icon.orange {
        background: #fff1df;
        color: #ff8300;
    }

    .team-member-form-page .block-icon.blue {
        background: #e9f6fb;
        color: #006490;
    }

.team-member-form-page .block-head h3 {
    margin: 0;
    color: #006490;
    font-size: 19px;
    font-weight: 800;
}

.team-member-form-page .block-head p {
    margin: 3px 0 0;
    color: #666666;
    font-size: 13px;
}

.team-member-form-page .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

    .team-member-form-page .form-label span {
        color: #bf2026;
    }

.team-member-form-page .form-control,
.team-member-form-page .form-select {
    min-height: 44px;
    border: 1px solid #cfd6dd;
    border-radius: 8px;
    color: #222222;
    font-size: 14px;
}

.team-member-form-page textarea.form-control {
    min-height: 96px;
}

.team-member-form-page .input-group-text {
    min-width: 54px;
    justify-content: center;
    background: #eef2f6;
    border: 1px solid #cfd6dd;
    color: #111111;
    font-weight: 700;
}

.team-member-form-page .team-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

    .team-member-form-page .team-form-actions .btn,
    .team-member-form-page .team-side-panel .btn {
        min-height: 40px;
        border-radius: 8px;
        font-weight: 800;
    }

.team-member-form-page .team-side-panel {
    padding: 18px;
}

.team-member-form-page .side-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .team-member-form-page .side-panel-head h3 {
        margin: 0;
        color: #006490;
        font-size: 18px;
        font-weight: 800;
    }

    .team-member-form-page .side-panel-head p {
        margin: 3px 0 0;
        color: #666666;
        font-size: 13px;
    }

    .team-member-form-page .side-panel-head span {
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

.team-member-form-page .progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #edf1f6;
    margin-bottom: 18px;
}

    .team-member-form-page .progress-line div {
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #1ac7c2);
    }

.team-member-form-page .progress-steps {
    display: grid;
    gap: 12px;
}

    .team-member-form-page .progress-steps div {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #555555;
        font-weight: 700;
        background: #f8fafc;
    }

    .team-member-form-page .progress-steps i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9edf2;
        color: #006490;
    }

    .team-member-form-page .progress-steps .done {
        background: #eaf8f0;
        color: #1d7a4d;
    }

        .team-member-form-page .progress-steps .done i {
            background: #2f8f5b;
            color: #ffffff;
        }

    .team-member-form-page .progress-steps .active {
        background: #e9f6fb;
        color: #006490;
    }

.team-member-form-page .note-panel p {
    margin: 0;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .team-member-list-page .team-filter-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .team-member-list-page .list-title-band,
    .team-member-list-page .list-toolbar,
    .team-member-form-page .team-form-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .team-member-list-page .team-filter-strip {
        grid-template-columns: 1fr;
    }

    .team-member-list-page .search-box {
        justify-content: space-between;
    }

        .team-member-list-page .search-box .form-control {
            width: 100%;
        }

    .team-member-form-page .hero-actions {
        justify-content: flex-start;
    }

    .team-member-form-page .team-form-card,
    .team-member-form-page .form-block,
    .team-member-form-page .team-side-panel {
        padding: 14px;
    }

    .team-member-form-page .team-form-actions {
        flex-direction: column;
    }
}
/* Work order list two-column allocation layout */
.workorder-list-page .workorder-list-table th:first-child {
    width: 40%;
}

.workorder-list-page .workorder-list-table th:nth-child(2) {
    width: 60%;
}

.workorder-list-page .workorder-summary-cell {
    min-width: 430px;
    vertical-align: top;
}

.workorder-list-page .workorder-distribution-cell {
    min-width: 680px;
    vertical-align: top;
}

.workorder-list-page .workorder-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.workorder-list-page .workorder-project-title {
    margin-bottom: 4px;
    color: #4f6175;
    font-size: 15px;
    line-height: 1.35;
}

.workorder-list-page .workorder-date-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    margin-top: 12px;
    padding: 10px 0;
    border-top: 1px solid #dfe5ec;
    border-bottom: 1px solid #dfe5ec;
}

    .workorder-list-page .workorder-date-grid div {
        display: grid;
        gap: 3px;
    }

    .workorder-list-page .workorder-date-grid strong {
        color: #4f6175;
        font-size: 14px;
        font-weight: 900;
    }

    .workorder-list-page .workorder-date-grid small {
        color: #2f3b49;
        font-size: 11px;
    }

.workorder-list-page .workorder-summary-actions {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    margin-top: 14px;
    align-items: stretch;
}

    .workorder-list-page .workorder-summary-actions .btn {
        width: 100%;
        min-width: 0;
        min-height: 68px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .workorder-list-page .workorder-summary-actions span,
    .workorder-list-page .workorder-metrics span {
        min-height: 56px;
        display: grid;
        place-items: center;
        padding: 8px;
        border: 1px solid #edf0f4;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .workorder-list-page .workorder-summary-actions strong,
    .workorder-list-page .workorder-metrics strong {
        color: #006490;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .workorder-list-page .workorder-summary-actions small,
    .workorder-list-page .workorder-metrics small {
        color: #697586;
        font-size: 10px;
        font-weight: 900;
        line-height: 1.25;
    }

.workorder-list-page .jobrole-metrics span:nth-child(2),
.workorder-list-page .centre-metrics span:nth-child(2) {
    border-color: #bceef0;
    background: linear-gradient(135deg, #e8fbfb, #f6fffd);
    box-shadow: inset 4px 0 0 #12b8b3;
}

    .workorder-list-page .jobrole-metrics span:nth-child(2) strong,
    .workorder-list-page .centre-metrics span:nth-child(2) strong {
        color: #008b87;
    }

    .workorder-list-page .jobrole-metrics span:nth-child(2) small,
    .workorder-list-page .centre-metrics span:nth-child(2) small {
        color: #006f6b;
    }

.workorder-list-page .workorder-summary-actions .target-highlight {
    border-color: rgba(0, 100, 144, 0.22);
    background: #f7fbfd;
    box-shadow: inset 4px 0 0 #006490;
}

    .workorder-list-page .workorder-summary-actions .target-highlight strong {
        font-size: 30px;
    }

.workorder-list-page .allocation-section h4 {
    margin: 0 0 8px;
    color: #5d6b7a;
    font-size: 15px;
    font-weight: 900;
}

.workorder-list-page .workorder-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.workorder-list-page .centre-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workorder-list-page .workorder-distribution-cell hr {
    margin: 10px 0 12px;
    border: 0;
    border-top: 1px solid #dfe5ec;
    opacity: 1;
}

@media (max-width: 1200px) {
    .workorder-list-page .workorder-summary-actions {
        grid-template-columns: 1fr 1fr;
    }

        .workorder-list-page .workorder-summary-actions .btn {
            grid-column: 1 / -1;
            min-height: 44px;
        }

    .workorder-list-page .centre-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .workorder-list-page .workorder-summary-cell,
    .workorder-list-page .workorder-distribution-cell {
        min-width: 620px;
    }

    .workorder-list-page .workorder-date-grid {
        grid-template-columns: 1fr;
    }

    .workorder-list-page .workorder-summary-actions,
    .workorder-list-page .workorder-metrics,
    .workorder-list-page .centre-metrics {
        grid-template-columns: 1fr;
    }
}


.service-hub-target-list-page .table td {
    vertical-align: top;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(1) {
    width: 18%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(2) {
    width: 28%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(3) {
    width: 16%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(4) {
    width: 18%;
}

.service-hub-target-list-page .service-hub-target-table th:nth-child(5) {
    width: 14%;
}

.service-hub-target-list-page .location-tags {
    align-items: flex-start;
    gap: 8px;
}

.service-hub-target-list-page .servicehub-target-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    gap: 8px;
}

    .service-hub-target-list-page .servicehub-target-metrics span {
        min-height: 56px;
        border: 1px solid #dfe7ef;
        border-radius: 8px;
        background: #fbfdff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px;
        text-align: center;
    }

    .service-hub-target-list-page .servicehub-target-metrics strong {
        color: #006795;
        font-size: 20px;
        line-height: 1;
    }

    .service-hub-target-list-page .servicehub-target-metrics small {
        color: #5f6f82;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px;
    }

.service-hub-target-list-page .status-pill.info {
    background: #e7f3ff;
    color: #006795;
}

@media (max-width: 768px) {
    .service-hub-target-list-page .servicehub-target-metrics {
        grid-template-columns: repeat(3, minmax(64px, 1fr));
    }
}

.centre-assigned-projects-page .assigned-status.closed {
    background: #edf1f6;
    color: #4b5563;
}

.centre-assigned-projects-page .assigned-project-card .btn-outline-primary {
    border-color: #dbeafe;
    color: #005f89;
    background: #ffffff;
}

    .centre-assigned-projects-page .assigned-project-card .btn-outline-primary:hover {
        background: #e9f6fb;
        color: #004d70;
    }

.centre-assigned-projects-page .target-summary-list span {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .centre-assigned-projects-page .assigned-projects-filter .btn {
        width: 100%;
    }
}

.centre-assigned-projects-page .assigned-status.closed {
    background: #edf1f6;
    color: #4b5563;
}

.centre-assigned-projects-page .assigned-project-card .btn-outline-primary {
    border-color: #dbeafe;
    color: #005f89;
    background: #ffffff;
}

    .centre-assigned-projects-page .assigned-project-card .btn-outline-primary:hover {
        background: #e9f6fb;
        color: #004d70;
    }

.centre-assigned-projects-page .target-summary-list span {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .centre-assigned-projects-page .assigned-projects-filter .btn {
        width: 100%;
    }
}

.centre-batch-list-page .centre-batch-table td.text-center {
    vertical-align: middle;
}

.centre-batch-list-page .batch-filter-box {
    justify-content: flex-end;
}

.centre-batch-list-page .centre-batch-table .text-danger {
    font-weight: 800;
}

.centre-batch-list-page .status-pill.success {
    color: #1d7a4d;
}

@media (max-width: 768px) {
    .centre-batch-list-page .centre-batch-toolbar .entries-box {
        justify-content: flex-start;
    }

    .centre-batch-list-page .batch-filter-box .form-select,
    .centre-batch-list-page .batch-filter-box .form-control {
        flex: 1 1 100%;
    }
}

.centre-batch-student-page {
    width: 100%;
    color: #111827;
}

.student-list-head,
.student-batch-strip,
.student-summary-grid,
.student-registration-table {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-student-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-list-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-list-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.student-batch-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    margin-bottom: 16px;
}

.batch-strip-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.batch-strip-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #e9f6fb;
    color: #006490;
    font-size: 24px;
}

.student-batch-strip h3 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.student-batch-strip p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 13px;
}

.student-summary-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.summary-card {
    padding: 12px 14px;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #fbfcfe;
}

    .summary-card small {
        display: block;
        color: #111827;
        font-size: 13px;
        font-weight: 800;
    }

    .summary-card strong {
        display: block;
        margin-top: 8px;
        color: #006490;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
    }

.student-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.entries-box,
.student-list-filter {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .entries-box .form-select {
        width: 75px;
    }

    .student-list-filter .form-select,
    .student-list-filter .form-control {
        width: 230px;
    }

.student-registration-table {
    border: 1px solid #dce3ea;
    border-collapse: collapse;
    overflow: hidden;
}

    .student-registration-table th {
        background: #ffffff;
        color: #222222;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 1px solid #222222;
        white-space: nowrap;
    }

    .student-registration-table td {
        vertical-align: top;
        padding: 14px;
        border: 1px solid #dce3ea;
        border-bottom: 2px solid #ffb3b3;
        background: #ffffff;
    }

.student-name,
.cell-title {
    color: #697586;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.cell-line,
.status-subline {
    color: #1f2937;
    font-size: 13px;
    line-height: 1.55;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    color: #5b21b6;
    background: #d8b4fe;
    font-size: 13px;
    font-weight: 800;
}

    .tag.peach {
        color: #d35400;
        background: #ffdfc4;
    }

    .tag.muted {
        color: #64748b;
        background: #e7ebf0;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.metric-inline strong {
    display: block;
    color: #006490;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.metric-inline span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.mini-progress {
    width: 100%;
    height: 8px;
    margin: 10px 0 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf3;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #22c7bd);
    }

    .mini-progress.warning i {
        background: #ff8a00;
    }

    .mini-progress.muted i {
        background: #cbd5e1;
    }

.metric-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(80px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

    .metric-row div {
        padding: 9px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
        text-align: center;
    }

    .metric-row strong {
        display: block;
        color: #006490;
        font-size: 15px;
        font-weight: 900;
    }

    .metric-row small {
        color: #64748b;
        font-size: 11px;
        font-weight: 800;
    }

.btn-vr-primary,
.btn-view-detail {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover,
    .btn-view-detail:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

.btn-view-detail,
.btn-soft-action {
    min-width: 116px;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 14px;
}

.btn-soft-action {
    background: #e5f6fd;
    color: #006490;
    font-weight: 800;
}

    .btn-soft-action:hover {
        background: #d3effa;
        color: #005678;
    }

@media (max-width: 1200px) {
    .student-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .student-list-head,
    .student-list-toolbar,
    .student-batch-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .student-list-filter {
        flex-wrap: wrap;
    }

        .student-list-filter .form-select,
        .student-list-filter .form-control {
            flex: 1 1 220px;
            width: auto;
        }
}

@media (max-width: 576px) {
    .student-list-head,
    .student-batch-strip,
    .student-summary-grid {
        padding: 14px;
    }

    .student-summary-grid {
        grid-template-columns: 1fr;
    }

    .batch-strip-left {
        align-items: flex-start;
        flex-direction: column;
    }
}

.centre-student-detail-page {
    width: 100%;
    color: #111827;
}

.student-detail-head,
.student-profile-hero,
.student-detail-summary,
.detail-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.student-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-student-detail-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.student-detail-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.student-detail-head p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.student-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.student-profile-hero {
    display: grid;
    grid-template-columns: 74px 1fr 180px;
    gap: 16px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.student-avatar {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #e9f6fb;
    color: #006490;
    font-size: 34px;
    font-weight: 900;
}

.student-hero-main h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.student-hero-main p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.hero-score {
    padding: 14px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fbfcfe;
    text-align: center;
}

    .hero-score small,
    .student-detail-summary small,
    .detail-list small,
    .metric-row small,
    .progress-block span {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .hero-score strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        font-weight: 900;
    }

    .hero-score span,
    .student-detail-summary span {
        display: block;
        margin-top: 5px;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.student-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    margin-bottom: 18px;
}

    .student-detail-summary div,
    .detail-list div,
    .metric-row div {
        padding: 12px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .student-detail-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1;
        font-weight: 900;
    }

.student-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

    .student-detail-grid.three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.detail-card {
    padding: 18px;
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    .card-title h4 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 900;
    }

.detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .detail-list.compact {
        grid-template-columns: 1fr;
    }

    .detail-list strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 900;
    }

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

    .metric-row strong,
    .progress-block b {
        display: block;
        color: #006490;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
    }

.progress-block {
    display: grid;
    gap: 12px;
}

    .progress-block > div:not(.mini-progress) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.mini-progress {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf3;
}

    .mini-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #006490, #22c7bd);
    }

.btn-vr-primary {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

@media (max-width: 1200px) {
    .student-detail-grid.three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .student-detail-head,
    .student-profile-hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .student-detail-summary,
    .student-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .student-detail-head,
    .student-profile-hero,
    .student-detail-summary,
    .detail-card {
        padding: 14px;
    }

    .detail-list,
    .metric-row {
        grid-template-columns: 1fr;
    }
}

.centre-batch-status-page {
    width: 100%;
    color: #111827;
}

.batch-status-head,
.batch-status-hero,
.batch-status-summary,
.batch-status-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
}

.batch-status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.centre-batch-status-page .page-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.batch-status-head h2 {
    margin: 0;
    color: #006490;
    font-size: 26px;
    font-weight: 800;
}

.batch-status-head p,
.batch-status-hero p {
    margin: 4px 0 0;
    color: #666666;
    font-size: 14px;
}

.batch-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.batch-status-hero {
    display: grid;
    grid-template-columns: 64px 1fr 180px;
    gap: 16px;
    align-items: center;
    padding: 18px;
    margin-bottom: 18px;
}

.batch-status-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.batch-status-main h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.batch-risk-box {
    padding: 14px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fbfcfe;
    text-align: center;
}

    .batch-risk-box small,
    .batch-status-summary small,
    .detail-list small {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .batch-risk-box strong,
    .batch-status-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 22px;
        line-height: 1.1;
        font-weight: 900;
    }

    .batch-risk-box span,
    .batch-status-summary span {
        display: block;
        margin-top: 6px;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.batch-status-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    margin-bottom: 18px;
}

    .batch-status-summary div,
    .detail-list div {
        padding: 12px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #fbfcfe;
    }

.batch-status-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) 1.2fr;
    gap: 18px;
}

.batch-status-card {
    padding: 18px;
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

    .card-title h4 {
        margin: 0;
        color: #006490;
        font-size: 20px;
        font-weight: 900;
    }

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        display: block;
        margin-bottom: 7px;
        color: #111827;
        font-size: 14px;
        font-weight: 800;
    }

.form-control,
.form-select {
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    min-height: 42px;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.status-message {
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

    .status-message.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-message.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-message.info {
        color: #006490;
        background: #e4f5fb;
    }

.detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .detail-list strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 900;
    }

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.purple {
        background: #dec5ff;
        color: #5d16ff;
    }

    .tag.peach {
        background: #ffe3cc;
        color: #d26500;
    }

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .status-pill.success {
        color: #078340;
        background: #dff6e8;
    }

    .status-pill.warning {
        color: #b56900;
        background: #fff0d2;
    }

    .status-pill.info {
        color: #006490;
        background: #e4f5fb;
    }

.btn-vr-primary {
    background: #006c96;
    border-color: #006c96;
    color: #ffffff;
    font-weight: 800;
}

    .btn-vr-primary:hover {
        background: #005678;
        border-color: #005678;
        color: #ffffff;
    }

@media (max-width: 1200px) {
    .batch-status-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .batch-status-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .batch-status-head,
    .batch-status-hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .batch-status-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .batch-status-head,
    .batch-status-hero,
    .batch-status-summary,
    .batch-status-card {
        padding: 14px;
    }

    .batch-status-summary,
    .detail-list {
        grid-template-columns: 1fr;
    }
}

.centre-batch-list-page .centre-batch-table td.text-center {
    vertical-align: middle;
}

.centre-batch-list-page .batch-filter-box {
    justify-content: flex-end;
}

.centre-batch-list-page .centre-batch-table .text-danger {
    font-weight: 800;
}

.centre-batch-list-page .status-pill.success {
    color: #1d7a4d;
}

.smart-dialog-backdrop,
.batch-status-modal-backdrop {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(215, 232, 243, 0.78);
    backdrop-filter: blur(8px);
}

.batch-status-modal-backdrop {
    z-index: 9990;
}

.smart-dialog-backdrop {
    z-index: 10020;
}

    .smart-dialog-backdrop.show,
    .batch-status-modal-backdrop.show {
        display: flex;
    }

.smart-dialog {
    width: min(520px, 100%);
    position: relative;
    padding: 42px 34px 34px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.smart-dialog-close,
.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f6f9;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.smart-dialog-icon {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 9px solid #3f6fee;
    border-radius: 50%;
    color: #3f6fee;
    font-size: 48px;
}

    .smart-dialog-icon.success {
        border-color: #3f6fee;
        color: #3f6fee;
    }

    .smart-dialog-icon.failure {
        border-color: #ff5d64;
        color: #ff5d64;
    }

    .smart-dialog-icon.alert {
        border-color: #ff9f1c;
        color: #ff9f1c;
    }

    .smart-dialog-icon.confirm {
        border-color: #006490;
        color: #006490;
    }

.smart-dialog h3 {
    margin: 0;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
}

.smart-dialog p {
    max-width: 390px;
    margin: 20px auto 30px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
}

.smart-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.smart-btn {
    min-width: 150px;
    min-height: 54px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.smart-btn-primary {
    background: #3f6fee;
    color: #ffffff;
}

.smart-btn-light {
    background: #eef2f6;
    color: #111827;
}

.batch-status-modal {
    width: min(760px, 100%);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

.batch-status-modal-head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid #e7ebf0;
}

    .batch-status-modal-head h3 {
        margin: 0;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .batch-status-modal-head p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

.batch-status-modal-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 22px;
    background: #f7fafc;
    border-bottom: 1px solid #e7ebf0;
}

    .batch-status-modal-summary div {
        padding: 11px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        background: #ffffff;
    }

    .batch-status-modal-summary small {
        display: block;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .batch-status-modal-summary strong {
        display: block;
        margin-top: 6px;
        color: #006490;
        font-size: 18px;
        line-height: 1.15;
        font-weight: 900;
    }

#batchStatusPopupForm {
    padding: 20px 22px 22px;
}

    #batchStatusPopupForm .form-label {
        color: #111827;
        font-size: 14px;
        font-weight: 800;
    }

    #batchStatusPopupForm .form-control,
    #batchStatusPopupForm .form-select {
        min-height: 42px;
        border: 1px solid #cfd8e3;
        border-radius: 7px;
    }

.batch-status-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.centre-batch-table .btn-soft-action {
    border: 0;
}

@media (max-width: 768px) {
    .centre-batch-list-page .centre-batch-toolbar .entries-box {
        justify-content: flex-start;
    }

    .centre-batch-list-page .batch-filter-box .form-select,
    .centre-batch-list-page .batch-filter-box .form-control {
        flex: 1 1 100%;
    }

    .smart-dialog {
        padding: 34px 20px 26px;
        border-radius: 24px;
    }

    .smart-dialog-icon {
        width: 88px;
        height: 88px;
        font-size: 38px;
    }

    .smart-dialog h3 {
        font-size: 32px;
    }

    .smart-dialog p {
        font-size: 18px;
    }

    .smart-btn {
        width: 100%;
        font-size: 18px;
    }

    .batch-status-modal-summary {
        grid-template-columns: 1fr;
    }
}

.smart-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(215, 232, 243, 0.78);
    backdrop-filter: blur(8px);
}

    .smart-dialog-backdrop.show {
        display: flex;
    }

.smart-dialog {
    width: min(520px, 100%);
    position: relative;
    padding: 42px 34px 34px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.smart-dialog-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f6f9;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.smart-dialog-icon {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 9px solid #3f6fee;
    border-radius: 50%;
    color: #3f6fee;
    font-size: 48px;
}

    .smart-dialog-icon.success {
        border-color: #3f6fee;
        color: #3f6fee;
    }

    .smart-dialog-icon.failure {
        border-color: #ff5d64;
        color: #ff5d64;
    }

    .smart-dialog-icon.alert {
        border-color: #ff9f1c;
        color: #ff9f1c;
    }

    .smart-dialog-icon.confirm {
        border-color: #006490;
        color: #006490;
    }

.smart-dialog h3 {
    margin: 0;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
}

.smart-dialog p {
    max-width: 390px;
    margin: 20px auto 30px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
}

.smart-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.smart-btn {
    min-width: 150px;
    min-height: 54px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.smart-btn-primary {
    background: #3f6fee;
    color: #ffffff;
}

.smart-btn-light {
    background: #eef2f6;
    color: #111827;
}


/*//=====================centre color-profile===============*/
/* Dynamic centre profile extras. Paste after the main admin CSS. */

/* Dynamic centre profile extras. Paste after the main admin CSS. */

.centre-profile-page {
    width: 100%;
    color: #111827;
}

.centre-profile-hero,
.centre-profile-summary,
.centre-profile-form-card,
.centre-profile-panel,
.profile-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.08);
}

.centre-profile-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.page-kicker {
    display: inline-flex;
    padding: 5px 10px;
    margin-bottom: 8px;
    border-radius: 30px;
    background: #e9f6fb;
    color: #006490;
    font-size: 12px;
    font-weight: 800;
}

.centre-profile-title h2,
.block-head h3,
.panel-head h3 {
    margin: 0;
    color: #006490;
    font-weight: 800;
}

.centre-profile-title p,
.block-head p {
    margin: 4px 0 0;
    color: #666;
}

.centre-profile-actions {
    display: flex;
    gap: 10px;
}

.centre-profile-summary {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin-bottom: 16px;
}

.centre-summary-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.centre-logo-box {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #e9f6fb;
    color: #006490;
    font-size: 28px;
}

.centre-summary-main h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
}

.centre-summary-main p {
    margin: 4px 0;
    color: #666;
}

.centre-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.centre-tag,
.centre-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 10px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 800;
}

    .centre-tag.blue,
    .centre-status-pill.info {
        background: #e9f6fb;
        color: #006490;
    }

    .centre-tag.green,
    .centre-status-pill.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .centre-tag.orange {
        background: #fff4df;
        color: #b56b00;
    }

.centre-profile-metrics,
.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .centre-profile-metrics div,
    .snapshot-grid div {
        padding: 12px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
    }

    .centre-profile-metrics small,
    .snapshot-grid small {
        display: block;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-profile-metrics strong,
    .snapshot-grid strong {
        display: block;
        margin-top: 6px;
        font-size: 18px;
        font-weight: 900;
    }

.centre-profile-form-card {
    padding: 18px;
}

.profile-block {
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: none;
    border: 1px solid #e7ebf0;
}

.block-head,
.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7ebf0;
}

.block-head {
    justify-content: flex-start;
}

.block-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #e9f6fb;
    color: #006490;
}

    .block-icon.green {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .block-icon.orange {
        background: #fff4df;
        color: #ff8300;
    }

.centre-profile-page .form-label {
    font-weight: 800;
}

    .centre-profile-page .form-label span {
        color: #dc3545;
    }

.centre-facility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .centre-facility-grid label,
    .document-status-list div,
    .approval-timeline div {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border: 1px solid #e7ebf0;
        border-radius: 8px;
        background: #fbfcfe;
        font-weight: 700;
    }

.centre-profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.centre-profile-panel {
    padding: 16px;
}

.approval-timeline,
.document-status-list {
    display: grid;
    gap: 10px;
}

    .approval-timeline i {
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .approval-timeline strong,
    .document-status-list span {
        display: block;
        font-weight: 800;
    }

    .approval-timeline small {
        display: block;
        color: #697586;
    }

    .document-status-list i {
        color: #006490;
    }

    .document-status-list b {
        margin-left: auto;
        color: #1d7a4d;
        font-size: 12px;
    }

        .document-status-list b.pending {
            color: #b56b00;
        }

.profile-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 800;
}

    .profile-message.info {
        background: #e9f6fb;
        color: #006490;
    }

    .profile-message.success {
        background: #eaf8f0;
        color: #1d7a4d;
    }

    .profile-message.warning {
        background: #fff4df;
        color: #b56b00;
    }

.profile-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(10, 24, 38, .38);
    backdrop-filter: blur(4px);
}

    .profile-popup-backdrop.show {
        display: flex;
    }

.profile-popup {
    width: min(430px, 100%);
    padding: 34px 28px 28px;
    text-align: center;
    border: 1px solid rgba(0, 108, 148, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 35, 55, .25);
}

.profile-popup-icon {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0f9d58;
    color: #fff;
    font-size: 42px;
}

    .profile-popup-icon.confirm {
        background: #006490;
    }

    .profile-popup-icon.alert {
        background: #ff9800;
    }

    .profile-popup-icon.failure {
        background: #e23b4b;
    }

.profile-popup h3 {
    margin: 0 0 10px;
    color: #061b2e;
    font-size: 30px;
    font-weight: 800;
}

.profile-popup p {
    margin: 0;
    color: #3f4d5a;
    font-size: 17px;
    line-height: 1.45;
}

.profile-popup-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.profile-popup-btn {
    min-width: 120px;
    padding: 12px 22px;
    border: 0;
    border-radius: 9px;
    font-weight: 800;
    cursor: pointer;
}

    .profile-popup-btn.primary {
        background: #006490;
        color: #fff;
    }

    .profile-popup-btn.light {
        background: #eaf4f8;
        color: #006490;
    }

@media (max-width: 991px) {
    .centre-profile-hero,
    .centre-profile-summary {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .centre-profile-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .centre-profile-metrics,
    .snapshot-grid,
    .centre-facility-grid {
        grid-template-columns: 1fr;
    }

    .centre-profile-actions,
    .centre-profile-form-actions {
        flex-direction: column;
    }
}


/*/*/ /* attandance*/

/* =========================================================
   CENTRE STUDENT ATTENDANCE DYNAMIC
   Paste this at the bottom of your main CSS file.
   Scoped to .centre-attendance-page only.
========================================================= */

.centre-attendance-page {
    width: 100%;
    color: #111827;
}

    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip,
    .centre-attendance-page .attendance-panel,
    .centre-attendance-page .attendance-kpi-card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.08);
    }

    .centre-attendance-page .centre-attendance-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px 20px;
        margin-bottom: 16px;
    }

    .centre-attendance-page .page-kicker {
        display: inline-flex;
        padding: 5px 10px;
        margin-bottom: 8px;
        border-radius: 30px;
        background: #e9f6fb;
        color: #006490;
        font-size: 12px;
        font-weight: 800;
    }

    .centre-attendance-page .centre-attendance-head h2 {
        margin: 0;
        color: #006490;
        font-size: 26px;
        font-weight: 800;
    }

    .centre-attendance-page .centre-attendance-head p,
    .centre-attendance-page .attendance-panel-head p,
    .centre-attendance-page .attendance-batch-identity p {
        margin: 4px 0 0;
        color: #666666;
        font-size: 14px;
    }

    .centre-attendance-page .attendance-filter {
        min-width: 720px;
        display: grid;
        grid-template-columns: 1.1fr 1.35fr 170px auto;
        gap: 10px;
        align-items: center;
    }

        .centre-attendance-page .attendance-filter .form-select,
        .centre-attendance-page .attendance-filter .form-control,
        .centre-attendance-page .attendance-filter .btn {
            min-height: 44px;
            border-radius: 7px;
            font-weight: 700;
        }

    .centre-attendance-page .attendance-profile-strip {
        display: grid;
        grid-template-columns: 1.25fr 2fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
        margin-bottom: 16px;
    }

    .centre-attendance-page .attendance-batch-identity {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .centre-attendance-page .batch-avatar,
    .centre-attendance-page .attendance-kpi-card span {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9f6fb;
        color: #006490;
    }

    .centre-attendance-page .batch-avatar {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        font-size: 28px;
    }

    .centre-attendance-page .attendance-batch-identity h3 {
        margin: 0;
        color: #111827;
        font-size: 22px;
        font-weight: 900;
    }

    .centre-attendance-page .attendance-meta-grid,
    .centre-attendance-page .trainer-time-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

        .centre-attendance-page .attendance-meta-grid div,
        .centre-attendance-page .trainer-time-grid div {
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 8px;
            background: #fbfcfe;
        }

        .centre-attendance-page .attendance-meta-grid small,
        .centre-attendance-page .trainer-time-grid small {
            display: block;
            color: #697586;
            font-size: 12px;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-meta-grid strong,
        .centre-attendance-page .trainer-time-grid strong {
            display: block;
            margin-top: 6px;
            color: #111827;
            font-size: 18px;
            font-weight: 900;
        }

    .centre-attendance-page .success-text {
        color: #1d7a4d !important;
    }

    .centre-attendance-page .danger-text {
        color: #d93645 !important;
    }

    .centre-attendance-page .attendance-kpi-card {
        min-height: 118px;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        border-left: 5px solid #006490;
    }

        .centre-attendance-page .attendance-kpi-card span {
            width: 50px;
            height: 50px;
            flex: 0 0 auto;
            border-radius: 16px;
            font-size: 20px;
        }

        .centre-attendance-page .attendance-kpi-card p {
            margin: 0;
            color: #666666;
            font-size: 13px;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-kpi-card h3 {
            margin: 4px 0;
            color: #111827;
            font-size: 28px;
            line-height: 1;
            font-weight: 900;
        }

        .centre-attendance-page .attendance-kpi-card small {
            color: #697586;
            font-size: 12px;
        }

        .centre-attendance-page .attendance-kpi-card.kpi-green {
            border-left-color: #2f8f5b;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-green span {
                background: #eaf8f0;
                color: #2f8f5b;
            }

        .centre-attendance-page .attendance-kpi-card.kpi-red {
            border-left-color: #ff5e63;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-red span {
                background: #ffedef;
                color: #ff5e63;
            }

        .centre-attendance-page .attendance-kpi-card.kpi-orange {
            border-left-color: #ff8300;
        }

            .centre-attendance-page .attendance-kpi-card.kpi-orange span {
                background: #fff1df;
                color: #ff8300;
            }

    .centre-attendance-page .attendance-panel {
        height: 100%;
        padding: 18px;
    }

    .centre-attendance-page .attendance-panel-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

        .centre-attendance-page .attendance-panel-head h3 {
            margin: 0;
            color: #006490;
            font-size: 20px;
            font-weight: 800;
        }

    .centre-attendance-page .attendance-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .centre-attendance-page .attendance-actions .btn,
        .centre-attendance-page .trainer-attendance-card .btn {
            min-height: 38px;
            border-radius: 7px;
            font-weight: 800;
            white-space: nowrap;
        }

    .centre-attendance-page .centre-attendance-table {
        min-width: 980px;
        border: 1px solid #dce3ea;
        background: #ffffff;
        font-size: 14px;
    }

        .centre-attendance-page .centre-attendance-table th {
            padding: 12px;
            background: #f8fafc;
            color: #333333;
            font-weight: 900;
            white-space: nowrap;
            border: 1px solid #dce3ea;
        }

        .centre-attendance-page .centre-attendance-table td {
            padding: 10px;
            vertical-align: middle;
            border: 1px solid #e7ebf0;
        }

            .centre-attendance-page .centre-attendance-table td strong,
            .centre-attendance-page .attendance-alert-list strong {
                display: block;
                color: #111827;
                font-weight: 900;
            }

            .centre-attendance-page .centre-attendance-table td small,
            .centre-attendance-page .attendance-alert-list small {
                display: block;
                margin-top: 3px;
                color: #697586;
            }

        .centre-attendance-page .centre-attendance-table .form-control,
        .centre-attendance-page .centre-attendance-table .form-select {
            min-height: 38px;
            border-radius: 7px;
            font-size: 13px;
        }

    .centre-attendance-page .status-select.present {
        color: #1d7a4d;
        background-color: #eaf8f0;
    }

    .centre-attendance-page .status-select.absent {
        color: #d93645;
        background-color: #ffedef;
    }

    .centre-attendance-page .status-select.late {
        color: #b56b00;
        background-color: #fff4df;
    }

    .centre-attendance-page .attendance-badge {
        min-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 30px;
        background: #eef2f6;
        color: #697586;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .centre-attendance-page .attendance-badge.good {
            background: #eaf8f0;
            color: #1d7a4d;
        }

        .centre-attendance-page .attendance-badge.warn {
            background: #fff4df;
            color: #b56b00;
        }

        .centre-attendance-page .attendance-badge.risk {
            background: #ffedef;
            color: #d93645;
        }

    .centre-attendance-page .trainer-attendance-card {
        display: grid;
        justify-items: center;
        gap: 12px;
        padding: 16px;
        border: 1px solid #e7ebf0;
        border-radius: 12px;
        background: #fbfcfe;
        text-align: center;
    }

    .centre-attendance-page .trainer-avatar {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e9f6fb;
        color: #006490;
        font-size: 24px;
        font-weight: 900;
    }

    .centre-attendance-page .trainer-attendance-card h4 {
        margin: 0;
        color: #111827;
        font-weight: 900;
    }

    .centre-attendance-page .trainer-attendance-card p {
        margin: -6px 0 0;
        color: #666666;
    }

    .centre-attendance-page .trainer-time-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-attendance-page .attendance-trend-chart {
        min-height: 260px;
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        align-items: end;
        gap: 14px;
        padding: 22px 12px 10px;
        border: 1px solid #e7ebf0;
        border-radius: 10px;
        background: #fbfcfe;
    }

        .centre-attendance-page .attendance-trend-chart div {
            min-height: 210px;
            display: grid;
            grid-template-rows: 1fr auto auto;
            justify-items: center;
            gap: 6px;
            text-align: center;
        }

        .centre-attendance-page .attendance-trend-chart .trend-empty {
            grid-column: 1 / -1;
            min-height: 80px;
            align-content: center;
            color: #697586;
            font-weight: 800;
        }

        .centre-attendance-page .attendance-trend-chart span {
            width: 42px;
            align-self: end;
            border-radius: 10px 10px 0 0;
            background: #006490;
        }

            .centre-attendance-page .attendance-trend-chart span.risk {
                background: #ff5e63;
            }

        .centre-attendance-page .attendance-trend-chart strong,
        .centre-attendance-page .attendance-trend-chart b {
            color: #333333;
            font-size: 12px;
            font-weight: 900;
        }

    .centre-attendance-page .attendance-alert-list {
        display: grid;
        gap: 12px;
    }

        .centre-attendance-page .attendance-alert-list > div {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid #e7ebf0;
            border-radius: 10px;
            background: #fbfcfe;
        }

        .centre-attendance-page .attendance-alert-list i {
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .centre-attendance-page .attendance-alert-list .risk i {
            background: #ffedef;
            color: #ff5e63;
        }

        .centre-attendance-page .attendance-alert-list .warn i {
            background: #fff4df;
            color: #ff8300;
        }

        .centre-attendance-page .attendance-alert-list .info i {
            background: #e9f6fb;
            color: #006490;
        }

        .centre-attendance-page .attendance-alert-list b {
            margin-left: auto;
            font-size: 12px;
            white-space: nowrap;
        }

    .centre-attendance-page .attendance-popup-backdrop {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(15, 23, 42, 0.45);
    }

        .centre-attendance-page .attendance-popup-backdrop.show {
            display: flex;
        }

    .centre-attendance-page .attendance-popup {
        width: min(520px, 96vw);
        padding: 36px 30px 28px;
        border-radius: 26px;
        background: #ffffff;
        box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
        text-align: center;
    }

    .centre-attendance-page .attendance-popup-icon {
        width: 96px;
        height: 96px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 8px solid #4270f4;
        border-radius: 50%;
        color: #4270f4;
        font-size: 46px;
    }

        .centre-attendance-page .attendance-popup-icon.success {
            border-color: #2f8f5b;
            color: #2f8f5b;
        }

        .centre-attendance-page .attendance-popup-icon.failure {
            border-color: #ff5e63;
            color: #ff5e63;
        }

        .centre-attendance-page .attendance-popup-icon.alert,
        .centre-attendance-page .attendance-popup-icon.confirm {
            border-color: #ff8300;
            color: #ff8300;
        }

    .centre-attendance-page .attendance-popup h3 {
        margin: 0;
        color: #111827;
        font-size: 34px;
        font-weight: 900;
    }

    .centre-attendance-page .attendance-popup p {
        margin: 12px auto 26px;
        max-width: 420px;
        color: #333333;
        font-size: 18px;
        line-height: 1.35;
    }

    .centre-attendance-page .attendance-popup-actions {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .centre-attendance-page .attendance-popup-btn {
        min-width: 140px;
        min-height: 46px;
        border: 0;
        border-radius: 8px;
        padding: 10px 18px;
        font-weight: 900;
    }

        .centre-attendance-page .attendance-popup-btn.primary {
            background: #006490;
            color: #ffffff;
        }

        .centre-attendance-page .attendance-popup-btn.light {
            background: #eef2f6;
            color: #111827;
        }

@media (max-width: 1199px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .centre-attendance-page .attendance-filter {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centre-attendance-page .attendance-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-panel-head,
    .centre-attendance-page .attendance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .centre-attendance-page .attendance-filter,
    .centre-attendance-page .attendance-meta-grid,
    .centre-attendance-page .trainer-time-grid {
        grid-template-columns: 1fr;
    }

    .centre-attendance-page .attendance-trend-chart {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(80px, 1fr));
    }

    .centre-attendance-page .attendance-alert-list > div {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .centre-attendance-page .centre-attendance-head,
    .centre-attendance-page .attendance-profile-strip,
    .centre-attendance-page .attendance-panel {
        padding: 14px;
    }

    .centre-attendance-page .attendance-batch-identity {
        align-items: flex-start;
    }

    .centre-attendance-page .attendance-popup h3 {
        font-size: 28px;
    }
}

/* =========================================================
   CENTRE ELIGIBLE CANDIDATES DYNAMIC EXTRA
   Paste below centre-eligible-candidates-style.css.
========================================================= */

.centre-eligible-page .eligible-actions .form-control {
    width: 220px;
    min-height: 34px;
    border-radius: 7px;
    font-weight: 700;
}

.centre-eligible-page .eligible-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
}

    .centre-eligible-page .eligible-popup-backdrop.show {
        display: flex;
    }

.centre-eligible-page .eligible-popup {
    width: min(520px, 96vw);
    padding: 36px 30px 28px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.centre-eligible-page .eligible-popup-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #4270f4;
    border-radius: 50%;
    color: #4270f4;
    font-size: 46px;
}

    .centre-eligible-page .eligible-popup-icon.success {
        border-color: #2f8f5b;
        color: #2f8f5b;
    }

    .centre-eligible-page .eligible-popup-icon.failure {
        border-color: #ff5e63;
        color: #ff5e63;
    }

    .centre-eligible-page .eligible-popup-icon.alert,
    .centre-eligible-page .eligible-popup-icon.confirm {
        border-color: #ff8300;
        color: #ff8300;
    }

.centre-eligible-page .eligible-popup h3 {
    margin: 0;
    color: #111827;
    font-size: 34px;
    font-weight: 900;
}

.centre-eligible-page .eligible-popup p {
    margin: 12px auto 26px;
    max-width: 420px;
    color: #333333;
    font-size: 18px;
    line-height: 1.35;
}

.centre-eligible-page .eligible-popup-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.centre-eligible-page .eligible-popup-btn {
    min-width: 140px;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 900;
}

    .centre-eligible-page .eligible-popup-btn.primary {
        background: #006490;
        color: #ffffff;
    }

    .centre-eligible-page .eligible-popup-btn.light {
        background: #eef2f6;
        color: #111827;
    }

@media (max-width: 768px) {
    .centre-eligible-page .eligible-actions .form-control {
        width: 100%;
    }
}





/* Add below centre-assessment-schedule-style.css */
.centre-assessment-schedule-page .schedule-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(3px);
}

    .centre-assessment-schedule-page .schedule-popup-backdrop.is-open,
    .centre-assessment-schedule-page .schedule-popup-backdrop.show {
        display: flex;
    }

.centre-assessment-schedule-page .schedule-popup {
    width: min(430px, 100%);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    padding: 34px 30px 28px;
    text-align: center;
    border: 1px solid #e6eef5;
}

.centre-assessment-schedule-page .schedule-popup-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: 800;
}

    .centre-assessment-schedule-page .schedule-popup-icon.success {
        color: #2563eb;
        border: 9px solid #4777f2;
    }

    .centre-assessment-schedule-page .schedule-popup-icon.error {
        color: #dc2626;
        border: 9px solid #ef4444;
    }

    .centre-assessment-schedule-page .schedule-popup-icon.confirm {
        color: #d97706;
        border: 9px solid #f59e0b;
    }

.centre-assessment-schedule-page .schedule-popup h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.centre-assessment-schedule-page .schedule-popup p {
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.45;
}

.centre-assessment-schedule-page .schedule-detail-popup {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: left;
}

.centre-assessment-schedule-page .schedule-popup-btn {
    min-width: 120px;
    border: 0;
    border-radius: 9px;
    padding: 12px 18px;
    font-weight: 800;
    cursor: pointer;
}

    .centre-assessment-schedule-page .schedule-popup-btn.primary {
        background: #006b95;
        color: #ffffff;
    }

    .centre-assessment-schedule-page .schedule-popup-btn.danger {
        background: #ef4444;
        color: #ffffff;
    }

    .centre-assessment-schedule-page .schedule-popup-btn.light {
        background: #f1f5f9;
        color: #0f172a;
    }

    .centre-assessment-schedule-page .schedule-popup-btn:hover {
        filter: brightness(0.96);
    }

@media (max-width: 640px) {
    .centre-assessment-schedule-page .schedule-popup {
        padding: 28px 20px 24px;
        border-radius: 18px;
    }

        .centre-assessment-schedule-page .schedule-popup h3 {
            font-size: 26px;
        }

        .centre-assessment-schedule-page .schedule-popup p {
            font-size: 16px;
        }

    .centre-assessment-schedule-page .schedule-popup-btn {
        width: 100%;
    }
}

/* =========================================================
   GLOBAL ADMIN / CENTRE THEME POLISH
   Common typography, card, form and list alignment layer.
   Keep this block at the bottom so it overrides older page
   specific CSS without breaking existing class names.
========================================================= */
:root {
    --theme-primary: #006b95;
    --theme-primary-dark: #005272;
    --theme-teal: #10b8b3;
    --theme-green: #14865b;
    --theme-orange: #f58220;
    --theme-red: #ef4f5f;
    --theme-page: #eef5f8;
    --theme-card: #ffffff;
    --theme-soft: #f8fbfd;
    --theme-line: #dbe5ee;
    --theme-line-soft: #edf2f6;
    --theme-text: #101828;
    --theme-muted: #667085;
    --theme-radius: 8px;
    --theme-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    --theme-shadow-soft: 0 4px 14px rgba(15, 23, 42, 0.06);
}

body.app-shell {
    background: var(--theme-page);
    color: var(--theme-text);
    font-family: "DM Sans", "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0;
}

    body.app-shell h1,
    body.app-shell h2,
    body.app-shell h3,
    body.app-shell h4,
    body.app-shell h5,
    body.app-shell h6 {
        margin: 0;
        color: var(--theme-text);
        font-family: "DM Sans", "Noto Sans", Arial, sans-serif;
        line-height: 1.18;
        letter-spacing: 0;
    }

    body.app-shell p {
        color: var(--theme-muted);
        line-height: 1.45;
    }

.top-navigation {
    min-height: 108px;
    padding: 18px 32px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.logo-mark {
    width: 50px;
    height: 50px;
}

    .logo-mark::after {
        width: 30px;
        height: 30px;
        left: 11px;
        top: 9px;
    }

.logo-text {
    font-size: 25px;
    letter-spacing: 0;
}

.main-nav {
    gap: 22px;
    font-size: 14px;
    font-weight: 800;
}

.header-right,
.language {
    font-size: 14px;
}

.user-icon {
    width: 44px;
    height: 44px;
    border-width: 3px;
}

.layout {
    min-height: calc(100vh - 108px);
    background: var(--theme-page);
}

.sidebar {
    top: 108px;
    width: 260px;
    flex-basis: 260px;
    min-height: calc(100vh - 108px);
    padding: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.main-content {
    padding: 18px;
    background: var(--theme-page);
}

.footer-section {
    margin-left: 260px;
}

.profile-section {
    gap: 12px;
    padding: 14px;
    border-radius: var(--theme-radius);
}

    .profile-section .avatar,
    .avatar {
        width: 52px;
        height: 52px;
        border-width: 5px;
    }

.profile-detail h4 {
    font-size: 13px;
    line-height: 1.25;
}

.profile-detail p,
.menu-group-title {
    font-size: 11px;
}

.side-link,
.admin-side-link {
    min-height: 42px;
    margin-bottom: 6px;
    padding: 10px 12px;
    border-radius: var(--theme-radius);
    font-size: 14px;
    font-weight: 800;
}

    .side-link i,
    .admin-side-link i {
        font-size: 13px;
    }

.submenu-list a,
.submenu-list .submenu-link {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: var(--theme-radius);
    font-size: 13px;
    font-weight: 750;
}

.admin-page-head,
.list-title-band,
.programme-target-head,
.centre-batch-head,
.student-registration-head,
.placement-head,
.assessment-schedule-head,
.assessment-attendance-head,
.assessment-result-head,
.eligible-head,
.centre-attendance-head,
.student-list-head,
.student-detail-head,
.batch-status-head,
.centre-profile-title,
.ev-page-head {
    gap: 16px;
    padding: 18px 20px !important;
    margin-bottom: 16px;
    background: var(--theme-card);
    border: 1px solid var(--theme-line-soft);
    border-radius: var(--theme-radius);
    box-shadow: var(--theme-shadow);
}

    .admin-page-head h2,
    .list-title-band h2,
    .programme-target-head h2,
    .centre-batch-head h2,
    .student-registration-head h2,
    .placement-head h2,
    .assessment-schedule-head h2,
    .assessment-attendance-head h2,
    .assessment-result-head h2,
    .eligible-head h2,
    .centre-attendance-head h2,
    .student-list-head h2,
    .student-detail-head h2,
    .batch-status-head h2,
    .centre-profile-title h2,
    .ev-page-head h2 {
        color: var(--theme-primary);
        font-size: 24px !important;
        font-weight: 900;
    }

    .admin-page-head p,
    .list-title-band p,
    .programme-target-head p,
    .centre-batch-head p,
    .student-registration-head p,
    .placement-head p,
    .assessment-schedule-head p,
    .assessment-attendance-head p,
    .assessment-result-head p,
    .eligible-head p,
    .centre-attendance-head p,
    .student-list-head p,
    .student-detail-head p,
    .batch-status-head p,
    .centre-profile-title p,
    .ev-page-head p {
        max-width: 760px;
        margin-top: 6px;
        color: var(--theme-muted);
        font-size: 14px !important;
    }

.page-kicker,
.admin-kicker,
.section-kicker {
    min-height: 26px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #e7f6fb;
    color: var(--theme-primary);
    font-size: 12px !important;
    font-weight: 900;
}

.form-select,
.form-control,
.ev-input,
.ev-select {
    min-height: 40px;
    border: 1px solid #cfdbe6;
    border-radius: var(--theme-radius);
    color: var(--theme-text);
    font-size: 14px !important;
    font-weight: 650;
    box-shadow: none;
}

    .form-select:focus,
    .form-control:focus,
    .ev-input:focus,
    .ev-select:focus {
        border-color: var(--theme-primary);
        box-shadow: 0 0 0 3px rgba(0, 107, 149, 0.14);
    }

.btn,
.ev-btn,
.btn-vr-primary,
.btn-view-detail,
.add-top-btn {
    min-height: 38px;
    border-radius: var(--theme-radius);
    font-size: 13px;
    font-weight: 850;
}

.btn-vr-primary,
.add-top-btn,
.btn-view-detail,
.ev-btn-primary,
.ev-btn-view {
    background: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    color: #ffffff !important;
}

    .btn-vr-primary:hover,
    .add-top-btn:hover,
    .btn-view-detail:hover,
    .ev-btn-primary:hover,
    .ev-btn-view:hover {
        background: var(--theme-primary-dark) !important;
    }

.programme-target-filter,
.assessment-schedule-filter,
.assessment-attendance-filter,
.assessment-result-filter,
.eligible-filter,
.attendance-filter,
.student-list-filter,
.batch-filter-box,
.placement-filter-box,
.team-filter-strip,
.admin-filter-box {
    gap: 10px;
}

    .programme-target-filter .form-select {
        min-width: 260px;
    }

.programme-target-summary,
.programme-target-card,
.programme-target-side-panel,
.admin-panel,
.centre-panel,
.schedule-panel,
.eligible-panel,
.attendance-panel,
.assessment-result-panel,
.assessment-attendance-panel,
.form-card,
.form-block,
.detail-card,
.note-panel,
.ev-card,
.ev-panel {
    background: var(--theme-card) !important;
    border: 1px solid var(--theme-line-soft);
    border-radius: var(--theme-radius) !important;
    box-shadow: var(--theme-shadow-soft) !important;
}

.programme-target-summary {
    grid-template-columns: minmax(320px, 1fr) minmax(520px, 1.8fr);
    padding: 16px 20px;
}

.summary-main {
    gap: 12px;
}

.summary-icon,
.metric-icon,
.kpi-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #e8f7fb;
    color: var(--theme-primary);
    font-size: 23px;
}

.summary-main h3,
.target-card-head h3,
.side-panel-head h3,
.admin-panel-head h3,
.centre-panel-head h3,
.schedule-panel-head h3,
.eligible-panel-head h3,
.attendance-panel-head h3,
.assessment-result-panel-head h3,
.assessment-attendance-panel-head h3,
.block-head h3,
.form-section-title h3,
.ev-panel-head h3 {
    color: var(--theme-primary) !important;
    font-size: 18px !important;
    font-weight: 900;
}

.summary-main h3 {
    color: var(--theme-text) !important;
    font-size: 23px !important;
}

.summary-main p,
.target-card-head p,
.side-panel-head p,
.admin-panel-head p,
.centre-panel-head p,
.schedule-panel-head p,
.eligible-panel-head p,
.attendance-panel-head p,
.assessment-result-panel-head p,
.assessment-attendance-panel-head p,
.block-head p,
.form-section-title p {
    color: var(--theme-muted);
    font-size: 13px !important;
}

.summary-metric-grid,
.programme-target-metrics,
.creation-status-grid,
.info-grid,
.kpi-grid,
.metric-grid {
    gap: 10px;
}

    .summary-metric-grid div,
    .programme-target-metrics div,
    .creation-status-grid div,
    .info-grid > div,
    .metric-grid > div,
    .kpi-card,
    .admin-kpi-card,
    .attendance-kpi-card,
    .eligible-kpi-card,
    .schedule-kpi-card,
    .result-kpi-card {
        min-height: 78px;
        padding: 12px 14px !important;
        border: 1px solid var(--theme-line);
        border-radius: var(--theme-radius);
        background: var(--theme-soft);
    }

        .summary-metric-grid small,
        .programme-target-metrics small,
        .creation-status-grid small,
        .info-grid small,
        .metric-grid small,
        .kpi-card span,
        .admin-kpi-card span {
            color: var(--theme-muted);
            font-size: 12px !important;
            font-weight: 850;
        }

        .summary-metric-grid strong,
        .programme-target-metrics strong,
        .creation-status-grid strong,
        .info-grid strong,
        .metric-grid strong,
        .kpi-card h3,
        .admin-kpi-card h3,
        .attendance-kpi-card h3,
        .eligible-kpi-card h3,
        .schedule-kpi-card h3,
        .result-kpi-card h3 {
            color: var(--theme-primary) !important;
            font-size: 24px !important;
            line-height: 1.05;
            font-weight: 900;
        }

.programme-target-card {
    padding: 18px 20px;
    border-left: 4px solid var(--theme-primary);
}

.target-card-head,
.side-panel-head {
    align-items: flex-start;
    margin-bottom: 14px;
}

.target-tag,
.tag,
.admin-badge,
.status-pill,
.target-status,
.schedule-badge,
.eligible-badge,
.ev-tag,
.ev-badge,
.ev-status {
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1.2;
}

.target-distribution-list > div,
.target-action-list > div,
.alert-item,
.calendar-item {
    border: 1px solid var(--theme-line);
    border-radius: var(--theme-radius);
    background: var(--theme-soft);
}

.target-distribution-list > div {
    grid-template-columns: minmax(130px, 1fr) minmax(110px, 1.4fr) 42px;
    padding: 11px 12px;
}

.target-distribution-list span {
    color: var(--theme-text) !important;
    font-size: 13px !important;
    line-height: 1.35;
}

.target-distribution-list strong,
.side-panel-head span:not(.target-status) {
    color: var(--theme-primary) !important;
    font-size: 22px !important;
    font-weight: 900;
}

.table,
.admin-table,
.centre-batch-table,
.centre-schedule-table,
.centre-attendance-table,
.centre-assessment-attendance-table {
    color: var(--theme-text);
    font-size: 13px;
}

    .table th,
    .admin-table th,
    .centre-batch-table th,
    .centre-schedule-table th {
        padding: 12px 14px;
        color: var(--theme-text);
        background: #f6f9fc;
        font-size: 12px !important;
        font-weight: 900;
    }

    .table td,
    .admin-table td,
    .centre-batch-table td,
    .centre-schedule-table td {
        padding: 12px 14px;
        vertical-align: middle;
    }

.smart-dialog h3,
.schedule-popup h3,
.attendance-popup h3,
.eligible-popup h3,
.profile-popup h3 {
    font-size: 30px !important;
}

.smart-dialog p,
.schedule-popup p,
.attendance-popup p,
.eligible-popup p,
.profile-popup p {
    font-size: 17px !important;
}

@media (max-width: 1200px) {
    .programme-target-summary {
        grid-template-columns: 1fr;
    }

    .summary-metric-grid,
    .programme-target-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .top-navigation {
        min-height: auto;
        padding: 14px 18px;
    }

    .sidebar {
        top: 0;
    }

    .footer-section {
        margin-left: 0;
    }

    .programme-target-filter .form-select {
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .main-content {
        padding: 12px;
    }

    .admin-page-head h2,
    .list-title-band h2,
    .programme-target-head h2,
    .centre-batch-head h2,
    .student-registration-head h2,
    .placement-head h2,
    .assessment-schedule-head h2,
    .assessment-attendance-head h2,
    .assessment-result-head h2,
    .eligible-head h2,
    .centre-attendance-head h2,
    .student-list-head h2,
    .student-detail-head h2,
    .batch-status-head h2,
    .centre-profile-title h2 {
        font-size: 21px !important;
    }

    .summary-main h3 {
        font-size: 20px !important;
    }

    .summary-metric-grid,
    .programme-target-metrics,
    .creation-status-grid {
        grid-template-columns: 1fr;
    }
}


.org-dashboard {
    --org-primary: #006b95;
    --org-text: #142235;
    --org-muted: #66758a;
    --org-border: #dbe5ee;
    display: grid;
    gap: 14px;
    color: var(--org-text)
}

.org-dashboard-head, .org-profile-strip, .org-panel, .org-kpi {
    border: 1px solid var(--org-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(25,54,82,.07)
}

.org-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px
}

    .org-dashboard-head h1 {
        margin: 7px 0 3px;
        color: var(--org-primary);
        font-size: 26px;
        font-weight: 900
    }

    .org-dashboard-head p, .org-panel header p {
        margin: 0;
        color: var(--org-muted);
        font-size: 13px
    }

.org-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    border-radius: 20px;
    background: #e8f6fb;
    color: var(--org-primary);
    font-size: 12px;
    font-weight: 900
}

.org-dashboard-filters {
    display: flex;
    gap: 9px
}

    .org-dashboard-filters select {
        min-width: 180px;
        height: 42px;
        padding: 8px 11px;
        border: 1px solid #ccd8e3;
        border-radius: 8px;
        background: #fff;
        font-weight: 700
    }

    .org-dashboard-filters button {
        height: 42px;
        padding: 0 16px;
        border: 0;
        border-radius: 8px;
        background: var(--org-primary);
        color: #fff;
        font-weight: 900
    }

        .org-dashboard-filters button.loading i {
            animation: org-spin .7s linear infinite
        }

@keyframes org-spin {
    to {
        transform: rotate(360deg)
    }
}

.org-profile-strip {
    display: grid;
    grid-template-columns: auto minmax(240px,1fr) repeat(3,minmax(130px,.4fr));
    align-items: center;
    gap: 16px;
    padding: 16px 18px
}

.org-profile-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #e7f6fb;
    color: var(--org-primary);
    font-size: 23px
}

.org-profile-strip small {
    display: block;
    color: var(--org-muted);
    font-size: 11px;
    font-weight: 700
}

.org-profile-strip strong {
    display: block;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 900
}

.org-profile-strip .live {
    color: #148b55
}

.org-kpi-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(145px,1fr));
    gap: 11px
}

.org-kpi {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 13px;
    border-left: 4px solid var(--org-primary)
}

    .org-kpi > span {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
        border-radius: 10px;
        background: #e8f6fb;
        color: var(--org-primary)
    }

    .org-kpi small {
        display: block;
        color: var(--org-muted);
        font-size: 11px;
        font-weight: 800
    }

    .org-kpi strong {
        display: block;
        font-size: 23px;
        line-height: 1.15
    }

    .org-kpi.purple {
        border-left-color: #7043b8
    }

        .org-kpi.purple > span {
            background: #f0e9fb;
            color: #7043b8
        }

    .org-kpi.teal {
        border-left-color: #12a8a0
    }

        .org-kpi.teal > span {
            background: #e5f8f6;
            color: #108b84
        }

    .org-kpi.orange {
        border-left-color: #f58220
    }

        .org-kpi.orange > span {
            background: #fff1df;
            color: #e76e08
        }

    .org-kpi.green {
        border-left-color: #14945b
    }

        .org-kpi.green > span {
            background: #e8f7ee;
            color: #14945b
        }

    .org-kpi.red {
        border-left-color: #ef5261
    }

        .org-kpi.red > span {
            background: #ffe9ec;
            color: #ef5261
        }

.org-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

    .org-dashboard-grid.top {
        grid-template-columns: minmax(0,1.7fr) minmax(320px,.7fr)
    }

    .org-dashboard-grid.bottom {
        grid-template-columns: minmax(0,2fr) minmax(300px,.7fr)
    }

.org-panel {
    min-width: 0;
    overflow: hidden
}

    .org-panel > header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 17px;
        border-bottom: 1px solid #ebf0f4
    }

    .org-panel h2 {
        margin: 0;
        color: var(--org-primary);
        font-size: 18px;
        font-weight: 900
    }

.org-branch-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    padding: 14px
}

.org-branch-card {
    padding: 13px;
    border: 1px solid #e1e9f0;
    border-radius: 9px;
    background: #fbfdfe
}

.org-branch-title {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

    .org-branch-title strong, .org-branch-title small {
        display: block
    }

    .org-branch-title strong {
        font-size: 13px
    }

    .org-branch-title small {
        margin-top: 3px;
        color: var(--org-muted);
        font-size: 10px
    }

    .org-branch-title b {
        color: var(--org-primary);
        font-size: 14px
    }

.org-progress {
    height: 7px;
    margin: 11px 0;
    border-radius: 10px;
    background: #e8eef3;
    overflow: hidden
}

    .org-progress i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg,#006b95,#19bcb3)
    }

.org-branch-metrics {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px
}

    .org-branch-metrics span {
        padding: 6px;
        border-radius: 6px;
        background: #f2f6f9;
        text-align: center
    }

    .org-branch-metrics small, .org-branch-metrics strong {
        display: block
    }

    .org-branch-metrics small {
        color: var(--org-muted);
        font-size: 8px
    }

    .org-branch-metrics strong {
        font-size: 12px
    }

.org-funnel {
    display: grid;
    gap: 13px;
    padding: 17px
}

    .org-funnel > div {
        display: grid;
        grid-template-columns: 90px 1fr 55px;
        align-items: center;
        gap: 9px
    }

    .org-funnel span {
        font-size: 11px;
        font-weight: 800
    }

    .org-funnel > div > div {
        height: 10px;
        border-radius: 10px;
        background: #e8eef3;
        overflow: hidden
    }

    .org-funnel i {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg,#006b95,#18bcb4)
    }

    .org-funnel strong {
        text-align: right;
        font-size: 12px
    }

.org-state-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    padding: 14px
}

    .org-state-grid article {
        display: grid;
        grid-template-columns: minmax(140px,1fr) repeat(4,.55fr);
        align-items: center;
        gap: 7px;
        padding: 12px;
        border: 1px solid #e1e9f0;
        border-radius: 9px;
        background: #fbfdfe
    }

        .org-state-grid article > div strong, .org-state-grid article > div small, .org-state-grid span small, .org-state-grid span strong {
            display: block
        }

        .org-state-grid article > div strong {
            font-size: 13px
        }

    .org-state-grid small {
        color: var(--org-muted);
        font-size: 9px
    }

    .org-state-grid span strong {
        font-size: 13px
    }

.org-trend-chart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    height: 240px;
    padding: 20px 20px 8px
}

.org-trend-month {
    display: grid;
    grid-template-rows: 1fr auto;
    flex: 1;
    gap: 7px;
    text-align: center
}

.org-trend-bars {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 3px;
    border-bottom: 1px solid #dce5ec
}

    .org-trend-bars i {
        width: 13%;
        min-height: 3px;
        border-radius: 4px 4px 0 0
    }

    .org-trend-bars .registration, .org-trend-legend .registration {
        background: #006b95
    }

    .org-trend-bars .trained, .org-trend-legend .trained {
        background: #7043b8
    }

    .org-trend-bars .certified, .org-trend-legend .certified {
        background: #16a085
    }

    .org-trend-bars .placed, .org-trend-legend .placed {
        background: #ef5261
    }

.org-trend-month > strong {
    color: #627187;
    font-size: 10px
}

.org-trend-legend {
    display: flex;
    justify-content: center;
    gap: 13px;
    padding: 5px 12px 14px;
    color: var(--org-muted);
    font-size: 9px
}

    .org-trend-legend i {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 4px;
        border-radius: 2px
    }

.org-dashboard-table {
    font-size: 11px
}

    .org-dashboard-table th {
        padding: 10px;
        background: #f5f8fa;
        color: #405166;
        white-space: nowrap
    }

    .org-dashboard-table td {
        padding: 10px;
        vertical-align: middle;
        border-color: #edf1f4
    }

        .org-dashboard-table td strong, .org-dashboard-table td small {
            display: block
        }

        .org-dashboard-table td small {
            margin-top: 2px;
            color: var(--org-muted);
            font-size: 9px
        }

.org-health {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 900
}

    .org-health.good {
        background: #e8f7ee;
        color: #148452
    }

    .org-health.warn {
        background: #fff0d9;
        color: #b75f00
    }

    .org-health.risk {
        background: #ffe9ec;
        color: #d93649
    }

    .org-health.muted {
        background: #edf1f4;
        color: #718096
    }

.org-alert-count {
    display: grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #ffe9ec;
    color: #d93649;
    font-size: 11px;
    font-weight: 900
}

.org-alert-list {
    display: grid;
    gap: 9px;
    padding: 14px
}

    .org-alert-list article {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 10px;
        padding: 11px;
        border-radius: 8px;
        background: #f5f8fa
    }

        .org-alert-list article > i {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            border-radius: 9px;
            background: #e8f6fb;
            color: #006b95
        }

        .org-alert-list article.risk > i {
            background: #ffe9ec;
            color: #d93649
        }

        .org-alert-list article.warn > i {
            background: #fff0d9;
            color: #b75f00
        }

    .org-alert-list strong, .org-alert-list small {
        display: block
    }

    .org-alert-list strong {
        font-size: 11px
    }

    .org-alert-list small {
        margin-top: 3px;
        color: var(--org-muted);
        font-size: 9px
    }

    .org-alert-list b {
        font-size: 16px
    }

.org-empty {
    padding: 25px;
    color: var(--org-muted);
    text-align: center
}

@media(max-width:1400px) {
    .org-kpi-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .org-branch-list {
        grid-template-columns: 1fr
    }

    .org-state-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:1000px) {
    .org-dashboard-grid, .org-dashboard-grid.top, .org-dashboard-grid.bottom {
        grid-template-columns: 1fr
    }

    .org-profile-strip {
        grid-template-columns: auto 1fr 1fr
    }

        .org-profile-strip > div:nth-last-child(-n+2) {
            display: none
        }
}

@media(max-width:760px) {
    .org-dashboard-head {
        align-items: flex-start;
        flex-direction: column
    }

    .org-dashboard-filters {
        width: 100%;
        flex-direction: column
    }

        .org-dashboard-filters select {
            width: 100%
        }

    .org-kpi-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .org-profile-strip {
        grid-template-columns: auto 1fr
    }

    .org-state-grid article {
        grid-template-columns: 1fr 1fr
    }

        .org-state-grid article > div {
            grid-column: 1/-1
        }
}

@media(max-width:480px) {
    .org-kpi-grid {
        grid-template-columns: 1fr
    }
}

.bulk-enrollment-page {
    color: #24364b;
}

.bulk-page-head,
.bulk-workspace,
.bulk-summary-card {
    background: #fff;
    border: 1px solid #dce8ef;
    border-radius: 14px;
    box-shadow: 0 5px 16px rgba(31, 70, 95, .08);
}

.bulk-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px;
    margin-bottom: 16px;
}

    .bulk-page-head h2 {
        color: #006d98;
        font-size: 27px;
        font-weight: 700;
        margin: 4px 0;
    }

    .bulk-page-head p,
    .panel-title p {
        color: #65768a;
        margin: 0;
    }

.bulk-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.bulk-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.bulk-summary-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border-left: 3px solid #1683aa;
}

    .bulk-summary-card > span {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        color: #08769e;
        background: #e9f6fb;
        font-size: 17px;
    }

    .bulk-summary-card small {
        display: block;
        color: #68798b;
        font-size: 12px;
    }

    .bulk-summary-card strong {
        display: block;
        color: #006d98;
        font-size: 24px;
        line-height: 1.2;
    }

    .bulk-summary-card.orange {
        border-left-color: #ff8a00;
    }

        .bulk-summary-card.orange > span {
            color: #de7600;
            background: #fff2df;
        }

    .bulk-summary-card.purple {
        border-left-color: #7540b5;
    }

        .bulk-summary-card.purple > span {
            color: #7540b5;
            background: #f2eafa;
        }

    .bulk-summary-card.green {
        border-left-color: #2aa66a;
    }

        .bulk-summary-card.green > span {
            color: #238b59;
            background: #e8f7ef;
        }

    .bulk-summary-card.teal {
        border-left-color: #10a7a2;
    }

        .bulk-summary-card.teal > span {
            color: #098f8a;
            background: #e4f8f7;
        }

.bulk-workspace {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    overflow: hidden;
}

.bulk-batch-panel,
.bulk-student-panel {
    padding: 20px;
}

.bulk-batch-panel {
    background: #f8fbfd;
    border-right: 1px solid #dce8ef;
}

.panel-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

    .panel-title h3 {
        color: #006d98;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 3px;
    }

    .panel-title p {
        font-size: 13px;
    }

.selected-batch-card {
    background: #fff;
    border: 1px solid #cfe1ea;
    border-radius: 12px;
    margin-top: 15px;
    padding: 16px;
}

    .selected-batch-card.empty {
        border-style: dashed;
    }

.batch-card-placeholder {
    color: #8292a2;
    padding: 24px 8px;
    text-align: center;
}

    .batch-card-placeholder i {
        color: #b5c7d1;
        font-size: 30px;
    }

    .batch-card-placeholder p {
        font-size: 13px;
        margin: 10px 0 0;
    }

.batch-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

    .batch-title-row small {
        color: #7a8a9b;
    }

    .batch-title-row h4 {
        color: #143f58;
        font-size: 17px;
        font-weight: 700;
        margin: 3px 0 12px;
    }

    .batch-title-row > span {
        color: #08789d;
        background: #e7f6fb;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 700;
        padding: 5px 8px;
    }

.batch-detail-line {
    color: #576b7e;
    font-size: 12px;
    margin: 7px 0;
}

    .batch-detail-line i {
        color: #0b87ad;
        width: 18px;
    }

.batch-capacity-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 14px;
    text-align: center;
}

    .batch-capacity-row span {
        color: #718193;
        font-size: 10px;
    }

    .batch-capacity-row strong {
        color: #153f57;
        display: block;
        font-size: 16px;
    }

.batch-capacity-track {
    height: 6px;
    overflow: hidden;
    background: #e8eef2;
    border-radius: 10px;
    margin-top: 10px;
}

    .batch-capacity-track i {
        display: block;
        height: 100%;
        background: linear-gradient(90deg, #087ba4, #20beb5);
    }

.bulk-rule-box {
    color: #526b7c;
    background: #eef7fb;
    border: 1px solid #d4eaf3;
    border-radius: 10px;
    font-size: 12px;
    margin-top: 16px;
    padding: 13px;
}

    .bulk-rule-box strong {
        color: #176b8c;
    }

    .bulk-rule-box ul {
        margin: 9px 0 0;
        padding-left: 17px;
    }

    .bulk-rule-box li + li {
        margin-top: 5px;
    }

.student-panel-title {
    align-items: center;
}

.selected-count-pill {
    color: #006d98;
    background: #e8f6fb;
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 12px;
    white-space: nowrap;
}

.bulk-filter-row {
    display: grid;
    grid-template-columns: 190px minmax(240px, 1fr) auto;
    gap: 10px;
    margin-bottom: 15px;
}

.bulk-search {
    position: relative;
}

    .bulk-search i {
        color: #789;
        left: 13px;
        position: absolute;
        top: 13px;
    }

    .bulk-search input {
        padding-left: 36px;
    }

.bulk-student-table {
    border: 1px solid #e1eaf0;
}

    .bulk-student-table thead th {
        color: #334d61;
        background: #f1f6f9;
        border-bottom: 1px solid #d7e4eb;
        font-size: 12px;
        padding: 12px 10px;
        white-space: nowrap;
    }

    .bulk-student-table tbody td {
        border-color: #e7eef2;
        font-size: 12px;
        padding: 12px 10px;
        vertical-align: middle;
    }

    .bulk-student-table tbody tr {
        transition: background .15s ease;
    }

        .bulk-student-table tbody tr:hover,
        .bulk-student-table tbody tr.selected-row {
            background: #f1fafc;
        }

        .bulk-student-table tbody tr.selected-row {
            box-shadow: inset 3px 0 #0795b4;
        }

.check-column {
    text-align: center;
    width: 42px;
}

.student-primary {
    color: #203d52;
    font-weight: 700;
}

.bulk-student-table small {
    color: #718192;
    display: block;
    margin-top: 4px;
    max-width: 230px;
    overflow-wrap: anywhere;
}

.registration-tag {
    color: #7040aa;
    background: #f1eafa;
    border-radius: 14px;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    padding: 3px 7px;
}

.student-status {
    border-radius: 15px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
}

    .student-status.mobilised {
        color: #176e91;
        background: #e5f4fa;
    }

    .student-status.enrolled {
        color: #23734b;
        background: #e4f5eb;
    }

    .student-status.allocated {
        color: #73509b;
        background: #f0e8f9;
    }

.verified-text {
    color: #25865a !important;
}

.pending-text {
    color: #a56a14 !important;
}

.bulk-empty-state {
    color: #7c8d9b;
    padding: 42px !important;
    text-align: center;
}

    .bulk-empty-state i,
    .bulk-empty-state strong,
    .bulk-empty-state span {
        display: block;
    }

    .bulk-empty-state i {
        color: #afc3ce;
        font-size: 30px;
        margin-bottom: 8px;
    }

    .bulk-empty-state strong {
        color: #456174;
        font-size: 14px;
    }

    .bulk-empty-state.error i,
    .bulk-empty-state.error strong {
        color: #d65361;
    }

.bulk-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    background: #f6fafc;
    border: 1px solid #dce8ef;
    border-radius: 10px;
    margin-top: 15px;
    padding: 12px 14px;
}

    .bulk-action-bar strong,
    .bulk-action-bar span {
        display: block;
    }

    .bulk-action-bar strong {
        color: #24465c;
    }

    .bulk-action-bar span {
        color: #718293;
        font-size: 11px;
    }

    .bulk-action-bar button {
        min-width: 220px;
    }

.bulk-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1080;
    color: #fff;
    background: #23875a;
    border-radius: 9px;
    box-shadow: 0 10px 30px rgba(20, 45, 65, .25);
    max-width: 390px;
    opacity: 0;
    padding: 13px 17px;
    pointer-events: none;
    transform: translateY(15px);
    transition: .2s ease;
}

    .bulk-toast.show {
        opacity: 1;
        transform: translateY(0);
    }

    .bulk-toast.error {
        background: #c94453;
    }

    .bulk-toast.info {
        background: #347fa1;
    }

@media (max-width: 1200px) {
    .bulk-summary-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bulk-workspace {
        grid-template-columns: 285px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .bulk-workspace {
        grid-template-columns: 1fr;
    }

    .bulk-batch-panel {
        border-bottom: 1px solid #dce8ef;
        border-right: 0;
    }

    .bulk-filter-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .bulk-page-head,
    .bulk-action-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .bulk-summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bulk-action-bar button {
        min-width: 0;
        width: 100%;
    }
}
