.page_account {
    font-family: 'Poppins' !important;
}

.page-font {
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .page-font {
        font-size: 14px;
    }
}

.account-back {
    background-color: #F2F7F8;
}

/* My Account */
.account-box {
    box-shadow: 0px 3px 3px #eaeaea;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.memberCode {
    font-size: 20px;
}

.balance, .mission {
    font-size: 14px;
    color: grey;
}

.account-link a {
    margin-right: 15px;
    font-size: 14px;
    white-space: nowrap;
}

.sec-title {
    /*font-size: 20px;*/
    font-weight: 600 !important;
    /*padding-bottom: 10px;*/
}

.sec-box, .dsh-box {
    box-shadow: 0px 3px 3px #eaeaea;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    width: 100%;
}

    .sec-box a {
        color: #c5c3c3;
    }

        .sec-box a:hover {
            color: #000;
            text-decoration: none;
        }

.joinFt {
    font-size: 10px;
    color: grey;
}

.accountIcon {
    font-size: 5px;
    padding: 5px;
}

.account-link .btn-excard {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    margin-right: 5px;
}

.col_mission .sec-box {
    background-image: linear-gradient(315deg, #f7f706 0%, #fdb913 74%);
    color: #fff;
}

.col_balance .sec-box {
    background-image: linear-gradient(315deg, #2dd9fc 30%, #2D90FD 90%);
    color: #fff;
}

.col_mission .sec-box:hover {
    background-image: linear-gradient(315deg, #fdb913 0%, #f7f706 74%);
}

.col_balance .sec-box:hover {
    background-image: linear-gradient(315deg,#2D90FD 30%,#2dd9fc 90%);
}

.dashFt {
    font-size: 40px;
    font-weight: 700;
}

.balance.sec-box, .mission.sec-box {
    background-size: 200%;
    transition: .8s ease;
}

    .balance.sec-box:hover, .mission.sec-box:hover {
        background-position: 100%;
    }

.btn-excard.btn-mission {
    text-transform: none;
    font-size: 13px;
    background-color: #fdb913;
    color: #fff;
    border-radius: 0;
    border: 1px solid #FFB500;
}

.btn-mission:hover {
    background-color: #fff;
    color: #fdb913 !important;
}

.btn-excard.btn-balance {
    text-transform: none;
    font-size: 13px;
    background-color: #2D90FD;
    color: #fff;
    /* border-radius: 0; */
    border: 1px solid #0079FF;
    padding: 0.475rem 0.475rem;
    display: inline-block;
}

.btn-balance:hover {
    background-color: #fff;
    color: #2D90FD !important;
}

.rate-link a {
    color: #007bff !important;
    font-size: 10px;
}

    .rate-link a:hover {
        color: #0056b3 !important;
        text-decoration: underline;
    }

@media screen and (min-width: 1200px) {
    .btn-balance.top-up {
        width: 120px;
    }

    .btn-balance.history {
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .btn-balance.top-up, .btn-balance.history {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .dashFt {
        font-size: 30px;
    }

    .account-link .btn-excard {
        font-size: 11px;
        margin-right: 0px;
        padding: 5px;
    }

    .mpp-img {
        height: 80px;
    }

    .agt-descript {
        font-size: 13px;
    }
}

@media screen and (max-width:480px) {
    .dashFt {
        font-size: 30px;
    }

    .account-link .btn-excard {
        font-size: 11px;
        margin-right: 0px;
        padding: 3px;
    }

    .mpp-img {
        height: 80px;
    }

    .agt-descript {
        font-size: 12px;
    }

    .account-box {
        padding: 15px 0px !important;
    }
}


/* My Consultant */
.img-consult {
    width: 350px;
    height: 165px;
    object-fit: cover;
    object-position: 0% 100%;
}

.row_consultant .btn-social {
    padding: 10px;
}

.btn-social {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: flex;
    color: #25D366 !important;
    border: 1px solid #25D366 !important;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 10px;
    width: 90%;
    transition: 0.3s;
    align-items: center;
    gap: 5px;
}
    .btn-social.wdFit {
        width: fit-content;
    }


    .btn-social:hover {
        color: #fff !important;
        background-color: #05d754;
        text-decoration: none;
    }
	
    .btn-social span {
        line-height: 1px;
    }

.rating-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 25px;
    font-family: Times;
    line-height: 0.8;
}

    .rating-stars ::before {
        content: '★★★★★';
        letter-spacing: 1px;
        background: linear-gradient(90deg, #fc0 var(--percent), rgb(216, 216, 216) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.consult-box a {
    color: #000;
}

.consult-box a {
    text-decoration: none;
}

.sec-title a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.consult-imgbox {
    width: 30%;
}

.consult-cttbox {
    width: 70%;
}

.consult-history {
    font-size: 12px;
    font-weight: normal;
    color: #007bff !important;
}

    .consult-history:hover {
        text-decoration: underline !important;
    }

@media screen and (max-width: 1100px) {
    .page-font {
        font-size: 14px;
    }

    .consult-box .sec-box {
        flex-wrap: wrap;
    }

    .consult-imgbox {
        width: 100%;
    }

        .consult-imgbox img {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 0 !important;
        }

    .consult-cttbox {
        width: 100%;
    }

    .img-consult {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sec-title {
        font-size: 16px;
    }

    .consult-box {
        margin-top: 10px;
    }

    .sec-box {
        flex-wrap: wrap;
    }

    .page-font {
        font-size: 12px;
    }

    .consult-imgbox {
        width: 40%;
    }

        .consult-imgbox img {
            border-top-right-radius: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px !important;
        }

    .consult-cttbox {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .sec-title {
        font-size: 14px;
    }

        .sec-title a {
            font-size: 12px;
        }

    #textslider {
        width: 59px !important;
    }

    #sentence li {
        font-size: 14px !important;
    }

    .slide-in {
        webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(3px) !important;
    }

    .slide-out {
        webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    .consult-history {
        font-size: 12px;
    }

        .consult-history span {
            display: none;
        }

    .consult-imgbox {
        width: 100%;
    }

    .consult-cttbox {
        width: 100%;
    }

    .img-consult {
        width: 100%;
    }
}



/* My Order */
.order-box {
    border-right: 1px solid #ededed;
    padding: 10px;
    width: 18%;
}

.order-detail {
    width: 82%;
    padding: 15px;
}

.order-menu {
    font-size: 14px;
    padding: 10px;
    color: #000 !important;
    width: 100%;
    display: block;
    transition: 0.3s;
}

    .order-menu i {
        margin-right: 5px;
    }

    .order-menu:hover {
        background-color: #F2F7F8;
        border-radius: 3px;
        color: #016799 !important;
    }

.recent-date {
    font-size: 14px;
    background-color: #EBEBEB;
    border: 1px solid #DBDBDB;
    padding: 5px 10px;
}

.order-detail a {
    color: #000;
}

.track-line a:hover {
    text-decoration: underline;
}

.dashboard-box {
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 3px #dbdbdb;
    background-color: #fff;
    padding: 15px;
}

.dashboard-detail {
    width: 75%;
}

.dashboard-icon {
    width: 25%;
    font-size: 35px;
}

.track-value {
    font-size: 30px;
    font-weight: 700;
}

.new-order {
    border-top: 4px solid #15B7FD63 !important;
    transition: 0.3s;
}

    .new-order .track-value, .new-order .dashboard-icon {
        color: #15B7FD;
    }

.pending {
    border-top: 4px solid #fdb91363 !important;
    transition: 0.3s;
}

    .pending .track-value, .pending .dashboard-icon {
        color: #ffb500;
    }

.print {
    border-top: 4px solid #4e4eff63 !important;
    transition: 0.3s;
}

    .print .track-value, .print .dashboard-icon {
        color: #4e4eff;
    }

.delivery {
    border-top: 4px solid #2aea1363 !important;
    transition: 0.3s;
}

    .delivery .track-value, .delivery .dashboard-icon {
        color: #2aea13;
    }

@media screen and (max-width: 1200px) {
    .order-box {
        width: 21%;
    }

    .order-detail {
        width: 79%;
    }
}

@media screen and (max-width: 991px) {
    .order-box {
        width: 30%;
    }

    .order-detail {
        width: 70%;
    }
}

@media screen and (max-width:767px) {
    .order-box {
        width: 100%;
        /*border-right: none;*/
        border-bottom: 1px solid #ededed;
    }

    .order-detail {
        width: 100%;
    }

    .col_linkpoplist {
        /* top: 34px !important; */
    }

    .recent-date {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .dashboard-icon {
        font-size: 25px;
    }

    /*.dash-area {
        padding-right: 5px;
    }

    .dash-area1 {
        padding-left: 5px;
    }*/
}


/* My Offer 
.special-background {
    background-color: #FF53AF;
}

.evoucher-background {
    background-color: #FDB915;
}

.promocode-background {
    background-color: #15B7FD;
}

.expired-background {
    background-color: #C6C6C6;
}

.voucher_border {
    background-color: #fff;
    box-shadow: 0 0 5px #b1b1b1;
    height: 100%;
}

.cpy_code {
    width: 100px;
    position: relative;
     padding: 0.375rem 0.75rem; 
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: block;
    color: #9ED5FF !important;
    font-size: 11px;
    border: 1px solid #9ED5FF;
}

    .cpy_code:hover {
        color: #ffffff !important;
        border: 1px solid #72c2ff;
        background-color: #72c2ff;
    }

.pct_txt {
    font-size: 36px;
    line-height: 2.3rem;
    font-weight: 700;
    color: #fff;
}

.pct_sec {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.tc_txt {
    font-size: 10px;
}

.prd_cat {
    font-size: 12px;
    color: #A8A8A8;
}

.end-date {
    white-space: nowrap;
}

.valid_font {
    color: #A8A8A8;
    font-size: 13px;
    float: inline-end;
}

.redeem_font {
    color: #05CC33 !important;
    float: right;
}

    .redeem_font:hover {
        color: #03681a !important;
        text-decoration: none;
    }

.soon_label {
     border-radius: 0px 0px 0px 30px; 
    background-color: #F32E2E;
    color: white;
    padding: 1px 3px;
    text-align: center;
    width: 20%;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 2;
}

.expired_label {
    background-color: #fff;
    color: #F32E2E;
    padding: 1px 3px;
    text-align: center;
    width: 20%;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 2;
}*/


/* My ready design etemplate */
.ready-design.sec-box {
    /*border: none;*/
    color: #000;
    transition: 0.3s;
}

    .ready-design.sec-box:hover {
        text-decoration: none;
        transform: scale(1.01);
    }

.ready-icon {
    width: 30%;
    padding: 10px;
}

.readyIc {
    color: #fff;
    background-image: linear-gradient(315deg, #B400FF 0%, #0542FF 74%);
    border-radius: 8px;
    padding: 15px;
    font-size: 30px;
}

.ready-descript {
    width: 70%;
}

    .ready-descript .value {
        font-size: 30px;
        font-weight: 700;
    }

@media screen and (max-width: 991px) and (min-width: 768px) {
    .ready-icon {
        width: 35%;
    }

    .readyIc {
        padding: 10px;
        font-size: 20px;
    }

    .ready-descript {
        width: 65%;
    }
}


/* My Offer */
#offer-list .owl-prev {
    width: 30px;
    position: absolute;
    top: 40%;
    display: block !important;
    border: none;
    opacity: 0.3;
    background: #000;
    color: #fff;
    padding: 5px !important;
    font-size: 20px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}

    #offer-list .owl-prev:hover {
        opacity: 1.0;
    }

#offer-list .owl-next {
    width: 30px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border: none;
    opacity: 0.3;
    background: #000;
    color: #fff;
    padding: 5px !important;
    font-size: 20px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}

    #offer-list .owl-next:hover {
        opacity: 1.0;
    }

#offer-list .owl-stage {
    display: flex;
}

    #offer-list .owl-stage .owl-item {
        display: flex;
    }

        #offer-list .owl-stage .owl-item .item {
            display: flex;
            width: 100%;
        }


/* Button */
.btn-excard {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.475rem 0.75rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 0.35rem;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

    .btn-excard:hover {
        margin-bottom: 0px !important;
    }

.btn-bl {
    background-color: #2D90FD;
    color: #fff !important;
}

    .btn-bl:hover {
        background-color: #2dd9fc;
        background-image: linear-gradient(315deg, #2dd9fc 0%, #2D90FD 74%);
    }

.btn-bl-outline {
    border: 1px solid transparent !important;
    background-color: transparent !important;
    color: #2D90FD !important;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #2D90FD,#2D90FD);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0.275rem 0.75rem;
    /* transition: 0.3s; */
}

    .btn-bl-outline:hover {
        color: #fff !important;
        background-image: linear-gradient(315deg, #2dd9fc 0%, #2D90FD 74%), radial-gradient(circle at top left, #2D90FD,#2dd9fc);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        border-radius: 0.35rem;
        transform: translateY(-0.25em);
    }

@media screen and (min-width:320px) and (max-width:480px) {
    .btn-excard {
        font-size: 0.725rem;
        line-height: 1.45rem;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

/*.my-box {
    box-shadow: 0 8px 13px 0 rgb(0 0 0 / 4%), 0 8px 13px 0 rgb(0 0 0 / 4%);
    border-radius: 4px !important;
}*/

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-tl-radius-4 {
    border-top-left-radius: 4px;
}

.border-tr-radius-4 {
    border-top-right-radius: 4px;
}

.border-bl-radius-4 {
    border-bottom-left-radius: 4px !important;
}

.border-br-radius-4 {
    border-bottom-right-radius: 4px !important;
}

.col_linkpoplist {
    /* position: absolute; */
    /* top: 40px; */
    /* z-index: 99; */
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}

.offer_items {
    display: inline-block;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex: 0 0 auto;
    padding: 5px;
}

.row_offer_items {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    cursor: -webkit-grab
}

    .row_offer_items p {
        cursor: text;
    }

    .row_offer_items::-webkit-scrollbar {
        display: none;
    }

.row_arrow.right_d > svg {
    width: 60px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    transform: rotate(-90deg);
}

.row_arrow.left_d > svg {
    width: 60px;
    height: 75px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: rotate(90deg);
}

.arrows.blinks path {
    stroke: #857fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows.blinks path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows.blinks path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows.blinks path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.offer_items {
    overflow: hidden;
}

.row_offer_items {
    transition: 0.3s;
}

    .row_offer_items.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1.01);
    }

.offer_items:nth-child(1) {
    padding: 0;
}

.new-order:hover {
    border-top: 4px solid #15b7fd !important;
}

.pending:hover {
    border-top: 4px solid #ffb500 !important;
}

.print:hover {
    border-top: 4px solid #4e4eff !important;
}

.delivery:hover {
    border-top: 4px solid #2aea13 !important;
}

.recent-date.get_details {
    transition: 0.3s;
}

    .recent-date.get_details:hover {
        background-color: #e0e0e0;
    }

.bounce {
    font-size: 15px;
    display: inline-flex;
    vertical-align: super;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-2px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.row_dashboard {
    margin: -6.5px !important;
}

.dsh-box {
    border-radius: 4px;
    display: block;
}

.loading_icon {
    color: rgb(165, 165, 165);
    font-weight: 600;
}

.switching {
    cursor: pointer
}

#sentence {
    overflow: hidden;
}

    #sentence > li, .sentence > ul {
        display: inline;
    }

#textslider {
    overflow: visible !important;
    text-align: left;
    position: relative;
    height: 16px;
    display: inline-block;
    width: 85px
}

.adj {
    white-space: nowrap;
    list-style: none;
    position: absolute;
    line-height: .3em;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}


#sentence li {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: 'Poppins';
}

.slide-in {
    webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(-3px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slide-out {
    webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.switching i:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.switching i {
    transition: 0.3s ease-in-out;
}

span#mainContent_referral_dashboard_sub_lblTotalReferral, span#mainContent_referral_dashboard_sub_lblTotalCredited {
    font-weight: 700;
}

.loading_icon .refresh_icon {
    color: #212529;
}

.loading_icon .fa-spin.refresh_icon {
    color: #a5a5a5;
}

.col-tab {
    padding: 3px 3px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05rem;
    cursor: pointer;
    color: rgba(0,0,0,0.65);
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .col-tab:hover {
        color: #005B7F;
    }

.tab-unit1.active, .tab-unit2.active {
    color: #fff !important;
    position: relative;
    background-color: #005B7F;
    /*text-shadow: 0 1px 0px #FFF, 0 2px 6px #ff39ff;*/
}

.col-unit1, .col-unit2 {
    display: none;
}

    .col-unit1.active, .col-unit2.active {
        display: block !important;
    }
