/* basic */
body {
    background-color: black !important;
}

body {
    --color: #755021;
    --deep: #1b1713;
    --txt: #feeaab;
    --orange: #ff8800;
    --btn: radial-gradient(#b78f5e, #412310);
    --box: radial-gradient(rgba(78, 68, 54, 0.9), rgba(27, 23, 19, 0.9));
    --lg: linear-gradient(#ba9755, #ebda94, #8d6738, #ecc76f);
    --lg-90: linear-gradient(90deg, #ba9755, #ebda94, #8d6738, #ecc76f);
    --shadow: 0 3px 6px var(--000-1);
    --reward-bg-opacity: rgb(117 80 33 / 30%);
    --reward-border: #755021;
    --reward-title: --txt;
    --reward-color: #000;
}

body,
a {
    color: var(--txt);
}

/* ico */
.ico-0 {
    background-image: url(../../images/theme7/ico/0.png);
}

.ico-1 {
    background-image: url(../images/theme13/ico/1.png);
}

.ico-2 {
    background-image: url(../images/theme13/ico/2.png);
}

.ico-3 {
    background-image: url(../images/theme13/ico/3.png);
}

.ico-4 {
    background-image: url(../images/theme13/ico/4.png);
}

.ico-5 {
    background-image: url(../images/theme13/ico/5.png);
}

.ico-6 {
    background-image: url(../images/theme13/ico/6.png);
}

.ico-7 {
    background-image: url(../images/theme13/ico/7.png);
}

.ico-8 {
    background-image: url(../images/theme13/ico/8.png);
}

.ico-9 {
    background-image: url(../images/theme13/ico/9.png);
}

.ico-10 {
    background-image: url(../images/theme13/ico/10.png);
}

.ico-vip-1 {
    background-image: url(../../images/theme7/vip/1.svg);
}

.ico-vip-2 {
    background-image: url(../../images/theme7/vip/2.svg);
}

.ico-vip-3 {
    background-image: url(../../images/theme7/vip/3.svg);
}

.ico-vip-4 {
    background-image: url(../../images/theme7/vip/4.svg);
}

.ico-vip-5 {
    background-image: url(../../images/theme7/vip/5.svg);
}

.ico-vip-6 {
    background-image: url(../../images/theme7/vip/6.svg);
}

.ico-vip-7 {
    background-image: url(../../images/theme7/vip/7.svg);
}

.ico-vip-8 {
    background-image: url(../../images/theme7/vip/8.svg);
}

.ico-lang-america {
    background-image: url(../../images/theme7/lang/america.svg);
}

.ico-lang-ar {
    background-image: url(../../images/theme7/lang/arab.svg);
}

.ico-lang-bn {
    background-image: url(../images/theme13/lang/bangladesh.svg);
}

.ico-lang-brazil,
.ico-lang-pt {
    background-image: url(../images/theme13/lang/brazil.svg);
}

.ico-lang-kh {
    background-image: url(../images/theme13/lang/cambodia.svg);
}

.ico-lang-canada {
    background-image: url(../images/theme13/lang/canada.svg);
}

.ico-lang-ca {
    background-image: url(../images/theme13/lang/cambodia.svg);
}

.ico-lang-cd {
    background-image: url(../images/theme13/lang/canada.svg);
}

.ico-lang-cn {
    background-image: url(../images/theme13/lang/china.svg);
}

.ico-lang-en {
    background-image: url(../images/theme13/lang/english.svg);
}

.ico-lang-fr {
    background-image: url(../images/theme13/lang/france.svg);
}

.ico-lang-gr {
    background-image: url(../images/theme13/lang/germany.svg);
}

.ico-lang-tw {
    background-image: url(../images/theme13/lang/taiwan.svg);
}

.ico-lang-hk {
    background-image: url(../images/theme13/lang/hongkong.svg);
}

.ico-lang-hi {
    background-image: url(../images/theme13/lang/india.svg);
}

.ico-lang-id {
    background-image: url(../images/theme13/lang/indo.svg);
}

.ico-lang-jp {
    background-image: url(../../images/theme7/lang/japan.svg);
}

.ico-lang-kr {
    background-image: url(../images/theme13/lang/korea.svg);
}

.ico-lang-kurdistan {
    background-image: url(../../images/theme7/lang/kurdistan.svg);
}

.ico-lang-ma {
    background-image: url(../images/theme13/lang/malaysia.svg);
}

.ico-lang-ph {
    background-image: url(../images/theme13/lang/philippines.svg);
}

.ico-lang-or {
    background-image: url(../../images/theme7/lang/portugal.svg);
}

.ico-lang-republika {
    background-image: url(../../images/theme7/lang/republika.svg);
}

.ico-lang-ru {
    background-image: url(../images/theme13/lang/russia.svg);
}

.ico-lang-es {
    background-image: url();
}

.ico-lang-th {
    background-image: url(../images/theme13/lang/thailand.svg);
}

.ico-lang-vn {
    background-image: url(../images/theme13/lang/vietnam.svg);
}

.ico-lang-taiwan {
    background-image: url(../images/theme13/lang/taiwan.svg);
}

.ico-lang-lo {
    background-image: url(../images/theme13/lang/lao.svg);
}

.ico-lang-pk {
    background-image: url(../images/theme13/lang/pakistan.svg);
}

.ico-lang-mm {
    background-image: url(../images/theme13/lang/myanmar.svg);
}

.ico-lang-au {
    background-image: url(../images/theme13/lang/austalia.svg);
}

.ico-lang-sg {
    background-image: url(../images/theme13/lang/singapore.svg);
}

/* frame */

.contant {
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
}

.contant::after,
.contant::before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, transparent, var(--txt), transparent);
    content: "";
}

.contant::after {
    top: -2px;
}

.contant::before {
    bottom: -2px;
}

.item {
    padding: 0.2rem;
}

.subject {
    padding: 0 0.2rem;
}

.rotate {
    transform: rotate(360deg);
    transition-duration: 1s !important;
}

.avatar {
    border: 2px var(--txt) solid;
}

/* btn */
.btn {
    background-image: var(--lg);
    border: 2px var(--txt) solid;
    color: var(--txt);
    font-size: 0.22rem;
    font-weight: bold;
    width: 100%;
    border-radius: 1.1rem !important;
    white-space: nowrap;
    margin: 0;
    height: auto;
    line-height: 0.8rem;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../images/theme7/gold/btn.png);
    background-size: 100% 100%;
    width: 90%;
}

.btn-empty {
    color: var(--txt);
}

.btn-submit {
    margin: 0.2rem 0;
}

.btn-med {
    height: 0.6rem;
    font-size: 0.18rem;
}

/* name */
name {
    background-color: transparent;
    padding: 0.1rem;
    margin-bottom: 1rem;
}

name-logo {
    height: auto;
}

name-logo img {
    width: 1.5rem;
    height: auto;
}

/*hop*/
hop {
    margin-left: 0.1rem;
}

hop a {
    background-color: var(--deep);
    color: var(--txt);
}

name a.ico,
hop>a {
    background-image: var(--btn);
    border: 2px var(--color) solid;
    border-radius: 100%;
    width: 0.6rem;
    height: 0.6rem;
    min-width: inherit;
    color: var(--txt);
    display: flex;
    align-items: center;
    font-size: 0.3rem;
}

hop a i {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    border-radius: 100%;
    color: var(--txt);
}

hop a i.ico {
    font-size: 0.3rem;
}

hop-cont a {
    border-bottom-color: var(--fff-1);
    padding: 12px !important;
}

/* nav */
.anime-fade-in-up {
    display: inline-flex;
    background-color: transparent;
    background-image: url(../images/theme13/gold/bar.png);
    background-size: cover;
}

nav {
    background-color: transparent;
    background-image: url(../images/theme13/green/bar.png);
    background-size: cover;
}

nav li a {
    color: var(--color);
}

nav li a span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
}

nav li:nth-child(2) a i {
    font-size: 0.4rem;
}

/* title */
.title {
    padding: 18px;
}

.title h3 {
    color: var(--txt);
}

/* user */
.user {
    background-image: url(../../images/theme7/gold/bg.jpg);
    background-attachment: fixed;
}

/* info */
.info {
    background-image: var(--lg-90);
    border-color: var(--txt);
}

.info .avatar {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.1rem;
}

.info-txt {
    flex: 1;
}

.info-txt h5 {
    text-transform: inherit;
    color: var(--color);
}

