:root {
    --template-primary: #49668f;
    --template-primary-dark: #26374f;
    --template-accent: #45aebd;
    --template-warm: #e94a10;
    --template-ink: #111827;
    --template-muted: #64748b;
    --template-border: #e2e8f0;
    --template-surface: #ffffff;
    --template-soft: #f6f8fb;
    --template-radius: 8px;
    --template-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body {
    background-color: var(--template-soft);
    color: var(--template-ink);
}

.header-container {
    min-height: 54px;
    padding: 4px 20px 4px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #26374f 0%, #49668f 54%, #3f95a8 100%) !important;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
}

.header-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--template-warm), var(--template-accent) 46%, #49668f);
}

.header-container .header.navbar {
    min-height: 43px;
}

.header-container .theme-brand .theme-logo a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.header-container .theme-brand .theme-logo a img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
}

.header-container .theme-text a {
    color: #fff !important;
    font-size: 1.12rem !important;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 1px 14px rgba(15, 23, 42, 0.22);
}

.header-container .action-area {
    align-items: center;
}

.header-container .theme-toggle,
.header-container .user-profile-dropdown > .nav-link {
    min-width: 36px;
    height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    transition: background 0.18s ease, border-color 0.18s ease;
}

.header-container .theme-toggle:hover,
.header-container .user-profile-dropdown > .nav-link:hover {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(69, 174, 189, 0.24);
}

.header-container .theme-toggle svg {
    color: #fff !important;
    fill: none !important;
}

.header-container .avatar-container,
.header-container .avatar-container .avatar {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.header-container .avatar-container .avatar img {
    width: 100% !important;
    height: 100% !important;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 8px !important;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(69, 174, 189, 0.42), 0 5px 14px rgba(15, 23, 42, 0.18);
}

.header-container .avatar-indicators::before,
.header-container .avatar-indicators::after,
.header-container .avatar-online::before,
.header-container .avatar-online::after {
    display: none !important;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
    border: 1px solid var(--template-border);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.bc-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--template-border);
    padding-bottom: 14px !important;
    margin-bottom: 18px !important;
}

.bc-title h4 {
    margin-bottom: 4px;
    color: var(--template-ink);
    font-size: 1.1rem;
    font-weight: 800;
}

label {
    margin-bottom: 6px !important;
    color: #334155;
    font-weight: 700;
}

.widget.box {
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    box-shadow: var(--template-shadow);
}

.widget-content {
    padding: 22px !important;
}

.btn,
.form-control,
.form-select,
.modal-content,
.dropdown-menu {
    border-radius: var(--template-radius);
}

.btn-primary {
    border-color: var(--template-primary);
    background-color: var(--template-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--template-primary-dark);
    background-color: var(--template-primary-dark);
}

.form-control,
.form-select {
    border-color: var(--template-border);
    min-height: 42px;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.table {
    color: var(--template-ink);
}

.table thead th {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-icon i {
    color: white !important;
    stroke: white !important;
}

.template-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 210px;
    padding: 32px;
    border-radius: var(--template-radius);
    background: #102033;
    color: #fff;
    box-shadow: var(--template-shadow);
}

.template-hero h1 {
    max-width: 760px;
    margin: 8px 0 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.18;
}

.template-hero p {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.template-eyebrow {
    color: #93c5fd;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.template-user-card {
    flex: 0 0 240px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--template-radius);
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.template-user-card span,
.template-stat-card span,
.template-feature-item span {
    display: block;
    color: var(--template-muted);
    font-size: 0.88rem;
}

.template-user-card span {
    color: rgba(255, 255, 255, 0.62);
}

.template-user-card strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 1rem;
}

.template-stat-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 20px;
    background: var(--template-surface);
    box-shadow: var(--template-shadow);
}

.template-stat-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--template-radius);
    background: #eaf2ff;
    color: var(--template-primary);
}

.template-stat-icon svg {
    width: 20px;
    height: 20px;
}

.template-stat-card strong {
    display: block;
    margin-top: 4px;
    color: var(--template-ink);
    font-size: 1.25rem;
    font-weight: 800;
}

.template-panel-fill {
    height: 100%;
}

