﻿body {
    background: #eef2f7;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #23324d;
}

.bank-navbar {
    background: linear-gradient(90deg, #163a70, #1f4f92);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.bank-logo {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.portal-hero {
    background: #eef2f7;
}

.portal-title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f3763;
}

.portal-subtitle {
    max-width: 820px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #44536b;
}

.portal-panel {
    background: #f8fafc;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(25,55,109,.08);
}

.content-card {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(22,58,112,.06);
}

.section-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1f3763;
    margin-bottom: 1.25rem;
}

.guideline-list {
    padding-left: 1.25rem;
    margin: 0;
}

    .guideline-list li {
        margin-bottom: 1rem;
        font-size: 1.18rem;
        line-height: 1.7;
    }

.steps-list {
    margin: 0;
    padding-left: 1.5rem;
}

    .steps-list li {
        margin-bottom: 1rem;
        font-size: 1.18rem;
    }

.bank-btn-primary {
    background: #1d437c;
    color: #fff;
    border: none;
}

    .bank-btn-primary:hover {
        background: #163561;
        color: #fff;
    }

.bank-btn-success {
    background: #3f6f5a;
    color: #fff;
    border: none;
}

    .bank-btn-success:hover {
        background: #345b4a;
        color: #fff;
    }

.disabled-link {
    color: #94a3b8 !important;
    text-decoration: none;
}

.login-card {
    min-height: 100%;
}

.portal-login-title {
    color: #1f3763;
    font-size: 2.2rem;
    font-weight: 700;
}

.captcha-image {
    width: 160px;
    height: 48px;
    border: 1px solid #ced7e2;
    border-radius: 8px;
    background: #f8fafc;
}

