.customer-club .score-balance-box *{
    margin: 0;
}
.customer-club .action-item{
    text-decoration: none;
    font-size: 14px;
}
.customer-club .score-balance-box {
    margin: 20px auto;
	background-color: #f3f3f3;
    border-radius: 15px;
    width: 90%;
    padding: 30px 25px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}
.customer-club .score-balance-box img{
    width: 50px;
}
.customer-club .score-balance-box h3{
    color: red;
    font-weight: 800;
    font-size: 35px;
}

.customer-club .score-balance-box span {
	color: #747474;
    font-size: 13px;
}
.customer-club .score-action-change,
.customer-club .score-action-history {
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.score-action-history .action-item{
    width: 85%;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #252525;
}
.score-action-history .action-item:not(:last-child){
    border-bottom: 1px solid rgb(230, 230, 230);
}
.score-action-history .action-item>i{
    color: rgb(230, 230, 230);
}
.score-action-history .action-item .right-holder{
    display: flex;
    align-items: center;
    gap: 10px;
}
.score-action-history .action-item .right-holder i{
    background-color: rgb(242, 242, 242);
    padding: 5px;
    border-radius: 5px;
    color: rgb(255, 0, 0);
    font-weight: 500;
}
.customer-club .score-change,
.customer-club .score-history {
	border-radius: 8px;
    background-color: rgb(251, 251, 251);
    color: rgb(153, 152, 152);
    border: 1px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
    line-height: 1.5;
    text-decoration: none;
    padding: 10px;
    vertical-align: middle;
    touch-action: manipulation;
    font-size: 13px;
    user-select: none;
    width: 80%;
    margin-top: 10px;
}
.customer-club .payment-box label {
    align-items: center;
    padding: 4px 7px 6px;
    box-shadow: 0px 1px 2px 2px rgb(212 212 212 / 31%);
    border-radius: 5px;
    margin: 1px 0 7px 3px;
    display: inline-flex;
    position: relative;
    width: 48%;
    column-gap: 4px;
    font-size: 10px;
}
.customer-club .payment-box label img {
    height: 36px;
    width: 36px;
}
.customer-club .payment-box label input {
    width: 0;
    height: 0;
}
.customer-club .payment-box {
    padding: 0 9%;
    margin-top: 0;
    bottom: 0;
    margin-bottom: 10px;
}
.customer-club .payment-box .input-label {
    padding: 0 0 8px;
    font-size: 13px;
    color: #747474;
}
.customer-club .payment-box .gateways-box .gateway-select-border {
    position: absolute;
}
.customer-club .payment-box .gateway-container {
    padding-top: 1px;
}
.customer-club .payment-box .gateways-box input:checked ~ .gateway-select-border {
    border: 2px solid #0fc452;
    right: -1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 8px;
}
.customer-club .increase-label-list .item-radio .item-content,
.customer-club .increase-label-list .item-radio input:checked ~ .item-content {
    border: 1px solid #d2d2d2;
}
.customer-club .history-item {
    min-height: 70px;
    box-shadow: 0 0 0;
    border-radius: 8px;
    padding: 6px 14px 5px;
    margin-top: 10px;
    border: 0;
    background-color: #f6f6f6;
    position: relative;  
}
.customer-club .history-item .description {
    font-size: 13px;
    font-weight: bold;
}
.customer-club .history-item .date,
.customer-club .history-item .score {
    font-size: 12px;
}
.customer-club .history-item .wallet-amount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.customer-club .history-item .amount.score {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
}
.customer-club .history-item .amount.score i.icon {
    font-size: 16px;
}
.customer-club .history-item .amount.score.score-increase {
    color: #2ecc71;
}
.customer-club .history-item .amount.score.score-increase i.icon {
    color: #2ecc71;
}
.customer-club .history-item .amount.score.score-decrease {
    color: #e74c3c;
}
.customer-club .history-item .amount.score.score-decrease i.icon {
    color: #e74c3c;
}
.customer-club .history-item .capacity {
    font-size: 13px;
    color: #747474;
    margin-top: 3px;
}
.customer-club .pointer {
    position: absolute;
    bottom: 2%;
    left: 6%;
    color: #2ecc71;
}
.customer-club .wallet-page .btn.pay-btn {
    background: #2ecc71 !important;
    height: 42px;
    border: none;
    opacity: 0.5;
    margin-bottom: 20px;
}
.customer-club .wallet-page .btn.pay-btn.buy-enable {
    opacity: 1;
}
.customer-club .select-plans-wrapper .plan-real-price {
    color: #252525;
    margin-left: 0;
}
.customer-club--header.buy-score--header{
    margin: 0;
    position: sticky;
}
.select-plans-wrapper--box{
    margin: 20px 0 50px 0;
}
.customer-club .select-plans-wrapper *{
    margin: 0;
    padding: 0;
    line-height: normal;
}
.customer-club .select-plans-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    margin: 15px 20px;
}