.template-feature-list {
    display: grid;
    gap: 14px;
}

.template-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    background: #fbfdff;
}

.template-feature-item svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: var(--template-accent);
}

.template-feature-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--template-ink);
}

.template-checklist {
    margin: 0;
    padding-left: 20px;
    color: var(--template-muted);
    line-height: 1.8;
}

.template-checklist code {
    color: var(--template-primary-dark);
    background: #eef4ff;
    border-radius: 4px;
    padding: 2px 5px;
}

.ful-dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--template-radius);
    padding: 28px;
    background:
        linear-gradient(90deg, rgba(233, 74, 16, 0.18), rgba(233, 74, 16, 0) 24%),
        linear-gradient(135deg, #26374f 0%, #49668f 62%, #45aebd 100%);
    color: #fff;
    box-shadow: var(--template-shadow);
}

.ful-dashboard-identity {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.ful-dashboard-identity img {
    width: 108px;
    height: 108px;
    flex: 0 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    object-fit: cover;
    background: #fff;
}

.ful-dashboard-identity span,
.ful-dashboard-identity p {
    color: rgba(255, 255, 255, 0.76);
}

.ful-dashboard-identity > div > span {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-dashboard-identity h1 {
    margin: 4px 0 6px;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
}

.ful-dashboard-identity p {
    margin-bottom: 0;
    font-weight: 700;
}

.ful-dashboard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ful-dashboard-tags span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.ful-dashboard-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.ful-dashboard-hero-actions .btn,
.ful-media-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ful-dashboard-hero-actions svg,
.ful-media-form .btn svg {
    width: 16px;
    height: 16px;
}

.ful-dashboard-stat {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 18px;
    background: var(--template-surface);
    box-shadow: var(--template-shadow);
}

.ful-dashboard-stat > span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e8eef7;
    color: var(--template-primary);
}

.ful-dashboard-stat svg {
    width: 20px;
    height: 20px;
}

.ful-dashboard-stat small,
.ful-dashboard-stat strong {
    display: block;
}

.ful-dashboard-stat small {
    color: var(--template-muted);
    font-weight: 800;
}

.ful-dashboard-stat strong {
    margin-top: 3px;
    color: var(--template-ink);
    font-size: 1.35rem;
    font-weight: 800;
}

.ful-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ful-dashboard-action {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 15px;
    background: #fbfdff;
    color: var(--template-ink);
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.ful-dashboard-action:hover {
    border-color: rgba(73, 102, 143, 0.45);
    color: var(--template-ink);
    transform: translateY(-1px);
}

.ful-dashboard-action > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
}

.ful-dashboard-action > span svg {
    color: #fff;
    stroke: #fff;
}

.ful-dashboard-action > span.is-primary { background: var(--template-primary); }
.ful-dashboard-action > span.is-info { background: var(--template-accent); }
.ful-dashboard-action > span.is-dark { background: var(--template-primary-dark); }
.ful-dashboard-action > span.is-success { background: var(--template-warm); }

.ful-dashboard-action strong,
.ful-dashboard-action small {
    display: block;
}

.ful-dashboard-action strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-dashboard-action small {
    margin-top: 3px;
    color: var(--template-muted);
    line-height: 1.45;
}

.ful-dashboard-action svg:last-child {
    color: var(--template-muted);
}

.ful-media-preview-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.ful-media-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 12px;
    background: #fbfdff;
}

.ful-media-preview img {
    width: 76px;
    height: 76px;
    border: 1px solid var(--template-border);
    border-radius: 8px;
    object-fit: cover;
    background: #fff;
}

.ful-media-preview strong,
.ful-media-preview span {
    display: block;
}

.ful-media-preview strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-media-status {
    width: fit-content;
    margin-top: 6px;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.74rem;
    font-weight: 800;
}

.ful-media-status.is-approved {
    background: #dcfce7;
    color: #166534;
}

.ful-media-status.is-rejected {
    background: #fee2e2;
    color: #991b1b;
}

.ful-media-status.is-pending {
    background: #fef3c7;
    color: #92400e;
}

.ful-media-status.is-empty {
    background: #eef2f7;
    color: #475569;
}