.info-txt span {
    color: var(--color);
    opacity: 0.5;
}

.info-bet {
    background-color: var(--color);
    border-radius: 0.1rem;
    padding: 0.1rem;
}

.info-bet i {
    width: 0.4rem;
    height: 0.4rem;
}

.info-bet b {
    font-size: 0.2rem;
    color: var(--orange);
    padding: 0 0.1rem 0 0.3rem;
}

.info-bet a {
    color: var(--txt);
    transition-duration: 0s;
}

/* navigation */
.navigation ul {
    display: flex;
    flex-wrap: wrap;
}

.navigation li {
    width: 25%;
    margin: 0.15rem 0;
}

.navigation li a {
    display: block;
    text-align: center;
    color: var(--txt);
}

/*login*/
.login {
    height: calc(100vh - 2rem);
}

.login-cont {
    width: 100%;
    transform: translateY(-115px);
}

.login-form h3 {
    text-align: center;
    color: var(--txt);
    font-size: 0.32rem;
    padding: 0.2rem 0;
}

.login-form li {
    position: relative;
}

.login-form li i {
    padding: 0.6rem;
    position: absolute;
    left: 0.1rem;
    color: var(--txt);
    z-index: 1;
}

.login-form li input {
    padding: 0 3.6rem;
    font-size: 1.22rem;
}

.login-forgot {
    color: var(--txt);
    text-align: center;
    display: block;
    text-transform: capitalize;
    padding: 0.2rem 0;
    font-size: 0.2rem;
}

/* form */
input::before,
.select::after {
    color: var(--txt);
}

input::placeholder {
    color: var(--txt);
}

input,
select {
    background-color: var(--deep);
    border: 2px var(--color) solid;
    border-radius: 0.1rem;
    color: var(--txt);
}

.form o,
.form .ico {
    color: var(--txt);
}

.form li {
    border: 0;
    color: var(--txt);
}

.form li input,
.form li select {
    background-color: var(--deep);
    color: var(--txt);
    padding: 0 3.6rem;
}

#registerForm #useracc::placeholder,
#registerForm #referal::placeholder,
#registerForm #useracc2::placeholder,
#registerForm #passwd::placeholder,
#registerForm #repasswd::placeholder,
#registerForm #tel::placeholder,
#registerForm #bankaccount::placeholder,
#registerForm #bank::placeholder,
#registerForm #bankno::placeholder,
#registerForm #referral::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

#loginForm #useracc::placeholder,
#loginForm #passwd::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

#loginForm {
    margin-top: 30px;
}

#loginForm h3 {
    margin-bottom: 10px;
}

#currency option[value="0"] {
    color: #d3d3d3;
}

#currency:not([value="0"]) {
    color: #fff5eb;
}

.form li .code {
    margin-left: 0.1rem;
    border-radius: 0.1rem;
}

.upload-group {
    background-color: var(--deep);
    border-radius: 0.1rem;
    border: 2px var(--color) solid;
}

/* data */
.data {
    background-image: var(--lg-90);
    border-color: var(--txt);
}

.data li {
    flex: 1;
    text-align: center;
}

.data li span {
    text-transform: capitalize;
    font-size: 0.16rem;
    color: var(--color);
    margin-bottom: 0.1rem;
    display: block;
}

.data li h5 {
    color: var(--txt);
}

.data li b {
    color: var(--orange);
}

/* information */
.information {
    text-align: center;
    margin-bottom: 0.3rem;
}

.information .avatar {
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.information h5 {
    color: var(--txt);
    text-transform: inherit;
    padding: 1.1rem 0;
    font-size: 1.9rem;
}

.information h6 {
    color: #fb0;
    font-size: 20px;
}

/* condition */
.condition {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.1rem;
    margin-bottom: 0.2rem;
}

.condition a {
    transition-duration: 0s;
}

/* page */
page {
    padding: 0.3rem 0;
    color: var(--txt);
}

page a.ico {
    background-color: var(--deep);
    color: var(--txt);
    border: 2px var(--color) solid;
    border-radius: 0.1rem;
}

page input {
    border-width: 2px;
}

/* pop */
pop-title {
    background-color: var(--deep);
    color: var(--txt);
    border-bottom-color: var(--color);
}

pop-title a {
    color: var(--txt);
}

pop-cont {
    background-color: var(--deep);
}

/* table */

.table table {
    color: var(--txt);
}

.table table thead tr {
    background-image: var(--box);
}

.table table th,
.table table td,
.table table tr:hover {
    background-color: transparent !important;
}

.table table tbody tr:nth-child(2n) th,
.table table tbody tr:nth-child(2n) td {
    background-color: var(--deep) !important;
}

.table table th {
    position: static;
    border-right-color: var(--color);
}

/* list */

.list li {
    border-bottom-color: var(--color);
    padding: 10px;
    color: var(--txt);
    display: flex;
    align-items: center;
}

.list li a {
    display: flex;
    align-items: center;
    color: var(--txt);
    width: 100%;
    padding: 0.1rem 0;
}

.list li span {
    text-transform: capitalize;
}

.list li h6:first-child,
.list li span:first-child {
    flex: 1;
}

.list li b {
    color: var(--orange);
}

/*bank*/
.bank {
    padding: 0.2rem 0;
}

.bank em {
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.bank h6 {
    text-align: center;
    color: var(--orange);
    padding-top: 0.2rem;
}

/*reminder*/
reminder {
    background-image: var(--btn);
    border-radius: 0.2rem;
    border-color: var(--color);
    border-width: 2px;
    color: var(--txt);
}

/*statistics*/

.statistics ul {
    display: flex;
    padding: 0.2rem 0;
}

.statistics ul:not(:last-child) {
    border-bottom: 1px var(--color) solid;
}

.statistics ul li {
    flex: 1;
    text-align: center;
}

.statistics ul li span {
    text-transform: capitalize;
    color: var(--color);
}

.statistics ul li h5 {
    color: var(--txt);
    padding: 0.1rem 0;
}

.statistics ul li a {
    color: var(--orange);
    text-transform: capitalize;
}

/*promotion*/

.promotion ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4.2rem;
    margin: 40px;
}

.promotion ul li {
    margin-bottom: 0.1rem;
}

.Promo-container .promotion {
    margin-left: 10px;
}

.promotion ul li em {
    display: block;
    border-radius: 0.1rem;
    overflow: hidden;
}

.promotion .promo_group_body {
    margin-bottom: 55px;
}

.promotion ul li h6 {
    color: var(--txt);
    text-align: center;
    padding: 0.15rem 0;
}

/*article*/
article {
    color: var(--txt);
}

article a {
    color: var(--orange);
}

.article-title {
    padding: 0.2rem 0;
}

.article-title h3 {
    color: var(--txt);
    text-align: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px var(--color) solid;
    margin-bottom: 10px;
}

.article-title span {
    color: var(--color);
    display: block;
    text-align: center;
}

/*inventory*/
.inventory {
    background: url(../../images/theme7/gold/game.jpg) center top no-repeat,
        url(../../images/theme7/gold/foot.jpg) center bottom no-repeat;
    min-height: 100vh;
}

/*level*/
.level {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.2rem;
    padding: 0.2rem 0;
}

.level li {
    text-align: center;
}

.level li a {
    display: block;
    background-color: var(--deep);
    border-radius: 0.1rem;
    padding: 0.2rem;
}

.level li a i {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: auto;
}

.level li a h5 {
    color: var(--txt);
    padding: 0.1rem 0;
    text-transform: uppercase;
}

.level li a span {
    color: var(--color);
}

@media (min-width: 768px) {
    space {
        height: 100px;
    }

    /* ico */
    .ico {
        font-size: 40px;
    }

    /* btn */
    .btn {
        font-size: 16px;
        height: 60px;
    }

    .btn-med {
        height: 50px;
        font-size: 14px;
    }

    /* info */
    .info-bet i {
        width: 30px;
        height: 30px;
    }

    .info-bet b {
        font-size: 18px;
    }

    .info-bet a {
        font-size: 30px;
    }

    /*login*/
    .login-form h3 {
        font-size: 24px;
    }

    .login-form li i {
        font-size: 24px;
    }

    .login-forgot {
        font-size: 16px;
    }

    .login-bottom {
        max-width: 640px;
    }

    /* form */
    .form li input,
    .form li .input,
    .form li .select,
    .form li select {
        flex: 1;
    }

    .form li .code {
        font-size: 14px;
        margin-left: 0;
    }

    /* page */
    page a {
        display: none !important;
    }

    page a.ico {
        font-size: 24px;
        display: block !important;
    }

    /* list */
    .list li a {
        padding: 0;
    }
}

/*head*/
.head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    height: 120px;
    position: relative;
    z-index: 3;
}