.otp-box-wrap {
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

.otp-box {
    width: 52px;
    height: 56px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

.summary-box {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    padding: 1rem;
}

.summary-label {
    font-size: .9rem;
    color: #64748b;
    margin-bottom: .4rem;
}

.summary-value {
    font-size: 1.08rem;
    font-weight: 600;
    color: #1f3763;
}

.portal-footer {
    background: linear-gradient(90deg, #163a70, #1f4f92);
    color: #fff;
    padding: 1.5rem 0;
}

.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-card {
    background: #163a70;
    color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.wizard-steps {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.wizard-step {
    background: #e9eef6;
    color: #1f3763;
    border-radius: 999px;
    padding: .4rem .9rem;
    font-size: .9rem;
    font-weight: 600;
}

    .wizard-step.active {
        background: #1d437c;
        color: #fff;
    }

.nominee-card,
.document-card,
.reply-doc-card {
    background: #fbfdff;
}

.success-urn-box {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    padding: 1rem;
    display: inline-block;
    min-width: 260px;
}

.urn-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f3763;
    letter-spacing: 1px;
}

.urn-chip {
    background: #1d437c;
    color: #fff;
    padding: .5rem .9rem;
    border-radius: 999px;
    font-weight: 600;
}

.status-box {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    padding: 1rem;
    font-weight: 700;
    color: #1f3763;
    text-align: center;
}

.timeline-wrap {
    position: relative;
    padding-left: 1rem;
}

.timeline-item {
    position: relative;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    border-left: 2px solid #cfd8e3;
    margin-left: .7rem;
}

    .timeline-item:last-child {
        border-left: 2px solid transparent;
    }

.timeline-marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 2px;
    background: #cfd8e3;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cfd8e3;
}

.timeline-item.completed .timeline-marker {
    background: #198754;
    box-shadow: 0 0 0 2px #198754;
}

.timeline-item.current .timeline-marker {
    background: #ffc107;
    box-shadow: 0 0 0 2px #ffc107;
}
.timeline-item.rejected .timeline-marker {
    background: #ff0000;
    box-shadow: 0 0 0 2px #ff0000;
}

.timeline-title {
    font-weight: 700;
    color: #1f3763;
}

.timeline-date {
    font-size: .9rem;
    color: #64748b;
    margin-top: .2rem;
}

.timeline-remarks {
    margin-top: .35rem;
    color: #334155;
}

@media (max-width: 991.98px) {
    .portal-title {
        font-size: 2rem;
    }

    .portal-subtitle {
        font-size: 1.05rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .guideline-list li,
    .steps-list li {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .otp-box {
        width: 44px;
        height: 48px;
        font-size: 1.15rem;
    }

    .portal-panel,
    .content-card {
        padding: 1rem;
    }

    .portal-login-title {
        font-size: 1.7rem;
    }
}
.bank-navbar {
    background: linear-gradient(90deg, #082a63 0%, #0d3d8f 45%, #0b2f73 100%);
    box-shadow: 0 8px 24px rgba(7, 34, 84, 0.22);
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand-logo-wrap {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    padding: 0.35rem 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.brand-logo {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
}

.brand-text {
    line-height: 1.1;
}

.claim-selection-page .card {
    border-radius: 8px;
}

.claim-selection-page .card-header h4 {
    font-weight: 600;
}

.claim-selection-page .segment-block h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.claim-selection-page .table th,
.claim-selection-page .table td {
    vertical-align: middle;
}

.claim-selection-page .alert-success {
    font-size: 15px;
}












    .bank-toggler:focus {
        box-shadow: 0 0 0 0.15rem rgba(255,255,255,0.15) !important;
    }



.bank-navbar {
    background: linear-gradient(90deg,#0a2f6b,#0e3f8c);
    padding: 14px 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.brand-logo {
    height: 40px;
    width: auto;
}

.brand-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.brand-subtitle {
    color: #dcdcdc;
    font-size: 11px;
}

.bank-nav-link {
    color: #f2f2f2 !important;
    font-weight: 500;
    margin: 0 6px;
    border-radius: 6px;
}

    .bank-nav-link:hover {
        background: rgba(255,255,255,0.15);
    }

.bank-nav-btn {
    background: #ffc107;
    color: #002f6c;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 14px;
}

    .bank-nav-btn:hover {
        background: #ffd24d;
    }
.bank-logout-btn {
    background: #dc3545; /* Crimson Red */
    color: #ffffff; /* Pure White for contrast */
    font-weight: 400;
    border-radius: 8px;
    padding: 8px 14px;
    border: none; /* Removes default button borders */
    cursor: pointer; /* Changes mouse cursor to a pointer hand */
    transition: background 0.2s ease; /* Smooth hover effect */
}

    /* Optional hover state to make the button feel interactive */
    .bank-logout-btn:hover {
        background: #bd2130; /* Slightly darker red on hover */
    }
.bank-toggler {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 8px;
}

.bank-toggler-icon {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .bank-toggler-icon span {
        height: 3px;
        width: 100%;
        background: white;
        border-radius: 5px;
    }

@media(max-width:991px) {

    .navbar-collapse {
        background: #0e3f8c;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .bank-nav-link {
        display: block;
        padding: 10px;
    }

    .bank-nav-btn {
        width: 100%;
        margin-top: 10px;
    }
}



.bank-navbar {
    backdrop-filter: blur(6px);
}

.claim-selection-page {
    padding-top: 15px;
    padding-bottom: 25px;
}

.claim-card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.claim-card-header {
    background: #0b5cab;
    color: #ffffff;
    padding: 14px 16px;
}

.claim-card-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.claim-card-body {
    padding: 16px;
}

.claim-alert-success {
    background: #eef8f0;
    border: 1px solid #b8dec0;
    color: #1f5e2b;
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 16px;
    word-break: break-word;
}

.initial-message {
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
}

.claim-search-row {
    margin-bottom: 6px;
}

.claim-action-group {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.claim-btn {
    min-width: 110px;
}

.validation-message-wrap {
    min-height: 22px;
    margin-bottom: 8px;
}

.hidden-section {
    display: none;
}

.segment-block {
    margin-top: 22px;
}

.segment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.segment-header h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #1f1f1f;
}

.segment-select-all {
    margin: 0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.account-table th,
.account-table td {
    vertical-align: middle !important;
    font-size: 14px;
}

.account-table th {
    background: #f7f7f7;
}

.select-col {
    min-width: 90px;
    white-space: nowrap;
}

.submit-section {
    margin-top: 20px;
}

.btn-block-mobile {
    width: auto;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.account-mobile-card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.account-mobile-check {
    margin-bottom: 10px;
}

.account-mobile-check label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.account-mobile-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.account-mobile-row:last-child {
    border-bottom: 0;
}

.account-mobile-row .label {
    font-weight: 600;
    color: #444444;
    min-width: 110px;
}

.account-mobile-row .value {
    text-align: right;
    word-break: break-word;
}

@media (max-width: 767px) {
    .claim-selection-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .claim-card-header h4 {
        font-size: 18px;
    }

    .claim-card-body {
        padding: 12px;
    }

    .claim-action-group {
        display: block;
        width: 100%;
    }

    .claim-action-group .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-block-mobile {
        width: 100%;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .segment-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-mobile-row {
        flex-direction: column;
        gap: 2px;
    }

    .account-mobile-row .value {
        text-align: left;
    }
}

.nominee-section {
    margin-bottom: 18px;
}

.nominee-options {
    margin-top: 6px;
    margin-bottom: 6px;
}

.form-download-upload-block {
    margin-bottom: 20px;
}

.download-upload-card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fafafa;
    padding: 14px;
}

    .download-upload-card h5 {
        margin-top: 0;
        margin-bottom: 8px;
        font-weight: 600;
    }

.help-text {
    margin-bottom: 12px;
    color: #666666;
    font-size: 13px;
}

.action-row {
    display: flex;
    flex-wrap: wrap; /* Allows buttons to wrap to the next line */
    gap: 10px; /* Replaces &nbsp; with consistent spacing */
    margin-bottom: 20px;
}

.upload-group {
    margin-bottom: 0;
}

.selected-file-name {
    display: block;
    margin-top: 6px;
    color: #444444;
    word-break: break-word;
}

@media (max-width: 767px) {
    .download-upload-card {
        padding: 12px;
    }

    .action-row .btn {
        width: 100%;
    }
}

.pdf-frame {
    height: 80vh;
}

.file_name_span{
    max-width="200px"
}