body {
    font-size: 17px;
}

.cus-form {
    margin: 20px;
}

.tab-list table {
    width: 100% !important;
    text-align: center;
}

.tab-list table thead tr {
    background-color: #FF7043;
}

.tab-list table tr.odd {
    background-color: #34ff3438;
}

.tab-list table tr.even {
    background-color: #f4dc0245;
}

.topup-form .input-elm {
    position: relative;
}

.topup-form .copy-btn {
    position: absolute;
    top: 60%;
    right: 10px;
}

.tab-list h2 {
    text-align: center;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: center;
}

.dataTables_paginate.paging_simple_numbers .paginate_button {
    margin: 0 10px;
}

.text-hightlight {
    color: #FF7043;
}

.form-accumutaion {
    margin: 10px;
}

.icon-email:before {
    content: "\f085";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.tab-list span .fa-lg {
    line-height: unset;
    color: #FF7043;
}

.content-bg {
    background: linear-gradient(270deg, #FF7043 0px, #FF7043 100%);
    position: relative;
    clip-path: ellipse(55% 102% at 50% 21%);
    color: rgb(255, 255, 255);
    padding: 16px 80px 106px 90px;
}

.tag {
    position: relative;
    margin-top: -88px;
}

.tab-list {
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 4px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 0px 16px 16px;
    padding: 8px 0px;
}

.tag-key {
    display: block;
    position: relative;
    padding: 17px 33px 17px 56px;
    color: rgb(34, 34, 34);
    font-size: 17px;
    text-decoration: none;
}

.form .tag-key {
    width: 50%;
}

.gc-box-btn-top {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    grid-column-gap: 0.675em;
    -webkit-column-gap: 0.675em;
    -moz-column-gap: .675em;
    column-gap: 0.675em;
    padding: 1em;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.gc-box-btn-top .button-df {
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.gc-box-btn-top .button-df a {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #767676;
    border-radius: 20px;
    font-size: .875em;
    border: 1px solid #FF7043;
    text-align: center;
    padding: 0.625em 0 0.375em;
}

.gc-box-btn-top .button-df.active a {
    background: #FF7043;
    border-color: #7d7d7d;
    color: #fff;
}


.fun-btn-v3.fluid {
    width: 100%;
}

.tag .tab-list a span {
    content: "";
    width: 26px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 15px;
    z-index: 2;
}

.login-socials .text-center {
    text-align: center;
}

.login-socials .form-group .txt-sub {
    font-size: 18px;
    color: #61616a;
    margin-bottom: 15px;
    padding-top: 10px;
}

.login-socials .form-group .type-item.icon_fb {
    background-image: url('assets/images/icon_fb.png');
}

.login-socials .form-group .type-item.icon_gg {
    background-image: url('assets/images/icon_gg.png');
}

.login-socials .form-group .type-item {
    display: inline-block;
    width: 80px;
    height: 76px;
    background-size: 59px;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-position: 50% 0;
    position: relative;
}

.login-socials .form-group .type-item:hover {
    opacity: .8;
}

.fa-hand-point-right {
    color: #FF7043;
    ;
}

.tab-list a:hover {
    color: #FF7043;
}

.gift-info {
    text-align: center;
}

.content-bg .fa-user:before {
    color: #FF7043;
}

.ft-login {
    position: fixed;
    bottom: 0px;
}

.recharge_select {
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    border-bottom: 3px solid #dbdbdb;
}

.recharge_select img {
    max-width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 468px) {
    .recharge_select {
        display: grid;
        grid-gap: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        padding: 10px;
        border-bottom: 3px solid #dbdbdb;
    }
}

a {
    text-decoration: none !important;
}

.select_language {
    display: flex;
    flex-direction: row-reverse;
}

.tag .tab-list.accumulat a span {
    position: revert;
}

   #fixed-menu {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 768px;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        display: flex;
        justify-content: space-around;
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        overflow: hidden;
    }

    .btn-cnm {
        flex: 1;
        text-align: center;
        padding: 8px 0 6px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #444;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        transition: all 0.2s ease;
    }

    .btn-cnm .fun-ic {
        font-size: 20px;
        color: #ff6600;
    }

    .btn-cnm:hover {
        color: #ff6600;
    }

    /* Line gradient chia nút */
    .btn-cnm:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 12.5%;
        width: 1px;
        height: 75%;
        background: linear-gradient(to bottom, transparent, #ff7043, transparent);
        opacity: 0.8;
    }

    .box-login {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px 16px;
    }

    .btn-login-clear {
        padding: 8px 18px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .btn-login-clear:hover {
        background-color: #fff;
        color: #ff6600;
    }