.block-breadcrumb {
    background: #e5e5e5;
    padding: 9px 0;

}
.box-point__store-btn {
    padding: 9px 12px;
    text-align: center;
    border: #2a6e3f;
    background: #2a6e3f;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111;
    font-weight: 400;
}

.breadcrumb li a {
    color: #111;
    text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 14px;
    color: #666;
}

.profile-layout {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 15px;
    margin: 25px 0 35px;
}

/* ===== SEARCH SECTION ===== */
.order-list__search {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.order-list__search-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.order-list__search-group {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.order-list__search-input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    transition: all 0.2s ease;
}

.order-list__search-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.order-list__search-input--date {
    padding-right: 40px;
}

.order-list__search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
}

.order-list__search-btn {
    background: #1e40af;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.order-list__search-btn-nap {
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 7px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.order-list__search-btn.btn-referral {
    background: #ff5a18;
}

.order-list__search-btn:hover {
    background: #2a6e3f;
}

.profile-content .header.affix {
    position: unset;
}



.profile-sidebar__news .menu-item .menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    flex-shrink: 0;
}

.profile-sidebar__news .menu-item a {
    width: 100%;
    display: flex;
    align-items: center;
}

.profile-sidebar__news .menu-item.active .menu-icon {
    color: #1890ff;
}

.profile-sidebar__news .menu-item:hover .menu-icon {
    color: #1890ff;
}

.profile-sidebar__news .menu-item i {
    background-position: -456px -23px;
    width: 24px;
    height: 20px;
}

