body,
load {
    background-color: var(--111);
}

body {
    background: var(--bg);
    background-position: center top;
    background-size: auto;
}

.subject {
    max-width: 2200px;
    margin: auto;
}

.clause {
    position: relative;
    padding: 0 400px;
    min-height: 900px;
}

.contant {
    padding: 10px;
    /* min-width: 1200px; */
    margin: 0 auto;
    position: relative;
    top: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    /* right: 4%; */
}

.footer-index {
    margin-bottom: 120px;
    min-height: 100px;
}

.sider {
    width: 400px;
    padding: 0 10px 10px;
    position: absolute;
    background-color: #FFF;
}

.popup_banner {
    z-index: 999999999 !important;
}

.item {
    background-color: var(--000-8);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

/* color */
:root {
    --main-color: #FF0606;
    --bg: #F4F4F4;
    --theme: #0a0a0a;
    --secondary-color: rgb(234 234 234);
    --main-color-haf: #ff06069c;
    --orange: #FF9900;
    --lg: linear-gradient(var(--main-color), #AB000A);
    --lgr: linear-gradient(90deg, #AB000A, var(--main-color));
    --black: #000;
    --white: #FFF;
}

/* ico */
.ico-lang-ca {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/cambodia.svg);
}

.ico-lang-cn {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/china.svg);
}

.ico-lang-en {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/english.svg);
}

.ico-lang-th {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/thailand.svg);
}

.ico-lang-vn {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/vietnam.svg);
}

.ico-lang-mm {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/myanmar.svg);
}

.ico-lang-hk {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/hongkong.svg);
}

.ico-lang-ma {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/malaysia.svg);
}

.ico-lang-jp {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/japan.svg);
}

.ico-lang-kr {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/korea.svg);
}

.ico-lang-id {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/indonesia.svg);
}

.ico-lang-ph {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/philippine.svg);
}

.ico-lang-fr {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/french.svg);
}

.ico-lang-lo {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/lao.svg);
}

.ico-lang-hi {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/india.svg);
}

.ico-lang-pk {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/pakistan.svg);
}

.ico-lang-bn {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/bangladesh.svg);
}

.ico-lang-sg {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/singapore.svg);
}

.ico-lang-tw {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/taiwan.svg);
}

.ico-lang-cd {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/canada.svg);
}

.ico-lang-au {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/australia.svg);
}

.ico-lang-pt {
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/lang/portugal.svg);
}



/* btn */
.btn {
    background-image: url(../../images/gaming/btn.png);
    background-size: 100% 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn span {
    flex: 1;
}

.btn-simple {
    background: var(--theme);
}

.btn-empty {
    color: white;
    border-width: 2px;
    border-radius: 100px;
}

/* head */
.head {
    position: relative;
    z-index: 3;
    /* backdrop-filter: blur(10px) brightness(60%); */
}


.logo {
    width: 300px;
    height: 70px;
    transition-duration: .5s;
    text-align: center;
}

/* .logo:hover {
    transform: rotateY(360deg);
} */

.lang {
    position: absolute;
    right: 15px;
    top: 0;
}

.lang i {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
}

.lang>a {
    margin: 16px 0;
    height: 40px;
}

.lang hop-cont {}

.lang hop-cont a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: var(--222);
    color: white;
    border-color: var(--fff-1);
}

.lang hop-cont a i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.lang hop-cont a.active,
.lang hop-cont a:hover {
    background-color: var(--main-color);
}

/* notice */
notice {
    background-color: #FFF;
    height: 30px;
}

notice marquee,
notice marquee a {
    color: var(--black);
}

notice .ico {
    color: var(--main-color);
}

/* swiper */
.swiper-slide img {
    border-radius: 10px;
}

.light {
    left: 0;
    padding-top: 10px;
}

.soccer {
    right: 0;
    top: 206px;
    padding-top: 10px;
}

.soccer .swiper {
    background-image: url(../../images/gaming/light/3.jpg);
    background-size: cover;
    border-radius: 10px;
    height: 220px;
    padding: 0 10px;
}

.soccer .swiper h3 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-size: 18px;
}

