/* Minification failed. Returning unminified contents.
(35,1): run-time error CSS1019: Unexpected token, found '@import'
(35,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap")'
(36,1): run-time error CSS1019: Unexpected token, found '@import'
(36,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap")'
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(46,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(60,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-2'
(64,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-3'
(68,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-4'
(72,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-5'
(76,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-6'
(80,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(84,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-2'
(88,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-3'
(92,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-4'
(96,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-5'
(100,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-6'
(104,22): run-time error CSS1039: Token not allowed after unary operator: '-gradient-1'
(108,22): run-time error CSS1039: Token not allowed after unary operator: '-gradient-2'
(117,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(138,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(153,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(163,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(245,22): run-time error CSS1039: Token not allowed after unary operator: '-gradient-1'
(246,28): run-time error CSS1039: Token not allowed after unary operator: '-gradient-1'
(254,26): run-time error CSS1039: Token not allowed after unary operator: '-gradient-2'
(255,32): run-time error CSS1039: Token not allowed after unary operator: '-gradient-2'
(359,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(360,24): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(366,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-4'
(367,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(379,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(393,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(417,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(428,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(493,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(497,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(499,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(504,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(518,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(525,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(573,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(618,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(682,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(687,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(692,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
(697,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-1'
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
.custom-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 5px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 10px;
}

.loading-text {
    font-size: 16px;
    font-weight: 500;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --brand-1: #306700;
    --brand-2: #90ba34;
    --brand-3: #9bc58c;
    --brand-4: #88b430;
    --brand-5: #b3dc61;
    --brand-6: #8faf83;
    --gradient-1: linear-gradient(170deg, var(--brand-1), var(--brand-1), var(--brand-4));
    --gradient-2: linear-gradient(150deg, var(--brand-1), var(--brand-2), var(--brand-4));
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-brand-1 {
    background: var(--brand-1);
}

.bg-brand-2 {
    background: var(--brand-2);
}

.bg-brand-3 {
    background: var(--brand-3);
}

.bg-brand-4 {
    background: var(--brand-4);
}

.bg-brand-5 {
    background: var(--brand-5);
}

.bg-brand-6 {
    background: var(--brand-6);
}

.text-brand-1 {
    color: var(--brand-1);
}

.text-brand-2 {
    color: var(--brand-2);
}

.text-brand-3 {
    color: var(--brand-3);
}

.text-brand-4 {
    color: var(--brand-4);
}

.text-brand-5 {
    color: var(--brand-5);
}

.text-brand-6 {
    color: var(--brand-6);
}

.bg-gradient-1 {
    background: var(--gradient-1);
}

.bg-gradient-2 {
    background: var(--gradient-2);
}

ul {
    margin: 0;
    padding-left: 1rem;
}

    ul li::marker {
        color: var(--brand-1);
    }

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

.divider {
    position: relative;
}

    .divider::after {
        content: "";
        width: 80%;
        max-width: 900px;
        background: var(--brand-1);
        height: 2px;
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
    }

legend {
    font-size: 1.2rem !important;
}

label,
.question {
    color: var(--brand-1);
}

.default-clr label {
    color: black;
}

input,
select,
.picker .pc-element {
    border: 1px solid var(--brand-1) !important;
    border-radius: 8px !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    width: 100%;
    max-width: 100% !important;
}

.picker,
.pc-select,
.pc-element {
    width: 100%;
    max-width: 100% !important;
}

input[type=radio],
input[type=checkbox] {
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

select {
    cursor: pointer;
}

body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, .brand-font {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.tonal-lift {
    transition: transform 0.2s ease-in-out;
}

.tonal-lift:hover {
    transform: translateY(-4px);
}

.hero-gradient{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
}

section.home-special {
    background: url(../Images/bg.jpg) no-repeat center center/cover;
}

    section.home-special select {
        border-width: 2px !important;
        background: transparent !important;
    }

.new-acc-wrapper section.special {
    background: url(../Images/bg.jpg) no-repeat center center/cover;
}

    section.special > .container {
        padding: 5rem 2rem;
    }

button.special,
button.submit,
.btn-main {
    transition: all 0.15s ease-in !important;
    border: none !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 0.8rem 1.5rem !important;
    background: var(--gradient-1) !important;
    background-image: var(--gradient-1) !important;
    border-radius: 8px !important;
    cursor: pointer;
}

    button.special:hover,
    button.submit:hover,
    .btn-main:hover {
        background: var(--gradient-2) !important;
        background-image: var(--gradient-2) !important;
    }

    button.special:active,
    button.submit:active,
    .btn-main:active {
        transform: scale(0.97);
    }

    button.special:disabled,
    button.submit:disabled,
    .btn-main:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

button.submit,
.submit {
    width: 100%;
    height: 50px;
}

/* ---- Save & Continue button group ---- */
.sac-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}

.sac-btn {
    flex: 1 1 140px;
    max-width: 220px;
    min-width: 120px;
}

@media (max-width: 576px) {
    .sac-btn {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* =========================================================
   Portal Layout (Verification Portal style)
   ========================================================= */

.portal-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f5f6fa;
}

/* ---- Top Navbar ---- */
.portal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #e8eaf0;
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 1rem;
}

.portal-nav-brand img {
    display: block;
}

/* ---- Phase Step Progress (top bar) ---- */
.portal-phase-progress {
    display: flex;
    align-items: center;
    gap: 0;
}