.head-cont {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 54px;
}

.head-cont .return {
    background-image: var(--btn);
    border: 2px var(--color) solid;
    border-radius: 100%;
    color: var(--txt);
    display: flex;
    align-items: center;
    font-size: 30px;
    width: 50px;
    height: 50px;
}

.head-cont h1 {
    height: 80px;
    position: static;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.head-cont h1 img {
    height: 50%;
    width: auto;
    display: block;
    margin: auto;
}

.head-cont hop>a {
    width: 36px;
    height: 36px;
}

.head-info {
    display: flex;
    align-items: center;
}

.head-info em {
    width: 50px;
    height: 50px;
}

.head-info-cont {
    padding: 0 20px;
}

.head-info-cont h6 {
    text-transform: inherit;
    color: var(--txt);
}

.head-info-cont span {
    color: var(--color);
}

.head-bet {
    border: 2px var(--color) solid;
    border-radius: 100px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.head-bet i {
    width: 30px;
    height: 30px;
    display: block;
}

.head-bet b {
    color: var(--orange);
    padding: 0 10px 0 20px;
}

.head-bet a {
    font-size: 24px;
    color: var(--txt);
}

/* notice */
notice {
    color: var(--txt);
    /* border: 2px var(--color) solid; */
    border-radius: 100px;
    padding: 0px;
    /* margin-top: 30px; */
    margin: 0 auto;
    width: 87%;
    position: relative;
    top: 15px;
}

.bullet_ {
    margin-top: 20px;
}

notice marquee a {
    color: var(--txt);
}

notice .ico {
    color: var(--txt);
    font-size: 30px;
}

/*playing*/

.playing .gallery-thumb {
    background-image: var(--box);
}

.playing .gallery-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, transparent, var(--txt), transparent);
    content: "";
}

.playing .gallery-thumb .swiper-slide {
    text-align: center;
    padding: 15px 0;
    height: auto;
}

.playing .gallery-thumb .swiper-slide i {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}

.playing .gallery-thumb .swiper-slide b {
    color: var(--txt);
    padding-top: 5px;
    display: block;
}

.playing .gallery-thumb .swiper-slide-thumb-active {
    background-image: var(--lg);
    border: 1px var(--txt) solid;
}

.playing .gallery-thumb .swiper-button-next,
.playing .gallery-thumb .swiper-button-prev {
    color: var(--txt);
    display: none;
}

/*banner*/
.banner {
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}

/*game*/
.game {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0;
}

.game li a {
    display: block;
    position: relative;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px var(--color) solid;
}

.game li a i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition-duration: 0.3s;
}

.game li a:hover {
    border-color: var(--txt);
}

.game li a:hover i {
    transform: rotateX(360deg);
}

/*other*/
.other {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 50px 0 100px;
}

.other li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.other li a:hover {
    transform: translateY(-10px);
}

/*head*/
.head {
    display: block;
    align-items: center;
    padding: 0;
    height: auto;
}

.head-cont {
    padding: 0.2rem 0;
}

.head-cont:first-child {
    border-bottom: 1px var(--color) solid;
}

.head-cont .return {
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
}

.head-cont h1 {
    width: auto;
    height: 0.8rem;
    position: static;
}

.head-info em {
    width: 0.6rem;
    height: 0.6rem;
}

.head-info-cont {
    padding: 0 0.1rem;
}

.head-bet {
    padding: 0.05rem 0.1rem;
}

.head-bet i {
    width: 0.4rem;
    height: 0.4rem;
}

.head-bet b {
    padding: 0 0.1rem 0 0.2rem;
}

.head-bet a {
    font-size: 0.3rem;
}

/* notice */
notice {
    padding: 0.05rem;
    width: auto;
    margin-left: 0.1rem;
}

notice .ico {
    font-size: 0.3rem;
}

/*playing*/
.playing .gallery-thumb .swiper-slide {
    padding: 0.1rem 0;
}

.playing .gallery-thumb .swiper-slide i {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}

.playing .gallery-thumb .swiper-slide b {
    color: var(--txt);
    padding-top: 5px;
    display: block;
}

.playing .gallery-thumb .swiper-slide-thumb-active {
    background-image: var(--lg);
    border: 1px var(--txt) solid;
}

.playing .gallery-thumb .swiper-button-next,
.playing .gallery-thumb .swiper-button-prev {
    color: var(--txt);
    display: none;
}

/*banner*/
/* .banner {
    margin: 0.2rem 0;
} */

/*game*/
/* .game {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.1rem;
    padding: 0.2rem 0;
}

.game li a {
    height: 1.5rem;
    border-radius: 0.1rem;
}

.game li a i {
    padding: 0.1rem;
} */

/*other*/
.other {
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
    padding: 0.5rem 0 1rem;
}

