:root {
    --color: #008BFF;
    --primary-color: var(--color);
    --secondary-color: #F9BC08;
    --third-color: #00223F;
    --bg: #000000;
    --button: #333;
    --menu-bg: #004A5B;
    --color-haf: #0867ff79;
    --orange: #FF9900;
    --lg: linear-gradient(var(--third-color), var(--primary-color));
    --lgr: linear-gradient(90deg, var(--third-color), var(--primary-color));
    --text-color: #FFF;
    --deep: var(--color);
}

body,
load {
    background-color: var(--111);
}

.logo img {
    padding: .1rem;
}

body {
    background: var(--bg) !important;
}

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

.footer-index {
    min-height: 300px;
}

.sider {
    width: 400px;
    padding: 0 10px 10px;
    backdrop-filter: blur(10px) brightness(60%);
    position: absolute;
}

.item {
    background-color: var(--000-8);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

/* ico */
.ico-lang-ca {
    background-image: url(../../images/gaming/lang/cambodia.svg);
}

.ico-lang-cn {
    background-image: url(../../images/gaming/lang/china.svg);
}

.ico-lang-en {
    background-image: url(../../images/gaming/lang/english.svg);
}

.ico-lang-th {
    background-image: url(../../images/gaming/lang/thailand.svg);
}

.ico-lang-vn {
    background-image: url(../../images/gaming/lang/vietnam.svg);
}

.ico-lang-mm {
    background-image: url(../../images/gaming/lang/myanmar.svg);
}

.ico-lang-hk {
    background-image: url(../../images/gaming/lang/hongkong.svg);
}

.ico-lang-ma {
    background-image: url(../../images/gaming/lang/malaysia.svg);
}

.ico-lang-jp {
    background-image: url(../../images/gaming/lang/japan.svg);
}

.ico-lang-kr {
    background-image: url(../../images/gaming/lang/korea.svg);
}

.ico-lang-id {
    background-image: url(../../images/gaming/lang/indonesia.svg);
}

.ico-lang-ph {
    background-image: url(../../images/gaming/lang/philippine.svg);
}

.ico-lang-fr {
    background-image: url(../../images/gaming/lang/french.svg);
}

.ico-lang-lo {
    background-image: url(../../images/gaming/lang/lao.svg);
}

.ico-lang-hi {
    background-image: url(../../images/gaming/lang/india.svg);
}

.ico-lang-pk {
    background-image: url(../../images/gaming/lang/pakistan.svg);
}

.ico-lang-bn {
    background-image: url(../../images/gaming/lang/bangladesh.svg);
}

.ico-lang-sg {
    background-image: url(../../images/gaming/lang/singapore.svg);
}

.ico-lang-tw {
    background-image: url(../../images/gaming/lang/taiwan.svg);
}

.ico-lang-cd {
    background-image: url(../../images/gaming/lang/canada.svg);
}

.ico-lang-au {
    background-image: url(../../images/gaming/lang/australia.svg);
}

.ico-lang-pt {
    background-image: url(../../images/gaming/lang/portugal.svg);
}



/* btn */
.btn {
    background: var(--color);
    background-size: 100% 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn span {
    flex: 1;
}

.btn-empty {
    color: white;
    border-width: 2px;
    border-radius: 100px;
}

/* head */
.head {
    position: relative;
    z-index: 3;
    backdrop-filter: blur(10px) brightness(60%);
    height: 70px;
}

.center-submit {
    background-image: var(--lg) !important;
}

.logo {
    width: 300px;
    height: 90px;
    /* background-image: url(../../images/gaming/ico.svg); */
    transition-duration: .5s;
}

.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(--color);
}

/* notice */
notice {
    background-color: black;
    height: 30px;
}

notice marquee,
notice marquee a {
    color: white;
}

notice .ico {
    color: var(--color);
}

/* swiper */
.swiper-slide img {
    border-radius: 10px;
}

.light {
    left: 0;
    padding-top: 10px;
}

.soccer {
    right: 0;
    top: 220px;
    /* padding-top: 10px; */
}

.soccer .swiper {
    background-image: url(https://855tech-desktop.s3.ap-east-1.amazonaws.com/content/design16/images/gaming/light/fafa4win_1.webp);
    background-size: cover;
    border-radius: 10px;
    height: 220px;
    padding: 0 10px;
}

.soccer .swiper h3 {
    color: var(--color);
    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(--color);
    padding: 10px 0;
}

.soccer .swiper-slide li a {
    width: 100%;
    height: 40px;
}

/*step*/
.step {
    left: 0;
    /* top: 240px; */
    top: 210px;
}

.step img {
    border-radius: 10px;
}

/*info*/
.info {
    right: 0;
    padding-top: 10px;
    height: auto;
}

.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: white;
    text-transform: uppercase;
}

.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: 272px;
    height: 180px;
}