.customer-club .select-plans-wrapper .plan-title{
    font-weight: 500;
}
.customer-club .select-plans-wrapper .right-holder{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
}
.customer-club .select-plans-wrapper .left-holder{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
.customer-club.wallet-page .select-plans-wrapper .left-holder{
    padding-bottom: 5px;
}

.customer-club .select-plans-wrapper .plan-score{
    color: red;
    font-size: 20px;
    font-weight: 700;
}
.customer-club.wallet-page .select-plans-wrapper .plan-score{
    font-size: 17px;
}

.customer-club .select-plans-wrapper .plan-score span{
    font-size: 12px;
    color: gray;
    font-weight: 500;
}
.customer-club .price-dash {
    margin: 0px 8px 0px 5px;
    color: #bfbbba;
}


.customer-club .cards-holder{
    margin: 60px 0;
}
.customer-club .cards-holder.gift-cards{
    margin: 20px 0;
    /* padding: 50px 0; */
}
.customer-club .offer-card {
    background-color: white;
    box-shadow: 0 0 10px rgba(234,234,234,1);
    border-radius: 10px;
    overflow: hidden;
    width: 93%;
    margin: 10px auto;
}
.customer-club .offer-card .top-holder{
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 10px;
    border-bottom: 2px dotted rgba(234,234,234,1);
    position: relative;
    padding: 10px 5px;
}
.customer-club .offer-card .top-holder img{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    height: 100px;
    object-fit:cover;
    border-radius: 10px;
}
.customer-club .offer-card .card-title{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-weight: 700 ;
    font-size: 13px;
}
.customer-club .offer-card .card-price{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: end;
    font-size: 10px;
}
.customer-club .offer-card .card-price span{
    padding-inline-end: 5px;
    font-weight: 700;
}
.customer-club .offer-card .bottom-holder {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-club .offer-card .bottom-holder .right-holder{
    display: flex;
    align-items: center;
    gap: 5px;
}
.customer-club .offer-card .bottom-holder a{
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    width: fit-content;
    color: rgb(38, 191, 0);
    font-weight: 700;
    font-size: 13px;
}
.customer-club  .offer-card .semicircular{
    width: 20px;
    height: 20px;
    background-color: #fbfbfb;
    position: absolute;
}
.customer-club  .offer-card .semicircular-right{
    border-radius: 50% 0 0 50%;
    bottom: -10px;
    right: -10px;
    background: rgb(251,251,251);
    background: linear-gradient(270deg, rgba(251,251,251,1) 0%,  rgba(234,234,234,1) 100%);
}
.customer-club  .offer-card .semicircular-left{
    border-radius: 0 50% 50% 0;
    bottom: -10px;
    left: -10px;
    background: rgb(251,251,251);
    background: linear-gradient(90deg, rgba(251,251,251,1) 0%,  rgba(234,234,234,1) 100%);
}


.customer-club .gift-card {
    background: white;
    border-radius: 10px;
    width: 93%;
    margin: 15px auto;
    display: flex;
    box-shadow: 0 0 10px rgba(234,234,234,1);
}
.customer-club .gift-card .right-holder{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 2px dotted rgb(182, 182, 182);
    position: relative;
    padding: 10px 10px 15px 15px;
    flex-grow: 1;
}

.customer-club .gift-card .right-header{
    font-size: 11px;
}
.customer-club .gift-card .right-footer{
    font-size: 11px;
    color: rgb(190, 190, 190);
}
.customer-club .copy-code-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-club .copy-code-holder.in-modal{
    width: 60%;
    margin: 20px auto 50px auto;
}
.customer-club .copy-code-holder button{
    height: 27px;
    width: 30%;
    border: none;
    background: rgb(213, 244, 213);
    box-shadow: none;
    color: rgb(39, 195, 0);
    font-weight: 800;
    font-size: 10px;
    border-radius: 3px;
}
.customer-club .copy-code-holder input{
    height: 27px;
    width: 65%;
    font-size: 12px;
    padding: 5px;
    border: 2px dotted green;
}
.customer-club .gift-card .left-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.customer-club .gift-card .left-holder img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 3px;
}

.customer-club  .gift-card .semicircular{
    width: 20px;
    height: 20px;
    background-color: #fbfbfb;
    position: absolute;
}
.customer-club  .gift-card .semicircular-top{
    border-radius: 0 0 50% 50%;
    top: -10px;
    left: -10px;
    background: rgb(251,251,251);
    background: linear-gradient(180deg, rgba(251,251,251,1) 0%,  rgba(234,234,234,1) 100%);
}
.customer-club  .gift-card .semicircular-bottom{
    border-radius: 50% 50% 0 0;
    bottom: -10px;
    left: -10px;
    background: rgb(251,251,251);
    background: linear-gradient(0deg, rgba(251,251,251,1) 0%,  rgba(234,234,234,1) 100%);
}

.customer-club--header{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    height: 50px;
    padding: 10px 15px 0 15px;
    /* box-shadow: 0 3px 5px rgba(128, 128, 128, 0.121); */
    display: flex;
    justify-content: left;
    align-items: center;
    margin:0 auto;
}

.customer-club--header i{
    color: #00c148;
    margin-bottom: -1px;
}
.customer-club--header button{
    background-color: rgb(255, 217, 0);
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 15px;
    border: none;
    color: gray;
    font-size: 11px;
}
.customer-club--header button .num{
    color: rgb(45, 45, 45);
    font-size: 15px;
    font-weight: 700;
}

.customer-club--footer{
    width: 100%;
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 -1px 5px rgba(128, 128, 128, 0.121);
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.customer-club--footer--btn{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #0fc452;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-club--footer--btn.disable-buy-btn{
    background-color: rgb(235, 235, 235);
    color: rgb(182, 182, 182);
    font-weight: 700;
}
.customer-club--footer--btn.in-tabs-mode{
    display: none;
}
.tabs-bottom .customer-club--footer{
    display: none;
}
.tabs-bottom .customer-club--footer--btn.in-tabs-mode{
    display: block;
}

.customer-club .head-banner{
    width: 100%;
    margin-top: 50px;
    border-radius: 5px;
}
.customer-club .award-des{
    padding: 10px 15px 20px 15px;
    font-size: 11px;
    border-bottom: 1px solid rgb(226, 226, 226);
}
.customer-club .award-des--title{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}  
.customer-club .award-des--score{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(191, 191, 191);
}
.customer-club .award-des--score .fa-gem{
    color: #00c148;
}
.customer-club .award-des--score .num{
    font-weight: 800;
    font-size: 13px;
    color: black;
}
.customer-club .copntent{
    padding: 20px 15px;
    font-size: 13px;
    color: rgb(107, 107, 107);
}
.customer-club .copntent p >div{
    min-height: 10px;
}
.customer-club .space{
    height: 100px;
}
.customer-club .cart-backdrop{
    margin-top: 80px;
    background: white;
}
.customer-club .cart-backdrop img{
    width: 70px;
    margin: 10px auto;
}
.customer-club .cart-backdrop .getAwardTitle{
    width: 70%;
    margin: 5px auto;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.customer-club .cart-backdrop .getAwardDes{
    width: 70%;
    margin: 0 auto;
    font-size: 13px;
    color: gray;
    text-align: center;
    line-height: normal;
}
.customer-club .getAwardButtons{
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid rgb(239, 239, 239);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 15px 0;
}
.customer-club .getAwardButtons a{
    flex-grow: 1;
}
.customer-club .getAwardButtons .left-btn{
    width: 100%;
}
.customer-club .getAwardButtons .right-btn{
    width: 80px;
}
.customer-club .FilldedBtn{
    color: white;
    background-color: #0fc452;
    border-radius: 5px;
    padding: 8px;
    border: none;
}
.customer-club .BorderedBtn{
    color: #0fc452;
    background: none;
    border:1px solid #0fc452;
    border-radius: 5px;
    padding: 8px;
}

.filter-continer,
.sort-continer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 99;
}
.sort-continer .scroll,
.sort-continer .scroll-view,
.filter-continer .scroll,
.filter-continer .scroll-view {
    height: 100%;
}
.sort-continer.ng-hide-remove,
.filter-continer.ng-hide-remove {
    animation: 0.3s lightSpeedin ease;
}
.cart-backdrop,
.select-sort,
.select-filter {
    color: #464646;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 4%;
    text-align: center;
    font-size: 15px;
    background-color: white;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    max-height: 89vh;
}
.cart-backdrop i.ion-ios-close-empty,
.select-sort i.ion-ios-close-empty,
.select-filter i.ion-ios-close-empty {
    font-size: 32px;
    position: absolute;
    right: 0%;
    top: 1%;
    width: 50px;
    line-height: 50px;
}
.cart-backdrop .continue-btn,
.select-sort .continue-btn,
.select-filter .continue-btn {
    width: 100%;
    border-radius: 8px;
    color: white;
    background-color: #00c148;
    padding: 4%;
    border: navajowhite;
    font-size: 15px;
    line-height: 100%;
    margin-top: 14px;
    font-weight: bold;
}
.cart-backdrop .header-description,
.select-sort .header-description,
.select-filter .header-description {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-backdrop .header-description {
    padding-top: 4%;
}
.cart-backdrop .header-description,
.select-sort .header-description,
.select-filter .header-description {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-backdrop .header-description {
    padding-top: 4%;
}


.cc-wallet-charge-plans-container .increase-score-history-btn {
    padding-bottom: 60px !important;
}