/* blue */
body.blue {
    --color: #294c90;
    --deep: #08162e;
    --txt: #80bbff;
    --orange: #ffba00;
    --btn: radial-gradient(#5ea9ff, #0045a2);
    --box: radial-gradient(rgba(28, 45, 77, 0.9), rgba(1, 12, 36, 0.9));
    --lg: radial-gradient(#ffc948, #d87700);
    --lg-90: linear-gradient(90deg, #2172d0, #50aeff, #164881, #3f87ea);
    --reward-bg-opacity: rgba(48, 33, 117, 0.3);
    --reward-border: #08162e;
}

body.blue .user {
    background-image: url(../../images/theme7/blue/bg.jpg);
}

body.blue .btn {
    border-width: 0;
    color: white;
}

body.blue .btn::before {
    background-image: url(../../images/theme7/blue/btn.png);
}

body.blue .btn-empty {
    border-width: 2px;
    border-color: var(--color);
    color: var(--txt);
}

body.blue .navigation li a i {
    border-color: var(--color);
    color: white;
}

body.blue nav {
    background-image: url(../images/theme13/blue/bar.png);
}

body.blue nav li:nth-child(2) a {
    background-image: url(../../images/theme7/blue/bar.svg);
    color: white;
}

body.blue .inventory {
    background: url(../../images/theme7/blue/game.jpg) center top no-repeat,
        url(../../images/theme7/blue/foot.jpg) center bottom no-repeat;
}

body.blue .playing .gallery-thumb .swiper-slide-thumb-active {
    border: 0;
}

body.blue .head-info-cont span,
body.blue .level li a span {
    color: var(--txt);
}

body.blue hop a i,
body.blue .info-txt h5,
body.blue .data li h5,
body.blue .statistics ul li h5,
body.blue .level li a h5,
body.blue .title h3,
body.blue article,
body.blue .article-title h3,
body.blue .head-cont .return,
body.blue .head-info-cont h6,
body.blue .playing .gallery-thumb .swiper-slide b,
body.blue name a.ico,
hop>a {
    color: white;
}

/* red */
body[color="red"],
body.red {
    --color: #7c1717;
    --deep: #2e0808;
    --txt: #fdf1bc;
    --orange: #ffba00;
    --btn: radial-gradient(#ff5e5e, #a20000);
    --box: radial-gradient(rgba(77, 28, 28, 0.9), rgba(36, 1, 1, 0.9));
    --lg: radial-gradient(#ffc948, #d87700);
    --lg-90: linear-gradient(90deg, #d02121, #ff5050, #811616, #ea3f3f);
    --reward-bg-opacity: rgba(73, 0, 0, 0.3);
    --reward-border: #2e0808;
}

body[color="red"] .user,
body.red .user {
    background-image: url(../../images/theme7/red/bg.jpg);
}

body[color="red"] .btn,
body.red .btn {
    border-width: 0;
}

body[color="red"] .btn::before,
body.red .btn::before {
    background-image: url(../../images/theme7/red/btn.png);
}

body[color="red"] .btn-empty,
body.red .btn-empty {
    border-width: 2px;
    border-color: var(--color);
}

body[color="red"] .navigation li a i,
body.red .navigation li a i {
    border-color: var(--color);
}

body[color="red"] nav,
body.red nav {
    background-image: url(../images/theme13/red/bar.png);
}

body[color="red"] nav li:nth-child(2) a,
body.red nav li:nth-child(2) a {
    background-image: url(../../images/theme7/red/bar.svg);
}

body[color="red"] .inventory,
body.red .inventory {
    background: url(../../images/theme7/red/game.jpg) center top no-repeat,
        url(../../images/theme7/red/foot.jpg) center bottom no-repeat;
}

body[color="red"] .playing .gallery-thumb .swiper-slide-thumb-active,
body.red .playing .gallery-thumb .swiper-slide-thumb-active {
    border: 0;
}

body[color="red"] .info,
body.red .info,
body[color="red"] .data,
body.red .data {
    border-color: var(--color);
}

body[color="red"] .head-info-cont span,
body.red .head-info-cont span,
body[color="red"] .level li a span,
body.red .level li a span,
body[color="red"] .info-txt h5,
body.red .info-txt h5 {
    color: var(--txt);
}

/* green */
body.green {
    --color: #097b34;
    --deep: #03190c;
    --txt: #fffbd1;
    --orange: #ffba00;
    --btn: radial-gradient(#7df09c, #00740d);
    --box: radial-gradient(rgba(28, 77, 41, 0.9), rgba(1, 36, 16, 0.9));
    --lg: radial-gradient(#ffc948, #d87700);
    --lg-90: linear-gradient(90deg, #24a551, #50d35b, #279037, #2ec456);
    --reward-bg-opacity: rgba(0, 73, 33, 0.3);
    --reward-border: #03190c;
}

body.green .user {
    background-image: url(../../images/theme7/green/bg.jpg);
}

body.green .btn {
    border-width: 0;
}

body.green .btn::before {
    background-image: url(../../images/theme7/green/btn.png);
}

body.green .btn-empty {
    border-width: 2px;
    border-color: var(--color);
}

body.green .navigation li a i {
    border-color: var(--color);
}

body.green nav {
    background-image: url(../images/theme13/green/bar.png);
}

body.green nav li:nth-child(2) a {
    background-image: url(../../images/theme7/green/bar.svg);
}

body.green .inventory {
    background: url(../../images/theme7/green/game.jpg) center top no-repeat,
        url(../../images/theme7/green/foot.jpg) center bottom no-repeat;
}

body.green .playing .gallery-thumb .swiper-slide-thumb-active {
    border: 0;
}

body.green .info,
body.green .data {
    border-color: var(--color);
}

body.green .head-info-cont span,
body.green .level li a span,
body.green .info-txt h5 {
    color: var(--txt);
}

/* sapphire */
body.sapphire {
    --color: #4827a2;
    --deep: #0d0319;
    --txt: #fff5eb;
    --orange: #ffa700;
    --btn: radial-gradient(#a97df0, #120074);
    --box: radial-gradient(rgba(47, 28, 77, 0.9), rgba(13, 1, 36, 0.9));
    --lg: radial-gradient(#ffc948, #d87700);
    --lg-90: linear-gradient(90deg, #5624a5, #ba50d3, #432790, #7f2ec4);
    --reward-bg-opacity: rgba(38, 0, 73, 0.3);
    --reward-border: #0d0319;
}

body.sapphire .user {
    background-image: url(../../images/theme7/sapphire/bg.jpg);
}

body.sapphire .btn {
    border-width: 0;
}

body.sapphire .btn::before {
    background-image: url(../../images/theme7/sapphire/btn.png);
}

body.sapphire .btn-empty {
    border-width: 2px;
    border-color: var(--color);
}

body.sapphire .navigation li a i {
    border-color: var(--color);
}

body.sapphire nav {
    background-image: url(../images/theme13/sapphire/bar.png);
}

body.sapphire nav li:nth-child(2) a {
    background-image: url(../images/theme13/sapphire/bar.svg);
}

body.sapphire .inventory {
    background: url(../../images/theme7/sapphire/game.jpg) center top no-repeat,
        url(../../images/theme7/sapphire/foot.jpg) center bottom no-repeat;
}

body.sapphire .playing .gallery-thumb .swiper-slide-thumb-active {
    border: 0;
}

body.sapphire .info,
body.sapphire .data {
    border-color: var(--color);
}

body.sapphire .head-info-cont span,
body.sapphire .level li a span,
body.sapphire .info-txt h5 {
    color: var(--txt);
}

/* fafa188th */

.gallery-top .swiper-wrapper .swiper-slide {
    width: 378px;
    margin-right: 10px;
}

.main .head {
    height: auto;
    margin-bottom: 12px;
}

.lb-msg {
    color: red;
}

/* Deposit */
.custom-depo-bank-wrapper {
    .center-tab {
        padding: 0;

        a:focus {
            box-shadow: none;
        }
    }

    .btn-depo-amt-wrapper {
        .btn-depo-amt {
            display: flex;
            justify-content: center;
            align-items: center;

            &.active {
                span {
                    background-color: var(--color);
                    background-image: var(--color-orange-lg);
                }
            }

            span {
                width: 100%;
                height: 100%;
                background-color: var(--deep);
                color: var(--fff);
                text-align: center;
                font-size: 0.9rem;
                border-radius: 0.35rem;
                padding: 0.25rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;

                @media (max-width: 375px) {
                    font-size: 0.75rem;
                    padding: 0.25rem 0;
                }
            }
        }
    }

    .depo_img {
        label {
            background-color: var(--deep);
            border-color: #ced4da;

            span {
                color: var(--fff);
            }
        }
    }

    .depo_img_text {
        font-size: 0.9rem;
    }

    form {
        .btn.gradient {
            padding: 0.25rem 1rem;
        }
    }
}

.copy-bank-details-wrapper {
    width: 100%;
    padding: 0.3rem;
    border: 1px solid var(--color);
    border-radius: 0.5rem;
    margin-top: 0.3rem;

    .copy-bank-details-info {
        display: flex;
        align-items: center;
    }

    .btn-copy-bank {
        background-color: var(--color);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.1rem 0.2rem;
        border-radius: 0.25rem;
        height: 100%;
        color: var(--fff);
    }
}

.custom-depo-bank-wrapper {
    .custom-depo-bank {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.1rem;

        .custom-depo-selected-bank {
            border-radius: 0.2rem;
            overflow: hidden;
            position: relative;
            background-color: var(--block);
            border: 2px transparent solid;

            .ico {
                color: var(--fff);
                font-size: 0.4rem;
                background-color: var(--red);
                position: absolute;
                right: 0;
                border-radius: 0 0 0 1rem;
                width: 0.5rem;
                height: 0.5rem;
                z-index: 1;
                opacity: 0;
            }
        }

        &.active {
            .custom-depo-selected-bank {
                border-color: var(--red);

                .ico {
                    opacity: 1;
                }
            }
        }

        span {
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
        }
    }
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.animated {
    overflow: hidden;
    flex-direction: column;
}

.main {
    max-width: 1200px !important;
}

.main,
.mobile {
    width: 100%;
    margin: auto;
    position: relative;
}

.main .center-tab {
    gap: 5px;
    padding: 0;
}

.center-tab {
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 140px !important;
    margin: 0 auto;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.center-tab a.active,
.center-tab a:hover {
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--color);
    color: #fff;
}

.center-tab a.active,
.center-tab a:hover {
    background: #cb0e01;
    color: #fff;
    background-clip: content-box;
}

.center-tab a:hover {
    transform: translateY(5px);
}

.center-tab a {
    background: #f4f4f4;
    padding: 0;
    font-size: 1em;
    color: #000;
    text-decoration: none;
    text-align: center;
    flex: 1 1 calc(50% - 6px);
    background-clip: content-box;
    border: 3px rgba(0, 0, 0, 0) solid;
    height: 45px;
    line-height: 39px;
    border-radius: 6px;
}

.center-table table {
    width: 100%;
}

main.center .center-table {
    margin-bottom: 10px;
    overflow-x: auto;
}

.main.center .center-tab {
    padding: 0rem;
}

.main.center .center-table {
    margin-bottom: 10px;
    overflow-x: auto;
    padding: 0;
    margin: 0.1rem 0;
}

.center-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 10px 0;
    margin-top: 30px;
}

.center-table table {
    width: 100%;
}

.main.center .center-table td,
.main.center .center-table th {
    color: #000;
}

.main.center .center-table th {
    background-color: var(--color);
    padding: 0rem;
    white-space: nowrap;
}

.center-table td,
.center-table th {
    height: 49px;
    vertical-align: middle;
    text-align: center;
    color: #444;
}

.center-table th {
    background: #eee;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.mb-3,
.my-3 {
    margin-bottom: 0.1rem !important;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.form-group {
    margin-bottom: 0.2rem;
}

p {
    line-height: 180%;
    text-align: justify;
}

.form-control {
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.depo_img a {
    font-size: unset !important;
}

.err-msg-wrapper {
    color: #dc3545;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    text-align: center;
    border-radius: 0.15rem;
    padding: 0.1rem;
    margin-bottom: 0.25rem !important;
}

.d-none {
    display: none !important;
}

.modal-footer {
    display: none;
}

.bank-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 0.25rem;
    margin: 0 auto 0.3rem auto;
    overflow: hidden;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.bank-card img {
    width: 100%;
}

.bank-card-details-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.bank-card-details-wrapper span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    color: #fff;
}

.bank-card-details-wrapper span:not(:first-child) {
    margin-top: 0.1rem;
}

.bank-card.active .bank-card-tick-check-wrapper {
    display: block;
}

.bank-card-tick-check-wrapper {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 30px solid #00aeef;
    border-left: 30px solid rgba(0, 0, 0, 0);
}

.tick-check {
    position: absolute;
    bottom: -25px;
    right: 3px;
    color: #fff;
    font-size: 0.75rem;
}

.bank-card:last-child {
    margin-bottom: 0;
}

.btn-add-bank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

#depoForm,
#withForm,
#depoOnlineForm,
.forgot-wrapper {
    color: var(--txt);
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    background-image: var(--box);
    border: 2px var(--color) solid;
    position: relative;
    overflow: hidden;
    padding: 0.2rem;
}

.btn-depo-amt-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    a {
        width: 100%;
        background-color: var(--deep);
        color: var(--txt);
        text-align: center;
        border-radius: 5px;
        font-size: 0.2rem;
        padding: 5px !important;
    }
}

.wrap-download .download-content .download-close {
    width: 0.3rem !important;
    height: 0.3rem !important;
    padding: 0.03rem !important;
}

.wrap-download .download-content .download-logo {
    width: 0.65rem !important;
    height: 0.65rem !important;
    border-radius: 0.1rem !important;
}

.maintenance-title {
    font-size: 12px !important;
}

.ico-achievement:before {
    content: "";
    background: url("../images/theme13/achievement.png") center/contain no-repeat;
    width: 30% !important;
    height: 60% !important;
}

.g-menu-wrapper .g-menu {
    background-image: linear-gradient(0deg, black, transparent);
}

.g-menu-wrapper space {
    height: 0;
}

.g-wrap input,
.g-wrap select {
    border: 1px solid !important;
}

input,
#datepicker1,
#datepicker2 {
    background-color: transparent !important;
}

.form span,
.form cite,
.form li,
.form li .code,
.form o {
    line-height: 1.5;
}

.hidden {
    display: none;
}

.open {
    display: block !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin-top: 60px;
}

.login.modal {
    z-index: auto;
}

#messageModal {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-image: var(--box);
    border: 2px var(--color) solid;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.contant .modal-content {
    background: transparent;
    border-color: transparent;
    box-shadow: unset;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.text-center {
    text-align: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.p-4 {
    padding: 0.5rem;
}

.mb-4 {
    margin-bottom: 0.5rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgb(0 0 0 / 50%);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

button.close {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.mt-3,
.my-3 {
    margin-top: 0.3rem !important;
}

.popup-banner,
.popup-announcement,
.popup-announcement-content {
    padding: 0.5rem !important;
}

.popup-announcement-content-title {
    margin-bottom: 0.1rem !important;
}

.popup-announcement {
    width: 7rem !important;
}

.popup-banner select,
.popup-announcement select,
.popup-banner input,
.popup-announcement input {
    height: auto;
}

#transferModal.modal {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#transferModal .close {
    top: -0.2rem !important;
    right: -0.2rem !important;
    font-size: 14px !important;
    border: 2px solid #ffb821 !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0.2rem !important;
}

#transferModal .form-btn-transfer,
#transferModal .provider_url {
    height: 42px !important;
    padding: 0.2rem !important;
}

#transferModal .modal-body {
    border-radius: unset !important;
    border: unset !important;
    background-color: unset !important;
    color: #fff;
}

#transferModal .col-6.px-1 {
    padding-right: 0 !important;
}

#messageModal img {
    height: 150px;
    width: auto !important;
}

.btn-add-bank i.ico-add {
    position: absolute;
}

.float-link.float-link-1 img {
    width: 120px;
}

.slots ul.slot-list {
    align-content: flex-start;
}

section.other.footer-logo {
    text-align: center;
    padding: 10px;
}

section.other.footer-logo img {
    width: auto;
    height: 50px;
}

#errMsg,
.err-msg,
.text-dark {
    color: var(--txt) !important;
}

.float-link {
    z-index: 1;
}

.float-link button.btn-close::before {
    display: block;
    content: "x";
    position: absolute;
    right: 10px;
    top: 25px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 100%;
    background: #ffffff;
    color: #000000;
    padding: 0;
}

/* Fix Lottery */
#vnApp space {
    height: auto !important;
}

#vnApp nav {
    display: block !important;
}

#vnApp .v-header-nav {
    background-image: unset !important;
    position: static !important;
}

#vnApp .vh-ul>li>a {
    position: static !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    line-height: 45px;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #555 !important;
    text-transform: capitalize;
    text-align: center;
    background-image: unset !important;
}

.lott_game_4d.table_game input[type="text"],
.lott_game_4d.table_game select {
    border: unset;
}

.lottery-main input {
    height: auto;
}

.custom-amount-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-height: 767px) {
    .login {
        overflow-y: auto;
        height: calc(100% - 125px);
    }

    .login-cont {
        width: 100%;
        height: 100%;
    }
}

.playing .hot-game {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.playing .hot-game a {
    color: var(--txt);
    text-align: center;
}

.playing .hot-game a img {
    border: 2px solid var(--color);
    border-radius: 5px;
    width: 120px;
}

.select

/*, select*/
,
.input {
    /* remove select because effect on register select currency */
    height: auto;
}

.tblBonus td {
    padding: 5px !important;
}

.loading img {
    width: 48px;
}

/* sign bonus */
.checkin-bonus {
    padding: 16px !important;
    line-height: 1.5;

    .sign-list {
        grid-gap: 8px;
        padding: 16px 0;

        li {
            border-radius: 8px;
            padding: 3px;
            height: 56px;

            i {
                height: 48px;
            }
        }
    }

    ul {
        li {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }
}

/*mission*/
ul.mission .w-100 {
    width: 100%;
}

.ico-fluent-coin {
    background-image: url(../../images/855test/ico/coin_color.svg);
    background-repeat: no-repeat;
}

.mission-title {
    padding: 15px 0;
}

ul.mission {
    margin: 0;
    padding: 0;
}

.mission li {
    margin-bottom: 10px;
    transition-duration: 0s;
    list-style: none;
}

.mission li a {
    display: block;
    background-color: white;
    box-shadow: var(--shadow);
    border-radius: 8px;
    text-decoration: none;
}

.mission-cont {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom-width: 1px;
}

.mission-cont em {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    display: block;
}

.mission-cont h5 {
    flex: 1;
    text-transform: uppercase;
    color: #333 !important;
}

.mission-cont h5 span {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

.mission-info {
    display: flex;
    align-items: center;
    padding: 10px;
}

.mission-info em {
    flex: 1;
    text-transform: capitalize;
    color: #000;
}

.mission-info .progress {
    height: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    border-radius: 8px;
}

.mission-info .progress .progress-bar {
    background-color: var(--color);
    height: 100%;
}

.mission-info span {
    margin-left: 10px;
    color: #000;
}

.mission {
    .progress {
        line-height: 1.5;

        span {
            margin-left: 10px;
        }

        progress {
            width: 100%;
            flex: 1;
            margin-top: 10px;
        }
    }
}

.vip-grade em {
    display: block;
    text-align: center;
    font-style: normal;
}

.vip-grade .vip-grade-title {
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color);
    text-shadow: 2px 2px 2px var(--color);
}

.vip-grade .progress {
    height: 8px;
    margin-bottom: 16px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 12px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.vip-grade .progress-bar {
    background-color: var(--color);
}

.vip-buy li {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}

.vip-buy li span {
    text-transform: capitalize;
    max-width: 50%;
}

.vip-buy u {
    flex: 1;
}

.vip-buy b {
    padding: 8px;
    border: 2px solid;
    color: var(--orange);
    text-transform: uppercase;
    margin-left: auto;
    text-align: center;
}

.vip-buy a {
    width: 100%;
    margin: 10px 0;
    padding: 4px;
}

.vip-buy a:hover {
    color: var(--color);
}

.vip-list .table {
    color: inherit;
    overflow-x: auto;
}

.vip-list table {
    min-width: 112px;
    overflow: auto;
    color: inherit;
}

.vip-list table thead th {
    border-bottom: 0;
}

.vip-list table thead td {
    white-space: nowrap;
    color: inherit;
}

.vip-list table .ico {
    font-size: 19px;
}

.vip-list .table td,
.vip-list .table th {
    padding: 8px;
    color: inherit;
}

.vip-list h4 {
    text-align: center;
    padding: 3px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.vip-list td {
    width: 15%;
}

.vip-info {
    padding: 8px 0;
}

.vip-info fold tt {
    display: flex;
    padding: 8px;
    cursor: pointer;
}

.vip-info fold tt h3 {
    flex: 1;
}

.vip-info fold tt .ico {
    font-size: 24px;
    margin-left: auto;
    margin-right: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-info aside {
    padding: 0 8px;
}

.vip-info {
    fold aside {
        display: none;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .anime-fade-in {
        animation-name: anime-fade-in;
    }

    @keyframes anime-fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    fold tt.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

.btn[data-sheet-popup="promo"] {
    line-height: 1.5;
}

#btnPromoConfirm {
    padding-top: 0;
    padding-bottom: 0;
}

.main .center {
    height: 120%;
    background-image: var(--box);
    margin-top: 25px;
    border-radius: 25px;
    margin-left: 260px;
    padding: 25px;
    margin: 0 auto;
}

.file-input-wrapper input,
select {
    background: none !important;
    border: none !important;
    border-radius: 1.1rem !important;
    color: var(--txt);
}

.file-input-wrapper div {
    background: #102e24;
}

input,
select {
    background: var(--deep) !important;
    border: 2px var(--color) solid;
    border-radius: 1.1rem !important;
    color: var(--txt);
}

#imgTemp {
    color: gray;
    margin-left: -20px;
}

.icon-container {
    background-image: none !important;
    background-color: var(--deep) !important;
    color: var(--txt) !important;
    font-weight: bold !important;
    border: none !important;
}

.file-input-wrapper {
    display: block !important;
}

.btn-file-input {
    z-index: 1 !important;
    margin-left: 10px !important;
    margin-top: 9px !important;
}

.center .center-contant fr {
    margin-top: 455px;
}

.depo_type {
    margin-top: 15px;
}

#amounts,
#bankaccber_to,
#bankaccname_to {
    margin-top: 10px;
}

.radioin-sen {
    margin-bottom: 20px;
}

.center-form-select #promotion {
    margin-top: 10px;
    margin-bottom: 10px;
}

#modal_login {
    display: contents !important;
}

#modal_register {
    display: contents !important;
}

.password {
    margin-top: 4px !important;
}

.anime-fade-in .center {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    margin-top: auto !important;
    border-radius: 0 !important;
}

/* // #promoPage .btn-promotion, #promoPage .btn-clear{
//     display: inline-flex;
//     width: 130px !important;

//     flex-shrink: 0;
//     border-radius: 5px !important;
// }

// #promoPage .btn-promotion{
//     background-image: var(--lg) !important;
//     height: 70px !important;
//     box-shadow: none !important;
//     margin-right: 5px !important;
// }

// #promoPage .row{
//     display: block !important;
// }

// #pageContainer{
//     height: 100%;
//     overflow-y: auto;
//     background-image: var(--box);
//     margin-top: 25px;
//     border-radius: 25px;
// }

// .promo-container ul{
//     display: grid;
//     grid-template-columns: 1fr 1fr;
//     grid-gap: 0.2rem;
// } */

.Promo-container {
    height: 100%;
    overflow-y: auto;
    background-image: var(--box);
    margin-top: 25px;
    border-radius: 25px;
}

.Promo-container .btn-promotion {
    width: 130px !important;
    display: inline-flex;
    padding: 0.2rem 0.5rem;
    border-radius: 5px !important;
    height: 60px !important;
}

.Promo-container .row {
    display: block !important;
}

.promotion h5 {
    color: rgb(246, 198, 103) !important;
}

.Promo-container #buttonNav {
    margin-left: 315px !important;
}

.Promo-container .title {
    margin-top: 10px;
    margin-bottom: 25px;
}

.form input[type="checkbox"] {
    margin-right: -375px;
    transform: scale(0.5);
}

.check1 {
    margin-left: -370px;
}

#sidebar {
    position: relative !important;
    background-color: white !important;
}

#achievement_data {
    color: var(--color);
}

/* // .center-form.achievement{
//     width: 575px !important;
//     margin-left: 8px !important;
// } */
body .center-form.withdraw .copy_depo {
    right: 0 !important;
    margin-top: -50px !important;
}

.depositfr.dps {
    display: grid;
}

.center-form label {
    padding: 5px 0px;
}

.center-form input {
    margin-bottom: 10px;
}

[data-pages="deposit"] {
    .center-form .depositfr.dps input#amounts {
        width: 42.5%;
    }

    .center-form span {
        width: 20%;
        display: inline-table;
    }

    .depositfr.dps .box_copy #copy1,
    .depositfr.dps .box_copy #copy2 {
        margin-top: 12px !important;
        right: -40px;
        white-space: nowrap;
    }

    .center-form .depositfr.dps label {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .depositfr.dps .box_copy label span {
        width: 20%;
        display: flex;
    }

    .depositfr.dps .box_copy label div {
        width: 42.5%;
    }

    .depositfr.dps .box_copy label {
        display: flex !important;
        width: 100%;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }
}

.center-table #datepicker1,
.center-table #datepicker2 {
    height: 32px !important;
    margin-top: -8px;
}

.item-menter {
    font-family: Kh-Battambang !important;
}

html[lang="cn"] .form input[type="checkbox"],
html[lang="tw"] .form input[type="checkbox"],
html[lang="hk"] .form input[type="checkbox"] {
    margin-left: 65px;
}

html[lang="cn"] .check1,
html[lang="tw"] .check1,
html[lang="hk"] .check1 {
    margin-left: -438px;
}

html[lang="ca"] .form input[type="checkbox"],
html[lang="th"] .form input[type="checkbox"] {
    margin-left: 28px;
}

html[lang="ca"] .check1,
html[lang="th"] .check1 {
    margin-left: -394px;
}

html[lang="id"] .form input[type="checkbox"],
html[lang="ma"] .form input[type="checkbox"],
html[lang="ph"] .form input[type="checkbox"],
html[lang="mm"] .form input[type="checkbox"] {
    margin-left: -46px;
}

html[lang="id"] .check1,
html[lang="ma"] .check1,
html[lang="ph"] .check1,
html[lang="mm"] .check1 {
    margin-left: -326px;
}

html[lang="lo"] .form input[type="checkbox"],
html[lang="hi"] .form input[type="checkbox"] {
    margin-left: -30px;
}

html[lang="lo"] .check1,
html[lang="hi"] .check1 {
    margin-left: -344px;
}

html[lang="bn"] .form input[type="checkbox"] {
    margin-left: -70px;
}

html[lang="bn"] .check1 {
    margin-left: -300px;
}

html[lang="kr"] .form input[type="checkbox"] {
    margin-left: -34px;
}

html[lang="kr"] .check1 {
    margin-left: -345px;
}

html[lang="pt"] .form input[type="checkbox"] {
    margin-left: -110px;
}

html[lang="pt"] .check1 {
    margin-left: -270px;
}

.tblBonus {
    display: contents;
}

.refmain {
    background-color: transparent !important;
}

.refmain span {
    margin-top: 22px !important;
    transform: translateX(50px);
}

#gift-main {
    max-width: 1200px;
    height: max-content;
    margin: 0 auto;
    min-height: 360px;
    height: 100%;
    overflow-y: auto;
    background-image: var(--box);
    margin-top: 25px;
    border-radius: 25px;
}

.rewards-cont {
    border-bottom-width: 0 !important;
}

.icoZz li {
    display: inline;
}

/* slots */

.slots-games .slots-games-items .brand-list {
    border-radius: 8px !important;
    overflow-y: auto !important;
    padding-bottom: 60px !important;
    /* scrollbar-width: none !important; */
    width: 18% !important;
    /* height: calc(100% - 50px) !important; */
    height: 900px !important;
    /* scrollbar-width: thin; */
}

.slots-games .slots-games-items {
    display: flex !important;
    flex-wrap: wrap !important;
}

.slots-games .slots-games-items .slots-games-right {
    width: 78% !important;
    margin-left: 26px;
}

.slots-games .slots-games-items .brand-list li {
    background-image: var(--lg) !important;
    border-radius: 5px !important;
    box-shadow: inset 5px -5px 10px rgba(0, 0, 0, 0.3) !important;
    border: unset !important;
    height: 50px !important;
    font-size: 28px !important;
}

.slots-nav a {
    color: #fff !important;
}

.slot_search_box .search_input {
    background-color: transparent !important;
}

.slots-nav a.active,
.slots-nav a:hover {
    color: #fff !important;
}

.slots-nav a {
    color: #fff !important;
}

.slot_search_box .search_btn {
    border: none !important;
}

.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 90px;
    gap: 100px;
}

