.border-dashed {
    --bs-border-style: dashed;
}

.border-solid {
    --bs-border-style: solid;
}

/* width */
::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #494949;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b8b8b8;
}

.table-responsive {
    overflow-x: auto;
}

table {
    width: 100%;
}

th {
    text-transform: uppercase !important;
    font-weight: light !important;
    font-size: 12px !important;
}

td {
    padding-top: 18px !important;
    padding-bottom: 4px !important;
}

th,
td {
    white-space: nowrap !important;
    padding-right: 24px !important;
}

th:first-child,
td:first-child {
    padding-left: 20px !important;
}

th:last-child,
td:last-child {
    padding-right: 20px !important;
}

.tbl-link {
    max-width: 180px;
    margin-bottom: -8px !important;
}

.modal::after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.google_translate_element {
    margin-top: -10px;
}

.goog-te-combo {
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: var(--bs-primary);
    /* Use Bootstrap primary color */
    padding: 10px 12px;
    border-radius: 8px;
    border: 2px solid var(--bs-primary);
    /* Use Bootstrap primary color */
    width: 100%;
    font-weight: light;
    text-transform: uppercase;
    background-color: var(--bs-light-bg-subtle);
    /* Subtle primary color for background */
}

#google_translate_element a {
    display: none;
}

.goog-te-gadget {
    color: transparent !important;
}

body {
    top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

.account_avatar {
    object-fit: cover;
}

.nav-link.tab-btn-toggler.active {
    background-color: var(--bs-primary);
    color: white;
}

/* Mature client banking dashboard */
.client-dashboard-page {
    --bank-navy: #0a1f3d;
    --bank-navy-soft: #12345b;
    --bank-blue: #1769e0;
    --bank-blue-dark: #0f56bd;
    --bank-surface: #ffffff;
    --bank-background: #f3f6fa;
    --bank-border: #e2e8f0;
    --bank-text: #122033;
    --bank-muted: #66768b;
    --bank-success: #16825d;
    margin: 0;
    color: var(--bank-text);
    background: var(--bank-background);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.client-dashboard-page main,
.client-banking-surface {
    min-height: 100vh;
    background: var(--bank-background);
}

.client-dashboard-page .bank-main-panel {
    min-width: 0;
    background: var(--bank-background);
}

.banking-sidebar-column {
    background: var(--bank-navy, #0a1f3d);
}

.banking-sidebar {
    position: sticky;
    top: 0;
    min-height: 100vh;
    padding: 30px 22px 24px;
    color: #fff;
    background:
        radial-gradient(circle at 5% 5%, rgba(36, 116, 230, .22), transparent 31%),
        linear-gradient(180deg, #0b2344 0%, #081a33 100%);
}

.bank-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bank-sidebar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.3px;
    text-decoration: none;
}

.bank-sidebar-brand:hover {
    color: #fff;
}

.bank-sidebar-brand small {
    display: block;
    margin-top: 1px;
    color: #8fa6c4;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bank-sidebar-mark {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #2b7cff, #1557b8);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
}

.bank-sidebar-toggle {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-size: 22px;
}

.bank-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bank-nav-label {
    margin: 19px 13px 5px;
    color: #7990ad;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.bank-nav-label:first-child {
    margin-top: 0;
}

.bank-nav-link {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 44px;
    padding: 10px 13px;
    border-radius: 11px;
    color: #aebdd1;
    font-size: 14px;
    font-weight: 550;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.bank-nav-link i {
    width: 21px;
    color: #8fa6c4;
    font-size: 17px;
    text-align: center;
}

.bank-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .07);
    transform: translateX(2px);
}

.bank-nav-link.active {
    color: #fff;
    background: linear-gradient(90deg, rgba(41, 119, 229, .95), rgba(28, 94, 188, .82));
    box-shadow: 0 10px 22px rgba(2, 14, 32, .2);
}

.bank-nav-link.active i {
    color: #fff;
}

.bank-sidebar-help {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 13px;
    background: rgba(255, 255, 255, .055);
}

.bank-sidebar-help > span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    color: #a9c9ff;
    background: rgba(57, 131, 237, .16);
}

.bank-sidebar-help strong,
.bank-sidebar-help small {
    display: block;
}

.bank-sidebar-help strong {
    color: #fff;
    font-size: 12px;
}

.bank-sidebar-help small {
    margin-top: 2px;
    color: #8198b6;
    font-size: 9px;
}

.bank-sidebar-help a {
    color: #a9c9ff;
}

.bank-translate {
    margin-top: 17px;
}

.bank-translate .goog-te-combo {
    height: 40px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    color: #b6c5d8;
    background: rgba(255, 255, 255, .06);
    font-size: 11px;
}

.bank-sign-out {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 12px 13px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #aebdd1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.bank-sign-out:hover {
    color: #fff;
}

.client-dashboard-content {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 28px clamp(22px, 3vw, 50px) 42px;
}

.bank-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 27px;
}