.ful-media-form small {
    display: block;
    margin-top: 6px;
    color: var(--template-muted);
    line-height: 1.45;
}

@media (max-width: 767px) {
    .bc-title,
    .template-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .template-hero {
        padding: 24px;
    }

    .template-hero h1 {
        font-size: 1.55rem;
    }

    .ful-dashboard-hero,
    .ful-dashboard-identity {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-dashboard-identity img {
        width: 96px;
        height: 96px;
    }

    .ful-dashboard-identity h1 {
        font-size: 1.35rem;
    }

    .ful-dashboard-hero-actions {
        justify-content: stretch;
    }

    .ful-dashboard-hero-actions .btn {
        flex: 1 1 140px;
    }

    .ful-dashboard-actions {
        grid-template-columns: 1fr;
    }

    .ful-student-summary {
        align-items: flex-start;
    }

    .ful-student-summary button {
        margin-left: auto;
    }

    .template-user-card {
        flex-basis: auto;
    }
}

/* Boxed FUL student portal login */
.ful-login-boxed {
    --ful-blue: #49668f;
    --ful-blue-dark: #26374f;
    --ful-teal: #45aebd;
    --ful-orange: #e94a10;
    --ful-ink: #172033;
    --ful-muted: #667085;
    --ful-line: #d8e0ec;
    min-height: 100vh;
    margin: 0;
    font-family: "Nunito", "Segoe UI", Arial, sans-serif;
    color: var(--ful-ink);
    background:
        radial-gradient(circle at 20% 10%, rgba(69, 174, 189, 0.28), transparent 28%),
        radial-gradient(circle at 86% 84%, rgba(233, 74, 16, 0.16), transparent 30%),
        linear-gradient(135deg, #182439 0%, #49668f 52%, #26374f 100%);
}

.ful-boxed-stage {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.ful-boxed-card {
    width: min(100%, 920px);
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 38px 90px rgba(13, 24, 42, 0.38);
}

.ful-boxed-info {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(28, 42, 63, 0.98) 0%, rgba(73, 102, 143, 0.96) 58%, rgba(54, 91, 132, 0.96) 100%),
        linear-gradient(90deg, rgba(69, 174, 189, 0.24), transparent 48%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
}

.ful-boxed-info::after {
    content: "";
    position: absolute;
    right: -72px;
    top: 42px;
    width: 210px;
    height: 76%;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
    transform: skewX(-12deg);
}

.ful-boxed-info::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 28%),
        linear-gradient(90deg, rgba(233, 74, 16, 0.18), transparent 32%);
    pointer-events: none;
}

.ful-boxed-visual {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    pointer-events: none;
}

.ful-boxed-visual::before {
    content: "";
    position: absolute;
    inset: 18px 4px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: radial-gradient(circle at 50% 45%, #000 0 42%, transparent 72%);
    mask-image: radial-gradient(circle at 50% 45%, #000 0 42%, transparent 72%);
    opacity: 0.6;
}

.ful-boxed-visual::after {
    content: "";
    position: absolute;
    width: min(82%, 300px);
    aspect-ratio: 1.28;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
        linear-gradient(90deg, rgba(158, 228, 237, 0.10), rgba(233, 74, 16, 0.08));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
    transform: rotate(-7deg);
}

.ful-visual-panel {
    position: absolute;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ful-visual-panel-one {
    width: min(64%, 236px);
    height: 54px;
    top: 40px;
    right: 10px;
    transform: skewX(-16deg);
}

.ful-visual-panel-two {
    width: min(58%, 220px);
    height: 46px;
    left: 12px;
    bottom: 42px;
    transform: skewX(-16deg);
    opacity: 0.75;
}

.ful-boxed-seal {
    position: relative;
    z-index: 2;
    width: min(68%, 248px);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 40%, rgba(255, 255, 255, 0.08) 41% 42%, rgba(255, 255, 255, 0.035) 43% 58%, transparent 59%),
        conic-gradient(from 24deg, rgba(158, 228, 237, 0.12), rgba(255, 255, 255, 0.035), rgba(233, 74, 16, 0.08), rgba(158, 228, 237, 0.12));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.10),
        inset 0 0 0 18px rgba(255, 255, 255, 0.018),
        0 30px 80px rgba(0, 0, 0, 0.10);
    opacity: 0.72;
}

.ful-boxed-seal::before,
.ful-boxed-seal::after {
    content: "";
    position: absolute;
    inset: -24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.ful-boxed-seal::after {
    inset: -46px;
    border-color: rgba(158, 228, 237, 0.12);
}

.ful-boxed-seal img {
    width: 65%;
    height: 65%;
    object-fit: contain;
    opacity: 0.65;
    filter: grayscale(1) brightness(1.8) contrast(0.75);
}

.ful-boxed-mark {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.ful-boxed-mark img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex: 0 0 auto;
    border-radius: 7px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.ful-boxed-mark span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.ful-boxed-mark strong {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.ful-boxed-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 52px;
}

.ful-boxed-login-head {
    margin-bottom: 20px;
}

.ful-boxed-login-head > span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--ful-blue-dark);
    background: rgba(69, 174, 189, 0.12);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-boxed-login-head h2 {
    margin: 12px 0 2px;
    color: #1f3049;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ful-line);
}

.ful-boxed-form {
    padding: 0;
}

.ful-boxed-field {
    display: block;
    margin-bottom: 17px !important;
}

.ful-boxed-field span {
    display: block;
    margin-bottom: 7px;
    color: var(--ful-blue-dark);
    font-size: 13px;
    font-weight: 700;
}

.ful-boxed-field .form-control {
    min-height: 56px;
    border: 1px solid var(--ful-line);
    border-radius: 8px;
    color: var(--ful-ink);
    background: #fbfdff;
    font-size: 14px;
    box-shadow: none;
}

.ful-boxed-field .form-control:focus {
    border-color: var(--ful-teal);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(69, 174, 189, 0.14);
}

.ful-password-control {
    position: relative;
}

.ful-password-control .form-control {
    padding-right: 52px;
}

.ful-password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    color: var(--ful-muted);
    background: transparent;
    transform: translateY(-50%);
    transition: color 0.18s ease, background-color 0.18s ease;
}

.ful-password-toggle:hover,
.ful-password-toggle:focus {
    color: var(--ful-blue);
    background: rgba(73, 102, 143, 0.10);
    outline: 0;
}

.ful-password-toggle svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

.ful-password-actions {
    display: flex;
    justify-content: flex-end;
    margin: -6px 0 14px;
}

.ful-password-actions button {
    padding: 0;
    border: 0;
    color: var(--ful-orange);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}

.ful-password-actions button:hover,
.ful-password-actions button:focus {
    color: var(--ful-blue-dark);
    text-decoration: underline;
    outline: 0;
}

.ful-boxed-button {
    min-height: 56px;
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--ful-blue-dark), var(--ful-blue) 52%, var(--ful-teal));
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(73, 102, 143, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.ful-boxed-button svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
}

.ful-boxed-button:hover,
.ful-boxed-button:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(73, 102, 143, 0.22);
}

