/* Updated by Codex - 18-07-2026 08:47 IST */
/* Updated by Codex - 18-07-2026 08:37 IST */
/* Updated by Codex - 18-07-2026 08:28 IST */
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Updated by Codex - 18-07-2026 03:02 IST */
/* Updated by Codex - 17-07-2026 23:30 IST */
/* Updated by Codex - 09-07-2026 07:51 IST */
/* Updated by Codex - 08-07-2026 21:53 IST */
/* Updated by Codex - 08-07-2026 21:35 IST */
/* Updated by Codex - 08-07-2026 21:19 IST */
/* Updated by Codex - 08-07-2026 21:09 IST */
/* Updated by Codex - 08-07-2026 20:55 IST */
/* Updated by Codex - 07-07-2026 03:45 IST */
/* Updated by Codex - 06-07-2026 09:58 IST */
/* Updated by Codex - 06-07-2026 09:46 IST */
/* Updated by Codex - 05-07-2026 20:28 IST */
/* Updated by Codex - 05-07-2026 20:04 IST */
/* Updated by Codex - 05-07-2026 04:56 IST */
/* Updated by Codex - 05-07-2026 00:58 IST */
/* Updated by Codex - 04-07-2026 23:57 IST */
/* Updated by Codex - 04-07-2026 23:26 IST */
/* Updated by Codex - 04-07-2026 23:05 IST */
/* Updated by Codex - 04-07-2026 22:38 IST */
/* Updated by Codex - 04-07-2026 22:31 IST */
/* Updated by Codex - 04-07-2026 21:38 IST */
/* Updated by Codex - 03-07-2026 00:09 IST */
/* Updated by Codex - 03-07-2026 00:02 IST */
/* Updated by Codex - 02-07-2026 23:54 IST */
/* Updated by Codex - 02-07-2026 23:45 IST */
/* Updated by Codex - 02-07-2026 23:31 IST */
/* Updated by Codex - 01-07-2026 09:53 IST */
/* Updated by Codex - 01-07-2026 09:12 IST */
/* Updated by Codex - 01-07-2026 07:55 IST */
/* Updated by Codex - 01-07-2026 08:52 IST */
/* Updated by Codex - 01-07-2026 08:59 IST */
/* Updated by Codex - 23-06-2026 00:22 IST */
/* Updated by Codex - 23-06-2026 00:58 IST */
/* Updated by Codex - 23-06-2026 02:24 IST */
/* Updated by Codex - 23-06-2026 02:27 IST */
/* Updated by Codex - 23-06-2026 02:17 IST */
/* Updated by Codex - 22-06-2026 23:18 IST */
/* Updated by Codex - 22-06-2026 22:48 IST */
:root {
    --cp-bg: #f4f8fa;
    --cp-surface: #ffffff;
    --cp-surface-soft: #eef5f7;
    --cp-text: #12323e;
    --cp-text-soft: #58717b;
    --cp-brand: #0f6074;
    --cp-brand-strong: #0a4656;
    --cp-accent: #e8a23a;
    --cp-green: #1d8a5f;
    --cp-red: #c84e4e;
    --cp-purple: #6b5bbf;
    --cp-border: #d6e4e9;
    --cp-shadow: 0 18px 44px rgba(10, 54, 69, 0.12);
    --cp-radius-lg: 18px;
    --cp-radius-md: 12px;
    --cp-radius-sm: 8px;
    --cp-wrap: 1180px;
}

* {
    box-sizing: border-box;
    min-width: 0;
}

html,
body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.customer-panel-body {
    min-height: 100vh;
    background: var(--cp-bg);
    color: var(--cp-text);
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    line-height: 1.55;
}

body.customer-panel-body.is-authenticated {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
}

body.customer-panel-body,
button,
input {
    font: 500 1rem/1.5 'Manrope', 'Segoe UI', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

h1,
h2,
p {
    margin-top: 0;
}

h1,
h2 {
    color: #0b2833;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.material-symbols-rounded {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.customer-wrap {
    width: min(var(--cp-wrap), calc(100% - clamp(1rem, 4vw, 2.5rem)));
    margin-inline: auto;
}

.customer-skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    z-index: 20;
    padding: .7rem 1rem;
    background: #111;
    color: #fff;
}

.customer-skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.customer-topbar {
    position: sticky;
    top: 0;
    z-index: 15;
    background:
        linear-gradient(180deg, rgba(6, 16, 28, .97), rgba(6, 16, 28, .92)),
        radial-gradient(circle at top left, rgba(214, 162, 58, .12), transparent 38%);
    border-bottom: 1px solid rgba(214, 162, 58, .14);
    box-shadow: 0 18px 42px rgba(4, 10, 18, .28);
    backdrop-filter: blur(18px);
}

.customer-topbar-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.customer-brand {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    min-width: 0;
}

.customer-logo {
    width: auto;
    max-width: min(230px, 52vw);
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .24));
}

.customer-nav-toggle {
    margin-left: auto;
    display: inline-grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .92);
    padding: 0;
    cursor: pointer;
}

.customer-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: .55rem;
    padding: 1rem;
    background: rgba(8, 18, 31, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .25);
}

.customer-nav.open {
    display: flex;
}

.customer-nav a,
.customer-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 40px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .9);
    padding: .45rem .85rem;
    font-weight: 700;
}

.customer-nav a.active,
.customer-link-button:hover {
    border-color: rgba(214, 162, 58, .32);
    background: rgba(214, 162, 58, .14);
    color: #fff;
}

.customer-logout-form {
    margin: 0;
}

.customer-link-button {
    width: 100%;
    cursor: pointer;
}

.customer-language-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
}

.customer-language-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .045);
    cursor: pointer;
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1;
}

.customer-language-trigger:hover,
.customer-language-trigger[aria-expanded="true"] {
    border-color: rgba(214, 162, 58, .4);
    background: rgba(214, 162, 58, .16);
    color: #fff;
}

.customer-language-trigger img,
.customer-language-option img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.customer-language-trigger-label {
    white-space: nowrap;
}

.customer-language-trigger-caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s ease;
}

.customer-language-trigger[aria-expanded="true"] .customer-language-trigger-caret {
    transform: rotate(-135deg) translateY(-1px);
}

.customer-language-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    min-width: 240px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    background: rgba(8, 18, 31, .98);
    box-shadow: 0 26px 48px rgba(0, 0, 0, .28);
}

.customer-language-panel[hidden] {
    display: none;
}

.customer-language-menu {
    display: grid;
    gap: 8px;
}

.customer-language-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .04);
    text-decoration: none;
    font-weight: 800;
}

.customer-language-option:hover,
.customer-language-option.is-active {
    border-color: rgba(214, 162, 58, .32);
    background: rgba(214, 162, 58, .14);
    color: #fff;
}

.customer-language-option span {
    display: block;
    flex: 1 1 auto;
    text-align: left;
    overflow-wrap: anywhere;
    line-height: 1.2;
}

.customer-language-option img {
    flex: 0 0 20px;
}

.customer-main {
    min-height: calc(100vh - 136px);
}

.customer-breadcrumb-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .95rem 0 .75rem;
}

.customer-breadcrumb {
    display: flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;
    color: var(--cp-text-soft);
    font-size: .82rem;
    font-weight: 800;
}

.customer-breadcrumb a,
.customer-breadcrumb-current {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    min-width: 0;
    max-width: min(100%, 260px);
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
}

.customer-breadcrumb a {
    padding: .34rem .48rem;
}

.customer-breadcrumb a:hover,
.customer-breadcrumb a:focus-visible {
    background: #fff;
    color: var(--cp-brand);
    outline: 0;
}

.customer-breadcrumb-current {
    padding: .36rem .54rem;
    background: rgba(255, 255, 255, .74);
    color: var(--cp-brand);
    box-shadow: inset 0 0 0 1px rgba(15, 96, 116, .08);
}

.customer-breadcrumb a span:last-child,
.customer-breadcrumb-current span:last-child {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-breadcrumb .material-symbols-rounded {
    flex: 0 0 auto;
    font-size: 18px;
}

.customer-breadcrumb-separator {
    color: #8ca3ad;
}

.customer-page-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: .1rem;
    scrollbar-width: thin;
}

.customer-page-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .32rem;
    flex: 0 0 auto;
    min-height: 34px;
    padding: .42rem .65rem;
    border: 1px solid var(--cp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--cp-text-soft);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(9, 48, 61, .05);
}

.customer-page-nav-link .material-symbols-rounded {
    font-size: 18px;
}

.customer-page-nav-link:hover,
.customer-page-nav-link:focus-visible,
.customer-page-nav-link.is-active {
    border-color: rgba(15, 96, 116, .28);
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    outline: 0;
}

.customer-page-nav-link[href*="/booking"] {
    color: #fff;
    border-color: var(--cp-brand);
    background: var(--cp-brand);
}

.customer-page-nav-link[href*="/booking"]:hover,
.customer-page-nav-link[href*="/booking"]:focus-visible {
    background: var(--cp-brand-strong);
    color: #fff;
}

@media (max-width: 991px) {
    .customer-page-nav {
        display: none;
    }
}

.customer-app-nav {
    position: fixed;
    left: 50%;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: min(560px, calc(100% - 20px));
    min-height: 74px;
    padding: 8px;
    border: 1px solid rgba(15, 96, 116, .14);
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 54px rgba(8, 37, 47, .22);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.customer-app-nav-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 58px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: var(--cp-text-soft);
    text-decoration: none;
    padding: 7px 4px;
    font: inherit;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.customer-app-nav-item .material-symbols-rounded {
    font-size: 22px;
}

.customer-app-nav-item span:last-child {
    display: block;
    width: 100%;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.customer-app-nav-item:hover,
.customer-app-nav-item:focus-visible,
.customer-app-nav-item.is-active,
.customer-app-nav-item[aria-expanded="true"] {
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    outline: 0;
}

.customer-app-nav-item.is-active {
    box-shadow: inset 0 0 0 1px rgba(15, 96, 116, .12);
}

.customer-app-nav-book {
    background: var(--cp-brand);
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 96, 116, .2);
}

.customer-app-nav-book:hover,
.customer-app-nav-book:focus-visible {
    background: var(--cp-brand-strong);
    color: #fff;
}

.customer-app-more[hidden] {
    display: none;
}

.customer-app-more {
    position: fixed;
    inset: 0;
    z-index: 25;
    display: grid;
    align-items: end;
    justify-items: center;
    padding: 16px 12px calc(102px + env(safe-area-inset-bottom));
}

.customer-app-more-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(6, 16, 28, .44);
    cursor: pointer;
}

.customer-app-more-sheet {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(5, 26, 34, .32);
    overflow: hidden;
}

.customer-app-more-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 18px 18px 12px;
    border-bottom: 1px solid var(--cp-border);
}

.customer-app-more-head span,
.customer-app-more-head strong {
    display: block;
    overflow-wrap: anywhere;
}

.customer-app-more-head span {
    color: var(--cp-text-soft);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.customer-app-more-head strong {
    color: var(--cp-text);
    font-size: 1rem;
}

.customer-app-more-close {
    display: inline-grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--cp-border);
    border-radius: 50%;
    background: var(--cp-surface-soft);
    color: var(--cp-text);
    cursor: pointer;
}

.customer-app-more-list {
    display: grid;
    gap: 8px;
    padding: 12px;
}

.customer-app-more-list a,
.customer-app-more-list button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--cp-border);
    border-radius: 16px;
    background: #f8fbfc;
    color: var(--cp-text);
    text-decoration: none;
    padding: 11px 13px;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.customer-app-more-list a:hover,
.customer-app-more-list button:hover,
.customer-app-more-list a:focus-visible,
.customer-app-more-list button:focus-visible {
    border-color: rgba(15, 96, 116, .28);
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    outline: 0;
}

.customer-app-more-list button.is-loading,
.customer-app-more-list button:disabled {
    opacity: .76;
    cursor: wait;
    pointer-events: none;
}

.customer-app-more-list .material-symbols-rounded {
    color: var(--cp-brand);
}

.customer-app-more-form {
    margin: 0;
}

.customer-app-more-form button .btn-spinner {
    margin-left: auto;
}

.customer-flash {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-top: 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 48, 61, .07);
}

.customer-flash-success {
    border-color: rgba(29, 138, 95, .35);
    background: #eefaf4;
}

.customer-flash-warning {
    border-color: rgba(232, 162, 58, .4);
    background: #fff8ea;
}

.customer-flash-danger {
    border-color: rgba(200, 78, 78, .35);
    background: #fff0f0;
}

.customer-flash[data-auto-hide-message] {
    animation: cpMessageFade 5s ease forwards;
    overflow: hidden;
}

.customer-form-message {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin-top: .25rem;
    padding: .78rem .85rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #f8fbfc;
    color: var(--cp-text);
    animation: cpMessageFade 5s ease forwards;
}

.customer-form-message-success {
    border-color: rgba(29, 138, 95, .35);
    background: #eefaf4;
}

.customer-form-message-warning {
    border-color: rgba(232, 162, 58, .42);
    background: #fff8ea;
}

.customer-form-message-danger {
    border-color: rgba(200, 78, 78, .35);
    background: #fff0f0;
}

.customer-auth-section {
    padding: clamp(1.5rem, 5vw, 4rem) 0;
}

.customer-auth-grid {
    display: grid;
    gap: 1.2rem;
    align-items: stretch;
}

.customer-auth-card,
.customer-auth-aside,
.customer-panel-card,
.customer-stat-card,
.customer-action-card {
    background: var(--cp-surface);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    box-shadow: var(--cp-shadow);
}

.customer-auth-card {
    padding: clamp(1.15rem, 4vw, 2rem);
}

.customer-auth-head {
    margin-bottom: 1.3rem;
}

.customer-kicker {
    margin-bottom: .45rem;
    color: var(--cp-brand);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .74rem;
    font-weight: 800;
}