.bank-date,
.bank-welcome-copy,
.bank-eyebrow {
    color: var(--bank-muted);
}

.bank-date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.bank-topbar h1 {
    margin: 0 0 5px;
    color: var(--bank-text);
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 740;
    letter-spacing: -.9px;
}

.bank-topbar #greeting {
    color: var(--bank-text);
}

.bank-welcome-copy {
    font-size: 14px;
}

.bank-topbar-actions {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bank-icon-button {
    display: inline-grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid var(--bank-border);
    border-radius: 12px;
    color: #42536a;
    background: #fff;
    font-size: 18px;
}

.bank-profile-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 11px 5px 5px;
    border: 1px solid var(--bank-border);
    border-radius: 13px;
    color: var(--bank-text);
    background: #fff;
    text-align: left;
}

.bank-profile-button img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.bank-profile-button strong,
.bank-profile-button small {
    display: block;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bank-profile-button strong {
    font-size: 12px;
}

.bank-profile-button small {
    color: var(--bank-muted);
    font-size: 10px;
}

.bank-profile-button > i {
    color: #8694a7;
    font-size: 11px;
}

.bank-balance-card,
.bank-account-card,
.bank-quick-section,
.bank-transactions-card {
    border: 1px solid var(--bank-border);
    border-radius: 18px;
    background: var(--bank-surface);
    box-shadow: 0 8px 30px rgba(20, 42, 74, .055);
}

.bank-balance-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border: 0;
    color: #fff;
    background: linear-gradient(128deg, #0a2142 0%, #103b70 58%, #1769d8 100%);
    box-shadow: 0 18px 40px rgba(9, 42, 84, .19);
}

.bank-balance-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: clamp(24px, 3vw, 36px);
}

.bank-balance-orb {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
}

.bank-balance-orb-one {
    top: -120px;
    right: -70px;
    width: 330px;
    height: 330px;
}

.bank-balance-orb-two {
    right: 90px;
    bottom: -145px;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, .035);
}

.bank-card-label {
    color: #b8cee8;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .2px;
}

.bank-balance-label-row {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.bank-rate-status {
    min-height: 18px;
    margin-top: 7px;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    line-height: 16px;
}

.bank-rate-attribution {
    display: inline-block;
    margin-top: 5px;
    color: #2f6fed;
    font-size: 9px;
    line-height: 14px;
    text-decoration: none;
}

.bank-rate-attribution:hover,
.bank-rate-attribution:focus-visible {
    color: #174ea6;
    text-decoration: underline;
}

body.bank-account-is-blocked {
    overflow-x: hidden;
}

body.bank-account-is-blocked .bank-balance-amount,
body.bank-account-is-blocked [data-base-amount],
body.bank-account-is-blocked #recent-transactions,
body.bank-account-is-blocked table tbody {
    filter: blur(12px);
    user-select: none;
}

.bank-blocked-banner {
    position: relative;
    z-index: 999997;
    display: flex;
    width: calc(100% - 32px);
    margin: 16px;
    padding: 20px 22px;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #f2c8c5;
    border-radius: 14px;
    color: #50201d;
    background: #fff5f4;
    box-shadow: 0 8px 24px rgba(80, 32, 29, .08);
}

.bank-blocked-banner-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: #b42318;
    font-size: 18px;
}

.bank-blocked-banner-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #b42318;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bank-blocked-banner h2 {
    margin: 0 0 6px;
    color: #341713;
    font-size: 20px;
    font-weight: 800;
}

.bank-blocked-banner p {
    margin: 0;
    color: #6f3a35;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 575.98px) {
    .bank-blocked-banner {
        width: calc(100% - 24px);
        margin: 12px;
        padding: 16px;
    }

    .bank-blocked-banner-icon {
        display: none;
    }
}

.bank-blocked-click-shield {
    position: fixed;
    inset: 0;
    z-index: 999998;
    cursor: not-allowed;
    background: transparent;
}