.transaction-main {
    border: 2px var(--color) solid;
    border-radius: 10px;
    overflow: hidden;
}

.transaction-title {
    padding: 2px;
}

.transaction-title h4 {
    text-transform: uppercase;
    color: var(--color);
    flex: 1;
    font-size: 14px;
    padding: 0 5px;
}

.transaction-title aside {
    background-color: var(--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: white;
    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.active {
    animation: mymove 0.3s infinite;
}

@keyframes mymove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

.classify li a {
    padding: 0;
    position: relative;
}

.classify li a:hover {
    transform: translateY(-10px);
}

.classify li.active span {
    opacity: 1;
}

.classify li span {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 60%;
    height: 30%;
    background-color: var(--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 h3 {
    opacity: 1;
    color: white;
    font-weight: bold;
    font-size: 0.15rem !important;
    margin-top: -0.1rem;
}

.classify li h3:hover {
    color: red;
    font-weight: bold;
}

.classify li.active h3 {
    color: red;
}

.subcategory {
    background-color: var(--000-8);
    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 {
    background-color: var(--333);
    color: white;
    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 {
    background-color: var(--222);
}

.subcategory li.active a {
    background: var(--color);
}

.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: var(--color);
}

/* 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(--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(--color-haf);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
}

.list li cite i {
    height: 40px;
    font-size: 12px;
}

.list li span {
    background-color: var(--333);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100px;
    color: white;
    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: 360px;
}
.sider.step1 img{
    border: 2px var(--color) solid;
    border-radius: 10px;
}
.refer img {
    border-radius: 10px;
    transition-duration: .3s;
    border: 2px var(--color) solid;
}

.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%;
}
.sider-soccer{
    margin-top: 10px;
}
/* recommend */
.recommend {
    left: 0;
    top: 592px;
}

.recommend a {
    margin-bottom: 10px;
    display: block;
    border-radius: 10px;
    border: 2px var(--color) solid;
    overflow: hidden;
}

.refer img:hover,
.recommend a:hover {
    transform: translateY(-5px);
}

/* suggest */
.suggest {
    right: 0;
    top: 460px;
}

.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: white;
    padding: 30px 0;
}

.title h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--primary-color);
}

.title i {
    margin: 0 10px 0 0;
    font-size: 32px;
    color: var(--color);
}

/* 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: var(--lg);
    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(../../images/gaming/nav/bg-fafa4win.svg);
    background-size: 100% 100%;
    overflow: inherit;
    height: 80px;
}

nav li a {
    color: var(--fff);
}

nav li:nth-child(3) {
    width: 96px;
    padding: 0;
    margin-top: -40px;
}

nav li:nth-child(3) a {
    width: 96px;
    height: 96px;
    background: var(--color);
    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: var(--color);
    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(--color-haf);
    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(--fff-5);
    margin: 10px 0;
    display: block;
}

.data ul li h5 {
    color: white;
    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="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(--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(--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 .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: 50px !important;
    line-height: 42px;
    border: unset !important;
    border-radius: 10px !important;
    font-weight: normal !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;
}

@media(max-width:640px) {
    html[lang=ca] nav li span {
        font-size: 0.15rem;
    }

    .sns-cont li a img {
        width: .8rem !important;
        height: .8rem !important;
    }

    .slot-game-content {
        padding-top: 10px;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        /* grid-gap: .1rem; */
    }

    .sider.step1 {
        top: 4px !important;
    }

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

    /* .footer-index {
        margin-bottom: 6rem !important;
    } */

    .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%);
    }

    .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;
        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 !important;
        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 {
        background-color: var(--222);
        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;
        transition-duration: .3s;
    }

    .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;
    } */

}