.social-icons a img {
    width: 55px;
    height: 55px;
}

.ico.ico-game-key {
    color: #fff !important;
}

.ico.ico-cash-many span {
    color: #fff !important;
}

.center-form span,
.center-form input,
.center-form select,
.center-form #copy1,
.center-form #copy2 {
    color: #fff !important;
}

.center-form #copy1,
.center-form #copy2 {
    margin-top: -50px;
}

.ico.ico-cash-many,
.ico.ico-kabaw,
.contant span,
.contant.ico {
    color: #fff;
}

.navigation li a:hover i::after {
    background-image: var(--lg) !important;
}

body[color="vital"] #v-pills-tab .nav-link:hover {
    background-image: var(--lg) !important;
}

#v-pills-tab .nav-link:hover {
    background-image: var(--lg);
}

nav li .ico:not(.ico-game-key):hover {
    transform: scale(1.2);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

nav li a span:hover {
    color: var(--primary-1) !important;
}

/* hover z*/
body[color="vital"] nav li:nth-child(3) a:hover,
body.vital nav li:nth-child(3) a:hover {
    background-image: url(../images/theme13/green/bar.svg);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.8), 0 0 40px rgba(46, 204, 113, 0.6), 0 0 60px rgba(46, 204, 113, 0.4),
        0 0 80px rgba(46, 204, 113, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/*------------------------------------------------container------------------------------------------------*/
#divBetZone {
    position: relative;
    z-index: 100;
}

canvas {
    transition-duration: unset !important;
}

/*------------------------------------------------forms------------------------------------------------*/
a.link1:link,
a.link1:visited {
    text-decoration: underline;
    line-height: 21px;
}

a.link1:hover,
a.link1:active {
    text-decoration: underline;
    line-height: 21px;
}

#gift-main {
    max-width: 1200px;
    height: max-content;
    margin: 0 auto;
    min-height: 360px;
}