.customer-auth-head h1,
.customer-dashboard-head h1 {
    margin-bottom: .65rem;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.customer-auth-head p,
.customer-dashboard-head p,
.customer-auth-aside p {
    color: var(--cp-text-soft);
}

.customer-form {
    display: grid;
    gap: .75rem;
}

.customer-form label {
    font-weight: 800;
    font-size: .9rem;
}

.customer-input-wrap {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 48px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    padding: 0 .78rem;
}

.customer-input-wrap:focus-within {
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 4px rgba(15, 96, 116, .12);
}

.customer-input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--cp-text);
    background: transparent;
}

.customer-password-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: var(--cp-surface-soft);
    color: var(--cp-text);
    cursor: pointer;
}

.customer-check {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--cp-text-soft);
    width: fit-content;
}

.customer-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--cp-brand);
}

.customer-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 46px;
    border: 0;
    border-radius: var(--cp-radius-sm);
    background: var(--cp-brand);
    color: #fff;
    text-decoration: none;
    padding: .72rem 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(15, 96, 116, .22);
}

.customer-primary-btn:hover {
    background: var(--cp-brand-strong);
}

.customer-secondary-btn,
.customer-danger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 42px;
    border-radius: var(--cp-radius-sm);
    text-decoration: none;
    padding: .62rem .9rem;
    font-weight: 800;
    border: 1px solid var(--cp-border);
    cursor: pointer;
}

.customer-secondary-btn {
    color: var(--cp-brand-strong);
    background: #fff;
}

.customer-secondary-btn:hover {
    border-color: rgba(15, 96, 116, .34);
    background: #f7fbfc;
}

.customer-danger-btn {
    color: #fff;
    background: var(--cp-red);
    border-color: rgba(200, 78, 78, .4);
}

.customer-danger-btn:hover {
    background: #a93f3f;
}

.customer-secondary-btn.is-disabled {
    opacity: .48;
    pointer-events: none;
}

.customer-primary-btn.is-loading,
.customer-link-button.is-loading,
.customer-danger-btn.is-loading {
    cursor: wait;
    pointer-events: none;
    opacity: .82;
}

.btn-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: cpSpin .72s linear infinite;
}

.is-loading .btn-spinner {
    display: inline-block;
}

.customer-auth-aside {
    display: grid;
    align-content: center;
    gap: 1.2rem;
    padding: clamp(1.15rem, 4vw, 2rem);
    overflow: hidden;
}

.customer-auth-aside img {
    width: min(300px, 100%);
    margin-inline: auto;
}

.customer-dashboard-hero {
    padding: clamp(1.4rem, 4vw, 3rem) 0 1.2rem;
    background: #eaf3f6;
    border-bottom: 1px solid var(--cp-border);
}

.customer-transfer-nav-hero {
    padding: clamp(1rem, 3vw, 2rem) 0;
    background:
        linear-gradient(180deg, #eaf3f6 0%, #f4f8fa 100%);
}

.customer-dashboard-head {
    display: grid;
    gap: 1rem;
}

.customer-hero-action {
    width: fit-content;
}

.customer-transfer-nav-panel {
    display: grid;
    gap: 1rem;
}

.customer-transfer-main-section .customer-transfer-nav-panel {
    padding: clamp(1rem, 3vw, 1.45rem);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
        radial-gradient(circle at top right, rgba(15, 96, 116, .08), transparent 34%);
    box-shadow: 0 20px 48px rgba(9, 48, 61, .11);
}

.customer-transfer-nav-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.customer-transfer-nav-head h1 {
    margin-bottom: .45rem;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    letter-spacing: 0;
}

.customer-transfer-nav-head p:last-child {
    margin-bottom: 0;
    color: var(--cp-text-soft);
}

.customer-transfer-nav-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .6rem;
}

.customer-transfer-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .75rem;
}

.customer-transfer-nav-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .7rem;
    min-height: 78px;
    padding: .85rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fff;
    color: var(--cp-text);
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(9, 48, 61, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    -webkit-tap-highlight-color: transparent;
}

.customer-transfer-nav-card:hover,
.customer-transfer-nav-card:focus-visible {
    border-color: rgba(15, 96, 116, .28);
    box-shadow: 0 16px 34px rgba(9, 48, 61, .12);
    outline: 0;
    transform: translateY(-2px);
}

.customer-transfer-nav-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
}

.customer-transfer-nav-icon-shell {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
}

.customer-transfer-nav-copy {
    display: grid;
}

.customer-transfer-nav-copy strong {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
}

.customer-transfer-nav-copy strong {
    font-size: .96rem;
    line-height: 1.2;
}

.customer-transfer-nav-count {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #FFC107;
    color: var(--cp-brand-strong);
    padding: 0 .45rem;
    font-size: .86rem;
    font-weight: 800;
}

.customer-transfer-nav-count-desktop {
    display: none;
}

.customer-transfer-nav-amber .customer-transfer-nav-icon {
    color: #a06411;
    background: #fff3dd;
}

.customer-transfer-nav-green .customer-transfer-nav-icon {
    color: var(--cp-green);
    background: #eaf8f1;
}

.customer-transfer-nav-blue .customer-transfer-nav-icon {
    color: #1d6fb8;
    background: #eaf4ff;
}

.customer-transfer-nav-red .customer-transfer-nav-icon {
    color: var(--cp-red);
    background: #fff0f0;
}

.customer-transfer-nav-purple .customer-transfer-nav-icon {
    color: var(--cp-purple);
    background: #f0efff;
}

.customer-dashboard-section,
.customer-dashboard-split {
    padding: clamp(1rem, 3vw, 1.6rem) 0;
}

.customer-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.customer-section-head.compact {
    margin-bottom: .8rem;
}

.customer-section-head h2 {
    margin-bottom: 0;
    font-size: clamp(1.25rem, 3vw, 1.7rem);
}

.customer-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.customer-stat-card {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-stat-card > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
}

.customer-stat-card strong,
.customer-stat-card span {
    display: block;
}

.customer-stat-card strong {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1.1;
}

.customer-stat-card div > span {
    color: var(--cp-text-soft);
    font-size: .88rem;
}

.customer-tone-amber > .material-symbols-rounded {
    color: #a06411;
    background: #fff3dd;
}

.customer-tone-green > .material-symbols-rounded {
    color: var(--cp-green);
    background: #eaf8f1;
}

.customer-tone-red > .material-symbols-rounded {
    color: var(--cp-red);
    background: #fff0f0;
}

.customer-tone-purple > .material-symbols-rounded {
    color: var(--cp-purple);
    background: #f0efff;
}

.customer-action-grid {
    display: grid;
    gap: .85rem;
}

.customer-action-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    color: var(--cp-text);
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-action-card:hover {
    border-color: rgba(15, 96, 116, .38);
    transform: translateY(-1px);
}

.customer-action-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
}

.customer-action-content strong,
.customer-action-content span {
    display: block;
}

.customer-action-content span {
    color: var(--cp-text-soft);
    font-size: .88rem;
}

.customer-action-status {
    border-radius: 999px;
    background: #edf6f8;
    color: var(--cp-brand-strong);
    padding: .28rem .55rem;
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}

.customer-wallet-hero {
    padding: clamp(1.3rem, 4vw, 3rem) 0;
    background:
        linear-gradient(135deg, #eaf6fb 0%, #f8fcfd 56%, #edf8f1 100%);
    border-bottom: 1px solid var(--cp-border);
}

.customer-wallet-hero-inner {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.customer-wallet-copy {
    display: grid;
    align-content: center;
    gap: .65rem;
}

.customer-wallet-copy h1 {
    margin-bottom: 0;
    font-size: clamp(2rem, 5vw, 3.35rem);
}

.customer-wallet-copy p:last-child {
    margin-bottom: 0;
    color: var(--cp-text-soft);
    font-size: clamp(1rem, 2vw, 1.15rem);
}

.customer-wallet-balance-card {
    display: grid;
    gap: 1rem;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 18%, rgba(75, 133, 255, .38), transparent 28%),
        linear-gradient(135deg, #0740a4 0%, #0058df 48%, #043580 100%);
    color: #fff;
    box-shadow: 0 22px 46px rgba(5, 48, 120, .24);
}

.customer-wallet-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.customer-wallet-card-top span {
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
}

.customer-wallet-card-top strong {
    display: block;
    margin-top: .2rem;
    font-size: clamp(2.1rem, 7vw, 3.2rem);
    line-height: 1;
    letter-spacing: 0;
}

.customer-wallet-card-top > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.customer-wallet-balance-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.customer-wallet-balance-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .9);
    padding: .28rem .62rem;
    font-size: .78rem;
    font-weight: 900;
}
.customer-wallet-security-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    width: fit-content;
    min-height: 38px;
    border-radius: 12px;
    background: rgba(47, 179, 121, .22);
    color: #d6ffe9;
    padding: .45rem .7rem;
    font-weight: 900;
}

.customer-wallet-actions {
    display: grid;
    gap: .75rem;
}

.customer-wallet-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 48px;
    border-radius: 12px;
    background: #1268f2;
    color: #fff;
    padding: .75rem 1rem;
    text-decoration: none;
    font-weight: 900;
}

.customer-wallet-action-btn.is-light {
    background: #fff;
    color: #0752c9;
}

.customer-wallet-section,
.customer-wallet-split {
    padding: clamp(1rem, 3vw, 1.6rem) 0;
}

.customer-wallet-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: 1rem;
    border: 1px solid var(--cp-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(9, 48, 61, .08);
    padding: .75rem;
}

.customer-wallet-shortcuts a {
    display: grid;
    place-items: center;
    gap: .35rem;
    min-height: 82px;
    color: var(--cp-text);
    text-align: center;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 900;
    position: relative;
}

.customer-wallet-shortcuts a .customer-wallet-total-badge {
    position: absolute;
    top: 8px;
    right: 12px;
    margin: 0;
}

.customer-wallet-shortcuts .material-symbols-rounded {
    color: #095bd6;
    font-size: 30px;
}

.customer-wallet-summary-grid,
.customer-wallet-split,
.customer-wallet-side,
.customer-wallet-list,
.customer-wallet-mini-list {
    display: grid;
    gap: 1rem;
}

.customer-wallet-summary-card {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fff;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-wallet-summary-card > .material-symbols-rounded,
.customer-wallet-row-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf4ff;
    color: #0b61d8;
}

.customer-wallet-summary-card strong,
.customer-wallet-summary-card span {
    display: block;
}

.customer-wallet-summary-card strong {
    font-size: clamp(1.2rem, 3vw, 1.55rem);
    line-height: 1.1;
}

.customer-wallet-summary-card span {
    color: var(--cp-text-soft);
    font-size: .86rem;
}

.customer-wallet-filter {
    display: grid;
    gap: .75rem;
    margin-bottom: 1rem;
}

.customer-wallet-filter label {
    display: grid;
    gap: .35rem;
    color: var(--cp-text-soft);
    font-size: .82rem;
    font-weight: 900;
}

.customer-wallet-filter input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-sm);
    background: #fff;
    color: var(--cp-text);
    padding: .62rem .75rem;
    font: inherit;
}

.customer-wallet-tabs {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: .1rem;
}

.customer-wallet-tabs a {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 40px;
    border: 1px solid var(--cp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--cp-text);
    padding: .5rem .7rem;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 900;
}

.customer-wallet-tabs a.is-active {
    border-color: rgba(15, 96, 116, .38);
    background: var(--cp-brand);
    color: #fff;
}

.customer-wallet-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .75rem;
    padding: .95rem 0;
    border-bottom: 1px solid var(--cp-border);
    align-items: center;
}

.customer-wallet-row:last-child {
    border-bottom: 0;
}

.customer-wallet-row.is-credit .customer-wallet-row-icon {
    background: #ddf9e8;
    color: #0f8a4b;
}

.customer-wallet-row-main strong,
.customer-wallet-row-main span,
.customer-wallet-row-main small,
.customer-wallet-row-amount strong,
.customer-wallet-row-amount span {
    display: block;
}

.customer-wallet-row-main span,
.customer-wallet-row-main small,
.customer-wallet-row-amount span,
.customer-wallet-note {
    color: var(--cp-text-soft);
}

.customer-wallet-row-main strong {
    font-size: 1rem;
}

.customer-wallet-row-main span {
    font-size: .86rem;
}

.customer-wallet-row-main small {
    font-size: .78rem;
}

.customer-wallet-row-amount {
    text-align: right;
}

.customer-wallet-row-amount strong {
    color: #0a7a42;
}

.customer-wallet-row.is-debit .customer-wallet-row-amount strong {
    color: #122a3a;
}

.customer-wallet-row-details {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .55rem;
}

.customer-wallet-row-details span {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    max-width: 100%;
    border-radius: 999px;
    background: #f5fafb;
    color: var(--cp-text-soft);
    padding: .28rem .55rem;
    font-size: .76rem;
    font-weight: 800;
}

.customer-wallet-row-details b {
    color: var(--cp-text);
    font-weight: 900;
}

.customer-wallet-row-description {
    margin: .55rem 0 0;
    color: var(--cp-text-soft);
    font-size: .84rem;
    line-height: 1.55;
}

.customer-wallet-row-amount span {
    width: fit-content;
    border-radius: 999px;
    background: #eef6f8;
    color: var(--cp-brand-strong);
    padding: .18rem .5rem;
    font-size: .72rem;
    font-weight: 900;
}

.customer-wallet-row.is-status-added .customer-wallet-row-amount span,
.customer-wallet-row.is-status-credited .customer-wallet-row-amount span,
.customer-wallet-row.is-status-refunded .customer-wallet-row-amount span {
    background: #ddf9e8;
    color: #0f8a4b;
}

.customer-wallet-row.is-status-debited .customer-wallet-row-amount span,
.customer-wallet-row.is-status-cancelled .customer-wallet-row-amount span,
.customer-wallet-row.is-status-disputed .customer-wallet-row-amount span {
    background: #fff0f0;
    color: #b42318;
}