.ful-boxed-footer {
    display: block;
    margin-top: 22px;
    padding-top: 5px;
    border-top: 1px solid var(--ful-line);
    color: var(--ful-muted);
    font-size: 12px;
}

.ful-login-boxed #errorMsg {
    margin-top: 16px;
    border: 0;
    border-radius: 8px;
    background: #fff1f0;
    color: #b42318;
    font-size: 13px;
}

.ful-student-summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #dbe8f2;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff, #f2fbfb);
}

.ful-student-summary img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    object-fit: cover;
    background: #eef3f8;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.14);
}

.ful-student-summary > div {
    min-width: 0;
    flex: 1 1 auto;
}

.ful-student-summary strong {
    display: block;
    color: var(--ful-ink);
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ful-student-summary span {
    display: block;
    margin-top: 2px;
    color: var(--ful-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ful-student-summary button {
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 0;
    border: 0;
    color: var(--ful-orange);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 860px) {
    .ful-boxed-card {
        max-width: 460px;
        grid-template-columns: 1fr;
    }

    .ful-boxed-info {
        min-height: auto;
        padding: 24px;
    }

    .ful-boxed-visual {
        display: none;
    }

    .ful-boxed-login {
        padding: 30px 28px;
    }
}

@media (max-width: 575px) {
    .ful-boxed-stage {
        padding: 16px;
    }

    .ful-boxed-mark img {
        width: 58px;
        height: 58px;
    }

    .ful-boxed-login-head h2 {
        font-size: 23px;
    }

    .ful-boxed-footer {
        display: block;
    }
}

.ful-form-section {
    padding: 18px 0 6px;
    border-top: 1px solid var(--template-border);
}

.ful-form-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.ful-form-section-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    border-left: 4px solid var(--template-primary);
    border-radius: 6px;
    padding: 7px 11px;
    color: var(--template-ink);
    background: #eef4ff;
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-form-section-title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--template-primary);
}

.form-control[readonly],
.form-control:disabled {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a;
    background-color: #eef3f8 !important;
    border-color: #cbd5e1 !important;
    font-weight: 700;
    opacity: 1 !important;
}

.ful-page-heading {
    flex-wrap: wrap;
    align-items: center !important;
    border-bottom: 1px solid #dbe4ef;
    padding: 0 0 16px !important;
}

.ful-page-heading h4 {
    position: relative;
    padding-left: 14px;
    font-size: 1.22rem;
}

.ful-page-heading h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    border-radius: 6px;
    background: var(--template-primary);
}