table.main_table,
.main_table_header,
th {
    border: 1px solid #888888 !important;
    color: var(--deep);
    text-align: center;
    vertical-align: middle;
}

.control_table,
.sub-date {
    /* text-align:left; */
    color: #fff !important;
    margin: 10px 0 10px;
}

#txtDateFrom,
#txtDateTo,
#txtClaimId {
    border: 1px solid #888888 !important;
    color: var(--deep) !important;
    width: 100px;
    height: 23px;
    margin-right: 5px;
}

.main_table tr.main_table_header {
    background-color: var(--color);
}

#tblFooter tr td {
    background-color: var(--color);
}

#tblFooter tr td a {
    color: #fff !important;
}

#tblFooter tr td span {
    color: #fff;
}

#tblFooter tr td span span {
    color: #fff;
}

a.link3 {
    display: inline-block;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #888888;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px;
    font-style: normal;
    margin: 0px;
    text-align: center;
    border-radius: 5px;
}

a.link4:link {
    height: 21px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 86px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px;
    font-style: normal;
    margin: 0px;
    text-align: center;
    display: inline-block;
}

a.link4:visited {
    height: 21px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 86px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px;
    font-style: normal;
    margin: 0px;
    text-align: center;
    display: inline-block;
}

a.link4:hover {
    height: 21px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 86px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px;
    font-style: normal;
    margin: 0px;
    text-align: center;
    display: inline-block;
}