.customer-wallet-row.is-status-pending .customer-wallet-row-amount span {
    background: #fff6db;
    color: #9a6410;
}
.customer-wallet-mini-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .2rem .6rem;
    align-items: center;
    padding: .8rem;
    border: 1px solid var(--cp-border);
    border-left: 4px solid #f0b44d;
    border-radius: var(--cp-radius-md);
    background: #fffdf8;
}

.customer-wallet-mini-list strong,
.customer-wallet-mini-list span,
.customer-wallet-mini-list em {
    display: block;
}

.customer-wallet-mini-list span {
    color: var(--cp-text-soft);
    font-size: .84rem;
}

.customer-wallet-mini-list em {
    grid-row: span 2;
    border-radius: 999px;
    background: #fff1cf;
    color: #9a6410;
    padding: .24rem .55rem;
    font-size: .75rem;
    font-style: normal;
    font-weight: 900;
}

.customer-wallet-mini-list.is-methods div {
    border-left-color: #0b61d8;
    background: #f7fbff;
}

.customer-wallet-mini-list.is-methods em {
    background: #e8f1ff;
    color: #0b61d8;
}

.customer-wallet-security-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    padding: 1rem;
    border: 1px solid #f0d69c;
    border-radius: var(--cp-radius-lg);
    background: #fffaf0;
    color: #5c4518;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .06);
}

.customer-wallet-security-card > .material-symbols-rounded {
    color: #c88a16;
}

.customer-wallet-security-card p {
    margin: .2rem 0 0;
    color: #80642e;
}

.customer-transfer-tab-section {
    padding-top: .85rem;
}

.customer-transfer-tabs {
    display: flex;
    align-items: stretch;
    gap: .65rem;
    overflow-x: auto;
    padding: .1rem .1rem .45rem;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}

.customer-transfer-tab {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .45rem;
    flex: 0 0 auto;
    width: max-content;
    max-width: min(280px, 82vw);
    min-height: 48px;
    padding: .62rem .7rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    color: var(--cp-text);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(9, 48, 61, .06);
    scroll-snap-align: start;
}

.customer-transfer-tab > span:not(.material-symbols-rounded) {
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.customer-transfer-tab strong {
    display: inline-grid;
    min-width: 24px;
    min-height: 24px;
    place-items: center;
    border-radius: 999px;
    background: #edf6f8;
    color: var(--cp-brand-strong);
    padding: 0 .38rem;
    font-size: .76rem;
}

.customer-transfer-tab.is-active {
    border-color: rgba(15, 96, 116, .38);
    background: var(--cp-brand);
    color: #fff;
}

.customer-transfer-tab.is-active strong {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.customer-transfer-filter {
    display: grid;
    gap: .85rem;
    padding: clamp(1rem, 3vw, 1.25rem);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fff;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-transfer-filter label {
    display: grid;
    gap: .35rem;
    color: var(--cp-text-soft);
    font-size: .82rem;
    font-weight: 800;
}

.customer-transfer-filter input,
.customer-transfer-filter select {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-sm);
    background: #fff;
    color: var(--cp-text);
    padding: .62rem .75rem;
    font: inherit;
}

.customer-transfer-filter input:focus,
.customer-transfer-filter select:focus {
    outline: 0;
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 4px rgba(15, 96, 116, .12);
}

.customer-transfer-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    align-items: end;
}

.customer-muted-count {
    color: var(--cp-text-soft);
    font-size: .9rem;
}

.customer-transfer-list {
    display: grid;
    gap: 1rem;
}

.customer-transfer-card {
    display: grid;
    gap: .95rem;
    padding: clamp(1rem, 3vw, 1.2rem);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fff;
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-transfer-card-head,
.customer-detail-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    flex-wrap: wrap;
}

.customer-service-pill {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    width: fit-content;
    min-height: 30px;
    border-radius: 999px;
    background: #eaf6fb;
    color: var(--cp-brand-strong);
    padding: .32rem .7rem;
    font-size: .78rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.customer-service-pill .material-symbols-rounded {
    font-size: 18px;
}

.customer-transfer-card-main {
    display: grid;
    gap: .75rem;
}

.customer-transfer-card-main h2 {
    margin-bottom: .35rem;
    font-size: clamp(1.18rem, 3vw, 1.55rem);
    overflow-wrap: anywhere;
}

.customer-transfer-date {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin: 0;
    color: var(--cp-text-soft);
    overflow-wrap: anywhere;
}

.customer-transfer-amount {
    color: var(--cp-green);
    font-size: clamp(1.2rem, 3vw, 1.45rem);
    overflow-wrap: anywhere;
}

.customer-route-lines {
    display: grid;
    gap: .55rem;
}

.customer-route-lines a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: .55rem;
    color: var(--cp-text);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.customer-route-lines a:hover span:last-child {
    color: var(--cp-brand);
}

.customer-route-lines .material-symbols-rounded {
    color: var(--cp-brand);
}

.customer-route-lines.is-detail {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #f8fbfc;
}

.customer-route-lines.is-detail strong {
    display: block;
    color: var(--cp-text-soft);
    font-size: .78rem;
    text-transform: uppercase;
}

.customer-transfer-quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .65rem;
}

.customer-transfer-quick-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: .55rem;
    align-items: center;
    padding: .72rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #f8fbfc;
}

.customer-transfer-quick-item > .material-symbols-rounded,
.customer-transfer-detail-list dt .material-symbols-rounded,
.customer-transfer-detail-group h3 .material-symbols-rounded {
    color: var(--cp-brand);
}

.customer-transfer-quick-item small,
.customer-transfer-quick-item strong {
    display: block;
    overflow-wrap: anywhere;
}

.customer-transfer-quick-item small {
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-transfer-quick-item strong {
    color: var(--cp-text);
    font-size: .95rem;
}

.customer-transfer-expand {
    display: grid;
    gap: .9rem;
    padding-top: .25rem;
}

.customer-transfer-expand[hidden] {
    display: none;
}

.customer-transfer-detail-groups {
    display: grid;
    gap: .8rem;
}

.customer-transfer-detail-group {
    padding: .9rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fbfdfe;
}

.customer-transfer-detail-group h3 {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .75rem;
    color: var(--cp-text);
    font-size: 1rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.customer-transfer-detail-list {
    display: grid;
    gap: .6rem;
    margin: 0;
}

.customer-transfer-detail-list div {
    display: grid;
    gap: .25rem;
    padding: .68rem;
    border: 1px solid #e3edf1;
    border-radius: var(--cp-radius-md);
    background: #fff;
}

.customer-transfer-detail-list dt {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.customer-transfer-detail-list dt .material-symbols-rounded {
    font-size: 18px;
}

.customer-transfer-detail-list dd {
    margin: 0;
    color: var(--cp-text);
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.customer-transfer-empty-note {
    margin: 0;
    color: var(--cp-text-soft);
    font-weight: 800;
}

.customer-transfer-extras-list {
    display: grid;
    gap: .65rem;
}

.customer-transfer-extra-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto auto;
    gap: .65rem;
    align-items: center;
    padding: .7rem;
    border: 1px solid #e3edf1;
    border-radius: var(--cp-radius-md);
    background: #fff;
}

.customer-transfer-extra-item img,
.customer-transfer-extra-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eef6f8;
    object-fit: cover;
}

.customer-transfer-extra-icon {
    display: inline-grid;
    place-items: center;
    color: var(--cp-brand);
}

.customer-transfer-extra-item strong,
.customer-transfer-extra-item span {
    display: block;
    overflow-wrap: anywhere;
}

.customer-transfer-extra-item span {
    color: var(--cp-text-soft);
    font-size: .82rem;
}

.customer-transfer-extra-item em,
.customer-transfer-extra-item b {
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .78rem;
    line-height: 1.2;
    white-space: nowrap;
}

.customer-transfer-extra-item em {
    background: #eaf8f1;
    color: var(--cp-green);
    font-style: normal;
    font-weight: 900;
}

.customer-transfer-extra-item b {
    background: #fff3dd;
    color: #8a5b10;
}

.customer-card-action {
    width: fit-content;
    border: 1px solid var(--cp-border);
}

.customer-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    margin-top: 1rem;
}

.customer-transfer-detail-card {
    display: grid;
    gap: .9rem;
}

.customer-detail-grid {
    display: grid;
    gap: .75rem;
    margin: 0;
}

.customer-detail-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: .7rem;
    padding: .85rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fbfdfe;
}

.customer-detail-item > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--cp-brand);
    background: var(--cp-surface-soft);
}

.customer-detail-item dt {
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.customer-detail-item dd {
    margin: .08rem 0 0;
    overflow-wrap: anywhere;
}

.customer-dashboard-split {
    display: grid;
    gap: 1rem;
}

.customer-panel-card {
    padding: clamp(1rem, 3vw, 1.35rem);
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-table-wrap {
    overflow-x: auto;
}

.customer-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.customer-table th,
.customer-table td {
    padding: .75rem .7rem;
    border-bottom: 1px solid var(--cp-border);
    text-align: left;
    vertical-align: top;
}

.customer-table th {
    color: var(--cp-text-soft);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.customer-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    background: #eef5f7;
    color: var(--cp-text);
    padding: .25rem .55rem;
    font-size: .78rem;
    font-weight: 800;
}

.customer-empty-state {
    display: grid;
    place-items: center;
    gap: .6rem;
    min-height: 180px;
    border: 1px dashed var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fbfdfe;
    color: var(--cp-text-soft);
    text-align: center;
    padding: 1.25rem;
}

.customer-empty-state .material-symbols-rounded {
    font-size: 36px;
    color: var(--cp-brand);
}

.customer-profile-list {
    display: grid;
    gap: .75rem;
    margin: 0;
}

.customer-profile-list div {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border-radius: var(--cp-radius-md);
    background: #f7fbfc;
    border: 1px solid var(--cp-border);
}

.customer-profile-list dt {
    color: var(--cp-text-soft);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.customer-profile-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}
.customer-dashboard-transfer-list {
    gap: .85rem;
}

.customer-dashboard-transfer-card {
    padding: clamp(.9rem, 2.4vw, 1.05rem);
}

.customer-profile-summary-card {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .95)),
        radial-gradient(circle at top right, rgba(15, 96, 116, .08), transparent 34%);
}

.customer-profile-summary-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: .8rem;
    margin-bottom: .85rem;
    padding: .9rem;
    border: 1px solid rgba(15, 96, 116, .12);
    border-radius: var(--cp-radius-lg);
    background: #f8fbfc;
}

.customer-profile-summary-head > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--cp-brand);
    color: #fff;
    font-size: 30px;
}

.customer-profile-summary-head strong,
.customer-profile-summary-head span {
    display: block;
    overflow-wrap: anywhere;
}

.customer-profile-summary-head strong {
    color: var(--cp-text);
    font-size: 1rem;
    font-weight: 900;
}

.customer-profile-summary-head div > span {
    margin-top: .16rem;
    color: var(--cp-text-soft);
    font-size: .84rem;
    font-weight: 700;
}

.customer-profile-summary-list div {
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: .7rem;
    background: #fff;
}

.customer-profile-summary-list div > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    font-size: 20px;
}

.customer-profile-summary-list section {
    min-width: 0;
}

.customer-footer {
    border-top: 1px solid var(--cp-border);
    color: var(--cp-text-soft);
    background: #fff;
}

.customer-footer .customer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    min-height: 62px;
    font-size: .88rem;
}

@keyframes cpSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cpMessageFade {
    0%,
    78% {
        opacity: 1;
        max-height: 120px;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        max-height: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
        transform: translateY(-4px);
        pointer-events: none;
    }
}

@media (min-width: 760px) {
    .customer-nav-toggle {
        display: none;
    }

    .customer-nav {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .customer-link-button {
        width: auto;
    }

    .customer-language-trigger {
        width: auto;
    }

    .customer-auth-grid {
        grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr);
    }

    .customer-dashboard-head {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .customer-transfer-nav-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-wallet-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    }

    .customer-wallet-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-wallet-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-wallet-shortcuts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .customer-wallet-filter {
        grid-template-columns: minmax(220px, 1fr) auto auto;
        align-items: end;
    }

    .customer-wallet-row {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
    }

    .customer-wallet-row-amount {
        grid-column: auto;
        text-align: right;
    }

    .customer-transfer-filter {
        grid-template-columns: minmax(180px, 1fr) minmax(160px, .55fr) minmax(150px, .45fr) auto;
        align-items: end;
    }

    .customer-transfer-card-main {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .customer-transfer-detail-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1040px) {
    .customer-transfer-nav-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: .9rem;
    }

    .customer-transfer-nav-card {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        align-content: center;
        gap: .75rem;
        min-height: 120px;
        padding: .75rem .55rem;
        border-color: transparent;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        text-align: center;
    }

    .customer-transfer-nav-card:hover,
    .customer-transfer-nav-card:focus-visible {
        border-color: transparent;
        box-shadow: none;
        transform: translateY(-2px);
    }

    .customer-transfer-nav-icon-shell {
        justify-self: center;
        width: 54px;
        height: 54px;
    }

    .customer-transfer-nav-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        box-shadow: 0 12px 24px rgba(9, 48, 61, .09);
    }

    .customer-transfer-nav-count {
        min-width: 26px;
        height: 26px;
        padding: 0 .38rem;
        font-size: .78rem;
    }

    .customer-transfer-nav-count-mobile {
        display: none;
    }

    .customer-transfer-nav-count-desktop {
        position: absolute;
        top: -7px;
        right: -9px;
        display: inline-grid;
        border: 2px solid #fff;
        box-shadow: 0 8px 18px rgba(9, 48, 61, .14);
    }

    .customer-transfer-nav-copy {
        justify-items: center;
        text-align: center;
    }

    .customer-transfer-nav-copy strong {
        font-size: .92rem;
        line-height: 1.25;
    }

    .customer-stat-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .customer-dashboard-split {
        grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
    }

    .customer-action-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .customer-wallet-split {
        grid-template-columns: minmax(0, 1.4fr) minmax(320px, .65fr);
        align-items: start;
    }
}

