:root {
    --pm-blue: #d4a052;
    --pm-blue-dark: #112337;
    --pm-teal: #00ab55;
    --pm-orange: #c59148;
    --pm-red: #e7515a;
    --pm-ink: #3b3f5c;
    --pm-muted: #888ea8;
    --pm-border: #ebedf2;
    --pm-header-line: rgba(255, 255, 255, .16);
}

body {
    color: var(--pm-ink);
}

/* Applicant portal overrides layered after the copied Propmasta/Cork files. */
.ful-body .widget-content {
    padding: 20px !important;
}

.ful-body .bc-title h4,
.ful-body .bc-title h5,
.ful-body .widget-content h4,
.ful-body .widget-content h5 {
    letter-spacing: 0;
}

.ful-stat-text {
    font-size: 18px !important;
    overflow-wrap: anywhere;
}

.ful-action-card {
    display: block;
    min-height: 132px;
    padding: 18px 20px;
    color: var(--ful-ink);
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ful-action-card:hover {
    color: var(--ful-ink);
    border-color: var(--ful-blue);
    box-shadow: 0 12px 28px rgba(31, 51, 79, .08);
    transform: translateY(-2px);
}

.ful-action-card svg {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
    color: var(--ful-blue);
    stroke: var(--ful-blue);
}

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

.ful-action-card strong {
    font-size: 16px;
    color: var(--ful-ink);
}

.ful-action-card span {
    margin-top: 6px;
    color: #667085;
}

.ful-selected-mini {
    min-width: 118px;
    padding: 10px 16px;
    text-align: center;
}

.ful-result-card {
    padding: 18px;
}

.ful-result-card.is-selected {
    border-color: var(--ful-blue);
    background: #f6fbff;
}

.ful-result-head h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.ful-body {
    background: #f6f8fb;
    color: var(--ful-ink);
}
.ful-body,
.ful-body .main-content,
.ful-body .sidebar-wrapper {
    font-size: 15px;
}

.pm-auth-body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(17, 35, 55, .96), rgba(15, 35, 53, .94) 48%, rgba(212, 160, 82, .78)),
        linear-gradient(0deg, #f6f8fb, #f6f8fb);
}

.pm-auth {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.pm-auth-shell {
    width: min(1040px, 100%);
    min-height: 560px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(380px, .75fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 26px 80px rgba(12, 19, 38, .28);
}

.pm-auth-showcase {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px;
    color: #fff;
    background:
        linear-gradient(150deg, rgba(17, 35, 55, .97), rgba(15, 35, 53, .94) 58%, rgba(212, 160, 82, .82)),
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .08) 50%, transparent 100%);
}

.pm-auth-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .72), transparent 82%);
    pointer-events: none;
}

.pm-auth-showcase > * {
    position: relative;
    z-index: 1;
}

.pm-auth-brand {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pm-auth-brand h1,
.pm-auth-brand h2 {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0;
}

.pm-auth-brand-light h1,
.pm-auth-brand-light p {
    color: #fff;
}

.pm-auth-brand-card h2 {
    color: var(--pm-ink);
    font-size: 26px;
}

.pm-auth-brand p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.pm-auth-brand-card p {
    color: var(--pm-muted);
}

.pm-auth-brand img {
    width: 96px;
    height: 78px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    padding: 5px;
}

.pm-auth-brand-card img {
    width: 104px;
    height: 84px;
    background: #f8fafc;
}

.pm-auth-copy {
    max-width: 480px;
}

.pm-auth-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #ffe3aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pm-auth-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.pm-auth-copy p {
    max-width: 360px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 15px;
    opacity: .78;
}

.pm-auth-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: #fff;
}

.pm-auth-card {
    width: 100%;
    max-width: 430px;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.pm-auth-card-header {
    margin-bottom: 24px;
}

.pm-login-form {
    display: grid;
    gap: 16px;
}

.pm-input-group label {
    color: var(--pm-ink);
}

.pm-input-shell {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #f8fafc;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pm-input-shell:focus-within {
    border-color: var(--pm-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(212, 160, 82, .18);
}

.pm-input-shell svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    color: var(--pm-muted);
    stroke-width: 2.2;
}

.pm-input-shell .form-control {
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pm-ink);
    font-size: 15px;
    box-shadow: none;
}