.bank-blocked-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 8, 28, .82);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.bank-blocked-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bank-blocked-panel {
    width: min(100%, 520px);
    border: 1px dashed rgba(164, 180, 207, .35);
    border-radius: 18px;
    background: #1d2a3d;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.bank-blocked-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    min-height: 72px;
    padding: 14px 18px;
    align-items: center;
    gap: 14px;
    background: #020719;
    text-align: left;
}

.bank-blocked-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bank-blocked-brand img {
    width: 150px;
    max-width: 100%;
    filter: grayscale(1) brightness(0) invert(1);
}

.bank-blocked-time {
    color: #c2cada;
    font-size: 13px;
}

.bank-blocked-body {
    padding: 54px 38px 38px;
}

.bank-blocked-close {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: transparent;
    font-size: 22px;
}

.bank-blocked-close:hover,
.bank-blocked-close:focus-visible {
    background: rgba(255, 255, 255, .1);
}

.bank-blocked-icon {
    display: inline-grid;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 12px;
    color: #ef3340;
    background: linear-gradient(135deg, #7138f4, #a53cff);
    font-size: 29px;
}

.bank-blocked-panel h1 {
    margin: 8px 0 20px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
}

.bank-blocked-panel p {
    margin: 0;
    color: #e5ebf5;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 575.98px) {
    .bank-blocked-overlay {
        padding: 16px;
    }

    .bank-blocked-header {
        grid-template-columns: 1fr auto;
    }

    .bank-blocked-time {
        display: none;
    }

    .bank-blocked-body {
        padding: 44px 24px 28px;
    }

    .bank-blocked-panel h1 {
        font-size: 29px;
    }
}

.bank-blocked-email {
    display: inline-block;
    margin-top: 22px;
    color: #b887ff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.bank-blocked-email:hover,
.bank-blocked-email:focus-visible {
    color: #d9c2ff;
    text-decoration: underline;
}

.bank-blocked-signout {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #7138f4, #9a3cff);
    font-weight: 700;
    text-decoration: none;
}

.bank-blocked-signout:hover,
.bank-blocked-signout:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, #5d2bd1, #8230db);
}

.bank-balance-toggle {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    color: #dceaff;
    background: rgba(255, 255, 255, .08);
    font-size: 14px;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bank-balance-toggle:hover,
.bank-balance-toggle:focus-visible,
.bank-balance-toggle.is-active {
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.bank-balance-toggle:active {
    transform: scale(.94);
}

.bank-balance-amount {
    transition: filter .22s ease, opacity .22s ease;
}

.bank-balance-amount.is-balance-hidden {
    opacity: .72;
    filter: blur(12px);
    pointer-events: none;
    user-select: none;
}

.bank-balance-card h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 730;
    letter-spacing: -2px;
}

.bank-balance-card h2 span {
    margin-right: 5px;
    color: #a9c9f5;
    font-size: .53em;
    vertical-align: 40%;
}

.bank-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #dceaff;
    background: rgba(255, 255, 255, .09);
    font-size: 11px;
    font-weight: 650;
}

.bank-status-pill i {
    color: #70e6bc;
}

.bank-balance-meta {
    display: flex;
    gap: clamp(35px, 8vw, 95px);
    margin-top: auto;
    padding-top: 28px;
}

.bank-balance-meta small,
.bank-balance-meta strong {
    display: block;
}

.bank-balance-meta small {
    margin-bottom: 4px;
    color: #9eb7d6;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.bank-balance-meta strong {
    color: #fff;
    font-size: 13px;
    font-weight: 650;
}

.bank-balance-actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.bank-primary-action,
.bank-secondary-action {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.bank-primary-action {
    border: 1px solid #fff;
    color: #0c2a50;
    background: #fff;
}

.bank-primary-action:hover {
    color: #0c2a50;
    background: #eff6ff;
}

.bank-secondary-action {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.bank-secondary-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.bank-account-card {
    height: 100%;
    min-height: 310px;
    padding: 26px;
}

.bank-section-heading,
.bank-section-title-row,
.bank-transactions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.bank-eyebrow {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bank-section-heading h2,
.bank-section-title-row h2,
.bank-transactions-header h2 {
    margin: 0;
    color: var(--bank-text);
    font-size: 19px;
    font-weight: 730;
    letter-spacing: -.35px;
}

.bank-account-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--bank-blue);
    background: #eaf2ff;
    font-size: 18px;
}

.bank-account-list {
    margin: 22px 0 18px;
}

.bank-account-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #edf1f6;
}

.bank-account-list dt {
    color: var(--bank-muted);
    font-size: 11px;
    font-weight: 550;
}

.bank-account-list dd {
    margin: 0;
    color: var(--bank-text);
    font-size: 12px;
    font-weight: 720;
    text-align: right;
}

.bank-text-success {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--bank-success) !important;
}