@media (max-width: 520px) {
    body.customer-panel-body.is-authenticated {
        padding-bottom: calc(104px + env(safe-area-inset-bottom));
    }

    .customer-topbar-inner {
        min-height: 76px;
    }

    .customer-brand {
        gap: .55rem;
    }

    .customer-breadcrumb-shell {
        display: grid;
        gap: .55rem;
        padding-top: .65rem;
        padding-bottom: .55rem;
    }

    .customer-breadcrumb {
        width: fit-content;
        max-width: 100%;
        overflow: visible;
        padding-bottom: 0;
    }

    .customer-breadcrumb a,
    .customer-breadcrumb-current {
        max-width: min(100%, 220px);
    }

    .customer-breadcrumb-current {
        min-height: 34px;
        padding: .38rem .6rem;
        background: rgba(255, 255, 255, .9);
    }

    .customer-logo {
        max-width: 172px;
        height: 42px;
    }

    .customer-nav {
        align-items: stretch;
    }

    .customer-language-switcher,
    .customer-language-trigger {
        width: 100%;
    }

    .customer-language-panel {
        left: 0;
        right: 0;
        min-width: 0;
        max-width: 100%;
    }

    .customer-action-card {
        grid-template-columns: auto 1fr;
    }

    .customer-transfer-tab {
        max-width: 74vw;
        min-height: 44px;
        padding: .65rem;
    }

    .customer-transfer-tab strong {
        justify-self: start;
    }

    .customer-transfer-card-head {
        align-items: flex-start;
    }

    .customer-service-pill,
    .customer-status-pill {
        max-width: 100%;
    }

    .customer-transfer-card-main {
        gap: .55rem;
    }

    .customer-transfer-date {
        align-items: flex-start;
    }

    .customer-transfer-quick-grid,
    .customer-transfer-detail-groups {
        grid-template-columns: 1fr;
    }

    .customer-transfer-extra-item {
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: start;
    }

    .customer-transfer-extra-item img,
    .customer-transfer-extra-icon {
        width: 40px;
        height: 40px;
    }

    .customer-transfer-extra-item em,
    .customer-transfer-extra-item b {
        grid-column: 2;
        justify-self: start;
    }

    .customer-card-action {
        width: 100%;
    }

    .customer-transfer-nav-head,
    .customer-transfer-nav-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-transfer-main-section {
        padding-top: .45rem;
    }

    .customer-transfer-main-section .customer-transfer-nav-panel {
        gap: 1rem;
        padding: 1rem;
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(9, 48, 61, .10);
    }

    .customer-transfer-nav-head h1 {
        margin-bottom: .4rem;
        font-size: 1.52rem;
        line-height: 1.15;
    }

    .customer-transfer-nav-head p:last-child {
        font-size: .96rem;
        line-height: 1.55;
    }

    .customer-transfer-nav-actions .customer-primary-btn,
    .customer-transfer-nav-actions .customer-secondary-btn {
        width: 100%;
    }

    .customer-transfer-nav-grid {
        grid-template-columns: 1fr;
        gap: .7rem;
    }

    .customer-transfer-nav-card {
        min-height: 72px;
        padding: .82rem .86rem;
        border-radius: 15px;
        box-shadow: 0 10px 24px rgba(9, 48, 61, .07);
    }

    .customer-transfer-nav-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .customer-transfer-nav-icon-shell {
        width: 40px;
        height: 40px;
    }

    .customer-transfer-nav-copy strong {
        font-size: .95rem;
    }

    .customer-transfer-nav-count {
        min-width: 36px;
        height: 36px;
    }

    .customer-action-status {
        grid-column: 2;
        width: fit-content;
    }

    .customer-transfer-filter-actions,
    .customer-transfer-filter-actions .customer-primary-btn,
    .customer-transfer-filter-actions .customer-secondary-btn,
    .customer-card-action,
    .customer-detail-actions,
    .customer-detail-actions .customer-secondary-btn,
    .customer-detail-actions .customer-danger-btn {
        width: 100%;
    }

    .customer-stat-grid {
        grid-template-columns: 1fr;
    }

    .customer-wallet-actions,
    .customer-wallet-summary-grid,
    .customer-wallet-shortcuts {
        grid-template-columns: 1fr;
    }

    .customer-wallet-shortcuts a {
        min-height: 58px;
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }

    .customer-wallet-filter .customer-primary-btn,
    .customer-wallet-action-btn {
        width: 100%;
    }

    .customer-app-nav {
        width: min(100% - 12px, 430px);
        min-height: 68px;
        padding: 6px;
        border-radius: 22px;
        box-shadow: 0 18px 44px rgba(8, 37, 47, .24);
    }

    .customer-app-nav-item {
        min-height: 55px;
        border-radius: 16px;
        font-size: clamp(.58rem, 2.7vw, .66rem);
        padding-inline: 2px;
    }

    .customer-app-nav-item .material-symbols-rounded {
        font-size: 20px;
    }

    .customer-app-more {
        padding-inline: 8px;
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }
}

/* Updated by Codex - 01-07-2026 07:55 IST */
/* Updated by Codex - 01-07-2026 08:52 IST */
/* Updated by Codex - 01-07-2026 08:59 IST */
/* Updated by Codex - 01-07-2026 09:12 IST */
/* Updated by Codex - 22-06-2026 22:48 IST */
/* Updated by Codex - 22-06-2026 23:18 IST */
/* Updated by Codex - 23-06-2026 00:22 IST */
/* Updated by Codex - 23-06-2026 00:58 IST */
/* Updated by Codex - 23-06-2026 02:17 IST */
/* Updated by Codex - 23-06-2026 02:24 IST */
/* Updated by Codex - 23-06-2026 02:27 IST */
/* Updated by Codex - 01-07-2026 09:53 IST */
/* Updated by Codex - 02-07-2026 23:31 IST */
/* Updated by Codex - 02-07-2026 23:45 IST */
/* Updated by Codex - 02-07-2026 23:54 IST */
/* Updated by Codex - 03-07-2026 00:02 IST */
/* Updated by Codex - 03-07-2026 00:09 IST */

.customer-transfer-more-row {
    display: flex;
    justify-content: center;
    position: relative;
    margin: .25rem 0;
}

.customer-transfer-more-row::before {
    content: "";
    position: absolute;
    inset: 50% 0 auto;
    border-top: 1px solid var(--cp-border);
}

.customer-transfer-more-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 38px;
    border: 1px solid var(--cp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--cp-brand-strong);
    padding: .42rem .85rem;
    font: 900 .86rem/1.2 'Manrope', 'Segoe UI', sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(9, 48, 61, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.customer-transfer-more-btn:hover,
.customer-transfer-more-btn:focus-visible {
    border-color: var(--cp-brand);
    color: var(--cp-brand);
    box-shadow: 0 12px 28px rgba(15, 96, 116, .16);
    outline: 0;
    transform: translateY(-1px);
}

.customer-transfer-more-btn .material-symbols-rounded {
    font-size: 20px;
    color: var(--cp-brand);
}

.customer-transfer-vehicle-panel {
    display: grid;
    grid-template-columns: minmax(140px, 210px) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
    padding: .9rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfc 100%);
}

.customer-transfer-vehicle-media {
    display: grid;
    place-items: center;
    min-height: 150px;
    border-radius: var(--cp-radius-md);
    background: #eef6f8;
    overflow: hidden;
}

.customer-transfer-vehicle-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: .7rem;
}

.customer-transfer-vehicle-copy {
    display: grid;
    align-content: center;
    gap: .45rem;
}

.customer-transfer-detail-eyebrow {
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-transfer-vehicle-copy h3 {
    margin: 0;
    color: var(--cp-text);
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.customer-transfer-vehicle-copy p {
    margin: 0;
    color: var(--cp-text-soft);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.customer-transfer-vehicle-stats,
.customer-transfer-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .65rem;
}

.customer-transfer-vehicle-stats {
    margin-top: .4rem;
}

.customer-transfer-vehicle-stats span,
.customer-transfer-info-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .5rem;
    min-height: 48px;
    padding: .62rem .7rem;
    border: 1px solid #e3edf1;
    border-radius: var(--cp-radius-md);
    background: #fff;
}

.customer-transfer-vehicle-stats span strong {
    color: var(--cp-text);
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.customer-transfer-info-panel {
    padding: .85rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: #fbfdfe;
}

.customer-transfer-info-item > .material-symbols-rounded,
.customer-transfer-vehicle-stats .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef6f8;
    font-size: 20px;
}

.customer-transfer-info-item small,
.customer-transfer-info-item strong {
    display: block;
    overflow-wrap: anywhere;
}

.customer-transfer-info-item small {
    color: var(--cp-text-soft);
    font-size: .73rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-transfer-info-item strong {
    color: var(--cp-text);
    font-size: .94rem;
    line-height: 1.32;
}

.customer-detail-icon-pickup-date,
.customer-detail-icon-event {
    color: #e53935 !important;
    background: #fff1f0 !important;
}

.customer-detail-icon-pickup-time,
.customer-detail-icon-duration {
    color: #7b61ff !important;
    background: #f1efff !important;
}

.customer-detail-icon-distance {
    color: #0f8b8d !important;
    background: #e7f8f8 !important;
}

.customer-detail-icon-passengers,
.customer-detail-icon-max-passenger {
    color: #2563eb !important;
    background: #edf4ff !important;
}

.customer-detail-icon-luggage,
.customer-detail-icon-max-large-luggage,
.customer-detail-icon-max-small-luggage {
    color: #9a5b13 !important;
    background: #fff4df !important;
}

.customer-detail-icon-payment-type {
    color: #0f766e !important;
    background: #e9fbf7 !important;
}

.customer-detail-icon-payment-method {
    color: #16a34a !important;
    background: #ecfdf3 !important;
}

.customer-detail-icon-payment-status {
    color: #f59e0b !important;
    background: #fff7e6 !important;
}

.customer-detail-icon-extras {
    color: var(--cp-purple) !important;
}

@media (max-width: 720px) {
    .customer-transfer-vehicle-panel {
        grid-template-columns: 1fr;
        padding: .75rem;
    }

    .customer-transfer-vehicle-media {
        min-height: 128px;
    }

    .customer-transfer-vehicle-stats,
    .customer-transfer-info-grid {
        grid-template-columns: 1fr;
    }

    .customer-transfer-more-btn {
        width: min(100%, 220px);
    }
}

.customer-transfer-date .material-symbols-rounded {
    color: #e53935;
}

.customer-route-lines .customer-route-icon-pickup {
    color: #1976d2;
}

.customer-route-lines .customer-route-icon-stop {
    color: #f59e0b;
}

.customer-route-lines .customer-route-icon-dropoff {
    color: #e53935;
}
/* Updated by Codex - 04-07-2026 21:38 IST */

.customer-transfer-code-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .85rem;
}

.customer-transfer-code-row h2 {
    margin: 0;
}

.customer-transfer-meta-lines {
    display: grid;
    gap: .5rem;
}

.customer-transfer-meta-line {
    display: grid;
    grid-template-columns: 24px minmax(110px, auto) minmax(0, 1fr);
    align-items: start;
    gap: .55rem;
    color: var(--cp-text);
    overflow-wrap: anywhere;
}

.customer-transfer-meta-line > span:not(.material-symbols-rounded) {
    color: var(--cp-text-soft);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-transfer-meta-line strong {
    color: var(--cp-text);
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.customer-transfer-pickup-line {
    padding-top: .1rem;
}

.customer-transfer-info-panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.customer-transfer-expanded-meta {
    padding: .2rem 0 .35rem;
}

.customer-transfer-show-more-btn[aria-expanded="true"],
.customer-transfer-show-more-btn[aria-expanded="true"]:hover {
    display: none;
}

.customer-transfer-less-row {
    margin-top: .15rem;
}

.customer-transfer-less-btn .material-symbols-rounded {
    order: 0;
}

.customer-transfer-less-btn [data-transfer-toggle-label] {
    order: 1;
}

.customer-transfer-vehicle-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-transfer-vehicle-stats span {
    grid-template-columns: 34px auto minmax(0, 1fr);
    cursor: help;
}

.customer-transfer-vehicle-stats span:focus-visible {
    outline: 3px solid rgba(15, 96, 116, .18);
    outline-offset: 2px;
}

.customer-transfer-vehicle-stats span em {
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .customer-transfer-code-row {
        align-items: center;
        flex-direction: row;
    }

    .customer-transfer-code-row h2 {
        font-size: 1.05rem;
    }

    .customer-transfer-code-row .customer-transfer-amount {
        margin-left: auto;
        text-align: right;
        font-size: 1.04rem;
        white-space: nowrap;
    }

    .customer-transfer-meta-line {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: .42rem .52rem;
    }

    .customer-transfer-meta-line strong {
        grid-column: 2;
    }

    .customer-transfer-vehicle-stats {
        display: flex;
        justify-content: center;
        gap: .5rem;
    }

    .customer-transfer-vehicle-stats span {
        position: relative;
        display: inline-grid;
        grid-template-columns: 24px auto;
        width: auto;
        min-height: 38px;
        padding: .45rem .58rem;
    }

    .customer-transfer-vehicle-stats span .material-symbols-rounded {
        width: 24px;
        height: 24px;
        border-radius: 8px;
        font-size: 18px;
        background: transparent !important;
    }

    .customer-transfer-vehicle-stats span em {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 6px);
        width: max-content;
        max-width: 170px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: var(--cp-text);
        color: #fff;
        padding: .28rem .55rem;
        font-size: .68rem;
        line-height: 1.2;
        text-align: center;
        box-shadow: 0 10px 24px rgba(9, 48, 61, .18);
        opacity: 0;
        pointer-events: none;
        transition: opacity .16s ease;
        z-index: 3;
    }

    .customer-transfer-vehicle-stats span:focus em,
    .customer-transfer-vehicle-stats span:hover em {
        opacity: 1;
    }
}
/* Updated by Codex - 04-07-2026 22:31 IST */

.customer-transfer-date-line {
    grid-template-columns: 24px minmax(0, 1fr);
}

.customer-transfer-date-line strong {
    grid-column: 2;
}

.customer-transfer-show-more-row::before,
.customer-transfer-show-more-row::after {
    display: none;
}

@media (max-width: 720px) {
    .customer-transfer-extra-item {
        grid-template-columns: 40px minmax(0, 1fr) auto;
    }

    .customer-transfer-extra-item div {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .35rem;
        align-items: start;
    }

    .customer-transfer-extra-item div strong {
        min-width: 0;
    }

    .customer-transfer-extra-item em {
        grid-column: 3;
        grid-row: 1;
        align-self: start;
        justify-self: end;
    }

    .customer-transfer-extra-item b {
        grid-column: 2 / 4;
        justify-self: start;
    }
}
/* Updated by Codex - 04-07-2026 22:38 IST */
/* Updated by Codex - 04-07-2026 23:05 IST */
.customer-status-pill {
    gap: .34rem;
    border: 1px solid transparent;
    line-height: 1;
}

.customer-status-pill .material-symbols-rounded {
    font-size: 17px;
    line-height: 1;
}

.customer-status-pending,
.customer-status-inquiry,
.customer-status-enquiry {
    background: #fff6e5;
    border-color: #ffd59a;
    color: #a15c00;
}

.customer-status-booking,
.customer-status-booked,
.customer-status-confirmed {
    background: #eaf8f1;
    border-color: #bfe9d1;
    color: #166534;
}

.customer-status-complete,
.customer-status-completed {
    background: #e7f8f7;
    border-color: #b7e5e1;
    color: #0f766e;
}

.customer-status-cancel,
.customer-status-canceled,
.customer-status-cancelled,
.customer-status-failed {
    background: #fff1f0;
    border-color: #ffc8c2;
    color: #b42318;
}

.customer-status-forward,
.customer-status-forwarded,
.customer-status-inprocess,
.customer-status-in-process,
.customer-status-refund,
.customer-status-refunded,
.customer-status-no-show,
.customer-status-noshow {
    background: #f2efff;
    border-color: #d8ccff;
    color: #6842c2;
}

.customer-transfer-show-more-row[hidden] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-transfer-expanded-meta .customer-transfer-meta-line {
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
}

.customer-transfer-expanded-meta .customer-transfer-meta-line > span:not(.material-symbols-rounded),
.customer-transfer-expanded-meta .customer-transfer-meta-line > strong {
    grid-column: 2;
    min-width: 0;
}

.customer-transfer-expanded-meta .customer-transfer-meta-line > span:not(.material-symbols-rounded) {
    color: var(--cp-text-soft);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.2;
}

.customer-transfer-expanded-meta .customer-transfer-meta-line > strong {
    line-height: 1.25;
}

.customer-transfer-vehicle-stats > span {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    justify-content: center;
    gap: .42rem;
    min-height: 44px;
    padding: .54rem .72rem;
    border-radius: 999px;
    cursor: help;
}

.customer-transfer-vehicle-stats > span > .material-symbols-rounded {
    display: inline-flex !important;
    grid-template-columns: none !important;
    place-items: initial !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 20px;
    line-height: 1;
}

.customer-transfer-vehicle-stats > span > strong {
    flex: 0 0 auto;
    line-height: 1;
}

.customer-transfer-vehicle-stats > span > em {
    min-width: 0;
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
    text-transform: none;
    overflow-wrap: anywhere;
}

.customer-transfer-extra-item > div {
    min-width: 0;
}

.customer-transfer-extra-item > div strong {
    line-height: 1.24;
}

.customer-transfer-extra-item > div span {
    line-height: 1.28;
}

@media (max-width: 720px) {
    .customer-transfer-extra-item {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: .58rem;
    }

    .customer-transfer-extra-item > div {
        display: block;
        grid-column: 2;
        grid-row: 1;
        padding-right: .15rem;
    }

    .customer-transfer-extra-item > em {
        grid-column: 3;
        grid-row: 1;
        align-self: start;
        justify-self: end;
    }

    .customer-transfer-extra-item > b {
        grid-column: 2 / 4;
        grid-row: 2;
        justify-self: start;
    }

    .customer-transfer-vehicle-stats {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: .45rem;
    }

    .customer-transfer-vehicle-stats > span {
        position: relative;
        min-width: 72px;
        min-height: 38px;
        padding: .44rem .52rem;
    }

    .customer-transfer-vehicle-stats > span > .material-symbols-rounded {
        font-size: 19px;
    }

    .customer-transfer-vehicle-stats > span > em {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 6px);
        width: max-content;
        max-width: 170px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: var(--cp-text);
        color: #fff;
        padding: .28rem .55rem;
        font-size: .68rem;
        line-height: 1.2;
        text-align: center;
        box-shadow: 0 10px 24px rgba(9, 48, 61, .18);
        opacity: 0;
        pointer-events: none;
        transition: opacity .16s ease;
        z-index: 3;
    }

    .customer-transfer-vehicle-stats > span:focus em,
    .customer-transfer-vehicle-stats > span:hover em {
        opacity: 1;
    }
}
/* Updated by Codex - 04-07-2026 23:05 IST */
/* Updated by Codex - 04-07-2026 23:26 IST */
.customer-route-lines a {
    align-items: start;
}

.customer-route-lines a > .material-symbols-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-top: .04rem;
    line-height: 1;
}

