.header-fp .navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #e2e8f0;
}

.header-fp .header-fp-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    width: 100%;
}

.header-fp .header-fp-brand {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.header-fp .header-fp-brand .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-fp .header-fp-brand .navbar-brand {
    line-height: 0;
}

.header-fp .header-fp-brand img.jyj-navbar-logo {
    display: block;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    min-height: 0;
    padding: 0;
}

.header-fp .header-fp-nav {
    justify-self: center;
}

.header-fp .header-fp-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
}

.header-fp .header-fp-profile {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.header-fp .navbar-toggler {
    border: none;
    padding: 0.35rem 0.5rem;
}

.header-fp .navbar-toggler:focus {
    box-shadow: none;
}

.header-fp .user-profile-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.header-fp .nav-link .ti {
    font-family: tabler-icons !important;
    font-size: 1.15rem;
    line-height: 1;
}

.header-fp .nav-wallet-amount {
    color: #f37021 !important;
}

@media (min-width: 992px) {
    .header-fp .header-fp-nav {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .header-fp .header-fp-inner {
        grid-template-columns: 1fr auto;
    }

    .header-fp .header-fp-nav {
        display: none !important;
    }

    .header-fp .header-fp-profile {
        display: flex !important;
        justify-self: end;
    }
}

#offcanvasRight .offcanvas-header {
    align-items: center;
    gap: 0.75rem;
    min-height: 72px;
}

#offcanvasRight .offcanvas-header > a {
    display: block;
    flex: 1;
    min-width: 0;
    line-height: 0;
}

#offcanvasRight .offcanvas-header img.jyj-navbar-logo {
    display: block;
    max-height: 56px;
    max-width: min(100%, 200px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.header-fp .dropdown-menu {
    z-index: 1056;
    min-width: 320px;
}

.header-fp .profile-panel-links .btn {
    text-align: left;
}

.profile-wallet-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 2px solid rgba(0, 86, 150, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, rgba(0, 86, 150, 0.08) 100%);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    color: inherit;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.profile-wallet-card:hover {
    border-color: rgba(0, 86, 150, 0.35);
    transform: translateY(-1px);
    color: inherit;
}

.profile-wallet-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #005696;
    background: rgba(0, 86, 150, 0.12);
}

.profile-wallet-card__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.profile-wallet-card__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.profile-wallet-card__amount {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
    color: #f37021;
}

.profile-wallet-card__chevron {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 1.1rem;
}

.profile-wallet-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
}

.profile-wallet-inline .ti-wallet {
    color: #005696;
    font-size: 1rem;
}