.pm-input-shell .form-control:focus {
    border: 0;
    box-shadow: none;
}

.pm-auth-submit {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--pm-blue), var(--pm-orange));
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(212, 160, 82, .28);
}

.pm-auth-submit:hover {
    background: linear-gradient(135deg, #e0b066, #ad7e34);
}

.pm-auth-submit svg {
    width: 18px;
    height: 18px;
}

.pm-auth-footnote {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
    color: var(--pm-muted);
    font-size: 13px;
}

.pm-auth-footnote a {
    color: var(--pm-blue);
    font-weight: 800;
}

.pm-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pm-blue);
    color: #fff;
    font-weight: 800;
}

label {
    margin-bottom: 2px !important;
    font-weight: 700;
}

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

.bc-title,
.pm-page-title {
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px !important;
    margin-bottom: 16px !important;
}

.pm-page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.pm-page-title h3 {
    margin: 0;
    color: var(--pm-ink);
    font-weight: 700;
}

.pm-eyebrow {
    display: block;
    color: var(--pm-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pm-card,
.bc-stat-card {
    border: 1px solid var(--pm-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.bc-stat-card,
.pm-stat {
    padding: 18px 20px;
    height: 100%;
}

.bc-stat-label,
.pm-stat span {
    color: var(--pm-muted);
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
}

.bc-stat-value,
.pm-stat strong {
    color: var(--pm-ink);
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.bc-stat-card.success .bc-stat-value,
.pm-stat-green strong {
    color: var(--pm-teal);
}

.bc-stat-card.warning .bc-stat-value,
.pm-stat-gold strong {
    color: var(--pm-orange);
}

.bc-stat-card.danger .bc-stat-value,
.pm-stat-rose strong {
    color: var(--pm-red);
}

.sidebar-wrapper .menu-section-title {
    padding: 18px 20px 8px;
}

.sidebar-wrapper .menu-section-title span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5b6c8f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.sidebar-wrapper .menu-section-title span::before,
.sidebar-wrapper .menu-section-title span::after {
    content: "";
    display: block;
    height: 1px;
    background: #d9e2f2;
}

.sidebar-wrapper .menu-section-title span::before {
    width: 12px;
}

.sidebar-wrapper .menu-section-title span::after {
    flex: 1;
}

.sidebar-wrapper .admin-section-title span {
    color: var(--pm-blue-dark);
}

.sidebar-wrapper .muted-section-title span {
    color: var(--pm-muted);
}

.sidebar-wrapper .menu-section-title + .menu {
    margin-top: 2px;
}

.sidebar-wrapper .disabled-menu {
    opacity: .54;
}

.sidebar-wrapper .disabled-menu a {
    cursor: default;
}

.sidebar-wrapper .navbar-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.header-container {
    background: linear-gradient(135deg, var(--pm-blue-dark), var(--pm-blue));
    border-bottom: 3px solid var(--pm-orange);
    box-shadow: 0 10px 28px rgba(17, 35, 55, .2);
}

.header-container .navbar,
.header-container .navbar.navbar-expand-sm {
    background: transparent;
}

.header-container .theme-brand {
    border-right: 1px solid var(--pm-header-line);
}

.header-container .theme-brand .theme-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
}

.header-container .theme-text a,
.header-container .theme-text .nav-link {
    color: #fff !important;
    font-weight: 800;
}

.header-container .navbar .navbar-item .nav-link,
.header-container .navbar .navbar-item .nav-link svg,
.header-container .navbar .dark-mode,
.header-container .navbar .light-mode {
    color: #fff !important;
    stroke: #fff !important;
}

.header-container .navbar .navbar-item .nav-link:hover,
.header-container .navbar .navbar-item .nav-link:hover svg {
    color: #ffe3aa !important;
    stroke: #ffe3aa !important;
}

.header-container .avatar-container .avatar img {
    border: 2px solid rgba(255, 255, 255, .72);
}

.table thead th {
    color: var(--pm-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.pm-data-table {
    width: 100%;
    overflow-x: auto;
}

.pm-data-table table {
    margin-bottom: 0;
}

.pm-data-table td.text-end {
    white-space: nowrap;
}

.pm-data-table .btn-sm {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pm-data-table .btn-sm svg {
    width: 14px;
    height: 14px;
    stroke-width: 2;
}

.pm-action-with-badge {
    position: relative;
    display: inline-flex;
}

.pm-unread-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--pm-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.pm-search-select {
    position: relative;
}

.pm-search-results {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(12, 19, 38, .16);
}

.pm-search-result {
    width: 100%;
    display: block;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid var(--pm-border);
    background: #fff;
    color: var(--pm-ink);
    text-align: left;
}

.pm-search-result:last-child {
    border-bottom: 0;
}

.pm-search-result:hover,
.pm-search-result:focus {
    background: #f8fafc;
}

.pm-search-result strong,
.pm-search-result span {
    display: block;
}

.pm-search-result span {
    margin-top: 2px;
    color: var(--pm-muted);
    font-size: 12px;
}

.pm-review-box {
    height: 100%;
    padding: 12px 14px;
    border: 1px solid var(--pm-border);
    border-radius: 8px;
    background: #f8fafc;
}

.pm-review-box span,
.pm-review-box strong {
    display: block;
}

.pm-review-box span {
    margin-bottom: 4px;
    color: var(--pm-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pm-review-box strong {
    color: var(--pm-ink);
    font-size: 15px;
}

.pm-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 10px;
}

.pm-photo-thumb {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--pm-border);
    border-radius: 8px;
    background: #f8fafc;
}

.pm-photo-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pm-existing-photo {
    position: relative;
}

.pm-photo-delete {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
}

.pm-photo-delete svg {
    width: 13px;
    height: 13px;
}

.pm-thread {
    margin-bottom: 16px;
}

.pm-thread-list {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.pm-thread-message {
    max-width: 86%;
    padding: 10px 12px;
    border: 1px solid var(--pm-border);
    border-radius: 8px;
    background: #f8fafc;
}

.pm-thread-message.own {
    justify-self: end;
    background: #fff7ea;
    border-color: rgba(212, 160, 82, .35);
}

.pm-thread-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
    color: var(--pm-muted);
    font-size: 12px;
}

.pm-thread-body {
    color: var(--pm-ink);
    line-height: 1.5;
}

body:not(.dark) .modal-content {
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--pm-ink);
    box-shadow: 0 20px 60px rgba(12, 19, 38, .22);
}

body:not(.dark) .modal-header,
body:not(.dark) .modal-footer {
    border-color: var(--pm-border);
    background: #fff;
}

body:not(.dark) .modal-title,
body:not(.dark) .modal label,
body:not(.dark) .modal .form-label {
    color: var(--pm-ink);
}

body:not(.dark) .modal-body {
    background: #fff;
    color: var(--pm-ink);
}

body:not(.dark) .modal .form-control,
body:not(.dark) .modal .form-select,
body:not(.dark) .modal select,
body:not(.dark) .modal textarea {
    border-color: #dfe3ea;
    background-color: #fff;
    color: var(--pm-ink);
}

body:not(.dark) .modal .form-control:focus,
body:not(.dark) .modal .form-select:focus,
body:not(.dark) .modal select:focus,
body:not(.dark) .modal textarea:focus {
    border-color: var(--pm-blue);
    background-color: #fff;
    color: var(--pm-ink);
    box-shadow: 0 0 0 3px rgba(212, 160, 82, .16);
}

body:not(.dark) .modal .form-control::placeholder,
body:not(.dark) .modal textarea::placeholder {
    color: var(--pm-muted);
}

body:not(.dark) .modal .btn-close {
    filter: none;
    opacity: .65;
}

body:not(.dark) .modal .btn-close:hover {
    opacity: 1;
}

.footer-wrapper a {
    color: var(--pm-blue);
    font-weight: 700;
}

body.dark .header-container {
    background: linear-gradient(135deg, #07111c, var(--pm-blue-dark));
    border-bottom-color: var(--pm-orange);
}

body.dark .header-container .navbar,
body.dark .header-container .navbar.navbar-expand-sm {
    background: transparent;
}

@media (max-width: 767.98px) {
    .pm-auth {
        padding: 12px;
    }

    .pm-auth-shell {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .pm-auth-showcase {
        padding: 22px;
        gap: 20px;
    }

    .pm-auth-copy h2 {
        font-size: 26px;
    }

    .pm-auth-form-wrap {
        padding: 22px;
    }

    .pm-page-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .pm-page-title .btn {
        width: 100%;
    }
}

:root {
    --ful-blue: #4c668e;
    --ful-blue-dark: #1f334f;
    --ful-teal: #42b7c4;
    --ful-orange: #e74f16;
    --ful-ink: #172033;
    --ful-soft: #f3f7fb;
}

/* Federal University Lokoja applicant login */
.ful-auth-body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(31, 51, 79, .97), rgba(76, 102, 142, .95) 50%, rgba(66, 183, 196, .72)),
        #f6f8fb;
}

.ful-auth {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 18px;
}

.ful-auth-shell {
    width: min(1080px, 100%);
    min-height: 570px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(390px, .74fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 26px 80px rgba(12, 19, 38, .28);
}

.ful-auth-showcase {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: clamp(30px, 4vw, 44px);
    color: #fff;
    background:
        linear-gradient(150deg, rgba(31, 51, 79, .98), rgba(76, 102, 142, .95) 58%, rgba(66, 183, 196, .72)),
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .08) 50%, transparent 100%);
}

.ful-auth-showcase:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .72), transparent 82%);
    pointer-events: none;
}

.ful-auth-showcase:after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 34px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.ful-auth-showcase > * {
    position: relative;
    z-index: 1;
}

.ful-auth-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ful-auth-brand img {
    width: 116px;
    height: 94px;
    object-fit: contain;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
}

.ful-auth-brand h1 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
}

.ful-auth-brand p,
.ful-auth-copy p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .86);
}