.customer-route-lines a > span:last-child {
    min-width: 0;
    line-height: 1.35;
    padding-top: .02rem;
}

.customer-transfer-value-badge,
.customer-extra-price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .28rem;
    width: fit-content;
    max-width: 100%;
    border: 1px solid #dce8ec;
    border-radius: 999px;
    padding: .28rem .58rem;
    background: #fff;
    color: var(--cp-text);
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

.customer-transfer-value-badge .material-symbols-rounded {
    font-size: 16px;
    line-height: 1;
}

.customer-payment-badge.is-paid,
.customer-extra-price-badge.is-free {
    border-color: #bfe9d1;
    background: #eaf8f1;
    color: #166534;
}

.customer-payment-badge.is-offline {
    border-color: #cfe2ff;
    background: #eff6ff;
    color: #1d4ed8;
}

.customer-transfer-extra-item > b.customer-extra-price-badge {
    justify-self: end;
}

.customer-transfer-passenger-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.customer-transfer-passenger-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .55rem;
    min-width: 0;
    padding: .72rem;
    border: 1px solid #e3edf1;
    border-radius: var(--cp-radius-md);
    background: #fff;
}

.customer-transfer-passenger-item > .material-symbols-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef6f8;
    font-size: 20px;
}

.customer-transfer-passenger-item div,
.customer-transfer-passenger-item small,
.customer-transfer-passenger-item strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.customer-transfer-passenger-item small {
    display: block;
    color: var(--cp-text-soft);
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.2;
}

.customer-transfer-passenger-item strong {
    display: block;
    margin-top: .12rem;
    color: var(--cp-text);
    line-height: 1.25;
}

.customer-detail-icon-passenger,
.customer-detail-icon-passenger-name,
.customer-detail-icon-passenger-mobile {
    color: #0f6074;
}

@media (max-width: 720px) {
    .customer-transfer-extra-item > b.customer-extra-price-badge {
        grid-column: 3;
        grid-row: 2;
        justify-self: end;
    }

    .customer-transfer-passenger-list {
        grid-template-columns: 1fr;
    }
}
/* Updated by Codex - 04-07-2026 23:26 IST */
/* Updated by Codex - 04-07-2026 23:57 IST */
.customer-transfer-booked-by-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-transfer-company-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-transfer-company-address-item {
    grid-column: span 2;
}

.customer-detail-icon-booked-by,
.customer-detail-icon-booked-by-name,
.customer-detail-icon-booked-by-mobile,
.customer-detail-icon-booked-by-email {
    color: #1d4ed8;
}

.customer-detail-icon-company-invoice,
.customer-detail-icon-company-name,
.customer-detail-icon-company-address,
.customer-detail-icon-company-tax {
    color: #7c3aed;
}

@media (max-width: 900px) {
    .customer-transfer-booked-by-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .customer-transfer-company-list {
        grid-template-columns: 1fr;
    }

    .customer-transfer-company-address-item {
        grid-column: auto;
    }
}
/* Updated by Codex - 04-07-2026 23:57 IST */
/* Updated by Codex - 05-07-2026 00:58 IST */
.customer-transfer-section-note {
    margin: -.2rem 0 .75rem;
    color: var(--cp-text-soft);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.customer-transfer-flight-list {
    grid-template-columns: minmax(0, 1fr);
}

.customer-detail-icon-flight-information,
.customer-detail-icon-flight-number {
    color: #dc2626;
}
/* Updated by Codex - 05-07-2026 00:58 IST */
/* Updated by Codex - 05-07-2026 04:56 IST */
.customer-transfer-driver-notes-box {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: .65rem;
    padding: .78rem;
    border: 1px solid #e3edf1;
    border-radius: var(--cp-radius-md);
    background: #fff;
}

.customer-transfer-driver-notes-box > .material-symbols-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff7ed;
    font-size: 20px;
}

.customer-transfer-driver-notes-box p {
    min-width: 0;
    margin: 0;
    color: var(--cp-text);
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.customer-detail-icon-driver-notes,
.customer-detail-icon-driver-notes-text {
    color: #ea580c;
}
/* Updated by Codex - 05-07-2026 04:56 IST */
/* Updated by Codex - 05-07-2026 20:04 IST */

/* Wallet top-up and layout refinement - Updated by Codex - 05-07-2026 20:28 IST */
.customer-wallet-hero {
    padding: clamp(.95rem, 2.4vw, 1.8rem) 0;
}

.customer-wallet-hero-inner {
    align-items: center;
}

.customer-wallet-copy h1 {
    font-size: clamp(1.7rem, 3.2vw, 2.45rem);
    line-height: 1.08;
}

.customer-wallet-copy p:last-child {
    max-width: 620px;
    font-size: clamp(.94rem, 1.5vw, 1.04rem);
}

.customer-wallet-balance-card {
    gap: .78rem;
    border-radius: 18px;
    padding: clamp(.9rem, 2vw, 1.1rem);
    box-shadow: 0 16px 34px rgba(5, 48, 120, .2);
}

.customer-wallet-card-top strong {
    font-size: clamp(1.9rem, 4vw, 2.65rem);
}

.customer-wallet-card-top > .material-symbols-rounded {
    width: 42px;
    height: 42px;
    border-radius: 14px;
}

.customer-wallet-action-btn {
    border: 0;
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.customer-wallet-action-btn:disabled {
    cursor: wait;
    opacity: .76;
}

.customer-wallet-shortcuts {
    border-radius: var(--cp-radius-lg);
}

.customer-wallet-shortcuts a {
    min-height: 68px;
}

.customer-wallet-filter {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
}

.customer-wallet-filter-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: end;
}

.customer-wallet-filter-search .customer-primary-btn {
    min-height: 44px;
    white-space: nowrap;
}

.customer-wallet-tabs {
    flex-wrap: wrap;
    overflow: visible;
    gap: .45rem;
    padding-bottom: 0;
}

.customer-wallet-tabs a {
    min-height: 34px;
    padding: .38rem .58rem;
    font-size: .8rem;
    line-height: 1.15;
}

.customer-wallet-tabs a .material-symbols-rounded {
    font-size: 18px;
}

.customer-wallet-sheet[hidden] {
    display: none;
}

.customer-wallet-sheet {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    align-items: end;
}

.customer-wallet-sheet-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(7, 22, 32, .58);
    cursor: pointer;
}

.customer-wallet-sheet-panel {
    position: relative;
    width: min(100%, 560px);
    max-height: min(86vh, 760px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 24px 24px 0 0;
    background: #fff;
    box-shadow: 0 -24px 64px rgba(7, 22, 32, .26);
    animation: walletSheetIn .22s ease-out;
}

.customer-wallet-sheet-handle {
    width: 42px;
    height: 4px;
    margin: .7rem auto .35rem;
    border-radius: 999px;
    background: #d4e1e6;
}

.customer-wallet-sheet-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem clamp(1rem, 4vw, 1.25rem) .85rem;
    border-bottom: 1px solid var(--cp-border);
}

.customer-wallet-sheet-head h2 {
    margin: .1rem 0 0;
    font-size: clamp(1.25rem, 4vw, 1.55rem);
}

.customer-icon-btn {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #fff;
    color: var(--cp-text);
    cursor: pointer;
}

.customer-wallet-sheet-body {
    max-height: calc(min(86vh, 760px) - 92px);
    overflow-y: auto;
    padding: clamp(1rem, 4vw, 1.25rem);
}

.customer-wallet-sheet-loading {
    display: grid;
    place-items: center;
    gap: .75rem;
    min-height: 220px;
    color: var(--cp-text-soft);
    font-weight: 800;
}

.customer-wallet-sheet-loading .btn-spinner {
    display: inline-block;
    color: var(--cp-brand);
}

.customer-wallet-topup-form,
.customer-wallet-topup-field {
    display: grid;
    gap: .8rem;
}

.customer-wallet-topup-field label {
    color: var(--cp-text);
    font-weight: 900;
}

.customer-wallet-topup-field small {
    color: var(--cp-text-soft);
    font-weight: 800;
}