.soccer .swiper-slide {
    height: 130px;
    background-color: var(--fff-9);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.soccer .swiper-slide li {
    flex: 1;
}

.soccer .swiper-slide li em {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
}

.soccer .swiper-slide li span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.soccer .swiper-slide li h4 {
    text-align: center;
    font-size: 20px;
    color: var(--main-color);
    padding: 10px 0;
}

.soccer .swiper-slide li a {
    width: 100%;
    height: 40px;
}

/*step*/
.clause .step,
.clause .step1 {
    left: 0;
    top: 240px;
}

.step img {
    border-radius: 10px;
}

/*info*/
.info {
    right: 0;
    padding-top: 10px;
    /* height: 220px; */
}

.info-login {
    display: flex;
    align-items: center;
}

.info-login aside {
    display: flex;
    align-items: center;
    color: white;
    text-transform: capitalize;
}

.info-login aside span {
    padding: 0 10px;
    margin: 0 10px;
    background-color: var(--fff);
    border-radius: 5px;
    color: var(--333);
    line-height: 25px;
    display: block;
    text-transform: none;
}

.info-logout {}

.info-logout a {}

.info-logout a:last-child {
    margin-left: 10px;
}

.info-cont {
    margin-top: 20px;
}

.info-cont li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.info-cont li span {
    flex: 1;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
}

.info-cont li h4 {
    font-size: 24px;
    color: var(--orange);
}

.info-cont li b {
    color: var(--orange);
}

.info-cont li a {
    height: 40px;
    font-weight: normal;
    margin-left: 10px;
    padding: 0;
    width: 130px;
}

/* transaction */
.transaction {
    left: 0;
    top: 310px;
    height: 180px;
}

.transaction-main {
    border: 2px var(--main-color) solid;
    border-radius: 10px;
    overflow: hidden;
}

.transaction-title {
    padding: 2px;
}

.transaction-title h4 {
    text-transform: uppercase;
    color: var(--main-color);
    flex: 1;
    font-size: 14px;
    padding: 0 5px;
}

.transaction-title aside {
    background-color: var(--main-color);
    color: white;
    text-transform: uppercase;
    padding: 0 5px 2px 10px;
    border-radius: 100px;
}

.transaction-title aside i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    margin-left: 5px;
}

.transaction-cont {
    width: 40%;
    float: left;
}

.transaction-cont:last-child {
    width: 60%;
}