.ful-page-heading p {
    margin-top: 5px;
    max-width: 620px;
    color: #64748b !important;
    font-size: 0.92rem;
    line-height: 1.55;
}

.ful-page-heading .btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 575px) {
    .ful-page-heading {
        display: block !important;
    }

    .ful-page-heading .btn {
        width: 100%;
        justify-content: center;
        margin-top: 14px;
    }
}

.ful-radio-row {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ful-radio-row label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    color: #334155;
    font-weight: 700;
}

.ful-olevel-table th:first-child,
.ful-olevel-table td:first-child {
    width: 48px;
    text-align: center;
}

.ful-olevel-table th {
    white-space: nowrap;
}

.ful-olevel-table .form-select,
.ful-olevel-table .form-control {
    min-width: 145px;
}

.ful-olevel-grid {
    display: grid;
    gap: 14px;
}

.ful-olevel-card {
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 16px;
    background: #fbfdff;
}

.ful-olevel-card.is-required {
    border-left: 4px solid var(--template-primary);
}

.ful-olevel-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ful-olevel-card-head strong {
    color: var(--template-ink);
    font-size: 0.95rem;
    font-weight: 800;
}

.ful-olevel-card-head span {
    border-radius: 6px;
    padding: 4px 8px;
    color: var(--template-muted);
    background: #eef2f7;
    font-size: 0.75rem;
    font-weight: 800;
}

.ful-olevel-card.is-required .ful-olevel-card-head span {
    color: var(--template-primary-dark);
    background: #eaf2ff;
}

.ful-empty-state {
    border: 1px dashed var(--template-border);
    border-radius: var(--template-radius);
    padding: 24px;
    text-align: center;
    background: #fbfdff;
}

.ful-empty-state strong,
.ful-empty-state span {
    display: block;
}

.ful-empty-state strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-empty-state span {
    margin-top: 4px;
    color: var(--template-muted);
}

.ful-section-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-left: 4px solid var(--template-primary);
    padding: 2px 0 2px 12px;
}

.ful-section-heading span {
    color: var(--template-muted);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-section-heading strong {
    color: var(--template-ink);
    font-size: 1rem;
    font-weight: 800;
}

.ful-olevel-record {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--template-border);
    border-left: 4px solid var(--template-primary);
    border-radius: var(--template-radius);
    padding: 15px;
    background: #fbfdff;
}

.ful-olevel-record-main strong,
.ful-olevel-record-main span {
    display: block;
}

.ful-olevel-record-main strong {
    color: var(--template-ink);
    font-size: 0.98rem;
    font-weight: 800;
}

.ful-olevel-record-main span {
    margin-top: 4px;
    color: var(--template-muted);
    font-weight: 700;
}