.customer-wallet-topup-amount {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 54px;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.customer-wallet-topup-amount span {
    padding-inline: 1rem;
    color: var(--cp-brand);
    font-weight: 900;
}

.customer-wallet-topup-amount input {
    width: 100%;
    min-width: 0;
    height: 54px;
    border: 0;
    outline: 0;
    color: var(--cp-text);
    font: inherit;
    font-size: 1.25rem;
    font-weight: 900;
}

.customer-wallet-topup-presets {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
    margin-bottom: 0.75rem;
}

.customer-wallet-topup-presets::-webkit-scrollbar {
    display: none;
}

.customer-wallet-topup-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.customer-wallet-topup-presets button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 .95rem;
    min-height: 40px;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #f7fbfc;
    color: var(--cp-text);
    font-weight: 900;
    cursor: pointer;
}

.customer-wallet-topup-desc {
    margin-top: .4rem;
    margin-bottom: .6rem;
    font-size: .82rem;
    color: var(--cp-text-soft);
    font-weight: 600;
    line-height: 1.35;
}

.customer-wallet-topup-methods label {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .55rem;
    min-height: 56px;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: #fff;
    padding: .7rem;
    cursor: pointer;
}

.customer-wallet-topup-methods label:has(input:checked) {
    border-color: rgba(15, 96, 116, .44);
    background: #f1fbfd;
    box-shadow: inset 0 0 0 1px rgba(15, 96, 116, .12);
}

.customer-wallet-topup-methods input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.customer-wallet-topup-methods .material-symbols-rounded {
    color: var(--cp-brand);
}

.customer-wallet-topup-methods img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.customer-wallet-card-mount {
    min-height: 50px;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: #fff;
    padding: 1rem;
}

.customer-wallet-paypal-note,
.customer-wallet-topup-message {
    border-radius: 14px;
    padding: .75rem .85rem;
    background: #f4fafb;
    color: var(--cp-text-soft);
    font-weight: 800;
    line-height: 1.45;
}

.customer-wallet-topup-message.is-danger {
    background: #fff0f0;
    color: #b42318;
}

.customer-wallet-topup-message.is-success {
    background: #ddf9e8;
    color: #0f8a4b;
}

.customer-wallet-topup-message.is-info {
    background: #eaf4ff;
    color: #0b61d8;
}

.customer-wallet-topup-submit {
    width: 100%;
    justify-content: center;
}

.customer-wallet-sheet-open {
    overflow: hidden;
}

@keyframes walletSheetIn {
    from { transform: translateY(22px); opacity: .88; }
    to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 640px) {
    .customer-wallet-hero {
        padding: .85rem 0 1rem;
    }

    .customer-wallet-filter-search,
    .customer-wallet-topup-presets,
    .customer-wallet-topup-methods {
        grid-template-columns: 1fr;
    }

    .customer-wallet-sheet-panel {
        width: 100%;
        max-height: 92vh;
    }

    .customer-wallet-sheet-body {
        max-height: calc(92vh - 92px);
        padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
    }
}
/* Updated by Codex - 05-07-2026 20:28 IST */
/* Updated by Codex - 06-07-2026 09:46 IST */
/* Customer profile page - Updated by Codex - 06-07-2026 09:46 IST */
.customer-profile-page {
    display: grid;
    gap: clamp(1rem, 3vw, 1.35rem);
    padding: clamp(1rem, 3vw, 1.7rem) 0 clamp(1.6rem, 4vw, 2.4rem);
}

.customer-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.4rem);
    box-shadow: 0 12px 28px rgba(9, 48, 61, .08);
}

.customer-profile-hero h1 {
    margin-bottom: .45rem;
    font-size: clamp(1.45rem, 3.5vw, 2.15rem);
}

.customer-profile-hero p:last-child {
    max-width: 640px;
    margin-bottom: 0;
    color: var(--cp-text-soft);
    font-weight: 700;
}

.customer-profile-hero-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    font-size: 30px;
}

.customer-profile-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(.85rem, 2.4vw, 1.15rem);
}

.customer-profile-card {
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-lg);
    background: var(--cp-surface);
    box-shadow: 0 10px 26px rgba(9, 48, 61, .08);
}

.customer-profile-card-head {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 58px;
    padding: .9rem 1rem .78rem;
    border-bottom: 1px solid var(--cp-border);
    background: #eef6f8;
}

.customer-profile-card-head .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    color: var(--cp-brand);
}

.customer-profile-card-head h2 {
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.2;
}

.customer-profile-detail-list {
    display: grid;
    margin: 0;
    padding: .35rem 0 .5rem;
}

.customer-profile-detail-list div {
    display: grid;
    grid-template-columns: minmax(150px, .48fr) minmax(0, 1fr);
    gap: .75rem;
    padding: .72rem 1rem;
    border-bottom: 1px solid #edf3f5;
}

.customer-profile-detail-list div:last-child {
    border-bottom: 0;
}

.customer-profile-detail-list dt,
.customer-profile-detail-list dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.customer-profile-detail-list dt {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--cp-text-soft);
    font-size: .84rem;
    font-weight: 900;
}

.customer-profile-detail-list dt .material-symbols-rounded {
    flex: 0 0 auto;
    color: var(--cp-brand);
    font-size: 19px;
}

.customer-profile-detail-list dd {
    color: var(--cp-text);
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .customer-profile-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .customer-profile-hero {
        align-items: flex-start;
    }

    .customer-profile-hero-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 15px;
        font-size: 26px;
    }

    .customer-profile-detail-list div {
        grid-template-columns: 1fr;
        gap: .25rem;
        padding: .72rem .9rem;
    }
}
/* Updated by Codex - 06-07-2026 09:46 IST */
/* Updated by Codex - 06-07-2026 09:58 IST */
/* Customer profile edit actions - Updated by Codex - 06-07-2026 09:58 IST */
.customer-profile-actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; flex: 0 0 auto; }
.customer-profile-edit-btn, .customer-profile-back-btn { min-height: 42px; white-space: nowrap; }
.customer-profile-edit-form { display: grid; gap: clamp(.85rem, 2.4vw, 1.15rem); }
.customer-profile-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1rem; }
.customer-profile-form-actions { display: flex; justify-content: flex-end; gap: .75rem; flex-wrap: wrap; padding-bottom: .5rem; }
.customer-profile-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
    width: 100%;
}
.customer-profile-form-field label {
    display: block;
    color: var(--cp-text);
    font-size: 0.86rem;
    font-weight: 900;
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .customer-profile-actions { width: 100%; justify-content: space-between; }
    .customer-profile-form-grid { grid-template-columns: 1fr; }
    .customer-profile-form-actions > * { flex: 1 1 160px; }
    .customer-profile-hero {
        flex-direction: column;
        align-items: stretch;
        gap: 1.15rem;
    }
    .customer-profile-hero > div:first-child {
        width: 100%;
    }
    .customer-profile-actions {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}
/* Updated by Codex - 07-07-2026 00:30 IST */

.customer-readonly-input {
    background-color: #f1f5f9 !important;
    color: #64748b !important;
    cursor: not-allowed;
}

/* Phone Input Dropdown Styles - Integrated with Customer Panel Theme */
.at24-phone-input {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
    width: 100%;
}
.at24-phone-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    overflow: hidden;
    background: #fff;
    min-height: 48px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.at24-phone-input:focus-within .at24-phone-row {
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 4px rgba(15, 96, 116, .12);
}
.at24-phone-row input[type="tel"] {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 0 0.88rem;
    font-size: 0.95rem;
    color: var(--cp-text);
}
.at24-phone-row input[type="tel"]:focus {
    outline: none;
}
.at24-phone-dial-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-right: 1px solid var(--cp-border);
    background: var(--cp-surface-soft);
    color: var(--cp-text);
    padding: 0 0.85rem;
    min-width: 100px;
    flex: 0 0 auto;
    cursor: pointer;
    transition: background-color 0.15s ease;
}
.at24-phone-dial-btn:hover {
    background: #e2e8f0;
}
.at24-phone-dial-btn img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid var(--cp-border);
}
.at24-phone-dial-btn i {
    color: var(--cp-text-soft);
    font-size: 0.72rem;
}
.at24-phone-pop {
    position: relative;
    z-index: 18;
}
.at24-phone-pop-inner {
    position: absolute;
    left: 0;
    top: 0.45rem;
    z-index: 20;
    width: min(100%, 420px);
    max-width: calc(100vw - 2rem);
    max-height: min(340px, calc(100vh - 220px));
    overflow: auto;
    padding: 0.78rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.at24-phone-pop input {
    width: 100%;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    padding: 0.75rem 0.8rem;
    margin-bottom: 0.7rem;
    outline: none;
    color: var(--cp-text);
}
.at24-phone-pop input:focus {
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 3px rgba(15, 96, 116, .1);
}
.at24-phone-list {
    display: grid;
    gap: 0.45rem;
    max-height: 240px;
    overflow: auto;
}
.at24-phone-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.75rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    color: var(--cp-text);
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.at24-phone-item:hover {
    background: var(--cp-surface-soft);
    border-color: var(--cp-brand);
}
.at24-phone-item img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid var(--cp-border);
}
.at24-phone-item span,
.at24-phone-item strong {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

/* Premium fixed overlay toast notification */
.customer-flash {
    position: fixed !important;
    top: 2rem !important;
    left: 50% !important;
    transform: translate(-50%, -30px);
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
    padding: .95rem 1.45rem !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: var(--cp-radius-md) !important;
    background: #fff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    width: max-content !important;
    max-width: calc(100vw - 3rem) !important;
    margin: 0 !important;
    opacity: 0;
}
.customer-flash[data-auto-hide-message] {
    animation: cpToastAnimation 5.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
    overflow: visible !important;
}
.customer-flash-success {
    border-color: rgba(29, 138, 95, .35) !important;
    background: #eefaf4 !important;
    color: #0f5132 !important;
}
.customer-flash-warning {
    border-color: rgba(232, 162, 58, .4) !important;
    background: #fff8ea !important;
    color: #664d03 !important;
}
.customer-flash-danger {
    border-color: rgba(200, 78, 78, .35) !important;
    background: #fff0f0 !important;
    color: #842029 !important;
}

@keyframes cpToastAnimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -30px);
    }
    8%, 90% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -30px);
    }
}

/* Wrapping long breadcrumbs cleanly on mobile devices */
@media (max-width: 991px) {
    .customer-breadcrumb {
        flex-wrap: wrap !important;
        row-gap: 0.35rem !important;
        column-gap: 0.25rem !important;
    }
    .customer-breadcrumb a,
    .customer-breadcrumb-current {
        max-width: none !important;
        white-space: normal !important;
    }
    .customer-breadcrumb a span:last-child,
    .customer-breadcrumb-current span:last-child {
        white-space: normal !important;
        text-overflow: clip !important;
        overflow: visible !important;
    }
}

/* Bottom Navigation Bar Mobile Fit - Flush to Bottom */
@media (max-width: 991px) {
    .customer-app-nav {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        border-radius: 20px 20px 0 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* Password View Page Mask and Toggle */
.customer-profile-password-display {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}
.customer-profile-password-toggle {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: var(--cp-surface-soft);
    color: var(--cp-text-soft);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.customer-profile-password-toggle:hover {
    background: #e2e8f0;
    color: var(--cp-brand);
}
.customer-profile-password-toggle .material-symbols-rounded {
    font-size: 16px !important;
}
/* Customer invoices - Updated by Codex - 07-07-2026 03:45 IST */
.customer-invoice-section {
    display: grid;
    gap: 1rem;
    padding: clamp(.9rem, 2.4vw, 1.45rem) 0 clamp(1.2rem, 3vw, 2rem);
}

.customer-invoice-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
}

.customer-invoice-hero-copy h1,
.customer-invoice-hero-copy p {
    margin: 0;
    overflow-wrap: anywhere;
}

.customer-invoice-hero-copy h1 {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    line-height: 1.12;
}

.customer-invoice-hero-copy p:last-child {
    margin-top: .35rem;
    max-width: 680px;
    color: var(--cp-text-soft);
}

.customer-invoice-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(54px, 8vw, 76px);
    height: clamp(54px, 8vw, 76px);
    border-radius: 18px;
    background: #e7f4f7;
    color: var(--cp-brand);
}

.customer-invoice-hero-icon .material-symbols-rounded {
    font-size: clamp(30px, 5vw, 42px);
}

.customer-invoice-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.customer-invoice-list-card {
    display: grid;
    gap: .9rem;
}

.customer-invoice-filter {
    margin: 0;
}

.customer-invoice-list {
    display: grid;
    gap: .75rem;
}

.customer-invoice-card {
    display: grid;
    gap: .75rem;
    padding: .9rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    box-shadow: 0 10px 24px rgba(10, 54, 69, .07);
}

.customer-invoice-card-head,
.customer-invoice-actions,
.customer-invoice-meta {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.customer-invoice-card-head {
    justify-content: space-between;
}

.customer-invoice-card-head > div {
    display: grid;
    gap: .2rem;
    min-width: 0;
}

.customer-invoice-code,
.customer-invoice-card-head strong {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.customer-invoice-code {
    color: var(--cp-text-soft);
    font-size: .82rem;
    font-weight: 800;
}

.customer-invoice-card-head strong {
    color: var(--cp-green);
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    line-height: 1.1;
}

.customer-invoice-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: .25rem .65rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--cp-text-soft);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.customer-invoice-status.is-sent {
    background: #e7f7ef;
    color: var(--cp-green);
}

.customer-invoice-status.is-unsent {
    background: #fff3e4;
    color: #b45309;
}

.customer-invoice-meta {
    flex-wrap: wrap;
}

.customer-invoice-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;
    color: var(--cp-text-soft);
    font-size: .86rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.customer-invoice-meta .material-symbols-rounded {
    color: var(--cp-brand);
    font-size: 19px;
}

.customer-invoice-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid #edf3f5;
    padding-top: .75rem;
}

.customer-icon-action,
.customer-invoice-trip-link {
    -webkit-tap-highlight-color: transparent;
}

.customer-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #fff;
    color: var(--cp-brand);
    cursor: pointer;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.customer-icon-action:hover,
.customer-icon-action:focus-visible,
.customer-invoice-trip-link:hover,
.customer-invoice-trip-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(10, 54, 69, .12);
    outline: none;
}