.transaction-cont h5 {
    background-image: var(--lgr);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.transaction-cont ul {
    padding: 5px;
}

.transaction-cont ul li {
    display: flex;
    align-items: center;
    padding: 2px 5px;
    font-size: 12px;
}

.transaction-cont ul li span {
    color: var(--black);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction-cont ul li span:last-child {
    text-align: right;
}

.transaction-cont ul li b {
    color: var(--orange);
    font-weight: normal;
    padding: 0 5px;
}

/* tab */
tab {}

.classify {
    display: flex;
    padding: 10px 0;
}

.classify li {}

.classify li a {
    padding: 0;
    position: relative;
}

.classify li a:hover {
    transform: translateY(-10px);
}

.classify li span {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 60%;
    height: 30%;
    background-color: var(--main-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0;
    transition-duration: .3s;
}

.classify li.active span {
    opacity: 1;
}

.subcategory {
    background-color: var(--secondary-color);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
    cursor: grab;
}

.subcategory.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.subcategory li {
    padding: 2px;
    float: left;
}

.subcategory::-webkit-scrollbar {
    display: none;
}

#slot-game {
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

html:not(.ismobile) #slot-game::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.subcategory li a {
    width: 120px;
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    word-break: break-all;
    background-size: 100% 100%;
}

.subcategory li a:hover,
.subcategory li.active a {
    background-image: url(../../images/gaming/btn.png);
    color: #FFF;
}

.routine {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.routine li {
    margin: 0 5px;
}

.routine li a {
    background-color: var(--333);
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    color: white;
    background-size: 100% 100%;
    border-radius: 5px;
}

.routine li a:hover {
    background-color: var(--222);
}

.routine li.active a {
    background-image: url(../../images/gaming/btn.png);
}

/* list */
.list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.list li {
    border: 0;
}

.list li a {
    display: block;
}

.list li em {
    border: 3px var(--main-color) solid;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.list li cite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-haf);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
}
.maintenance{
    border-radius: .1rem;
}
.list li cite i {
    height: 40px;
    font-size: 12px;
}

.list li span {
    background-color:var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100px;
    color: var(--black);
    text-transform: capitalize;
}

.list li a:hover cite {
    opacity: 1;
}

.list li a:hover span {
    background-image: var(--lg);
}

/* horn */
horn {}

horn {
    margin: 10px;
    border-radius: 3px;
    animation: colour 1s infinite linear;
    padding: 0 6px;
    z-index: 1;
    line-height: 20px;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

@keyframes colour {
    0% {
        background-color: var(--sapphire);
    }

    20% {
        background-color: var(--red);
    }

    40% {
        background-color: var(--yellow);
    }

    60% {
        background-color: var(--green);
    }

    80% {
        background-color: var(--blue);
    }

    100% {
        background-color: var(--sapphire);
    }
}

/* refer */
.refer {
    left: 0;
    top: 488px;
}

.refer img {
    border-radius: 10px;
}

.refer-cont {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    padding: 15px;
}

.refer-cont li {
    width: 50%;
    float: left;
    padding: 5px;
}

.refer-cont a {
    height: 40px;
    font-size: 12px;
    width: 100%;
}

/* recommend */
.recommend {
    left: 0;
    top: 718px;
}

.recommend a {
    margin-bottom: 10px;
    display: block;
    border-radius: 10px;
    border: 2px var(--main-color) solid;
    overflow: hidden;
}

.recommend a:hover {
    transform: translateY(-5px);
}

/* suggest */
.suggest {
    right: 0;
    top: 446px;
}

.suggest li {
    margin-bottom: 10px;
}

.suggest li a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.suggest li a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 40px;
    width: 100px;
    margin: auto;
}

/* title */
.title {
    text-align: left;
    display: flex;
    align-items: center;
    color:  var(--black) !important;
    padding: 30px 0;
}

.title h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.title i {
    margin: 0 10px 0 0;
    font-size: 32px;
}

/* sns */
.sns {
    float: left;
    width: 50%;
}

.sns .title {
    padding: 20px 0;
}

.sns-cont {
    overflow: hidden;
}

.sns-cont li {
    float: left;
    margin: 0 5px 5px 0;
}

.sns-cont li a {
    width: 70px;
    height: 70px;
    display: block;
}

.sns-cont li:hover a {
    transform: rotateY(180deg);
}

/* nav */
nav {
    justify-content: center;
    background-color: transparent;
}

nav::before,
nav::after {
    content: '';
    width: 100vw;
    height: 80px;
    position: absolute;
    bottom: 0;
    background-color: var(--secondary-color);
    z-index: -1;
}

nav::before {
    left: calc(50% + 200px);
}

nav::after {
    right: calc(50% + 200px);
}

nav ul {
    display: flex;
    max-width: 640px;
    width: 100%;
    background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design16/images/gaming/nav/bg-855test-v2.svg);
    background-size: 100% 100%;
    overflow: inherit;
    height: 80px;
}

nav li a {
    color: var(--main-color);
}

nav li:nth-child(3) {
    width: 96px;
    padding: 0;
    margin-top: -40px;
}

nav li:nth-child(3) a {
    width: 96px;
    height: 96px;
    background-image: var(--lg);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav li:nth-child(3) a i {
    background-image: url(../../images/gaming/nav/gift.png);
    width: 80%;
    height: 80%;
    display: block;
    transition-duration: .3s;
}

nav li:nth-child(3) a:hover i {
    transform: rotate(360deg);
}

/* page */
page {
    padding: 50px 0;
}

page a,
page input {
    background-color: var(--222);
    color: white;
    border: 0;
}

page span {
    color: white;
}

page a.active {
    background-image: url(../../images/gaming/btn.png);
    background-size: 100% 100%;
}

/* bonus */
.bonus {
    display: none;
}

.bonus-cont {}

.bonus-cont fold-group {}

.bonus-cont fold-group fold-title {
    border: 0;
    background-size: cover;
    background-position: right center;
    height: 140px;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.bonus-cont fold-group:nth-child(6n+1) fold-title {
    background-image: url(../../images/igaming/bonus/1.jpg);
}

.bonus-cont fold-group:nth-child(6n+2) fold-title {
    background-image: url(../../images/gaming/bonus/2.jpg);
}

.bonus-cont fold-group:nth-child(6n+3) fold-title {
    background-image: url(../../images/gaming/bonus/3.jpg);
}

.bonus-cont fold-group:nth-child(6n+4) fold-title {
    background-image: url(../../images/gaming/bonus/4.jpg);
}

.bonus-cont fold-group:nth-child(6n+5) fold-title {
    background-image: url(../../images/gaming/bonus/5.jpg);
}

.bonus-cont fold-group:nth-child(6n+6) fold-title {
    background-image: url(../../images/gaming/bonus/6.jpg);
}

.bonus-cont fold-title h5 {
    color: white;
    width: 70%;
    font-size: 18px
}

.bonus-cont fold-cont {
    background-color: var(--222);
    color: var(--999);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

/* data */
.data {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.data ul {
    display: flex;
}

.data ul:not(:last-child) {
    border-bottom: 1px var(--fff-2) solid;
}

.data ul li {
    flex: 1;
    text-align: center;
    padding: 10px 0;
}

.data ul li span {
    text-transform: capitalize;
    color:var(--orange);
    margin: 10px 0;
    display: block;
}

.data ul li h5 {
    color: var(--main-color);
    margin: 10px 0;
    text-transform: inherit;
}

/* pop */
pop {
    right: 0;
    left: auto;
    background-color: transparent;
    backdrop-filter: blur(10px) brightness(60%);
}

pop-sider {
    width: 100%;
}

pop-title {
    border: 0;
    background-color: transparent;
}

pop-title a.ico {
    padding: 0;
    margin: 20px;
}

pop-cont {
    background-color: transparent;
    padding: 0 20px;
}

pop[pop="set"],
pop[pop="deposit"],
pop[pop="withdrawal"],
pop[pop="fixed_bank_account"],
pop[pop="with_index_account"],
pop[pop="password"],
pop[pop="download-app"],
pop[pop="contact"] {
    max-width: 600px;
}

pop[pop="chart"],
pop[pop="history"] {
    max-width: 1000px;
}

pop[pop="register"] pop-main,
pop[pop="register-complete"] pop-main,
pop[pop="login"] pop-main {
    max-width: 1000px;
    background-color: var(--000-8);
    border-radius: 20px;
}

/* qrcode  */
#ios_qr_app,
#qr_android {
    text-align: center;
    margin: 5px;
}

/* set */
.set {}

.set .avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 40px;
}

.set-balance {
    display: flex;
    align-items: center;
    background-color: var(--fff-8);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.set-balance i {
    margin: 0 10px 0 0;
    font-size: 32px;
}

.set-balance h4 {
    font-size: 24px;
    color: var(--orange);
}

.set-balance h6 {
    font-size: 18px;
}

.set-list {}

.set-list li:not(:last-child) {
    border-bottom: 1px var(--222) solid;
}

.set-list li a {
    line-height: 50px;
    color: white;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.set-list li a i {
    margin: 0 10px;
}

.set-list li a:hover {
    background-color: var(--222);
}

/* chart */
.chart {}

.chart-group {}

.chart-title {
    padding-bottom: 10px;
}

.chart-title h5 {
    color: white;
    flex: 1;
    text-transform: uppercase;
}

.chart-title a {
    color: var(--main-color);
}

.chart-cont {}

/*article*/
article {
    color: var(--ccc);
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article a {
    color: white;
}

article img {
    border-radius: 10px;
}

/* table */
.table {
    color: white;
}

.table table {}

.table table tbody tr:nth-child(2) th,
.table table tbody tr:nth-child(2) td {
    background-color: var(--222);
}

.table table th,
.table table td {
    background-color: var(--111);
}

/* form */
.form {}

.form li {
    color: white;
}

.form li select,
.form li input {
    border-radius: 5px;
    background-color: var(--333);
    color: white;
}

.form li input,
.form li .input,
.form li .select,
.form li div {
    flex: 1;
    min-width: 0;
}

.form li b {
    color: var(--orange);
}

.form li .btn-submit {
    width: 100%;
    margin: 20px 5px;
}

/*log*/
.log {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.log-state {
    flex: 1;
    margin-right: 20px;
}

.log-cont {
    width: 50%;
    background-color: var(--222);
    padding: 0 20px;
    border-radius: 10px;
}

.log-cont h3 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0;
    font-size: 32px;
    font-weight: normal;
}

.log-ohter {
    margin-bottom: 20px;
}

.log-ohter a {
    color: white;
    text-transform: capitalize;
}

.log-ohter a.btn {
    text-transform: uppercase;
    padding: 0 40px;
}

.log .form li {
    position: relative;
}

.log .form li i {
    position: absolute;
    z-index: 1;
    left: 0;
    color: var(--main-color);
    margin: auto 15px;
    font-size: 30px;
}

.log .form li select,
.log .form li input {
    padding: 0 50px;
}

.log-error {
    padding: .1rem .2rem;
    margin: .1rem .05rem;
    border-radius: 1rem;
}

.log-error {
    color: white;
    padding: 10px 20px;
    background-color: var(--tomato);
    margin: 5px;
    border-radius: 100px;
    text-transform: capitalize;
}

.err_div {
    color: var(--tomato);
    text-align: center;
}

.check-b {
    height: 20px;
    width: 20px;
}

.txt-remember {
    position: absolute;
    left: 30px;
    top: 7px;
}

/*finance*/


.finance .form {
    padding-top: 30px;
}

.finance .amount {
    color: var(--orange);
}

.finance-bet {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.finance-bet a {
    padding: 0;
}

.finance-tip {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

/*contact*/
.contact {}

.contact li a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact li a h5 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    color: white;
}

/*reminder*/
reminder {
    background-color: var(--222);
    border: 0;
    color: var(--666);
}

@media(max-width:1750px) {

    .clause .step,
    .clause .step1,
    .clause .transaction,
    .clause .refer,
    .clause .recommend,
    .clause .light {
        display: none;
    }

    .classify {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        padding: .1rem 0;
    }

    .clause {
        padding: 0;
    }

    .contant {
        min-width: unset;
        right: unset;
        margin-right: 400px;
    }
}

@media(max-width:1200px) {
    body {
        min-width: 1200px;
    }

    .clause {
        padding: unset;
    }

    .clause .sider {
        display: none;
    }

    .contant {
        min-width: unset;
        right: unset;
        margin-right: unset;
    }
}

.brand-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.banner-container-1 {
    overflow: hidden;
}

.slots-games .slots-games-items .brand-list {
    overflow: unset !important;
}

.slots-games .slots-games-items .brand-list li {
    width: 155px !important;
    /* margin: 2px 0 !important; */
    border-radius: unset !important;
    background: var(--333) !important;
    height: 40px !important;
    line-height: 42px;
    border: unset !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    font-size: unset !important;
    border-radius: 5px !important;
    align-items: center;
    justify-content: center !important;
    text-transform: uppercase !important;
    word-break: break-all !important;
    background-size: 100% 100% !important;
    flex-shrink: 0;
    list-style: none;
    display: inline-block;

}

.brand-list::-webkit-scrollbar {
    display: none;
}

body[data-dir="expogaming"] {
    .refer-cont {
        display: none;
    }
}

@media(max-width:640px) {
    body[data-dir="expogaming"] {
        .subject .head.center .logo {
            width: 60px !important;
            height: auto !important;
        }

        .refer-cont {
            display: none;
        }
    }

    .clause .step,
    .clause .step1 {
        top: 10px;
    }

    .slot-game-content {
        padding-top: 10px;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        /* grid-gap: .1rem; */
    }


    body .slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
        width: unset !important;
        height: 132px !important;
    }

    /* slots  */
    .slots-games .slots-games-items .icon-box img {
        width: 40px;
    }

    /* .slots-games .slots-games-items .brand-list li {
        width: 146px !important;
        height: 50px !important;
        line-height: 42px;
        border-radius: 10px !important;
    } */

    body .slots-games .slot_search_box {
        float: unset !important;
        margin-top: unset !important;
    }

    .slots-nav {
        height: unset !important;
    }

    .slot-game-content {
        margin-top: 10px;
    }

    body .slots-nav a:hover {
        border-bottom: unset !important;
        border-top: unset !important;
    }

    .slots-nav a {
        padding: 10px !important;
        display: unset !important;
        float: unset !important;
    }

    .slot_search_box .search_btn {
        left: 170px;
        top: 8px !important;
    }

    /* basic */
    body {
        background-image: none;
        min-width: unset;
    }

    .clause .sider {
        display: block;
    }

    .clause {
        padding: 0;
    }

    .contant {
        padding: .1rem;
        min-width: unset;
        right: unset;
    }

    .sider {
        width: 100%;
        padding: 0 .1rem .1rem;
        backdrop-filter: blur(.1rem) brightness(60%);
        position: inherit;
    }

    .item {
        border-radius: .1rem;
        padding: .2rem;
        margin-bottom: .1rem;
    }

    /* btn */
    .btn {
        border-radius: .1rem;
        font-size: .22rem;
    }

    .btn .ico {
        font-size: .36rem;
    }

    .btn-empty {
        border-radius: 1rem;
    }

    /* head */
    .head {
        /* backdrop-filter: blur(.1rem) brightness(60%); */
    }

    [data-dir="pinas88"] {
        .logo {
            width: 100px !important;
        }
    }

    .logo {
        width: 300px;
        height: auto;
    }

    .lang {
        right: .1rem;
    }

    .lang i {
        width: .5rem;
        height: .5rem;
        display: block;
        border-radius: 100%;
    }

    .lang>a {
        margin: .15rem 0;
        height: .5rem;
        min-width: 0;
    }

    .lang hop-cont a {
        padding: 0 .2rem;
    }

    .lang hop-cont a i {
        margin-right: .1rem;
        width: .4rem;
        height: .4rem;
    }

    /* notice */
    notice {
        height: .4rem;
        padding-right: .1rem;
    }

    /* swiper */
    .swiper-slide img {
        border-radius: .1rem;
    }

    .light {
        padding-top: .1rem;
    }

    .soccer {
        top: auto !important;
        padding-top: .1rem;
    }

    .soccer .swiper {
        border-radius: .1rem;
        height: 3.6rem;
        padding: 0 .1rem;
    }

    .soccer .swiper h3 {
        padding: .4rem;
        font-size: .24rem;
    }

    .soccer .swiper-slide {
        height: 2rem;
        border-radius: .1rem;
        padding: .2rem 0;
    }

    .soccer .swiper-slide li em {
        width: .8rem;
        height: .8rem;
        margin: 0 auto .2rem;
    }

    .soccer .swiper-slide li span {
        font-size: .16rem;
    }

    .soccer .swiper-slide li h4 {
        font-size: .24rem;
        padding: .1rem 0;
    }

    .soccer .swiper-slide li a {
        height: .6rem;
    }

    /*step*/
    .step {
        top: 0;
    }

    .step img {
        border-radius: .1rem;
    }

    /*info*/
    .info {
        padding-top: .1rem;
        height: auto;
    }

    .info-login aside {
        font-size: .22rem;
    }

    .info-login aside span {
        padding: 0 .15rem;
        margin: 0 .1rem;
        border-radius: .05rem;
        line-height: .5rem;
    }

    .info-logout a:last-child {
        margin-left: .1rem;
    }

    .info-cont {
        margin-top: .2rem;
    }

    .info-cont li {
        margin-top: .2rem;
    }

    .info-cont li h4 {
        font-size: .24rem;
    }

    .info-cont li a {
        height: .6rem;
        margin-left: .1rem;
        width: 2rem;
        font-size: .2rem;
    }

    /* transaction */
    .transaction {
        top: 0;
        height: auto;
    }

    .transaction-main {
        border-radius: .1rem;
    }

    .transaction-title {
        padding: .1rem;
    }

    .transaction-title h4 {
        font-size: .22rem;
        padding: 0;
    }

    .transaction-title aside {
        padding: 0 .1rem .05rem .15rem;
        border-radius: 1rem;
    }

    .transaction-title aside i {
        width: .1rem;
        height: .1rem;
        margin-left: .1rem;
    }

    .transaction-cont h5 {
        font-size: .2rem;
        line-height: .5rem;
    }

    .transaction-cont ul {
        padding: .1rem;
    }

    .transaction-cont ul li {
        padding: .1rem;
        font-size: .16rem;
    }

    .transaction-cont ul li b {
        padding: 0 .1rem;
    }

    /* tab */
    .classify {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: .1rem 0;
    }

    .classify li a:hover {
        transform: translateY(0);
    }

    .classify li span {
        font-size: .14rem;
    }

    .subcategory {
        padding: .1rem;
        margin-bottom: .1rem;
        border-radius: .1rem;
    }

    .subcategory li {
        padding: .05rem;
    }

    .subcategory li a {
        border-radius: .05rem;
        height: .6rem;
    }

    .routine {
        padding-bottom: .2rem;
    }

    .routine li {
        margin: 0 .1rem;
    }

    .routine li a {
        height: .7rem;
        line-height: .7rem;
        padding: 0 .5rem;
        border-radius: .1rem;
    }

    /* list */
    .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: .1rem;
        margin-bottom: .4rem;
    }

    .list li em {
        border-radius: .1rem;
        margin-bottom: .1rem;
    }

    .list li cite {
        display: none;
    }

    .list li span {
        height: .5rem;
        border-radius: 1rem;
    }

    /* horn */
    horn {
        margin: .1rem;
        border-radius: .05rem;
        padding: 0 .1rem;
        line-height: .3rem;
        height: .3rem;
        font-size: .16rem;
    }

    /* refer */
    .refer {
        top: 0;
    }

    .refer img {
        border-radius: .1rem;
    }

    .refer-cont {
        padding: .2rem;
    }

    .refer-cont li {
        padding: .05rem;
    }

    .refer-cont a {
        height: .6rem;
        font-size: .16rem;
    }

    /* recommend */
    .recommend {
        top: 0;
    }

    .recommend a {
        margin-bottom: .1rem;
        border-radius: .1rem;
    }

    .recommend a:hover {
        transform: translateY(0);
    }

    /* suggest */
    .suggest {
        top: 0;
    }

    .suggest li {
        margin-bottom: .1rem;
    }

    .suggest li a {
        border-radius: .1rem;
    }

    .suggest li a span {
        bottom: .3rem;
        height: .6rem;
        width: 1.5rem;
    }

    /* title */
    .title {
        padding: .3rem 0;
    }

    .title h3 {
        font-size: .2rem;
    }

    .title i {
        margin: 0 .1rem 0 0;
        font-size: .36rem;
    }

    /* sns */
    .sns {
        width: 100%;
    }

    .sns .title {
        padding: .2rem 0;
    }

    .sns-cont li {
        margin: 0 .1rem .1rem 0;
    }

    .sns-cont li a {
        width: .8rem;
        height: .8rem;
    }

    /* nav */
    nav::before,
    nav::after {
        display: none;
    }

    nav ul {
        height: .8rem;
    }

    nav li:nth-child(3) {
        width: 1rem;
        margin-top: -.4rem;
    }

    nav li:nth-child(3) a {
        width: 1rem;
        height: 1rem;
    }

    /* page */
    page {
        padding: .3rem 0;
    }

    /* bonus */
    .bonus-cont fold-group fold-title {
        height: 1.4rem;
        border-radius: .1rem;
        padding: 0 .2rem;
        margin-bottom: .1rem;
    }

    .bonus-cont fold-title h5 {
        width: 80%;
        font-size: .2rem;
    }

    .bonus-cont fold-cont {
        border-radius: .1rem;
        margin-bottom: .1rem;
        padding: .15rem;
    }

    /* data */
    .data {
        border-radius: .1rem;
        padding: 0 .2rem;
        margin-bottom: .1rem;
    }

    .data ul li {
        padding: .2rem 0;
    }

    .data ul li span {
        margin: .1rem 0;
    }

    .data ul li h5 {
        margin: .1rem 0;
    }

    /* pop */
    pop {
        backdrop-filter: blur(.1rem) brightness(60%);
    }

    pop-title a.ico {
        margin: .2rem;
        font-size: .36rem;
        height: .6rem;
        width: .6rem;
    }

    pop-cont {
        padding: 0 .2rem;
    }

    pop[pop="register"] pop-main,
    pop[pop="login"] pop-main {
        border-radius: .2rem;
    }

    /* set */
    .set .avatar {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 auto .4rem;
    }

    .set-balance {
        padding: .3rem .2rem;
        border-radius: .1rem;
        margin-bottom: .1rem;
    }

    .set-balance i {
        margin: 0 .1rem 0 0;
        font-size: 32px;
    }

    .set-balance h4 {
        font-size: 24px;
    }

    .set-balance h6 {
        font-size: .2rem;
    }

    .set-list li a {
        line-height: .8rem;
    }

    .set-list li a i {
        margin: 0 .1rem;
    }

    /* chart */
    .chart-title {
        padding-bottom: .1rem;
    }

    /*article*/
    article img {
        border-radius: .1rem;
    }

    /* form */
    .form {}

    .form li {
        border: 0;
        padding: .05rem;
    }

    .form li select,
    .form li input {
        border-radius: .1rem;
    }

    .form li .btn-submit {
        margin: .2rem 0;
    }

    .form li .code {
        margin-left: .1rem;
    }

    /*log*/
    .log {
        display: block;
        padding-bottom: .3rem;
    }

    .log-state {
        display: none;
    }

    .log-cont {
        width: 100%;
        padding: 0 .2rem .2rem;
        border-radius: .1rem;
    }

    .log-cont h3 {
        padding: .3rem 0;
        font-size: .36rem;
    }

    .log-ohter {
        margin: 0;
    }

    .log-ohter a.btn {
        padding: 0 .5rem;
        height: .7rem;
        font-size: .2rem;
    }

    .log .form li i {
        margin: auto .1rem;
        font-size: .32rem;
    }

    .log .form li input {
        padding: 0 .5rem;
    }



    /*finance*/
    .finance .form {
        padding-top: .2rem;
    }

    .finance-bet {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: .1rem;
    }

    .finance-tip {
        margin-bottom: .2rem;
        border-radius: .1rem;
    }

    /*contact*/
    .contact li a {
        border-radius: .1rem;
        margin-bottom: .1rem;
    }

    .contact li a h5 {
        padding: 0 .4rem;
    }


    /* .brand-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .brand-list li {
        flex-shrink: 0;
        list-style: none;
        display: inline-block;
    }

    .brand-list::-webkit-scrollbar {
        display: none;
    } */
    .lott-side {
        width: 100% !important;
        overflow: auto !important;
        white-space: nowrap;
        display: flex;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .lott-side a {
        display: inline-block !important;
        float: none !important;
        margin: 0 10px 0 0 !important;
        white-space: nowrap !important;
        border-radius: 20px !important;
        padding: 0 20px;
        font-size: 12px !important;
    }

    .lott-side::-webkit-scrollbar {
        display: none;
    }

    .lott-contant {
        width: 100% !important;

    }

    .lott-contant-tab {
        height: auto !important;
        width: 100% !important;
        overflow: auto !important;
        white-space: nowrap;
        display: flex;
        scroll-behavior: smooth;
        scrollbar-width: none;

    }

    .lott-contant-tab::-webkit-scrollbar {
        display: none;
    }

    .lott-contant-tab a {
        font-size: 12px;
        /* background: #555;
        border-radius: 5px;
        margin: 5px !important; */
    }

    .game-table tr {
        height: 20px !important;
        line-height: 20px !important;
    }

    .game-table th {
        font-size: 12px !important;
    }

    .game-table th span {
        width: 100%;
        padding: 0 15px !important;
        white-space: normal !important;
        text-indent: 0px !important;
        font-weight: normal !important;
        font-size: 11px !important;
    }

    .game-table td {
        min-width: unset !important;
        font-size: 12px !important;
    }

    .game-table input[type="text"] {
        height: 25px !important;
        line-height: 25px !important;
        min-width: unset !important;
        font-size: 11px !important;
        padding: 0 5px !important;
        margin: 5px 0;
        width: calc(100% - 10px) !important;
    }

    .game-zz .sum-tab {
        display: grid !important;
    }

    .lott-contant-tab span {
        white-space: normal !important;
        padding: 0px !important;
    }

    .game-table td span {
        display: flex;
    }

    .game-table input {
        height: auto;
    }

}

.regi-code {
    position: absolute;
    right: 44px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}



/* fixed slot provider  */

.slots-games {
    background: unset !important;
}

.slots-games .slots-games-items {
    padding-top: unset !important;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
    width: 192px !important;
    height: 192px !important;
    margin: 2px !important;
    border: 1px solid var(--tomato) !important;
}

.slot-game-content li .img-box .hover-box>span {
    width: 130px !important;
    height: 35px !important;
    font-size: 14px;
    text-transform: uppercase;
    background: var(--lg) !important;
    background-size: 100% 100%;
    border-radius: 20px !important;
}

.slot-game-content {
    height: calc(60vh);
    overflow-y: scroll;
}

html:not(.ismobile) .slot-game-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.slot-game-content .search_btn {
    background: url(../../images/gaming/search_btn.png) no-repeat !important;
    padding: 15px !important;
    background-size: 100% !important;
    position: absolute !important;
    right: 4px !important;
    top: 3px !important;
    width: 0px !important;
    height: 0px !important;
}

.slot_search_box {
    margin-top: -54px !important;
    margin-right: unset !important;
}

.slot_search_box .search_input {
    height: 38px !important;
    border-radius: 5px !important;
    width: 200px !important;
    border-image-source: linear-gradient(to left, var(--tomato), #FFF) !important;
    border-image-slice: 1 !important;
    border-radius: 0px !important;
    color: var(--tomato) !important;
}

.slots-nav a.active,
.slots-nav a:hover {
    color: var(--tomato) !important;
    border-bottom: 1px solid var(--tomato) !important;
    border-radius: 5px !important;
    border-top: 1px solid var(--tomato) !important;
}

.total_of_slots {
    margin-top: 20px !important;
    color: var(--fff) !important;
}

.slots-games .slots-games-items .slots-games-right {
    padding-top: unset !important;
}

.slots-games .slots-games-items .brand-list li.active,
.slots-games .slots-games-items .brand-list li:hover {
    background-color: var(--main-color) !important;
}

/* end slot  */

/* withdrawal  */
.withdrawal-fom .copy_depo {
    color: var(--main-color);
    transition: color 0.3s;
}


.withdrawal-fom sup {
    padding: 5px;
    color: var(--main-color);
    font-weight: 600;
}


/* end withdrawal  */


/* loading  */

.loader {
    display: inline-block;
    height: 30px
}

.loader>div {
    background: var(--main-color);
    border-radius: 100%;
    box-shadow: 0 0 10px var(--main-color-z-left-btn);
    float: left;
    height: 10px;
    margin: 5px;
    transform: scale(2);
    width: 10px
}

.loader>div:first-child {
    animation: anm-BL-53-move1-7a6cd9fe 1s linear infinite
}

.loader>div:nth-child(2) {
    animation: anm-BL-53-move2-7a6cd9fe 1s linear infinite;
    animation-delay: .2s
}

.loader>div:nth-child(3) {
    animation: anm-BL-53-move3-7a6cd9fe 1s linear infinite;
    animation-delay: .3s
}

.loader>div:nth-child(4) {
    animation: anm-BL-53-move4-7a6cd9fe 1s linear infinite;
    animation-delay: .4s
}

.loader>div:nth-child(5) {
    animation: anm-BL-53-move5-7a6cd9fe 1s linear infinite;
    animation-delay: .5s
}

@keyframes anm-BL-53-move1-7a6cd9fe {
    50% {
        background: var(--main-color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move2-7a6cd9fe {
    50% {
        background: var(--main-color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move3-7a6cd9fe {
    50% {
        background: var(--main-color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move4-7a6cd9fe {
    50% {
        background: var(--main-color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move5-7a6cd9fe {
    50% {
        background: var(--main-color);
        transform: scale(1)
    }
}

/* end loading  */

/* game pop up  */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    border-radius: 8px;
    width: 80%;
    height: 80%;
    max-width: 1300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.close-popup {
    position: absolute;
    top: 1px;
    right: 10px;
    background-image: url('../../images/gaming/close.png');
    padding: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.err_div {
    padding: unset !important;
}

.log-state .txt-text {
    position: relative;
    top: -60px;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
}

.log-state .txt-text span {
    color: #fff;
    line-height: 20px;
    width: 50px;
    display: flex;
    /* padding: 0 40px; */
    justify-content: center;
}

html[lang=ca] .log-state .txt-text span {
    font-size: 11px;
}

.game_page .tab-content:hover img {
    transform: scale(1.1);
}

.game_page .tab-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

[data-dir="spcasino"] {
    @media(max-width:640px) {
        .subject notice {
            position: relative;
            z-index: 1;
            top: 6rem;
        }

        .clause .light {
            margin: 0.5rem 0 0 0;
        }

        .clause .info .info-logout {
            position: relative;
            top: -5.8rem;
        }
    }
}

body[data-dir="855test"] {
    .highlight {
        position: relative;
        box-shadow: inset 0 0 1px 2px #ffffff;
        z-index: 1001 !important;
        border: 3px solid #100f23;
        outline: 2px solid #fff;
        /* background-image: var(--lg); */
        /* border-radius: 10px 0 10px 0 !important; */
        overflow: hidden;
        font-weight: bold;
        padding: 3px 12px !important;
        /* margin-left: 10px; */
        margin: .04rem;
    }

    .skip-btn,
    .next-btn {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        line-height: 18px !important;
    }

    .skip-btn {
        background-color: #2f2d59;
        color: #ffffff;
    }

    .next-btn {
        background-color: #e51177;
        color: white;
        margin: auto;
    }

    .dot.active {
        background-color: #4400ff;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        justify-content: center;
        align-items: center;
        /* z-index: 999 !important; */
    }

    .step p {
        color: #000;
    }

    #modalContent::before {
        content: "" !important;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-bottom-color: white;
    }

    .progress {
        display: flex;
        gap: 5px;
        justify-content: center;
        margin: auto;
        background: unset;
        height: unset !important;
    }

    #modalContent.step-2-pseudo::before {
        content: "" !important;
        position: absolute;
        top: 58px !important;
        left: 106% !important;
        transform: translateX(-50%);
        border: 19px solid transparent;
        border-left-color: white;
    }

    #modalContent.step-3-pseudo::before {
        content: "" !important;
        position: absolute;
        top: 58px !important;
        left: 106% !important;
        transform: translateX(-50%);
        border: 19px solid transparent;
        border-left-color: white;
    }

    .remove-z-index {
        z-index: 9999999 !important;
    }

    @media (max-width: 768px) {

        #modalContent.step-2-pseudo::before {
            content: "" !important;
            position: absolute;
            top: 154px !important;
            left: 76% !important;
            transform: translateX(-50%);
            border: 19px solid transparent;
            border-top-color: white;
        }

        #modalContent.step-3-pseudo::before {
            content: "" !important;
            position: absolute;
            top: 154px !important;
            left: 76% !important;
            transform: translateX(-50%);
            border: 19px solid transparent;
            border-top-color: white;
        }

        #modalContent.step-4-pseudo::before {
            content: "" !important;
            position: absolute;
            top: 1.89rem !important;
            left: 76% !important;
            transform: translateX(-50%);
            border: 19px solid transparent;
            border-top-color: white;
        }

        #modalContent.step-5-pseudo::before {
            content: "" !important;
            position: absolute;
            top: 2.29rem !important;
            left: 50% !important;
            transform: translateX(-50%);
            border: 19px solid transparent;
            border-top-color: white;
        }
    }

    .backdrop-filter-remove .sider {
        backdrop-filter: none !important;
    }

}

.footer-logo-items li a {
    background: var(--white);
}

body[data-dir="expogaming"] {
    .subject .head.center .logo {
        height: 90px;
    }

    .subject .head.center .highlight .logo {
        height: 60px;
    }

    .subject .head.center a {
        height: 70px;
    }

    .register_img {
        width: 35% !important;
    }
}
.account-wrap-register{
    background: var(--black) !important;
}
.account-wrap-register span{
    color: #FFF !important;
}

body .promo-details-body p, body .promo-details-body span{
    color: #000 !important;
}