a.link4:active {
    height: 21px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 86px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px;
    font-style: normal;
    margin: 0px;
    text-align: center;
    display: inline-block;
}

.title_refresh2 {
    position: absolute;
    right: 8px;
    display: block;
    top: 5px;
    height: 16px;
    width: 16px;
    overflow: hidden;
}

.button_del {
    font-size: 12px;
    font-style: normal;
    height: 21px;
    width: 49px;
    text-decoration: none;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.button1 {
    width: 85px;
    height: 25px;
    text-decoration: none;
    font-size: 13px;
    /* font-weight: bold; */
    /* border: solid 1px #888888; */
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0px;
    font-style: normal;
    padding: 0px;
    background-color: var(--color);
    color: #fff;
    line-height: 2px;
}

.login_txt {
    width: 145px;
    height: 18px;
    vertical-align: middle;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.select1 {
    width: auto;
    height: 22px;
}

.input1 {
    width: 74px;
    vertical-align: middle;
    padding: 0 2px;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    text-decoration: none;
}

.input2 {
    width: 40px;
    color: #000;
    vertical-align: middle;
    padding: 2px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #8888;
    background: #fff;
    height: 25px;
    border-radius: 5px;
    margin: 3px 5px;
    text-align: center;
}

.input3 {
    width: 100px;
    color: #000;
    vertical-align: middle;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 2px 0px;
    text-decoration: none;
}

.input4 {
    font-size: 12px;
    padding: 0 1px;
    width: 180px;
    height: 20px;
}

.lottoInput {
    width: 50px;
    height: 20px;
    vertical-align: middle;
    padding: 2px;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

.betZoneInput {
    height: 22px;
    width: 55px;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

/*---------table------------*/
.main_table {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.main_table th,
.main_table td {
    vertical-align: middle !important;
    color: #333;
}

.main_table td.btop,
.main_table2 td.btop {
    border-top: 1px solid #96afde;
}

#tblMain td:first-of-type,
#tblCreditInfo td:first-of-type,
#tblNews td:first-of-type,
#tblAccountInfo td:first-of-type,
.main_table2 td:first-of-type {
    border-left: 1px solid #96afde;
}

#tblMain tr td,
#tblCreditInfo tr td,
#tblAccountInfo tr td,
.main_table2 tr td,
#tblNews tr td {
    border-bottom: 1px solid #96afde;
    border-right: 1px solid #96afde;
}

#tblLottoDrop td {
    background: #fff;
    line-height: 25px;
}

#tblLottoDrop tr:hover>td {
    background: #ffc;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    width: 450px;
    margin: 0px;
    padding: 0px;
}

.main_table_header {
    text-decoration: none;
    /* font-weight: bold; */
    height: 25px;
    /* font-size: 13px; */
}

.main_table_header2 {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    /* height: 42px; */
}

.main_table_header_dark {
    text-decoration: none;
    font-weight: bold;
    height: 21px;
    font-size: 13px;
}

.main_table_title {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
}

.main_table_foonter {
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
}

.main_table_foonterT {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
}

.main_table_foonterGT {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
}

.main_table_odd,
.main_table_even {
    height: 23px;
}

.control_table {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    /* text-align: left; */
    overflow: hidden;
}

.control_table tbody tr td div {
    color: var(--deep) !important;
}

.control_table input,
.control_table select {
    margin-left: 2px;
    vertical-align: middle;
}

table .main_table_odd td,
.main_table_even td {
    border: 1px solid #888888;
    color: #666;
}

.tablename {
    margin: 10px;
}

.tablename a {
    padding: 2px;
    display: inline-block;
    color: #002b73 !important;
    background-color: var(--yellow);
    cursor: pointer;
    margin-left: 4px;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    height: 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #768fb2;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: normal;
}

#giftList {
    margin: 5px;
}

.left-table {
    /* background: #f2f5f5; */
    margin: 5px !important;
}

.left-table h5 {
    font-size: 15px;
    color: var(--color);
}

.left-table span {
    font-size: 13px;
    color: var(--color);
}

.left-table table {
    padding: 10px 0px;
}

#tblTwoNo {
    background-color: white;
}

#giftTitle {
    color: #000;
    font-size: 20px;
}

.point_ {
    color: #f00;
}

.point_warning {
    color: #f00;
}