.customer-icon-action.is-pdf {
    color: var(--cp-red);
}

.customer-icon-action.is-download {
    color: var(--cp-green);
}

.customer-icon-action.is-share {
    color: #2563eb;
}

.customer-icon-action:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
    box-shadow: none;
}

.customer-icon-action.is-loading .material-symbols-rounded {
    display: none;
}

.customer-icon-action.is-loading::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: customer-spin .8s linear infinite;
}

.customer-invoice-trip-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 38px;
    padding: .42rem .75rem;
    border-radius: 12px;
    background: var(--cp-brand);
    color: #fff;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
}

.customer-invoice-trip-link .material-symbols-rounded {
    font-size: 19px;
}

@media (max-width: 760px) {
    .customer-invoice-hero,
    .customer-invoice-summary-grid {
        grid-template-columns: 1fr;
    }

    .customer-invoice-hero-icon {
        justify-self: start;
    }

    .customer-invoice-card-head,
    .customer-invoice-actions {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .customer-invoice-card-head {
        flex-direction: column;
    }

    .customer-invoice-actions {
        gap: .5rem;
    }

    .customer-invoice-trip-link {
        flex: 1 1 100%;
    }
}
/* Updated by Codex - 07-07-2026 03:45 IST */

/* Rating Page Cards Styles */
.customer-rating-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem !important;
}
.customer-rating-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.customer-rating-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.customer-rating-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cp-brand);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}
.customer-rating-author h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cp-text);
}
.customer-rating-date {
    display: block;
    font-size: 0.82rem;
    color: var(--cp-text-soft);
}
.customer-rating-bkcode {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: var(--cp-radius-sm);
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.86rem;
    border: 1px solid var(--cp-border);
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.customer-rating-bkcode:hover {
    background: #e2e8f0;
    border-color: var(--cp-brand);
}
.customer-rating-bkcode .material-symbols-rounded {
    font-size: 16px !important;
}
.customer-rating-stars-row {
    display: flex;
    gap: 0.25rem;
}
.customer-rating-stars-row .material-symbols-rounded {
    font-size: 22px !important;
}
.customer-rating-stars-row .star-filled {
    color: #eab308;
}
.customer-rating-stars-row .star-empty {
    color: #cbd5e1;
}
.customer-rating-message {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--cp-text);
}
.customer-rating-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.25rem;
}

/* Rating Modal Styles */
.customer-rating-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
}
.customer-rating-modal.is-active {
    display: flex;
}
.customer-rating-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 37, 47, 0.4);
    backdrop-filter: blur(4px);
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}
.customer-rating-modal-content {
    position: relative;
    z-index: 1;
    background: #fff;
    width: min(100% - 2rem, 520px);
    border-radius: var(--cp-radius-md);
    box-shadow: 0 20px 40px rgba(8, 37, 47, 0.16);
    overflow: hidden;
    animation: cpModalEntrance 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes cpModalEntrance {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 520px) {
    .customer-rating-modal {
        align-items: flex-end;
    }
    .customer-rating-modal-content {
        width: 100%;
        margin: 0;
        border-radius: 20px 20px 0 0;
        animation: cpBottomSheetEntrance 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    @keyframes cpBottomSheetEntrance {
        from {
            transform: translateY(100%);
        }
        to {
            transform: translateY(0);
        }
    }
}

.customer-rating-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--cp-border);
}
.customer-rating-modal-header h2 {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--cp-text);
    margin: 0;
}
.customer-rating-modal-close {
    border: 0;
    background: transparent;
    color: var(--cp-text-soft);
    cursor: pointer;
    padding: 4px;
    display: inline-flex;
    border-radius: 50%;
    transition: background-color 0.15s ease;
}
.customer-rating-modal-close:hover {
    background: var(--cp-surface-soft);
    color: var(--cp-text);
}
.customer-rating-modal-body {
    padding: 1.5rem;
}
.customer-rating-stars-input {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    direction: ltr;
}
.customer-rating-stars-input button {
    border: 0;
    background: transparent;
    padding: 4px;
    cursor: pointer;
    color: #cbd5e1;
    transition: transform 0.1s ease, color 0.15s ease;
}
.customer-rating-stars-input button:hover {
    transform: scale(1.15);
}
.customer-rating-stars-input button .material-symbols-rounded {
    font-size: 32px !important;
}
.customer-rating-stars-input button.is-active {
    color: #eab308;
}

[hidden],
.customer-empty-state[hidden],
.customer-wallet-list[hidden],
.customer-pagination[hidden] {
    display: none !important;
}

.customer-wallet-total-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 0.76rem;
    font-weight: 900;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    vertical-align: middle;
    margin-left: 6px;
}

@keyframes customer-wallet-spin {
    to { transform: rotate(360deg); }
}
/* Customer profile picture upload - Updated by Codex - 08-07-2026 20:55 IST */
.customer-profile-hero-avatar,
.customer-profile-picture-preview {
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 50%;
    background: var(--cp-surface-soft);
    color: var(--cp-brand);
    flex: 0 0 auto;
}

.customer-profile-hero-avatar {
    width: 64px;
    height: 64px;
    box-shadow: 0 10px 22px rgba(9, 48, 61, .12);
}

.customer-profile-hero-avatar img,
.customer-profile-picture-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-profile-picture-card {
    align-self: start;
}

.customer-profile-picture-upload {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.customer-profile-picture-preview {
    width: 86px;
    height: 86px;
}

.customer-profile-picture-preview .material-symbols-rounded {
    font-size: 38px;
}

.customer-profile-picture-field {
    display: grid;
    gap: .45rem;
    min-width: 0;
    flex: 1 1 auto;
}

.customer-profile-picture-field label {
    color: var(--cp-text);
    font-size: .86rem;
    font-weight: 900;
}

.customer-profile-picture-field input[type="file"] {
    width: 100%;
    min-width: 0;
    padding: .65rem .75rem;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: #fff;
    color: var(--cp-text);
    font-weight: 800;
}

.customer-profile-picture-field p {
    margin: 0;
    color: var(--cp-text-soft);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .customer-profile-picture-upload {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-profile-hero-avatar {
        width: 52px;
        height: 52px;
    }
}
/* Updated by Codex - 08-07-2026 20:55 IST */
/* Customer profile picture face check - Updated by Codex - 08-07-2026 21:09 IST */
.customer-profile-hero-avatar,
.customer-profile-picture-preview {
    aspect-ratio: 1 / 1;
}

.customer-profile-hero-avatar img,
.customer-profile-picture-preview img {
    display: block;
    object-fit: cover;
    object-position: center 35%;
}

.customer-profile-picture-preview.is-invalid {
    border-color: #b42318;
    box-shadow: 0 0 0 3px rgba(180, 35, 24, .12);
}

.customer-profile-picture-preview.is-checking {
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 3px rgba(15, 96, 116, .14);
}

.customer-profile-picture-status {
    margin-top: .1rem !important;
    font-size: .8rem !important;
    font-weight: 800 !important;
}

.customer-profile-picture-status.is-success {
    color: #047857 !important;
}

.customer-profile-picture-status.is-warning {
    color: #b45309 !important;
}

.customer-profile-picture-status.is-error {
    color: #b42318 !important;
}
/* Updated by Codex - 08-07-2026 21:09 IST */
/* Customer profile picture cropper - Updated by Codex - 08-07-2026 21:19 IST */
.customer-profile-picture-cropper {
    display: grid;
    gap: .75rem;
    margin-top: .55rem;
    max-width: 360px;
}

.customer-profile-picture-cropper[hidden] {
    display: none !important;
}

.customer-profile-picture-cropper canvas {
    width: min(100%, 320px);
    aspect-ratio: 1 / 1;
    border: 1px solid var(--cp-border);
    border-radius: 18px;
    background: #0f172a;
    cursor: grab;
    touch-action: none;
}

.customer-profile-picture-cropper canvas.is-dragging {
    cursor: grabbing;
}

.customer-profile-picture-crop-controls {
    display: grid;
    gap: .55rem;
}

.customer-profile-picture-crop-controls label {
    font-size: .8rem;
    font-weight: 900;
    color: var(--cp-text);
}

.customer-profile-picture-crop-controls input[type="range"] {
    width: 100%;
    accent-color: var(--cp-brand);
}

.customer-profile-crop-apply {
    justify-self: start;
    min-height: 38px;
}

@media (max-width: 640px) {
    .customer-profile-picture-cropper {
        max-width: 100%;
        width: 100%;
    }
}
/* Updated by Codex - 08-07-2026 21:19 IST */

.customer-topbar {
    z-index: 30;
}

.customer-breadcrumb-shell {
    position: sticky;
    top: 78px;
    z-index: 14;
    background: rgba(244, 248, 250, .94);
    backdrop-filter: blur(14px);
}

.customer-profile-menu-root {
    position: relative;
    flex: 0 0 auto;
    margin-left: .65rem;
}

.customer-profile-trigger {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    cursor: pointer;
    overflow: hidden;
}

.customer-profile-trigger:hover,
.customer-profile-trigger:focus-visible,
.customer-profile-trigger[aria-expanded="true"] {
    border-color: rgba(214, 162, 58, .48);
    background: rgba(214, 162, 58, .16);
    color: #fff;
    outline: 0;
}

.customer-profile-trigger img,
.customer-profile-menu-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.customer-profile-trigger .material-symbols-rounded {
    font-size: 34px;
}

.customer-profile-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 40;
    width: min(310px, calc(100vw - 24px));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(8, 18, 31, .98);
    box-shadow: 0 26px 48px rgba(0, 0, 0, .32);
}

.customer-profile-menu[hidden] {
    display: none;
}

.customer-profile-menu-head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.customer-profile-menu-avatar {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    overflow: hidden;
}

.customer-profile-menu-avatar .material-symbols-rounded {
    font-size: 42px;
}

.customer-profile-menu-user {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.customer-profile-menu-user strong,
.customer-profile-menu-user span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-profile-menu-user strong {
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
}

.customer-profile-menu-user span {
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
    font-weight: 700;
}

.customer-profile-menu-list {
    display: grid;
    gap: 8px;
    padding-top: 10px;
}

.customer-profile-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .88);
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
}

.customer-profile-menu-item:hover,
.customer-profile-menu-item:focus-visible,
.customer-profile-menu-item.is-active {
    border-color: rgba(214, 162, 58, .32);
    background: rgba(214, 162, 58, .14);
    color: #fff;
    outline: 0;
}

.customer-profile-menu-item span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-profile-menu-item img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.customer-profile-menu-form {
    margin: 0;
}

.customer-profile-menu-languages {
    display: none;
    gap: 8px;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.customer-profile-menu-logout {
    color: #ffd7d7;
}

@media (max-width: 759px) {
    body.customer-panel-body.is-authenticated .customer-nav {
        display: none;
    }

    body.customer-panel-body.is-authenticated .customer-language-switcher {
        display: none;
    }

    body.customer-panel-body.is-authenticated .customer-profile-menu-root {
        margin-left: auto;
    }

    .customer-profile-menu-languages {
        display: grid;
    }
}

@media (max-width: 520px) {
    .customer-breadcrumb-shell {
        top: 76px;
    }

    .customer-profile-menu {
        width: min(300px, calc(100vw - 20px));
    }
}

/* Updated by Codex - 08-07-2026 21:35 IST */

body.customer-panel-body {
    padding-top: 78px;
}

body.customer-panel-body.has-customer-breadcrumb {
    padding-top: 136px;
}

.customer-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
}

.customer-breadcrumb-shell {
    position: fixed;
    top: 78px;
    left: 50%;
    z-index: 50;
    width: min(var(--cp-wrap), calc(100% - clamp(1rem, 4vw, 2.5rem)));
    transform: translateX(-50%);
    background: rgba(244, 248, 250, .96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(214, 228, 233, .78);
}

.customer-profile-language-accordion {
    display: none;
    gap: 8px;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.customer-profile-language-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .88);
    text-align: left;
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
}

.customer-profile-language-toggle:hover,
.customer-profile-language-toggle:focus-visible,
.customer-profile-language-toggle[aria-expanded="true"] {
    border-color: rgba(214, 162, 58, .32);
    background: rgba(214, 162, 58, .14);
    color: #fff;
    outline: 0;
}

.customer-profile-language-toggle span:nth-child(2) {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-profile-language-caret {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s ease;
}

.customer-profile-language-toggle[aria-expanded="true"] .customer-profile-language-caret {
    transform: rotate(-135deg) translateY(-1px);
}

.customer-profile-menu-languages[hidden] {
    display: none !important;
}

.customer-profile-hero .customer-profile-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 132px;
}

.customer-profile-hero-avatar,
.customer-profile-hero-icon {
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.customer-profile-hero-avatar {
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 16px 34px rgba(9, 48, 61, .16);
}

.customer-profile-hero-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    border-radius: 50%;
}

.customer-profile-hero-icon {
    font-size: 48px;
    box-shadow: 0 16px 34px rgba(9, 48, 61, .1);
}

@media (max-width: 759px) {
    body.customer-panel-body {
        padding-top: 76px;
    }

    body.customer-panel-body.has-customer-breadcrumb {
        padding-top: 154px;
    }

    .customer-breadcrumb-shell {
        top: 76px;
    }

    .customer-profile-language-accordion {
        display: grid;
    }

    .customer-profile-menu-languages {
        display: grid;
    }
}

@media (max-width: 720px) {
    .customer-profile-hero .customer-profile-actions {
        flex-direction: row;
        justify-content: space-between;
        min-width: 0;
    }

    .customer-profile-hero-avatar,
    .customer-profile-hero-icon {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
    }

    .customer-profile-hero-icon {
        font-size: 38px;
    }
}