.bank-text-success span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25ad7d;
    box-shadow: 0 0 0 3px #e5f7f0;
}

.bank-details-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--bank-blue);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.bank-quick-section {
    padding: 23px;
}

.bank-section-title-row {
    margin-bottom: 18px;
}

.bank-secure-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--bank-success);
    font-size: 10px;
    font-weight: 700;
}

.bank-action-tile {
    display: grid;
    width: 100%;
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid var(--bank-border);
    border-radius: 13px;
    color: var(--bank-text);
    background: #fff;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bank-action-tile:hover {
    border-color: #bdd2ee;
    box-shadow: 0 10px 20px rgba(30, 69, 116, .08);
    transform: translateY(-2px);
}

.bank-action-tile > i {
    color: #9aa8b9;
    font-size: 11px;
}

.bank-action-tile strong,
.bank-action-tile small {
    display: block;
}

.bank-action-tile strong {
    margin-bottom: 3px;
    color: var(--bank-text);
    font-size: 12px;
    font-weight: 720;
}

.bank-action-tile small {
    color: var(--bank-muted);
    font-size: 9px;
}

.bank-action-icon {
    display: inline-grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 11px;
    font-size: 16px;
}

.bank-action-icon.blue {
    color: #1769e0;
    background: #eaf2ff;
}

.bank-action-icon.teal {
    color: #087d78;
    background: #e4f7f5;
}

.bank-action-icon.amber {
    color: #a66500;
    background: #fff4d9;
}

.bank-action-icon.violet {
    color: #7047c7;
    background: #f0ebff;
}

.bank-transactions-card {
    overflow: hidden;
}

.bank-transactions-header {
    padding: 22px 24px 18px;
    border-bottom: 1px solid var(--bank-border);
}

.bank-search-wrap {
    position: relative;
    width: min(270px, 100%);
}

.bank-search-wrap i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 13px;
    color: #8998aa;
    font-size: 13px;
    transform: translateY(-50%);
}

.bank-search-wrap .form-control {
    height: 40px;
    padding-left: 36px;
    border: 1px solid var(--bank-border);
    border-radius: 10px;
    color: var(--bank-text);
    background: #f8fafc;
    font-size: 11px;
}

.bank-search-wrap .form-control:focus {
    border-color: #9dbfe9;
    box-shadow: 0 0 0 3px rgba(23, 105, 224, .08);
}

.client-dashboard-page .bank-transactions-table {
    min-width: 820px;
    margin: 0;
}