.ful-olevel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.ful-olevel-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ful-olevel-actions svg {
    width: 15px;
    height: 15px;
}

.ful-associate-block {
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 14px 14px 2px;
    margin-bottom: 14px;
    background: #fbfdff;
}

.ful-associate-title {
    margin-bottom: 12px;
    color: var(--template-primary-dark);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-print-ready,
.ful-print-status > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 16px;
    background: #fbfdff;
}

.ful-print-ready strong,
.ful-print-ready span,
.ful-print-status strong,
.ful-print-status span {
    display: block;
}

.ful-print-ready strong,
.ful-print-status strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-print-ready span,
.ful-print-status span {
    margin-top: 3px;
    color: var(--template-muted);
}

.ful-print-status {
    display: grid;
    gap: 12px;
}

.ful-print-status > div {
    justify-content: flex-start;
}

.ful-print-status svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.ful-print-status .is-complete svg {
    color: var(--template-accent);
}

.ful-print-status .is-pending svg {
    color: #b42318;
}

.ful-payment-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ful-payment-switch button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 9px 13px;
    color: var(--template-ink);
    background: #fff;
    font-weight: 800;
}

.ful-payment-switch button.active {
    border-color: var(--template-primary);
    color: #fff;
    background: var(--template-primary);
}

.ful-payment-switch button:disabled {
    cursor: not-allowed;
    color: #94a3b8;
    background: #f1f5f9;
}

.ful-payment-switch svg,
.ful-fee-input-group svg,
.ful-payment-actions svg {
    width: 16px;
    height: 16px;
}

.ful-fee-input-group {
    max-width: 560px;
    flex-wrap: nowrap;
}

.ful-fee-input-group .input-group-text {
    border-color: var(--template-border);
    color: var(--template-ink);
    background: #eef4ff;
    font-weight: 800;
    white-space: nowrap;
}

.ful-fee-input-group .form-select {
    min-width: 0;
    flex: 1 1 auto;
}

.ful-fee-input-group .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    font-weight: 800;
    white-space: nowrap;
}

.ful-payment-panel {
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 18px;
    background: #fbfdff;
}

.ful-payment-panel-head,
.ful-payment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ful-payment-panel-head strong,
.ful-payment-panel-head span {
    display: block;
}

.ful-payment-panel-head strong {
    color: var(--template-ink);
    font-size: 1rem;
    font-weight: 800;
}

.ful-payment-panel-head span {
    margin-top: 3px;
    color: var(--template-muted);
}

.ful-payment-status {
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 0.78rem;
    font-weight: 800;
}

.ful-payment-status.is-paid {
    color: #05603a;
    background: #d1fadf;
}

.ful-payment-status.is-generated {
    color: #854a0e;
    background: #fef0c7;
}

.ful-payment-status.is-new {
    color: #344054;
    background: #eef2f7;
}

.ful-payment-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.ful-payment-meta > div {
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 12px;
    background: #fff;
}

.ful-payment-meta span,
.ful-payment-meta strong {
    display: block;
}

.ful-payment-meta span {
    color: var(--template-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-payment-meta strong {
    margin-top: 5px;
    color: var(--template-ink);
    overflow-wrap: anywhere;
}

.ful-payment-actions {
    justify-content: flex-end;
}

.ful-payment-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ful-payment-content.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.ful-course-content.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.ful-examcard-content.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.ful-examcard-input-group {
    width: min(760px, 100%);
    max-width: 760px;
}

.ful-examcard-input-group #examcardSem {
    max-width: 170px;
}

.ful-examcard-input-group #examcardSess {
    min-width: 170px;
}

.ful-examcard-session-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 14px;
    background: #fbfdff;
}

.ful-examcard-session-head strong,
.ful-examcard-session-head span {
    display: block;
}

.ful-examcard-session-head strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-examcard-session-head span {
    margin-top: 3px;
    color: var(--template-muted);
}

.ful-examcard-session-head .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.ful-examcard-session-head svg {
    width: 15px;
    height: 15px;
}

.ful-examcard-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ful-cbt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ful-cbt-card {
    display: grid;
    gap: 13px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 15px;
    background: #fff;
}

