.wallet-box {
    padding: 10px 20px;
    max-width: 600px;
}

.wallet-box-outer .info-wallet {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.wallet-box-outer .info-wallet>div {
    flex: 1;
}

.wallet-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
    color: #045dd1;
}

.wallet-label-refer {
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #7ab8ff, #045dd1);
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    height: 48px;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wallet-balance-container {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    justify-content: space-between;
}

.wallet-toggle-btn {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
}

.wallet-toggle-btn i {
    font-size: 24px;
    color: #045dd1;
    transition: all 0.3s ease;
}

.wallet-stats {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.wallet-stat {
    position: relative;
}

.show-money {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #f9fbfd;
}

.show-money span {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.circle-progress {
    --size: 160px;
    --percent: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #f4f4f4 60%, transparent 61%),
        conic-gradient(#33caff calc(var(--percent) * 1%), #ccc 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.circle-progress span {
    font-size: 24px;
}

.circle-100 {
    --percent: 100;
}

.progress-bar-wrapper {
    width: 100%;
    position: absolute;
    bottom: 55px;
}

.progress-bar-track {
    width: 100%;
    height: 4px;
    background-color: #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background-color: #3e3a74;
    /* tím đậm */
    width: 0%;
    transition: width 0.4s ease;
}

/* .circle-15 {
    --percent: 15;
} */

.wallet-label {
    margin: 0;
    font-size: 18px;
    padding: 0 10px;
    border: none;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
    height: 48px;
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    text-transform: uppercase;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    opacity: 1 !important;
}

.wallet-label[disabled]{
    opacity: 0.5 !important;
}


.wallet-icon img {
    width: 160px;
    height: 160px;
}

.wallet-balance {
    color: #045dd1;
}

.banner-background,
.card-service-box,
.choose-product-wrap {
    position: relative;
    border-radius: 15px;
    /* Điều chỉnh radius tại đây */
    overflow: hidden;
    /* Giúp bo góc đúng cách */
}

.choose-product-wrap {
    padding: 20px;
}

.banner-background::before,
.card-service-box::before,
.choose-product-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 5px;
    /* Độ dày border */
    background: linear-gradient(to right, #7ab8ff, #045dd1);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit;
    /* Kế thừa radius từ phần tử cha */
}

.card-service-box {
    padding: 16px 20px;
}

.card-service-title {
    font-weight: bold;
    margin-bottom: 12px;
    color: #045dd1;
}

.card-service-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.card-service-item img {
    border-radius: 6px;
    width: 60px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.card-service-link {
    color: #007bff !important;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
}

.custom-popup {
    max-width: 1200px;
    width: 90%;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: 90vh;
    overflow-x: hidden;
}

.title-dsthe {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 48px;
}

.card-box {
    text-align: center;
    transition: opacity 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    color: #045dd1;
    font-size: 24px;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff;

}

.lmd-card-slider {
    position: relative;
}

.lmd-user-table th {
    padding: 12px 16px !important;
    border-color: #fff !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
}

.lmd-user-table td {
    padding: 12px 16px !important;
    border-color: #fff !important;
    color: #fff !important;
    font-size: 16px;
}

.lmd-user-table th.col-stt,
.lmd-user-table td:nth-child(1) {
    width: 70px;
    max-width: 70px;
    text-align: center;
}

.lmd-card-slider .swiper-wrapper {
    /* overflow: hidden; */
}

.lmd-card-slider .card-box {
    transition: all 0.3s ease;
}

.lmd-card-slider .swiper-slide-active .card-box {
    transform: scale(1.5);
}

.wallet-stat .balance {
    /* color: #305fd1; */
    font-weight: 700;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    padding: 0 5px;
}

.circle-progress span {
    font-size: 16px;
}

.quick-profile {
    display: flex;
    align-items: center;
}

.quick-profile .quick-profile-avatar {
    border-radius: 50%;
    background: #b3b3b3;
    width: 100px;
    height: auto;
    overflow: hidden;
}

.quick-profile .quick-profile-avatar img {
    width: 100%;
    height: auto;
}


.quick-profile .quick-profile-info {
    padding-left: 15px;
    color: #3665d5;
}

.referal-link {
    margin-top: 12px;
    margin-bottom: 13px;
}

input:disabled,
input[readonly] {
    background-color: #f0f0f0 !important;
    color: #999;
    cursor: not-allowed;
}

#billing_email_field,
.woocommerce-order-overview__email,
.woocommerce-customer-details--email {
    display: none !important;
}

#banner-61610707 {
    padding-top: 160%;
}

.wallet-title-outer {
    display: flex;
    flex-direction: column;
}

.thunhaptichluy {
    margin-bottom: 40px;
}

body.page-id-1786 #logo,
.uwp_login_page #logo {
    top: calc(50% - 322px) !important;
}

#modalThongBaoThue h2 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 50px;
}

.info-grid .info-item {
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    align-items: center;
}

.info-grid .info-item .label {
    padding-left: 15px;
    line-height: normal;
}

.info-grid .info-item .value {
    background: linear-gradient(to right, #1e90ff, #007bff);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    min-width: 125px;
    text-align: center;
}



.info-grid .btn-history {
    display: inline-block;
    background: linear-gradient(to right, #1e90ff, #007bff);
    color: white;
    padding: 8px 24px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    margin: 0;
}

.page-checkout .woocommerce-order{
        flex-flow: column;
}

.page-checkout .woocommerce-order .large-7,
.page-checkout .woocommerce-order .large-5 {
    width: 100%;
    max-width: 100%;
}

.page-checkout .woocommerce-order .large-7{
    order: 2;
}

.page-checkout .woocommerce-order .large-5 {
    order: 1;
}

.woocommerce-sepay-bank-details{
    max-width: 100%;
}

.woocommerce-view-order .woocommerce-MyAccount-content{
    display: flex;
    flex-direction: column;
}

.woocommerce-view-order .woocommerce-notices-wrapper{
    order: 2;
}

.woocommerce-view-order .woocommerce-order-details{
    order: 3;
}

.woocommerce-view-order .woocommerce-customer-details{
    order: 4;
}

.wc-back-to-payment{
        order: 1;
}

@media (max-width: 1024px) {
    .wallet-stat .balance {
        height: 90px;
    }
}

@media (max-width: 991px) {
    .info-grid .info-item .value {
        padding: 10px 16px;
    }

    .info-grid .info-item .label {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wallet-box-outer .info-wallet {
        flex-direction: column;
    }

    .wallet-box-outer .info-wallet>div {
        flex: unset;
        width: 100%;
    }

    .wallet-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .wallet-title {
        margin-bottom: 0px;
    }

    .wallet-balance-container {
        margin-bottom: 0px;
    }

    .wallet-title-outer {
        border: 1px solid #e1e1e1;
        padding: 15px;
        border-radius: 5px;
    }

    .thunhaptichluy {
        margin-bottom: 0px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .banner-table-user {
        padding-top: 100vh !important;
    }

    .wallet-label {
        padding: 0;
    }

    .card-service-title {
        font-size: 21px;
    }

    .card-service-link {
        font-size: 18px;
    }

    .wallet-balance-container {
        font-size: 28px;
    }

    .swiper-button-prev {
        left: -30px !important;
    }

    .swiper-button-next {
        right: -30px !important;
    }

    .lmd-card-slider .swiper-slide-active .card-box {
        transform: scale(1.0);
    }

    /* #modalLichSuGiaoDich table th {
        text-align: center;
        min-width: 100px;
    } */
}