/* CashBack */
#cashback .color-text, #cashbackRecharge .color-text{
    color: var(--text-cash-back);
}

#cashback, #cashbackRecharge{
    background: url(../image/cashback/bg-cashback.png);
    background-repeat: repeat;
    background-size: cover;
}

#cashback .recharge, #table-cashback .view-detail, #cashbackRecharge .recharge{
    color: var(--focus-color);
}

#table-cashback .view-detail:hover, #cashbackRecharge .view-detail:hover{
    text-decoration: underline;
}

#cashback .text-ghost, #cashbackRecharge .text-ghost {
    color: var(--ghost-border-hover-color);
}

#table-cashback .color-text-title, #table-cashback .color-text-title{
    color: var(--text-title-color);
}

#table-cashback .table thead th, #table-cashback .table tbody td{
    color: var(--text-color);
    border-bottom: 1px solid var(--border-default-color);
}

#table-cashback .table-bordered td, #table-cashback .table-bordered th{
    border: 1px solid var(--border-default-color);
}

#table-cashback .table th{
    font-weight: 400;
    line-height: 18px;
    background: var(--w-ghost-hover-color);
}

#table-cashback .table td{
    font-weight: 500;
    line-height: 20px;
}

#table-cashback .table{
    color: var(--text-color);
    margin-bottom: 0px;
}
