body {
    font-size: 17px;
}

.cus-form {
    margin: 20px;
}

.tab-list table {
    width: 100% !important;
    text-align: center;
}

.tab-list table thead tr {
    background-color: #5faeed;
}

.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: #5faeed;
}

.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: #5faeed;
}

.content-bg {
    background: linear-gradient(270deg, #5faeed 0px, #5faeed 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 #5faeed;
    text-align: center;
    padding: 0.625em 0 0.375em;
}

.gc-box-btn-top .button-df.active a {
    background: #5faeed;
    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: #5faeed;
    ;
}

.tab-list a:hover {
    color: #5faeed;
}

.gift-info {
    text-align: center;
}

.content-bg .fa-user:before {
    color: #5faeed;
}

.ft-login {
    position: fixed;
    bottom: 0px;
}

#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;
    padding-top: 15px;
}

.btn-cnm .fun-ic {
    font-size: 20px;
    color: #5faeed;
}

.btn-cnm:hover {
    color: #5faeed;
}

/* 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, #5faeed, 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: #5faeed;
}

body {
    background: url('/assets/images/bg.png') no-repeat center center fixed;
    background-size: cover;
}

.breadcrumbs {
    border-radius: 0 0 12px 12px;
}


.content-wrapper {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    margin-top: 20px;
    max-width: 1200px;
    transition: background 0.3s ease;
}

.breadcrumbs {
    background: rgba(255, 255, 255, 0.65);
}

#fixed-menu {
    background: #fff;
}

.header h1, .header h2, .header h3,
.breadcrumbs nav ul li,
.content-wrapper p {
    color: #222;
}

@media (max-width: 743px) {
    .content-wrapper {
        margin: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(8px);
    }
}