.ful-cbt-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ful-cbt-card-head strong,
.ful-cbt-card-head span {
    display: block;
}

.ful-cbt-card-head strong {
    color: var(--template-ink);
    font-size: 1rem;
    font-weight: 900;
}

.ful-cbt-card-head span {
    margin-top: 4px;
    color: var(--template-muted);
    line-height: 1.4;
}

.ful-cbt-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.ful-cbt-meta div {
    border: 1px solid #e7edf5;
    border-radius: var(--template-radius);
    padding: 9px;
    background: #fbfdff;
}

.ful-cbt-meta span,
.ful-cbt-meta strong {
    display: block;
}

.ful-cbt-meta span {
    color: var(--template-muted);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-cbt-meta strong {
    margin-top: 4px;
    color: var(--template-ink);
    font-weight: 900;
    line-height: 1.35;
}

.ful-cbt-card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    font-weight: 800;
}

.ful-cbt-card .btn svg {
    width: 15px;
    height: 15px;
}

.ful-hostel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 14px;
    background: #fbfdff;
}

.ful-hostel-head strong,
.ful-hostel-head span {
    display: block;
}

.ful-hostel-head strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-hostel-head span {
    margin-top: 3px;
    color: var(--template-muted);
}

.ful-hostel-head .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.ful-hostel-head svg {
    width: 15px;
    height: 15px;
}

.ful-hostel-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.ful-hostel-status-grid > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 13px;
    background: #fff;
}

.ful-hostel-status-grid svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.ful-hostel-status-grid .is-complete svg {
    color: #16a34a;
}

.ful-hostel-status-grid .is-pending svg {
    color: var(--template-warm);
}

.ful-hostel-status-grid strong,
.ful-hostel-status-grid span {
    display: block;
}

.ful-hostel-status-grid strong {
    color: var(--template-ink);
    font-weight: 900;
}

.ful-hostel-status-grid span {
    margin-top: 3px;
    color: var(--template-muted);
    font-weight: 700;
}

.ful-hostel-space-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.ful-hostel-space-grid > div,
.ful-hostel-payment-box {
    border: 1px solid #e7edf5;
    border-radius: var(--template-radius);
    padding: 13px;
    background: #fbfdff;
}

.ful-hostel-space-grid span,
.ful-hostel-space-grid strong,
.ful-hostel-payment-box span,
.ful-hostel-payment-box strong {
    display: block;
}

.ful-hostel-space-grid span,
.ful-hostel-payment-box span {
    color: var(--template-muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-hostel-space-grid strong,
.ful-hostel-payment-box strong {
    margin-top: 4px;
    color: var(--template-ink);
    font-size: 1rem;
    font-weight: 900;
}

.ful-hostel-payment-box {
    margin-top: 14px;
}

.ful-hostel-payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 11px;
}

.ful-hostel-payment-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.ful-hostel-payment-actions svg {
    width: 15px;
    height: 15px;
}

#hostelContent.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.ful-course-filter-group {
    width: min(720px, 100%);
    max-width: 720px;
}

.ful-course-filter-group #courseSession {
    min-width: 170px;
}

.ful-course-filter-group #courseLevel {
    max-width: 115px;
    min-width: 90px;
}

.ful-course-level-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
    max-width: min(720px, 100%);
    margin-top: 9px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid var(--template-primary);
    border-radius: var(--template-radius);
    padding: 9px 11px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.45;
}

.ful-course-level-note svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 1px;
}

.ful-course-session-head,
.ful-course-semester-head,
.ful-course-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ful-course-session-head {
    margin-bottom: 16px;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 14px;
    background: #fbfdff;
}

.ful-course-session-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.ful-course-session-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.ful-course-session-actions svg {
    width: 15px;
    height: 15px;
}

.ful-course-session-head strong,
.ful-course-session-head span,
.ful-course-semester-head strong,
.ful-course-semester-head span,
.ful-course-row strong,
.ful-course-row span {
    display: block;
}

.ful-course-session-head > div > strong,
.ful-course-semester-head > div > strong,
.ful-course-row > div > strong {
    color: var(--template-ink);
    font-weight: 800;
}