.ful-auth-copy {
    max-width: 500px;
    margin-top: 20px;
}

.ful-auth-copy span,
.ful-auth-card-head span {
    color: var(--ful-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ful-auth-copy h2 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(31px, 4vw, 42px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.ful-auth-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 38px);
    background: #fff;
}

.ful-auth-card {
    width: 100%;
    max-width: 430px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.ful-auth-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.ful-auth-card-head img {
    width: 112px;
    height: 90px;
    object-fit: contain;
    padding: 4px;
    border-radius: 8px;
    background: #f8fafc;
}

.ful-auth-card-head h3 {
    margin: 4px 0 0;
    color: var(--ful-ink);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 900;
    letter-spacing: 0;
}

.ful-auth-card .form-label {
    color: var(--ful-ink);
    font-weight: 800;
}

.ful-input-shell {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid #cfdae7;
    border-radius: 8px;
    background: #f8fafc;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ful-input-shell:focus-within {
    border-color: var(--ful-teal);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(66, 183, 196, .16);
}

.ful-input-shell svg {
    flex: 0 0 auto;
    width: 18px;
    color: var(--ful-blue);
    stroke: var(--ful-blue);
}

.ful-input-shell .form-control {
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
}

.ful-student-preview {
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid #dbe9df;
    border-radius: 8px;
    background: var(--ful-soft);
}

.ful-student-preview b,
.ful-student-preview span,
.ful-student-preview small {
    display: block;
}

.ful-student-preview b {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-student-preview span,
.ful-student-preview small {
    color: #5d6678;
}

.ful-auth-submit,
.ful-auth-card .btn-primary,
.ful-auth-card .btn-success {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    /*background: linear-gradient(135deg, var(--ful-blue), var(--ful-blue-dark));*/
    font-weight: 800;
    /*box-shadow: 0 12px 26px rgba(76, 102, 142, .28);*/
}

.ful-auth-card .btn-primary:hover,
.ful-auth-card .btn-success:hover {
    /*background: linear-gradient(135deg, var(--ful-blue-dark), #122238);*/
}

.ful-login-mini-guide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 18px;
}

.ful-login-mini-guide span {
    padding: 10px;
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    color: #5d6678;
    font-size: 12px;
    line-height: 1.25;
}

.ful-login-mini-guide b {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    border-radius: 50%;
    background: rgba(66, 183, 196, .16);
    color: var(--ful-blue-dark);
}

.ful-guideline-btn {
    width: 100%;
    margin-top: 12px;
    border-color: #cfdae7;
    color: var(--ful-blue-dark);
}

.ful-auth-footnote {
    margin-top: 20px;
    text-align: center;
    color: #667085;
    font-size: 13px;
}

.ful-auth-footnote strong {
    color: var(--ful-blue-dark);
    font-weight: 900;
}

.ful-guide-modal,
body.dark .ful-guide-modal,
body .ful-guide-modal.modal-content {
    background: #fff !important;
    color: var(--ful-ink) !important;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(12, 19, 38, .24);
}

.ful-guide-modal .modal-header,
.ful-guide-modal .modal-body,
body.dark .ful-guide-modal .modal-header,
body.dark .ful-guide-modal .modal-body {
    background: #fff !important;
    color: var(--ful-ink) !important;
    border-color: #e5ebf2 !important;
}

.ful-guide-modal .modal-header span {
    color: var(--ful-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-guide-modal .modal-title {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-guide-modal .btn-close,
body.dark .ful-guide-modal .btn-close {
    filter: none !important;
    opacity: .7;
}

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

.ful-guide-steps div {
    padding: 14px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fbfcfe;
}

.ful-guide-steps b {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: var(--ful-orange);
    color: #fff;
}

.ful-guide-steps h6 {
    margin-bottom: 4px;
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-guide-steps p {
    margin: 0;
    color: #667085;
}

.ful-result-card {
    height: 100%;
    padding: 18px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ful-result-card.is-selected {
    border-color: var(--ful-blue);
    background: #f6fbff;
    box-shadow: 0 12px 26px rgba(76, 102, 142, .1);
}

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

.ful-result-head span {
    display: block;
    color: var(--ful-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-result-head h3 {
    margin: 2px 0;
    color: var(--ful-ink);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

.ful-result-head p {
    margin: 0;
    color: #667085;
}

.ful-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ful-table-scroll table {
    min-width: 420px;
}

.ful-selected-mini {
    min-width: 118px;
    padding: 10px 16px;
    text-align: center;
}

.ful-next-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ebedf2;
}

.ful-payment-status {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fbfcfe;
}

.ful-payment-status.is-paid {
    border-color: rgba(0, 171, 85, .28);
    background: #f2fbf6;
}

.ful-payment-status svg {
    width: 42px;
    height: 42px;
    color: var(--ful-blue);
    stroke: var(--ful-blue);
}

.ful-payment-status.is-paid svg {
    color: #00ab55;
    stroke: #00ab55;
}

.ful-payment-status h3 {
    margin: 0 0 6px;
    color: var(--ful-ink);
    font-size: 22px;
    font-weight: 900;
}

.ful-payment-status p {
    margin: 0;
    color: #667085;
}

.ful-payment-invoice {
    padding: 18px;
}

.ful-payment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
}

.ful-payment-row:last-of-type {
    border-bottom: 0;
}

.ful-payment-row span {
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-payment-row strong {
    color: var(--ful-ink);
    font-size: 16px;
    font-weight: 900;
    text-align: right;
    overflow-wrap: anywhere;
}

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

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

.ful-invoice-sheet {
    max-width: 820px;
}

.ful-invoice-note {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f6fbff;
    color: #4f5d75;
    font-size: 12px;
    font-weight: 800;
}

.ful-letter-body {
    min-height: 100vh;
    background: #eef3f8;
    color: #111827;
}

.ful-letter-page {
    width: min(820px, calc(100% - 24px));
    margin: 14px auto;
}

.ful-letter-sheet {
    min-height: 1050px;
    padding: 34px 40px;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 32, 51, .1);
    font-size: 14px;
    line-height: 1.55;
}

.ful-letter-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #27364f;
}

.ful-letter-head img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.ful-letter-head h1 {
    margin: 0;
    color: #102a43;
    font-size: 25px;
    font-weight: 950;
    text-transform: uppercase;
}

.ful-letter-head h2 {
    margin: 2px 0;
    color: #9b1c1c;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.ful-letter-head p {
    margin: 1px 0;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
}

.ful-letter-head-simple {
    align-items: center;
}

.ful-letter-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cfd8e3;
    font-size: 13px;
}

.ful-letter-sheet h3 {
    margin: 14px 0;
    color: #102a43;
    font-size: 16px;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
}

.ful-letter-info {
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
}

.ful-letter-info td {
    padding: 4px 6px;
    border: 1px solid #e5ebf2;
}

.ful-letter-alpha {
    margin: 8px 0 12px;
    padding-left: 22px;
    list-style-type: lower-alpha;
}

.ful-letter-alpha li,
.ful-undertaking-section li {
    margin-bottom: 6px;
    text-align: justify;
}

.ful-letter-signature {
    margin-top: 34px;
    text-align: center;
}

.ful-signature-line {
    width: 210px;
    margin: 0 auto 8px;
    border-top: 1px solid #111827;
}

.ful-letter-signature strong,
.ful-letter-signature span {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-undertaking-section {
    margin-top: 16px;
}

.ful-undertaking-section h3 {
    margin-bottom: 8px;
    text-align: left;
}

.ful-undertaking-section p {
    text-align: justify;
}

.ful-letter-sign-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 20px;
    text-align: center;
}

.ful-letter-sign-grid span,
.ful-letter-wide-line {
    display: block;
    color: #4b5563;
    font-size: 12px;
    font-style: italic;
}

.ful-letter-wide-line {
    margin: 26px 0 18px;
    padding-top: 6px;
    border-top: 1px solid #111827;
    text-align: center;
}

.ful-guide-list {
    padding-left: 18px;
    color: #5d6678;
}

.ful-guide-list li + li {
    margin-top: 8px;
}

.ful-status-panel {
    padding: 20px;
}

.ful-status-panel h4 {
    margin: 4px 0 10px;
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-status-dl {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 8px 14px;
    margin: 12px 0 0;
}

.ful-status-dl dt {
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-status-dl dd {
    min-width: 0;
    margin: 0;
    color: var(--ful-ink);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ful-clearance-card {
    height: 100%;
    padding: 14px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fbfcfe;
}

.ful-clearance-card strong,
.ful-clearance-card span,
.ful-clearance-card small {
    display: block;
}

.ful-clearance-card strong {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-clearance-card span {
    margin-top: 4px;
    color: #667085;
}

.ful-clearance-card small {
    margin-top: 10px;
    color: var(--ful-blue);
    font-weight: 900;
}

.ful-clearance-card.is-cleared {
    border-color: rgba(0, 171, 85, .28);
    background: #f2fbf6;
}

.ful-clearance-card.is-cleared small {
    color: #00ab55;
}

.ful-clearance-card.is-rejected {
    border-color: rgba(231, 81, 90, .3);
    background: #fff6f6;
}

.ful-clearance-card.is-rejected small {
    color: #e7515a;
}

.ful-screening-panel {
    padding: 20px;
}

.ful-subject-note {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f6fbff;
    color: #4f5d75;
}

.ful-screening-sitting,
.ful-verification-card {
    height: 100%;
    padding: 16px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fbfcfe;
}

.ful-screening-sitting strong,
.ful-screening-sitting span,
.ful-screening-sitting small,
.ful-verification-card strong,
.ful-verification-card span {
    display: block;
}

.ful-screening-sitting strong,
.ful-verification-card strong {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-screening-sitting span,
.ful-verification-card span {
    margin-top: 4px;
    color: #667085;
}

.ful-screening-sitting small {
    margin-top: 2px;
    color: #8a94a6;
}

.ful-subject-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.ful-subject-option {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 9px 10px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.ful-subject-option input {
    flex: 0 0 auto;
}

.ful-subject-option span {
    min-width: 0;
    margin: 0;
    color: var(--ful-ink);
    overflow-wrap: anywhere;
}

.ful-subject-option b {
    color: var(--ful-blue);
}

.ful-screening-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ebedf2;
}

.ful-selected-subjects {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.ful-selected-subjects li {
    padding: 10px 12px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fff;
}

.ful-selected-subjects strong,
.ful-selected-subjects span {
    display: block;
}

.ful-selected-subjects strong {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-selected-subjects span {
    margin-top: 2px;
    color: #667085;
}

.ful-final-submit-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-color: rgba(0, 171, 85, .22);
    background: #f2fbf6;
}

.ful-final-submit-panel h5 {
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-final-submit-panel p {
    color: #667085;
}

.ful-final-submit-hint {
    display: block;
    margin-top: 8px;
    color: #b42318;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
}

.ful-print-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 10px;
}

.ful-result-document-body {
    min-height: 100vh;
    background: #eef3f8;
}

.ful-result-document {
    width: min(1000px, calc(100% - 24px));
    margin: 12px auto;
}

.ful-result-sheet {
    padding: 18px;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 32, 51, .1);
}

.ful-result-print {
    color: var(--ful-ink);
}

.ful-result-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dfe7f1;
}

.ful-result-header img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.ful-result-header h3 {
    margin: 0;
    color: var(--ful-ink);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-result-header p {
    margin: 4px 0 0;
    color: #667085;
    font-weight: 800;
}

.ful-result-photo {
    margin-left: auto;
    width: 68px !important;
    height: 68px !important;
    border: 1px solid var(--ful-blue);
    border-radius: 8px;
    object-fit: cover !important;
}

.ful-result-qr {
    margin-left: auto;
    width: 68px !important;
    height: 68px !important;
    border: 1px solid #dfe7f1;
    border-radius: 6px;
    padding: 3px;
    background: #fff;
}

.ful-result-qr + .ful-result-photo {
    margin-left: 4px;
}

.ful-result-section {
    margin-top: 10px;
}

.ful-result-section h5 {
    margin: 0 0 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5ebf2;
    color: var(--ful-ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.ful-result-grid > div,
.ful-result-mini-card {
    padding: 7px 9px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fbfcfe;
}

.ful-result-grid-wide {
    grid-column: 1 / -1;
}

.ful-result-grid span,
.ful-result-summary span {
    display: block;
    color: #667085;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.ful-result-grid strong,
.ful-result-summary strong {
    display: block;
    margin-top: 3px;
    color: var(--ful-ink);
    font-weight: 900;
    overflow-wrap: anywhere;
}

.ful-result-table {
    min-width: 560px;
    color: var(--ful-ink);
    font-size: 12px;
}

.ful-result-table td,
.ful-result-table th {
    padding: 4px 6px !important;
}

.ful-result-table th {
    background: #eef4fb;
    color: var(--ful-ink);
    font-weight: 900;
}

.ful-result-mini-card strong,
.ful-result-mini-card span {
    display: block;
}

.ful-result-mini-card span {
    margin-top: 3px;
    color: #667085;
}

.ful-result-points {
    margin: 6px 0 0;
    color: #4f5d75;
    font-weight: 800;
}

.ful-result-points span {
    margin-left: 14px;
    color: #00ab55;
}

.ful-result-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f6fbff;
    border: 1px solid #dbeafe;
}

.ful-result-summary strong {
    font-size: 18px;
}

.ful-result-summary-date strong {
    color: #4f5d75;
    font-size: 13px;
    font-weight: 700;
}

.ful-result-summary-aggregate {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 4px 0 0 #00ab55;
    padding: 8px 10px;
}

.ful-result-summary-aggregate span {
    color: #00ab55;
}

.ful-result-summary-aggregate strong {
    color: #102a43;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

/* Header palette matched to the FUL logo while preserving the original Propmasta header behavior. */
.header-container {
    background: linear-gradient(135deg, #1b2d45, #4f6a94) !important;
    border-bottom: 3px solid #47b9c7 !important;
    box-shadow: 0 10px 28px rgba(27, 45, 69, .22) !important;
}

.header-container .navbar,
.header-container .navbar.navbar-expand-sm {
    background: transparent !important;
}

.header-container .theme-brand {
    border-right: 1px solid rgba(255, 255, 255, .18) !important;
}

.header-container .theme-brand .theme-logo img {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 8px 18px rgba(12, 19, 38, .16);
}

.header-container .theme-text a,
.header-container .theme-text .nav-link,
.header-container .navbar .navbar-item .nav-link,
.header-container .navbar .navbar-item .nav-link svg,
.header-container .navbar .dark-mode,
.header-container .navbar .light-mode {
    color: #fff !important;
    stroke: #fff !important;
}

.header-container .navbar .navbar-item .nav-link:hover,
.header-container .navbar .navbar-item .nav-link:hover svg {
    color: #c7f4f8 !important;
    stroke: #c7f4f8 !important;
}

.header-container .avatar-container .avatar img {
    border: 2px solid rgba(199, 244, 248, .9) !important;
    box-shadow: none;
}

body.dark .header-container {
    background: linear-gradient(135deg, #111e30, #3d5b84) !important;
    border-bottom: 3px solid #47b9c7 !important;
}

@media (max-width: 991.98px) {
    .ful-auth {
        align-items: flex-start;
        padding: 14px;
    }

    .ful-auth-shell {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .ful-auth-showcase {
        min-height: 235px;
        padding: 24px;
        gap: 22px;
    }

    .ful-auth-copy {
        margin-top: 22px;
    }

    .ful-auth-form-wrap {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .ful-auth {
        padding: 10px;
    }

    .ful-auth-showcase {
        min-height: auto;
        padding: 20px;
    }

    .ful-auth-brand {
        gap: 10px;
    }

    .ful-auth-brand img {
        width: 78px;
        height: 66px;
    }

    .ful-auth-brand h1 {
        font-size: 20px;
    }

    .ful-auth-copy h2 {
        font-size: 25px;
    }

    .ful-auth-form-wrap {
        padding: 20px;
    }

    .ful-auth-card-head {
        gap: 10px;
    }

    .ful-auth-card-head img {
        width: 86px;
        height: 70px;
    }

    .ful-auth-card-head h3 {
        font-size: 19px;
    }

    .ful-login-mini-guide,
    .ful-guide-steps {
        grid-template-columns: 1fr;
    }

    .ful-result-head,
    .ful-payment-status {
        flex-direction: column;
    }

    .ful-payment-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .ful-payment-row strong {
        text-align: left;
    }

    .ful-payment-actions,
    .ful-payment-actions .btn,
    .ful-payment-actions form {
        width: 100%;
    }

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

    .ful-next-action .btn {
        width: 100%;
    }

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

    .ful-screening-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-final-submit-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .ful-result-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ful-result-photo {
        margin-left: 0;
    }

    .ful-result-qr {
        margin-left: 0;
    }

    .ful-result-grid,
    .ful-result-summary {
        grid-template-columns: 1fr;
    }

    .ful-letter-sheet {
        padding: 22px;
    }

    .ful-letter-head,
    .ful-letter-meta {
        flex-direction: column;
    }

    .ful-letter-sign-grid {
        grid-template-columns: 1fr;
    }
}

@media print {
    .noprint,
    .header-container,
    .sidebar-wrapper,
    .secondary-nav,
    .footer-wrapper {
        display: none !important;
    }

    .main-content,
    .layout-px-spacing,
    .container-xxl,
    .widget-content,
    .widget {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .ful-result-table {
        min-width: 0;
    }

    .ful-table-scroll {
        overflow: visible;
    }

    .ful-result-document-body {
        background: #fff;
    }

    .ful-letter-body {
        background: #fff;
    }

    .ful-result-document,
    .ful-letter-page {
        width: 100%;
        margin: 0;
    }

    .ful-result-sheet,
    .ful-letter-sheet {
        min-height: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
}