.wheel_container {
    display: block;
    width: 95%;
    position: relative;
    margin: 10px;
    display: flex;
    justify-content: center;
}

.wheel_container .turnplate canvas.item {
    width: 100%;
}

.wheel_container .turnplate img.pointer {
    position: absolute;
    width: 29%;
    height: 42%;
    left: 35.6%;
    top: 24.5%;
    cursor: pointer;
}

.head-text {
    font-size: 20px;
    padding: 20px 0 5px 0px;
    text-align: center;
    color: var(--color);
}

.luxury_gift {
    position: absolute;
    width: 220px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 0px 2px 4px -1px #444242;
    top: 70px;
    left: 17px;
}

.luxury_gift h3 {
    padding: 5px;
    font-size: 15px;
}

.luxury_gift h3 {
    padding: 5px;
    font-size: 15px;
}

.luxury_gift img {
    width: 100%;
}

.girl_wheel {
    position: absolute;
    right: 110px;
    bottom: 0;
}

.girl_wheel img {
    width: 150px;
}

.wheel_div {
    width: 500px;
    padding: 10px;
    margin: 0 auto;
    height: 500px;
}

.g-form-check-input {
    margin: 3px 5px 0px 0px;
    width: 16px !important;
    height: 16px !important;
    float: left;
}

.swal2-container {
    position: absolute !important;
}

.swal2-popup .swal2-styled {
    line-height: 20px;
}

#tblTwoNo tbody td {
    border: 1px solid #888888;
    line-height: 25px;
}

.spintxt {
    position: absolute;
    left: 39.5%;
    top: 43.5%;
    font-size: 42px;
    color: white;
    pointer-events: none;
}

.spintxt:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

#left1 {
    background: url(../../images/gift/wheel-bg.webp) center / cover no-repeat !important;
    width: 104% !important;
    margin-left: -15px !important;
    text-align: center;
}

.information {
    text-align: center;
    margin-bottom: 2.3rem;
}

.information .avatar {
    width: 112px;
    height: 112px;
    margin: auto;
}

.avatar {
    border: 2px var(--txt) solid;
}

.avatar {
    border-radius: 100%;
    display: block;
    overflow: hidden;
}

.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.data-items {
    padding: 16px;
    margin-bottom: 30px;
    border-radius: 0.2rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.data-items li {
    flex: 1;
    text-align: center;
}

.data-items li span {
    text-transform: capitalize;

    color: var(--txt);
    margin-bottom: 10px;
    display: block;
}

.data-items li h5 {
    font-size: 18px;
}

.title {
    padding: 18px;
}

.data-items b {
    color: #fb0;
}

.refmain #copy1 {
    margin-top: -1px !important;
}

.btn.gradient.center-submit.submit_all {
    margin-left: 333px !important;
}

.data-info a,
.data-info button,
.data-info input,
.data-info select,
.data-info span,
.data-info img,
.data-info i,
.data-info cite,
.data-info tt,
.data-info em,
.data-info button {
    color: #fff;
}

.updat_k9 {
    color: #fff;
}

.navigation {
    margin-top: 20px;
}

.g-3 {
    margin-right: 50px;
    margin-left: 50px;
}

#approved-modal pop-main {
    margin-top: 260px !important;
    margin-left: 380px !important;
    max-height: 70vh;
    height: 135px;
    border-radius: 20px;
    border: 2px #448f76 solid !important;
    background-color: var(--deep) !important;
    background-image: var(--deep) !important;
    overflow: hidden !important;
}

#approved-modal .close {
    color: #fff !important;
    opacity: 0.7;
    transform: translateX(-15px);
}

#approved-modal .close:hover {
    color: #fff !important;
    opacity: 1;
}

#approved-modal pop-title .close:after {
    content: "" !important;
}

.lead.text-muted {
    color: #000000 !important;
}

#errMsg {
    font-size: 16px;
    line-height: 50px;
}

.err_div {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    color: red !important;
    font-size: 14px;
    margin-left: 10px;
    white-space: nowrap;
}

#sidebar_ach {
    background-color: white !important;
}

.center-table-achievement {
    width: 620px !important;
    float: none !important;
}

#sidebar_ach ul li .s-item {
    color: #fff !important;
}

.center-table-achievement th {
    height: 42px !important;
}

.tip-deposit {
    display: none;
}

.depositfr.dps {
    padding: 0 140px;
}

.center-form.withdraw {
    margin-top: 30px;
}

.promo-select {
    margin-top: 10px;
}

.promo-select .check_promo {
    margin-bottom: 0px !important;
}

#imgTemp {
    margin-bottom: 0px;
}

.depositText {
    margin-left: 175px !important;
    margin-top: 20px;
}

.center-title h3 {
    background-image: var(--deep) !important;
}

.center-form.withdraw .copy_depo {
    margin-top: -50px !important;
}

form[name="form2"] {
    margin-top: 20px;
}

.right.bot {
    background: #fff !important;
}

.right.bot tr {
    background: #fff !important;
}

.tit {
    color: #fff;
}

.num1.hasDatepicker {
    color: #fff !important;
}

.p-4 {
    margin: 0 auto;
}

.center-form.achievement {
    padding: 15px 140px;
}

.game-provider .provider1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.z1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    margin-top: 20px;
    /* background: #f4f4f4; */
}

.footer-pro1 {
    width: 190px !important;
    /* background: var(--color-lg); */

    padding: 5px;
    /* text-align: center; */
    border-radius: 10px 10px 10px 0;
    width: 170px;
    color: #fff !important;
}

.foot-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
}

.foot-link li {
    width: 10%;
}

.foot-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    /* opacity: .5; */
    max-width: 103px;
    flex-wrap: wrap;
}

.foot-link li a img {
    max-width: 90%;
    max-height: 90%;
}

.foot-link li {
    height: 90px;
}

.icg-logo {
    width: 200px;
    left: 0px;
    right: 0px;
    margin: auto;
}

/*  */

.center-info h3,
.center-info p {
    color: #fff;
}

#user_balance {
    color: red;
}

.center-head {
    height: auto;
    padding: 5px;
    overflow: hidden;
}

.center-avtar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: url(/content/design13/images/avtar-bg.png) center no-repeat;
    margin: auto;
}

.center-info,
.center-info p {
    text-align: center;
}

.center-info {
    height: 60px !important;
}

.list a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    margin: 5px 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list a i {
    transition: none;
}

.list a i {
    width: 40px;
    height: 40px;
    background: url(/contentdesign13/images/list-btn.png) right top no-repeat;
    display: block;
    float: right;
}

.center .list a:hover {
    background-color: var(--color) !important;
    color: #fff !important;
    text-decoration: none;
}

.msgnum {
    position: absolute !important;
    background-color: red;
    color: white;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    min-width: 19px;
    text-align: center;
    left: 1px;
    top: 197px;
}

/* affiliate */

.register.affiliate .register-title {
    background: #060d0b !important;
}

.register.affiliate .register-contant .register-contant-select {
    display: flex !important;
    border: none !important;
    background: none !important;
    margin-bottom: 20px;
    gap: 15px;
}

.register.affiliate .register-contant .register-contant label {
    color: #fff;
}

.register.affiliate .register-contant {
    background-image: var(--box);
}

.register.affiliate .register-contant .register-contant-select select {
    color: #fff;
}

.affiliate .register-main {
    width: 640px !important;
}

.register.affiliate .register-contant input {
    border: none !important;
    margin-bottom: 20px !important;
    padding-left: 17px;
}

.register.affiliate .register-contant .affiliate1 {
    margin-bottom: -5px;
}

.register.affiliate .register-contant-select #domain {
    margin-right: 0px !important;
}

.register.affiliate .register-contant .register-contant-code.fr {
    background-color: #3e6f4a;
    border-radius: 5px;
    top: 4px;
    margin-left: 20px;
}

.register.affiliate .register-main {
    background: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.banner.banner-register {
    height: 115%;
}

.register.affiliate .register-title {
    height: 30px !important;
    font-size: 22px !important;
}

.register.affiliate .register-contant button {
    background: var(--lg) !important;
}

.register.affiliate .pass-input input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 12px;
}

/* .pass-input.rel input::placeholder {
    padding-left:10px; 
} */

@media screen and (min-width: 678px) {
    main.main-container .swiper.swiper-banner {
        max-height: 320px !important;
    }
}

.p_game1 {
    background-image: linear-gradient(to left, #01cd09, #006515);
}

.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-style: normal;
}