.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(100vh - 130px);
    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(--color) !important;
}

/* end slot  */

/* withdrawal  */
.withdrawal-fom .copy_depo {
    color: var(--color);
    transition: color 0.3s;
}


.withdrawal-fom sup {
    padding: 5px;
    color: var(--color);
    font-weight: 600;
}


/* end withdrawal  */


/* loading  */

.loader {
    display: inline-block;
    height: 30px
}

.loader>div {
    background: var(--color);
    border-radius: 100%;
    box-shadow: 0 0 10px var(--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(--color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move2-7a6cd9fe {
    50% {
        background: var(--color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move3-7a6cd9fe {
    50% {
        background: var(--color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move4-7a6cd9fe {
    50% {
        background: var(--color);
        transform: scale(1)
    }
}

@keyframes anm-BL-53-move5-7a6cd9fe {
    50% {
        background: var(--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);
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li,
.game_page .tab-content {
    animation: gameani 1.5s linear infinite
}

@keyframes gameani {
    50% {
        transform: scale(0.90);
    }
}

.game_page .tab-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

.sns-cont li a img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
}

/* show pop up like bromotion  */

/* Basic styling for the popup */
.popup-refer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-refer .popup-content-refer {
    background-color: #000;
    padding: .5rem;
    margin: .1rem;
    border-radius: 5px;
    width: 800px;
    height: auto;
    text-align: center;
    position: relative;
    border: 2px solid var(--color);
    border-radius: 8px;
}

.popup-refer p {
    color: #fff;
}

.popup-refer .close {
    position: absolute;
    top: .1rem;
    right: .15rem;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
}

.popup-refer .close:hover {
    color: var(--color);
}

/* end pop up like promotion  */

#promoPage .btn-default,
#promoPage .btn-clear {
    border-image-source: unset !important;
}

.detail-about-us h1,
.detail-about-us a,
.detail-about-us h2,
.detail-about-us p {
    color: #fff
}

.clause .step,
.clause .step1 {
    top: 120px;
}

.transaction {
    top: 193px
}

.game-table-content .game_1 .title_value {
    color: #fff !important;
    background: var(--lg) !important;
}

.game-table-content .game_1 li a {
    border: 1px var(--primary-color) solid !important;
}

.game-table-content .game_1 .title_value:hover {
    background: var(--primary-color) !important;
}

body table .main_table_odd td,
body .main_table_even td,
body table .main_table td,
body #txtDateFrom,
body #txtDateTo,
body #txtClaimId,
body .control_table,
body .sub-date,
table .main_table_odd td,
.main_table_even td a {
    color: #fff !important;
}

.main_table tbody tr:hover {
    background: var(--primary-color) !important;
}

@media (max-width: 768px) {
    .modal-content.step-2-pseudo {
        top: 2.8rem !important;
    }

    .modal-content.step-5-pseudo {
        top: 4.5rem !important;
    }

    .modal-content.step-4-pseudo {
        top: 2rem !important;
    }

    .sider.suggest.sider-suggest {
        top: auto !important;
    }

    .sider.soccer.sider-soccer {
        top: auto !important;
    }
}

.sider.suggest.sider-suggest {
    top: 300px;
}

.sider.soccer.sider-soccer {
    top: 60px;
}html[lang="ca"] {
    .refer {
        top: 406px;
    }
    .recommend {
        top: 637px;
    }
}