.profile-sidebar__news .menu-item i {
    background-image: url(/frontend/images/icons@2022.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 490px 224px;
    margin-right: 10px;
}

.profile-sidebar__news .sidebar {}

.profile-sidebar__news .menu {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
}

.profile-sidebar__news .menu-item {
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    color: #333;
}

.profile-sidebar__news .menu-item.active {
    background: #e6f4ff;
    color: #1890ff;
    font-weight: 600;
}

.profile-sidebar__news .btn-logout {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    border: 1px solid #2a6e3f;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    line-height: unset;
    color: #2a6e3f;
    font-weight: 700;
    font-size: 15px;

}

.profile-sidebar__news .btn-logout:hover {
    background: #2a6e3f;
    color: #fff;
}

.pagination-wrapper {
    margin-top: 0px !important;
}

.profile-sidebar__news .box-point {
    margin-top: 15px;
    background: #fff4cc;
    padding: 16px;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #e6d4a3;
}

.box-point__grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.box-point__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.box-point__item.divider {
    flex: 0 0 1px;
    background: #e6d4a3;
    margin: 5px 0;
}

.box-point__label {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.box-point__value {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.box-point__content {
    margin-bottom: 16px;
}

.box-point__promo {
    margin-bottom: 16px;
}

.box-point__promo-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.box-point__promo-icon {
    font-size: 16px;
    vertical-align: middle;
}

.box-point__promo-desc {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}

.box-point__learn-more {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.box-point__learn-more:hover {
    text-decoration: underline;
}

.box-point__qr {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.box-point__qr svg {
    width: 100%;
    height: 100%;
}

.box-point__footer {
    margin-top: 16px;
}

.box-point__store {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.box-point__store-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.box-point__store-btn:hover {
    transform: scale(1.02);
}

section.profile-sidebar__news {
    width: 300px;
    min-width: 300px;
}







.withdrawal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.withdrawal-header__title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.withdrawal-container {
    padding: 15px;
}

.withdrawal-container .profile-btn.profile-btn--dark {
    background: #2a6e3f;
    display: block;
    padding: 9px;
    color: #fff;
    border-radius: 5px;
}

.withdrawal-table-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #f3f4f6;
}

.withdrawal-table {
    width: 100%;
    border-collapse: collapse;
}

.withdrawal-table thead tr {
    background: #f9fafb;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
}

.withdrawal-table th {
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

.withdrawal-table td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
}

.withdrawal-table tr:last-child td {
    border-bottom: none;
}

.withdrawal-table__id {
    font-weight: 500;
    color: #111827;
}

.withdrawal-table__bank {
    line-height: 1.4;
}

.withdrawal-table__bank strong {
    display: block;
    color: #111827;
}

.withdrawal-table__bank small {
    color: #6b7280;
    font-size: 12px;
}

.withdrawal-table__amount {
    font-weight: 600;
    color: #111827;
}

.status-badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.status-badge.status-pending {
    background-color: #fef3c7;
    color: #92400e;
}

.status-badge.status-approved,
.status-badge.status-success {
    background-color: #d1fae5;
    color: #065f46;
}

.status-badge.status-cancelled {
    background-color: #f3f4f6;
    color: #374151;
}

.status-badge.status-rejected {
    background-color: #fee2e2;
    color: #991b1b;
}

.withdrawal-table__action {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.withdrawal-table__action:hover {
    color: #1d4ed8;
}

.withdrawal-empty {
    text-align: center;
    padding: 48px;
    color: #6b7280;
}

.withdrawal-pagination {
    padding: 16px;
    border-top: 1px solid #f3f4f6;
}

/* Detail View */
.withdrawal-detail-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    border: 1px solid #f3f4f6;
}

.withdrawal-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.withdrawal-detail-header__title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.withdrawal-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media (max-width: 768px) {
    .withdrawal-detail-grid {
        grid-template-columns: 1fr;
    }
}

.withdrawal-detail-item {
    margin-bottom: 20px;
}

.withdrawal-detail-item__label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 500;
}

.withdrawal-detail-item__value {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.withdrawal-detail-item__value--large {
    font-size: 24px;
    color: #ef4444;
}

.withdrawal-detail-item__note {
    font-weight: 400;
    color: #4b5563;
    line-height: 1.5;
    background: #f9fafb;
    padding: 12px;
    border-radius: 8px;
    margin-top: 4px;
}

.withdrawal-detail-item__admin-note {
    background: #eff6ff;
    padding: 16px;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.withdrawal-detail-item__admin-note .withdrawal-detail-item__value {
    color: #1e40af;
}

.withdrawal-image-wrapper {
    margin-top: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #f9fafb;
    display: inline-block;
    max-width: 100%;
}

.withdrawal-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.withdrawal-detail-footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #f3f4f6;
}

.withdrawal-btn-back {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
}

.withdrawal-btn-back:hover {
    background: #e5e7eb;
    color: #111827;
}

.withdrawal-btn-back svg {
    margin-right: 8px;
}


















.withdrawal-container-yeucau .withdrawal-detail-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.withdrawal-container-yeucau .withdrawal-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.withdrawal-container-yeucau .withdrawal-detail-header__title {
    font-size: 18px;
    font-weight: 600;
}

.withdrawal-container-yeucau .status-badge {
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 999px;
}

.withdrawal-container-yeucau .status-badge--pending {
    background: linear-gradient(90deg, rgba(1, 0, 33, 1) 0%, rgba(1, 20, 102, 1) 32%, rgba(1, 56, 143, 1) 57%, rgba(1, 20, 102, 1) 77%, rgba(1, 0, 33, 1) 100%);
    color: #fff;
}

.withdrawal-container-yeucau .withdrawal-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.withdrawal-container-yeucau .withdrawal-detail-section {
    padding: 14px;
    border-radius: 10px;
    background: #fafafa;
}

.withdrawal-container-yeucau .withdrawal-detail-item {
    margin-bottom: 12px;
}

.withdrawal-container-yeucau .withdrawal-detail-item:last-child {
    margin-bottom: 0;
}

.withdrawal-container-yeucau .withdrawal-detail-item__label {
    font-size: 12px;
    color: #94a3b8;
}

.withdrawal-container-yeucau .withdrawal-detail-item__value {
    font-size: 14px;
    font-weight: 500;
}

.withdrawal-container-yeucau .withdrawal-detail-item__value--large {
    font-size: 17px;
    font-weight: 600;
    color: #2563eb;
}

.withdrawal-container-yeucau .withdrawal-detail-item__note {
    font-size: 13px;
    color: #9ca3af;
}

.withdrawal-container-yeucau .withdrawal-detail-footer {
    margin-top: 18px;
}

.withdrawal-container-yeucau .withdrawal-btn-back {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f1f5f9;
    text-decoration: none;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.withdrawal-container-yeucau .withdrawal-btn-back:hover {
    background: #e2e8f0;
}

@media(max-width:990px){
section.profile-sidebar__news {
    width: 100%;
    min-width: 100%;
}
}

@media (max-width: 768px) {
    section.profile-sidebar__news {
        width: 100%;
        min-width: 100%;
    }
    .profile-layout{
        display: block;
    }
    .withdrawal-header{
        flex-direction: column;
        gap: 10px 0px;
    }
    
    .withdrawal-container-yeucau .withdrawal-detail-grid {
        grid-template-columns: 1fr;
    }
}
