.wallet-box {
    padding: 10px 20px;
    max-width: 600px;
}

.wallet-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
    color: #045dd1;
}

.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 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.wallet-stat {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.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;
}

/* .circle-15 {
    --percent: 15;
} */

.wallet-label {
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #7ab8ff, #045dd1);
    border: none;
    color: #fff;
    text-transform: none;
    line-height: 1.4;
    font-weight: 400;
    height: 48px;
    width: 100%;
    border-radius: 5px !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !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;
}

.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;
}

@media (max-width: 767px) {
    .wallet-stats {
        display: block;
    }

    .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;
    }
}

@media (max-width: 480px) {
    .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);
    }
}