@media (max-width: 520px) {
    body.customer-panel-body.has-customer-breadcrumb {
        padding-top: 166px;
    }

    .customer-profile-hero .customer-profile-actions {
        align-items: center;
        gap: .65rem;
    }

    .customer-profile-edit-btn {
        flex: 1 1 160px;
        justify-content: center;
    }
}

/* Updated by Codex - 08-07-2026 21:53 IST */
/* Updated by Codex - 09-07-2026 07:51 IST */
.customer-transfer-actions-panel {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--cp-border);
}

.customer-transfer-actions-panel form {
    margin: 0;
}

.customer-transfer-action-btn {
    min-height: 42px;
}

.customer-cancel-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.customer-cancel-modal[hidden] {
    display: none;
}

.customer-cancel-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .48);
    cursor: pointer;
}

.customer-cancel-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    border-radius: var(--cp-radius-lg);
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
    padding: 1.1rem;
}

.customer-cancel-dialog header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .85rem;
    align-items: start;
}

.customer-cancel-dialog header > .material-symbols-rounded {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #fff0f0;
    color: #b42318;
    font-size: 24px;
}

.customer-cancel-dialog h2 {
    margin: 0;
    color: var(--cp-text);
    font-size: 1.05rem;
    font-weight: 900;
}

.customer-cancel-dialog p {
    margin: .3rem 0 0;
    color: var(--cp-text-soft);
    font-size: .9rem;
    line-height: 1.5;
}

.customer-cancel-dialog footer {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.customer-transfer-edit-notes {
    margin-top: .9rem;
}

.customer-input-wrap textarea {
    width: 100%;
    min-height: 110px;
    border: 0;
    outline: 0;
    resize: vertical;
    background: transparent;
    color: var(--cp-text);
    font: inherit;
    font-weight: 700;
}

@media (max-width: 640px) {
    .customer-transfer-actions-panel,
    .customer-cancel-dialog footer {
        align-items: stretch;
        justify-content: stretch;
    }

    .customer-transfer-actions-panel .customer-primary-btn,
    .customer-transfer-actions-panel .customer-danger-btn,
    .customer-transfer-actions-panel form,
    .customer-cancel-dialog footer .customer-secondary-btn,
    .customer-cancel-dialog footer .customer-danger-btn {
        width: 100%;
    }
}

/* Updated by Codex - 17-07-2026 23:30 IST */
/* Customer transfer edit refinement - Updated by Codex - 18-07-2026 03:02 IST */
body.customer-panel-body.has-hidden-customer-app-nav {
    padding-bottom: 0;
}

.customer-transfer-edit-page {
    padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
}

.customer-transfer-edit-page .customer-profile-form-grid {
    align-items: start;
}

.customer-transfer-time-select {
    width: 100%;
    min-height: 48px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--cp-text);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.customer-transfer-time-select option {
    color: var(--cp-text);
    font-weight: 800;
}

.customer-transfer-time-select option:disabled {
    background: #f8fafc;
    color: #b8c5ce;
    font-weight: 500;
}

.customer-transfer-notes-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: .75rem;
    min-height: 132px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius-md);
    background: #fff;
    padding: .85rem .95rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.customer-transfer-notes-box:focus-within {
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 4px rgba(15, 96, 116, .12);
}

.customer-transfer-notes-box .material-symbols-rounded {
    color: var(--cp-brand);
    font-size: 22px;
    line-height: 1.3;
}

.customer-transfer-notes-box textarea {
    width: 100%;
    min-height: 104px;
    border: 0;
    outline: 0;
    resize: vertical;
    background: transparent;
    color: var(--cp-text);
    font: inherit;
    font-weight: 700;
    line-height: 1.55;
}

.customer-transfer-edit-fixed-actions {
    position: fixed;
    left: 50%;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    z-index: 24;
    width: min(720px, calc(100% - 20px));
    margin: 0;
    padding: .75rem;
    border: 1px solid rgba(15, 96, 116, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 44px rgba(8, 37, 47, .22);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.customer-transfer-edit-fixed-actions .customer-secondary-btn,
.customer-transfer-edit-fixed-actions .customer-primary-btn {
    min-height: 44px;
}

@media (max-width: 640px) {
    .customer-transfer-edit-page {
        padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
    }

    .customer-transfer-edit-fixed-actions {
        left: 0;
        bottom: 0;
        width: 100%;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 20px 20px 0 0;
        transform: none;
    }

    .customer-transfer-edit-fixed-actions .customer-secondary-btn,
    .customer-transfer-edit-fixed-actions .customer-primary-btn {
        flex: 1 1 160px;
    }
}
/* Updated by Codex - 18-07-2026 03:02 IST */
/* Edit reservation flow refinements - Updated by Codex - 18-07-2026 04:36 IST */
.customer-transfer-edit-fixed-actions {
    align-items: center;
    justify-content: center;
}

.customer-transfer-notes-box {
    display: block;
    min-height: 136px;
    padding: .9rem 1rem;
}

.customer-transfer-notes-box textarea {
    display: block;
    min-height: 118px;
    padding: 0;
}

.customer-topbar-inner {
    justify-content: flex-start;
}

body.customer-panel-body.is-authenticated .customer-nav {
    margin-left: auto;
}

body.customer-panel-body.is-authenticated .customer-profile-menu-root {
    margin-left: .65rem;
}

@media (max-width: 640px) {
    .customer-transfer-edit-fixed-actions {
        justify-content: center;
    }
}
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Booking PDF actions and driver notes alignment - Updated by Codex - 18-07-2026 04:36 IST */
.customer-booking-pdf-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    margin: 1.25rem auto 0;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(15, 96, 116, .12);
}

.customer-booking-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 112px;
    min-height: 40px;
    border: 1px solid rgba(15, 96, 116, .18);
    border-radius: 10px;
    background: #fff;
    color: var(--cp-text);
    font: inherit;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(8, 37, 47, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.customer-booking-pdf-btn .material-symbols-rounded {
    font-size: 19px;
}

.customer-booking-pdf-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(8, 37, 47, .12);
}

.customer-booking-pdf-btn.is-print {
    color: #0f6074;
    border-color: rgba(15, 96, 116, .26);
}

.customer-booking-pdf-btn.is-download {
    color: #0f7b47;
    border-color: rgba(15, 123, 71, .24);
}

.customer-booking-pdf-btn.is-share {
    color: #7c3aed;
    border-color: rgba(124, 58, 237, .24);
}

.customer-booking-pdf-btn:disabled,
.customer-booking-pdf-btn.is-loading {
    cursor: wait;
    opacity: .72;
    transform: none;
    box-shadow: none;
}

.customer-booking-pdf-btn .btn-spinner {
    display: none;
    width: 13px;
    height: 13px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: customerSpin .8s linear infinite;
}

.customer-booking-pdf-btn.is-loading .btn-spinner {
    display: inline-block;
}

.customer-transfer-edit-page .customer-transfer-edit-notes {
    align-self: stretch;
}

.customer-transfer-edit-page .customer-transfer-notes-box {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.customer-transfer-edit-page .customer-transfer-notes-box .material-symbols-rounded {
    display: none;
}

.customer-transfer-edit-page .customer-transfer-notes-box textarea {
    display: block;
    width: 100%;
    min-height: 124px;
    padding: .9rem 1rem;
    line-height: 1.55;
    vertical-align: top;
}

.customer-transfer-driver-notes-box {
    display: block;
    padding: .95rem 1rem;
}

.customer-transfer-driver-notes-box .material-symbols-rounded {
    display: none;
}

.customer-transfer-driver-notes-box p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 560px) {
    .customer-booking-pdf-actions {
        gap: .55rem;
    }

    .customer-booking-pdf-btn {
        flex: 1 1 30%;
        min-width: 0;
        padding-inline: .7rem;
    }
}
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Transfer list AJAX and edit message alignment - Updated by Codex - 18-07-2026 04:36 IST */
[data-transfer-ajax-root] {
    transition: opacity .16s ease;
}

[data-transfer-ajax-root].is-loading {
    opacity: .62;
    pointer-events: none;
}

.customer-booking-pdf-actions-inline {
    margin: .15rem auto 0;
    padding: .75rem 0 0;
}

.customer-booking-pdf-actions-inline .customer-booking-pdf-btn {
    min-width: 104px;
    min-height: 38px;
    font-size: .86rem;
}

.customer-transfer-edit-page .customer-profile-form-grid .customer-transfer-edit-notes {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 0;
}

.customer-transfer-edit-page .customer-profile-form-grid .customer-transfer-notes-box {
    border-radius: var(--cp-radius-sm);
}

@media (max-width: 560px) {
    .customer-booking-pdf-actions-inline .customer-booking-pdf-btn {
        flex: 1 1 30%;
    }
}
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Transfer expanded PDF action placement - Updated by Codex - 18-07-2026 04:36 IST */
.customer-transfer-card.is-transfer-expanded .customer-booking-pdf-actions-inline {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.customer-transfer-expanded-actions {
    justify-content: center;
    gap: .65rem;
}

.customer-transfer-expanded-actions .customer-booking-pdf-btn,
.customer-transfer-expanded-actions .customer-transfer-action-btn {
    min-height: 40px;
}

.customer-transfer-expanded-actions form {
    margin: 0;
}

@media (max-width: 680px) {
    .customer-transfer-expanded-actions .customer-booking-pdf-btn,
    .customer-transfer-expanded-actions .customer-transfer-action-btn,
    .customer-transfer-expanded-actions form {
        flex: 1 1 150px;
    }
}
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Transfer actions and auto-filter loader final polish - Updated by Codex - 18-07-2026 04:36 IST */
[data-transfer-ajax-root] {
    position: relative;
}

[data-transfer-ajax-root].is-loading::before {
    content: "";
    position: absolute;
    inset: 5.8rem 0 0;
    z-index: 8;
    border-radius: var(--cp-radius-lg);
    background: rgba(248, 251, 252, .72);
    backdrop-filter: blur(1px);
}

[data-transfer-ajax-root].is-loading::after {
    content: "";
    position: absolute;
    top: 7.2rem;
    left: 50%;
    z-index: 9;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 3px solid rgba(15, 96, 116, .22);
    border-top-color: var(--cp-brand);
    border-radius: 999px;
    animation: customerSpin .8s linear infinite;
}

.customer-booking-pdf-actions-inline {
    border-top: 0;
    margin-top: .1rem;
    padding-top: .2rem;
}

.customer-booking-pdf-actions-inline form,
.customer-transfer-expanded-actions form {
    display: inline-flex;
    margin: 0;
}

.customer-booking-pdf-actions-inline .customer-transfer-action-btn,
.customer-transfer-expanded-actions .customer-transfer-action-btn {
    min-height: 38px;
}

.customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
.customer-booking-pdf-actions-inline .customer-transfer-action-btn {
    flex: 0 1 auto;
}

@media (max-width: 780px) {
    .customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
    .customer-booking-pdf-actions-inline .customer-transfer-action-btn,
    .customer-booking-pdf-actions-inline form {
        flex: 1 1 145px;
    }
}
/* Updated by Codex - 18-07-2026 04:36 IST */
/* Transfer action button sizing - Updated by Codex - 18-07-2026 08:28 IST */
.customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
.customer-booking-pdf-actions-inline .customer-transfer-action-btn,
.customer-transfer-expanded-actions .customer-booking-pdf-btn,
.customer-transfer-expanded-actions .customer-transfer-action-btn {
    min-width: 104px;
    min-height: 38px;
    padding: .5rem .85rem;
    font-size: .86rem;
    line-height: 1;
}

.customer-booking-pdf-actions-inline form,
.customer-transfer-expanded-actions form {
    flex: 0 1 auto;
}

.customer-booking-pdf-actions-inline form .customer-transfer-action-btn,
.customer-transfer-expanded-actions form .customer-transfer-action-btn {
    width: 100%;
}

.customer-booking-pdf-actions-inline .btn-label,
.customer-transfer-expanded-actions .btn-label {
    white-space: nowrap;
}

@media (max-width: 780px) {
    .customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
    .customer-booking-pdf-actions-inline .customer-transfer-action-btn,
    .customer-booking-pdf-actions-inline form,
    .customer-transfer-expanded-actions .customer-booking-pdf-btn,
    .customer-transfer-expanded-actions .customer-transfer-action-btn,
    .customer-transfer-expanded-actions form {
        flex: 1 1 145px;
    }
}
/* Updated by Codex - 18-07-2026 08:37 IST */
/* Transfer natural action widths and search highlight - Updated by Codex - 18-07-2026 08:47 IST */
.customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
.customer-booking-pdf-actions-inline .customer-transfer-action-btn,
.customer-transfer-expanded-actions .customer-booking-pdf-btn,
.customer-transfer-expanded-actions .customer-transfer-action-btn {
    width: auto;
    max-width: none;
    min-width: 0;
    flex: 0 0 auto;
    justify-content: center;
}

.customer-booking-pdf-actions-inline form,
.customer-transfer-expanded-actions form {
    width: auto;
    flex: 0 0 auto;
}

.customer-transfer-search-hit {
    display: inline;
    padding: 0 .12rem;
    border-radius: 4px;
    background: #ffe08a;
    color: #073b4c;
    font-weight: 800;
}

@media (max-width: 780px) {
    .customer-booking-pdf-actions-inline .customer-booking-pdf-btn,
    .customer-booking-pdf-actions-inline .customer-transfer-action-btn,
    .customer-booking-pdf-actions-inline form,
    .customer-transfer-expanded-actions .customer-booking-pdf-btn,
    .customer-transfer-expanded-actions .customer-transfer-action-btn,
    .customer-transfer-expanded-actions form {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }
}
/* Updated by Codex - 18-07-2026 08:47 IST */
