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;
}