.client-dashboard-page .bank-transactions-table th {
    padding: 13px 18px !important;
    border-bottom: 1px solid var(--bank-border);
    color: #7b899a;
    background: #f8fafc;
    font-size: 9px !important;
    font-weight: 750 !important;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.client-dashboard-page .bank-transactions-table td {
    padding: 15px 18px !important;
    border-bottom: 1px solid #edf1f5;
    color: #516176;
    font-size: 11px;
    vertical-align: middle;
}

.client-dashboard-page .bank-transactions-table tbody tr:last-child td {
    border-bottom: 0;
}

.client-dashboard-page .bank-transactions-table tbody tr:hover td {
    background: #fbfdff;
}

.bank-beneficiary-cell {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bank-beneficiary-cell strong,
.bank-beneficiary-cell small {
    display: block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bank-beneficiary-cell strong {
    margin-bottom: 3px;
    color: var(--bank-text);
    font-size: 11px;
}

.bank-beneficiary-cell small {
    color: #8a98a9;
    font-size: 9px;
}

.bank-transaction-icon {
    display: inline-grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    border-radius: 10px;
    color: #1769e0;
    background: #ebf3ff;
}

.bank-reference {
    color: #53647a;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.bank-transaction-status {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 750;
}

.bank-status-success {
    color: #0d7954;
    background: #e5f7f0;
}

.bank-status-danger {
    color: #be3d45;
    background: #fcebed;
}

.bank-status-pending {
    color: #9a6508;
    background: #fff4d8;
}

.bank-status-neutral {
    color: #64748b;
    background: #edf1f5;
}

.bank-transaction-amount {
    color: var(--bank-text);
    font-size: 11px;
}

.bank-receipt-button {
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid var(--bank-border);
    border-radius: 9px;
    color: var(--bank-blue);
    background: #fff;
    text-decoration: none;
}

.bank-receipt-button:hover {
    color: #fff;
    border-color: var(--bank-blue);
    background: var(--bank-blue);
}

.bank-empty-state {
    padding: 42px 20px;
    color: var(--bank-muted);
    text-align: center;
}

.bank-empty-state > span {
    display: inline-grid;
    width: 47px;
    height: 47px;
    margin-bottom: 11px;
    place-items: center;
    border-radius: 13px;
    color: var(--bank-blue);
    background: #eaf2ff;
    font-size: 19px;
}

.bank-empty-state strong,
.bank-empty-state p {
    display: block;
    margin: 0;
}

.bank-empty-state strong {
    margin-bottom: 4px;
    color: var(--bank-text);
    font-size: 12px;
}

.bank-empty-state p {
    font-size: 10px;
}

.bank-table-footer {
    display: flex;
    min-height: 53px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 20px;
    border-top: 1px solid var(--bank-border);
    color: var(--bank-muted);
    font-size: 10px;
}

.client-dashboard-page .pagination .page-link {
    border-color: var(--bank-border);
    color: var(--bank-text);
    font-size: 10px;
}

.client-dashboard-page .pagination .active > .page-link {
    border-color: var(--bank-blue);
    color: #fff;
    background: var(--bank-blue);
}

.client-dashboard-page .btn-primary {
    border-color: var(--bank-blue);
    background: var(--bank-blue);
}

.client-dashboard-page .btn-primary:hover {
    border-color: var(--bank-blue-dark);
    background: var(--bank-blue-dark);
}

.client-dashboard-page .text-primary {
    color: var(--bank-blue) !important;
}

.client-dashboard-page .modal-content {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(8, 31, 61, .2);
}

@media (max-width: 1199.98px) {
    .bank-action-tile {
        min-height: 76px;
    }

    .bank-account-card,
    .bank-balance-card,
    .bank-balance-content {
        min-height: 290px;
    }
}

@media (max-width: 991.98px) {
    .banking-sidebar {
        padding-right: 17px;
        padding-left: 17px;
    }

    .bank-sidebar-help {
        grid-template-columns: auto 1fr;
    }

    .bank-sidebar-help > a {
        display: none;
    }

    .client-dashboard-content {
        padding-right: 24px;
        padding-left: 24px;
    }

    .bank-topbar {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .banking-sidebar-column {
        position: relative;
        width: 100%;
    }

    .banking-sidebar {
        position: relative;
        z-index: 20;
        min-height: auto;
        padding: 15px 18px;
    }

    .bank-sidebar-top {
        margin: 0;
    }

    .banking-sidebar .collapse.show {
        padding-top: 17px;
    }

    .bank-nav-label {
        margin-top: 13px;
    }

    .bank-sidebar-help,
    .bank-translate {
        display: none;
    }

    .bank-sign-out {
        margin-top: 12px;
    }

    .bank-main-panel {
        width: 100%;
    }

    .client-dashboard-content {
        padding: 22px 16px 32px;
    }

    .bank-topbar {
        margin-bottom: 21px;
    }

    .bank-welcome-copy,
    .bank-icon-button {
        display: none;
    }

    .bank-profile-button span,
    .bank-profile-button > i {
        display: none;
    }

    .bank-profile-button {
        padding: 4px;
    }

    .bank-balance-card,
    .bank-balance-content {
        min-height: 280px;
    }

    .bank-account-card {
        min-height: auto;
    }

    .bank-transactions-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .bank-search-wrap {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .bank-topbar h1 {
        font-size: 22px;
    }

    .bank-balance-content {
        padding: 22px;
    }

    .bank-balance-card h2 {
        font-size: 35px;
        letter-spacing: -1.4px;
    }

    .bank-balance-meta {
        gap: 25px;
    }

    .bank-balance-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .bank-primary-action,
    .bank-secondary-action {
        padding: 9px 10px;
        font-size: 10px;
    }

    .bank-status-pill {
        padding: 6px 8px;
        font-size: 9px;
    }

    .bank-quick-section,
    .bank-account-card {
        padding: 19px;
    }

    .bank-action-tile {
        min-height: 112px;
        grid-template-columns: 1fr;
        align-content: center;
        justify-items: start;
    }

    .bank-action-tile > i {
        display: none;
    }

    .bank-secure-note {
        display: none;
    }

    .bank-table-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