.phase-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.phase-step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e8eaf0;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #e8eaf0;
    transition: all 0.3s ease;
}

.phase-step.phase-completed .phase-step-circle {
    background: var(--brand-1);
    border-color: var(--brand-1);
    color: #fff;
}

.phase-step.phase-active .phase-step-circle {
    background: #fff;
    border: 2.5px solid var(--brand-4);
    color: var(--brand-1);
}

.phase-step-label {
    font-size: 11px;
    color: #aaa;
    margin-top: 3px;
    white-space: nowrap;
}

.phase-step.phase-completed .phase-step-label,
.phase-step.phase-active .phase-step-label {
    color: var(--brand-1);
    font-weight: 600;
}

.phase-connector {
    width: 80px;
    height: 2px;
    background: #e8eaf0;
    margin: 0 4px;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.phase-connector.completed {
    background: var(--brand-1);
}

/* ---- Nav Actions ---- */
.portal-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.portal-nav-btn {
    background: none;
    border: none;
    color: #777;
    font-size: 17px;
    cursor: pointer;
    padding: 7px 9px;
    border-radius: 8px;
    transition: background 0.15s;
    line-height: 1;
}

.portal-nav-btn:hover {
    background: #f0f0f0;
    color: var(--brand-1);
}

.portal-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-1);
    cursor: pointer;
    font-size: 14px;
}

/* ---- Body: sidebar + content ---- */
.portal-body {
    display: flex;
    flex: 1;
}

/* ---- Sidebar ---- */
.portal-sidebar {
    width: 210px;
    min-width: 210px;
    background: #fff;
    border-right: 1px solid #e8eaf0;
    padding: 1.25rem 0;
    position: sticky;
    top: 64px;
    height: calc(100vh - 64px);
    overflow-y: auto;
}

.sidebar-header {
    padding: 0 1.25rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.5rem;
}

.sidebar-title {
    font-weight: 700;
    font-size: 14.5px;
    color: #1a1a1a;
}

.sidebar-subtitle {
    font-size: 9.5px;
    color: #aaa;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 2px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
}

.sidebar-nav-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1.25rem;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s;
    border-right: 3px solid transparent;
    text-decoration: none !important;
    user-select: none;
}

.sidebar-nav-item:hover {
    background: #f5f6fa;
    color: var(--brand-1);
}

.sidebar-nav-item.active {
    color: var(--brand-1);
    background: #f0f7e8;
    border-right-color: var(--brand-1);
    font-weight: 600;
}

.sidebar-nav-item.completed .sidebar-nav-icon {
    color: var(--brand-1);
}

.sidebar-nav-icon {
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    color: #aaa;
    transition: color 0.15s;
}

.sidebar-nav-item.active .sidebar-nav-icon,
.sidebar-nav-item:hover .sidebar-nav-icon {
    color: var(--brand-1);
}

.sidebar-check-icon {
    display: none !important;
    margin-left: auto;
    font-size: 11px;
    color: var(--brand-1);
    flex-shrink: 0;
}

.sidebar-nav-item.completed .sidebar-check-icon {
    display: block !important;
}

/* ---- Main Content ---- */
.portal-content {
    flex: 1;
    padding: 1.5rem 2rem 3rem;
    overflow-y: auto;
    min-width: 0;
}

.portal-content section.special {
    background: none !important;
    display: none;
}

.portal-content section.special > .container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
    padding-top: 2rem !important;
    padding-bottom: 2.5rem !important;
    max-width: 100%;
}

/* Section title style inside portal cards */
.portal-content .section-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.portal-content .section-card-header .section-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-1);
    font-size: 18px;
    flex-shrink: 0;
}

.portal-content .section-card-header h4 {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0;
}

.portal-content .section-card-header p {
    font-size: 12.5px;
    color: #888;
    margin: 2px 0 0;
}

/* Ref number strip */
#refNoDisplay {
    background: #fff;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    border: 1px solid #e8eaf0;
    display: none;
}

/* ---- Mobile sidebar toggle button ---- */
.sidebar-toggle-btn {
    display: none;
    background: none;
    border: none;
    color: #555;
    font-size: 20px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.sidebar-toggle-btn:hover {
    background: #f0f0f0;
    color: var(--brand-1);
}

/* ---- Mobile backdrop ---- */
.sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 199;
}

.sidebar-backdrop.active {
    display: block;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .sidebar-toggle-btn {
        display: block;
    }

    .portal-sidebar {
        position: fixed;
        top: 64px;
        left: 0;
        height: calc(100vh - 64px);
        z-index: 200;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: none;
    }

    .portal-sidebar.sidebar-open {
        transform: translateX(0);
        box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
    }

    .portal-phase-progress .phase-connector {
        width: 40px;
    }

    .portal-content {
        padding: 1rem;
    }
}

@media (max-width: 600px) {
    .portal-nav {
        padding: 0 1rem;
    }

    .phase-step-label {
        display: none;
    }

    .phase-connector {
        width: 24px;
    }
}

/* ---- Nav pills / tabs — brand colour override ---- */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--brand-1) !important;
    color: #fff !important;
}

.nav-pills .nav-link:not(.active):hover {
    color: var(--brand-1);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--brand-1) !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs .nav-link:not(.active):hover {
    color: var(--brand-1);
}