.ful-course-session-head > div > span,
.ful-course-semester-head > div > span,
.ful-course-row > div > span {
    margin-top: 3px;
    color: var(--template-muted);
}

.ful-course-semester {
    height: 100%;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 16px;
    background: #fff;
}

.ful-course-semester-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--template-border);
}

.ful-course-semester-head .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.ful-course-semester-head svg {
    width: 15px;
    height: 15px;
}

.ful-course-list {
    display: grid;
    gap: 10px;
}

.ful-course-row {
    border: 1px solid #e7edf5;
    border-left: 4px solid var(--template-primary);
    border-radius: var(--template-radius);
    padding: 12px;
    background: #fbfdff;
}

.ful-course-row-meta {
    flex: 0 0 auto;
    text-align: right;
}

.ful-course-row-meta span {
    color: var(--template-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ful-course-row-meta strong {
    margin-top: 4px;
    color: var(--template-primary-dark);
}

.ful-course-picker {
    display: grid;
    gap: 18px;
}

.ful-course-register-form {
    max-height: calc(100vh - 56px);
}

.ful-course-register-form .modal-body {
    overflow-y: auto;
}

.ful-course-picker-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ful-course-option {
    min-height: 104px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 !important;
    border: 1px solid var(--template-border);
    border-radius: var(--template-radius);
    padding: 13px;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.ful-course-option:hover,
.ful-course-option:has(input:checked) {
    border-color: rgba(37, 99, 235, 0.55);
    background: #eef4ff;
}

.ful-course-option input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
}

.ful-course-option span,
.ful-course-option strong,
.ful-course-option em,
.ful-course-option small {
    display: block;
}

.ful-course-option strong {
    color: var(--template-ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.ful-course-option em {
    margin-top: 4px;
    color: #334155;
    font-style: normal;
    line-height: 1.4;
}

.ful-course-option small {
    margin-top: 7px;
    color: var(--template-muted);
    font-weight: 800;
}

@media (max-width: 575px) {
    .ful-olevel-record {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-olevel-actions {
        justify-content: flex-start;
    }

    .ful-print-ready {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-print-ready .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-payment-switch,
    .ful-payment-panel-head,
    .ful-payment-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-payment-switch button,
    .ful-payment-actions .btn {
        width: 100%;
        justify-content: center;
        max-width: none;
    }

    .ful-fee-input-group {
        max-width: none;
    }

    .ful-fee-input-group .input-group-text {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 0.78rem;
    }

    .ful-fee-input-group .form-select {
        padding-right: 24px;
        padding-left: 8px;
        font-size: 0.82rem;
    }

    .ful-fee-input-group .btn {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ful-examcard-input-group #examcardSem,
    .ful-examcard-input-group #examcardSess {
        max-width: none;
        min-width: 0;
        flex: 1 1 112px;
    }

    .ful-course-filter-group #courseSession {
        min-width: 0;
        flex: 1 1 118px;
    }

    .ful-course-filter-group #courseLevel {
        max-width: none;
        min-width: 0;
        flex: 1 1 74px;
    }

    .ful-payment-meta {
        grid-template-columns: 1fr;
    }

    .ful-course-session-head,
    .ful-examcard-session-head,
    .ful-course-semester-head,
    .ful-course-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-examcard-session-head .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-examcard-status-grid {
        grid-template-columns: 1fr;
    }

    .ful-cbt-grid,
    .ful-cbt-meta {
        grid-template-columns: 1fr;
    }

    .ful-cbt-card-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-cbt-card .btn {
        width: 100%;
    }

    .ful-hostel-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-hostel-head .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-hostel-status-grid,
    .ful-hostel-space-grid {
        grid-template-columns: 1fr;
    }

    .ful-hostel-payment-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-course-session-actions {
        justify-content: flex-start;
    }

    .ful-course-session-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-course-row-meta {
        text-align: left;
    }

    .ful-course-semester-head .btn {
        width: 100%;
        justify-content: center;
    }

    .ful-course-picker-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 380px) {
    .ful-fee-button-label {
        display: none;
    }

    .ful-fee-input-group .btn {
        min-width: 44px;
        justify-content: center;
    }
}
