﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #140800;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus, button:focus, button:hover, input:focus, input:hover, select:focus {
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

input:disabled {
    background: #fff;
}

.t-body {
    padding-top: 95px;
}

.max-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
/**Floating Icon Event **/
.floating-left {
    position: fixed;
    left: 5px;
    bottom: 100px;
    z-index: 99;
    max-width: 180px;
    animation: float 1.8s ease-in-out infinite;
}

/** Header **/
.header-sec {
    background: #140800;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    height: 95px;
}

.logo {
    max-width: 20%;
}

.header-menu-wrapper {
    display: flex;
    align-items: center;
}

ul.top-menu.nav li.nav-item {
    margin: 0 15px;
}

ul.top-menu.nav li a.nav-link {
    color: #f1d59b;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
}

    ul.top-menu.nav li a.nav-link i {
        margin-right: 5px;
    }

.dropdown-wrapper {
    position: absolute;
    z-index: 99;
    background: #0e0806;
    min-width: 170px;
    border: 1px solid #edca90;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

ul.top-menu.nav li:hover a.nav-link {
    color: #fff;
}

ul.top-menu.nav li:hover .dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

ul.nav.dropdown-nav {
    flex-direction: column;
}

    ul.nav.dropdown-nav li.dropitem a {
        display: block;
        color: #f1d59b;
        padding: 10px 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

        ul.nav.dropdown-nav li.dropitem a img {
            margin-right: 10px;
        }

        ul.nav.dropdown-nav li.dropitem a:hover {
            background: #271a0d;
            color: #fff;
        }

.top-btn-wrap {
    display: flex;
    align-items: center;
}

button.join-btn {
    background: url("../images/btn-1.png")no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 55px;
    color: #30221a;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 2px;
    margin: 0 2px;
}

button.login-btn {
    background: url("../images/btn-2.png")no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 55px;
    color: #30221a;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 2px;
    margin: 0 2px;
}

.language-wrap {
    position: relative;
    margin-left: 3px;
}

button.language-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
}

button.lang-dropitem {
    max-width: 60px;
    padding: 1px;
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
}

    button.lang-dropitem:hover {
        transform: scale(1.04);
        filter: brightness(1.1);
    }

.micon {
    display: none;
}

.dropdown-menu.language {
    min-width: auto;
    width: 60px;
    padding: 0;
    background: rgb(0,0,0,0.7);
}

button.mobile-menu-btn {
    display: none;
    color: #f1d59b;
    background: none;
    border: none;
    padding: 2px;
    font-size: 26px;
}

.dropdown-wallet {
    position: absolute;
    top: 110%;
    right: 0;
    padding: 0;
    border-radius: 0;
    min-width: 350px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

    .dropdown-wallet.active {
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
    }

button.wallet-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 3px;
    border: none;
    border-radius: 35px;
    min-width: 105px;
    text-transform: uppercase;
    margin: 0 2px;
}

    button.wallet-btn:hover, button.wallet-btn.active {
        filter: brightness(0.8);
    }

.wallet-overview-wrapper {
    border: 1px solid #fbd699;
    background: #0e0806;
    overflow: hidden;
    border-radius: 8px;
    font-size: 13px;
}

.main-wallet {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
}

.table-responsive.wallet {
    max-height: 450px;
    padding-left: 5px;
}

    .table-responsive.wallet::-webkit-scrollbar {
        width: 2px;
        border-radius: 30px;
    }

    .table-responsive.wallet::-webkit-scrollbar-track {
        background: #180600;
    }

    .table-responsive.wallet::-webkit-scrollbar-thumb {
        background: #fbd699;
    }

        .table-responsive.wallet::-webkit-scrollbar-thumb:hover {
            background: #ab8e69;
        }

button.all-btn {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 35px;
    border: none;
    padding: 5px 9px;
    font-size: 11px;
}

    button.all-btn:hover {
        background: #fff;
        color: #1d1200;
    }

table.wallet-table tr td {
    padding: 1px 2px;
}

button.inout-btn {
    background: #fbd699;
    color: #311c13;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 49%;
    padding: 3px 5px;
}

    button.inout-btn.grey {
        background: #fff;
    }

    button.inout-btn:hover {
        filter: brightness(0.8);
    }

.dropdown-menu.dropdown-wallet-wrap {
    background: #0e0806;
    border: 1px solid #edca90;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 14px;
    min-width: 220px;
}

.dpmenu a {
    background: url("../images/mblink-btn.png")no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    text-align: center;
    color: #edca90;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 5px;
    margin: 7px 0;
}

.mdicon img {
    max-height: 38px;
}

.dpmenu a:hover {
    background-color: #1d1200;
}

.acplayer {
    color: #fff;
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 10px;
    text-align: center;
    align-items: center;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.accbtn-wrap {
    display: none;
    margin-left: 7px;
}

button.account-btn {
    background: none;
    border: none;
    font-size: 22px;
    color: #fbd699;
    padding: 3px;
    margin: 0;
}


/** Footer **/
.footer-sec {
    background: #000;
    padding: 15px 0;
}

.seo-wrapper {
    color: #9d9d9d;
    padding-bottom: 20px;
}

.title-1 {
    color: #ebd193;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
}

.title-2 {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
}

.seo-text {
    font-size: 12px;
    column-count: 4;
}

    .seo-text a {
        color: #f1d59b;
    }

        .seo-text a:hover {
            text-decoration: underline;
        }

.footer-link-wrapper {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 13px;
}

ul.nav.link-ft {
    justify-content: space-around;
}

    ul.nav.link-ft li {
        position: relative;
        padding: 0 5px;
    }

        ul.nav.link-ft li a {
            color: #9d9d9d;
        }

            ul.nav.link-ft li a:hover {
                color: #f1d59b;
            }

        ul.nav.link-ft li::after {
            content: '';
            width: 1px;
            height: 12px;
            background: #9d9d9d;
            position: absolute;
            right: -10px;
            top: 2px;
        }

        ul.nav.link-ft li:last-child::after {
            content: none;
        }

.ft-provider-logo {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}

    .ft-provider-logo img {
        margin: 5px 10px;
        filter: grayscale(1);
    }

.ft-btm-wrapper {
    display: grid;
    grid-template-columns: 43% 56%;
    grid-gap: 1%;
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}

.ft-text {
    font-size: 13px;
    font-weight: 600;
    color: #b2b2b2;
    padding: 0 5px;
}

.ft-license-logo img {
    margin: 6px 5px;
    height: 43px;
}

.ft-bank-logo img {
    margin: 6px 5px;
    height: 38px;
}

.copyright {
    text-align: center;
    padding: 10px 0 0;
    font-size: 12px;
    color: #9d9d9d;
}

/** Mobile Bottom Menu **/
.mobile-btm-menu {
    background: url(../images/mb-base.png)no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #b2ab92;
    display: none;
}

.mobile-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 70px;
}

a.mbmenu-link {
    color: #fff;
}

    a.mbmenu-link img {
        height: 34px;
    }

.mbtext {
    margin-top: 3px;
}

a.mbmenu-home {
    background: url(../images/home-round.png)no-repeat;
    background-size: 100%;
    color: #fff;
    margin: -27px auto 0;
    width: 90px;
    height: 90px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
}

.ftmenu-dropdown {
    background: url(../images/mb-base.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 1;
    border-radius: 0;
    margin: 0;
    border: none;
    float: none;
    min-width: auto;
}

    .ftmenu-dropdown.dropdown-menu.show {
        top: -143% !important;
        bottom: 100%;
        transform: none !important;
    }

.ftmenu-dropdown-wrap {
    display: flex;
    justify-content: space-around;
    font-size: 13px;
}

a.ftmenu-item, a.sub-ftmenu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    padding-top: 5px;
}

/** Floating Live Chat **/
@-webkit-keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.contact-float {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 99;
    animation: float 2s ease-in-out infinite;
}

    .contact-float.active {
        animation: none;
    }

.main-ct-img {
    cursor: pointer;
    max-width: 135px;
    transition: 0.2s;
}

    .main-ct-img:hover {
        transform: scale(1.03);
        filter: brightness(1.05);
        transition: 0.2s;
    }

.float-pop {
    position: absolute;
    right: 0;
    bottom: 120px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition-delay: 0.2s;
}

.contact-float.active .float-pop {
    opacity: 1;
    visibility: visible;
    transition: 0.1s;
}

.close-float-wrap {
    text-align: right;
}

button.close-float-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    border: none;
    color: #30221a;
    padding: 2px;
    font-weight: 600;
    font-size: 18px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 0 auto;
}

    button.close-float-btn:hover {
        transform: scale(0.98);
        color: #fff;
    }

.ctfloat-box {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 10px;
    align-items: center;
    min-width: 190px;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 13px;
    margin: 7px 0;
    text-transform: uppercase;
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
}

.cticon {
    text-align: center;
}

    .cticon img {
        height: 40px;
    }

.ctfloat-box a {
    color: #30221a;
}

.ctext-1 {
    font-weight: 700;
}

.ctext-2 {
    color: #fff;
    text-decoration: underline;
}

.ctfloat-box a:hover .ctext-2 {
    color: #000;
}

.contact-float.active .float-pop .ctfloat-box:first-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: ease-in-out 0.1s;
    transition-delay: 0.2s;
}

.contact-float.active .float-pop .ctfloat-box:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: ease-in-out 0.1s;
    transition-delay: 0.15s;
}

.contact-float.active .float-pop .ctfloat-box:nth-child(3) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: ease-in-out 0.1s;
    transition-delay: 0.1s;
}

.contact-float .float-pop .ctfloat-box:first-child {
    transition: ease-in-out 0.1s;
    transition-delay: 0.1s;
}

.contact-float .float-pop .ctfloat-box:nth-child(2) {
    transition: ease-in-out 0.1s;
    transition-delay: 0.15s;
}

.contact-float .float-pop .ctfloat-box:nth-child(3) {
    transition: ease-in-out 0.1s;
    transition-delay: 0.2s;
}

/** Body **/
.annoucement-sec {
    background: #1e1407;
    padding: 5px 0;
}

.horn-icon {
    color: #ffdc95;
}

.notice-wrapper {
    display: grid;
    grid-template-columns: 30px auto;
    font-size: 13px;
}

.home-game-sec {
    background: #140800 url("../images/home/bg_home.jpg")no-repeat top center;
    background-size: 100%;
    padding: 10px 0 20px;
}

.gametab-wrap {
    text-align: center;
    background: url("../images/home/catelog-bg.png")no-repeat;
    background-size: 100% 100%;
    max-width: 1200px;
    height: 200px;
    padding: 0 50px;
    margin: 0 auto;
}

.nav.games-tabs {
    align-items: center;
    justify-content: space-evenly;
    height: 200px;
}

    .nav.games-tabs li .nav-link {
        background: #2f241d;
        border-radius: 15px;
        color: #f1d59b;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
        width: 138px;
        height: 138px;
        padding: 12px 0 5px;
        position: relative;
    }

        .nav.games-tabs li .nav-link.active {
            width: 145px;
            height: 145px;
        }

            .nav.games-tabs li .nav-link.active::before {
                content: '';
                background: url(../images/home/arrow-down.png)no-repeat;
                background-size: 100% 100%;
                width: 80px;
                height: 44px;
                margin: 0 auto;
                position: absolute;
                left: 0;
                right: 0;
                top: -28px;
            }

            .nav.games-tabs li .nav-link.active::after {
                content: '';
                background: url("../images/home/arrow-up.png")no-repeat;
                background-size: 100% 100%;
                width: 80px;
                height: 44px;
                margin: 0 auto;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -28px;
            }

.game-list-wrapper {
    display: grid;
    grid-template-columns: 530px auto;
}

.tab-content.games {
    margin: 15px 0;
}

.ctgame-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-gap: 10px;
    max-height: 517px;
}

.ctg-content {
    max-height: 517px;
    overflow: auto;
}

    .ctg-content::-webkit-scrollbar {
        width: 10px;
    }

    .ctg-content::-webkit-scrollbar-track {
        background: #2f2119;
        border-radius: 30px
    }

    .ctg-content::-webkit-scrollbar-thumb {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        border-radius: 30px;
    }

        .ctg-content::-webkit-scrollbar-thumb:hover {
            background: #907f5b;
        }

.vip-rw-wrapper {
    background: url(../images/home/vip-reward-bg.png)no-repeat;
    background-size: 100% 100%;
    max-width: 1200px;
    padding: 15px 30px 30px;
}

.viprw-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viprw-title {
    font-size: 23px;
    font-weight: 700;
    color: #f1d59b;
    text-transform: uppercase;
}

.viprw-title {
    font-size: 23px;
    font-weight: 700;
    color: #f1d59b;
    text-transform: uppercase;
}

.crown-icon {
    margin-right: 5px;
}

button.vipmore-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #30221a;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    padding: 0 20px;
    border-radius: 35px;
}

.vip-reward-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 23px;
    text-align: center;
    margin-top: 8%;
}

.viprw-box {
    background: url("../images/home/reward-base.png")no-repeat;
    background-size: 100% 100%;
}

.rwimg {
    margin-top: -21%;
}

.vipsubtitle {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    background: -webkit-linear-gradient(#f2d77e, #fef8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 2px #000);
    height: 80px;
}

.viprw-ft {
    background: url(../images/home/rwbtn.png)no-repeat;
    background-size: 100% 100%;
    max-width: 180px;
    height: 45px;
    margin: 0 auto;
    color: #f1d59b;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-login-sec {
    background: #2f1f16;
    text-align: center;
    padding: 1% 0;
    display: none;
}

button.join-mobile-btn {
    background: url(../images/btn-long-1.png)no-repeat;
    background-size: 100% 100%;
    width: 302px;
    height: 80px;
    color: #30221a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 2px;
    margin: 0 2px;
}

    button.join-mobile-btn.login {
        background: url(../images/btn-long-2.png)no-repeat;
        background-size: 100% 100%;
    }

/** Login/ Register Page **/
.loginreg-sec {
    background: url("../images/login-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 30px 0;
}

.login-frame {
    background: rgb(24,6,0,0.8);
    border: 1px solid #ffe3a5;
    border-radius: 15px;
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
    min-height: 550px;
}

.loginform-wrapper {
    max-width: 450px;
}

.reg-title-1 {
    color: #fbd699;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.rgtext {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

a.join-link {
    text-decoration: underline;
    color: #fbd699;
}

    a.join-link:hover {
        color: #fff;
    }

.reg-field-wrap {
    position: relative;
    margin: 5px 0 15px;
}

.inputwrap {
    position: relative;
}

.ficon {
    color: #858585;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 13px;
}

.inputwrap input, .inputwrap select {
    border: none;
    font-weight: 500;
    height: 42px;
    background: #fff;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
}

.login-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 5px;
}

.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check-group label {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
}

    .check-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #fff;
        border-radius: 3px;
        padding: 7px;
        display: inline-block;
        position: relative;
        vertical-align: text-bottom;
        cursor: pointer;
        margin-right: 5px;
        width: 18px;
        height: 19px;
    }

.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

a.forgot-link {
    color: #fff;
}

    a.forgot-link:hover {
        color: #fbd699;
    }

.login-submit-wrap {
    margin-top: 20px;
}

button.reg-submit-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #30221a;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 15px;
    min-width: 200px;
    border-radius: 35px;
}

    button.reg-submit-btn:hover {
        filter: brightness(0.8);
    }

.reg-field-wrap.mobile {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
}

.reg-field-wrap.verify {
    display: grid;
    grid-template-columns: auto 100px;
    grid-gap: 10px;
    align-items: center;
}

.inputwrap.comm input, .inputwrap.comm select {
    padding: 0px 10px;
}

ul.nav-activate {
    text-align: center;
}

    ul.nav-activate li.nav-item {
        width: 30%;
        margin: 0 1%;
    }

        ul.nav-activate li.nav-item a.nav-link {
            background: #180600;
            color: #fbd699;
            border: 1px solid #fbd699;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 13px 5px;
            border-radius: 6px;
        }

            ul.nav-activate li.nav-item a.nav-link.active {
                background: #fbd699;
                color: #180600;
            }

.tac-num-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    max-width: 365px;
    padding-bottom: 15px;
}

input.tacinput {
    height: 70px;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.step-active-wrapper {
    padding: 15px 0;
}

.stepbox {
    display: grid;
    grid-template-columns: 80px auto;
    margin: 5px 0 10px;
    text-align: left;
}

    .stepbox code {
        color: #fff;
        font-style: italic;
        font-size: 15px;
    }

.success-active {
    margin-bottom: 20px;
}

.congz-text {
    color: #fbd699;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.gametop-img {
    text-align: center;
}

.gamevendor-sec {
    padding: 15px 0;
    background: #100201;
}

.innergame-wrapper {
    text-align: center;
}

.gamebox {
    position: relative;
    max-width: 275px;
    margin: 1% auto;
    display: inline-block;
    width: 24%;
}

.innergame-wrapper.slots .gamebox:hover {
    background: url(../images/slots/hover-slots.png)no-repeat;
    background-size: 100%;
    background-position-y: 40%;
}

.innergame-wrapper.casino .gamebox:hover {
    background: url(../images/casino/hover-casino.png)no-repeat;
    background-size: 100%;
    background-position-y: 40%;
}

.innergame-wrapper.sports .gamebox:hover {
    background: url(../images/sports/hover-sports.png)no-repeat;
    background-size: 100%;
    background-position-y: 40%;
}

.innergame-wrapper.fish .gamebox:hover {
    background: url(../images/fishing/hover-fish.png)no-repeat;
    background-size: 100%;
    background-position-y: 40%;
}

.game-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17%;
}

.innergame-wrapper.casino .game-btn-wrap {
    bottom: 26%;
}

button.play-btn {
    background: url(../images/orange-btn.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 190px;
    height: 57px;
    margin: 0 auto;
    padding: 0 0 2%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

    button.play-btn.download {
        background: url("../images/red-btn.png")no-repeat;
        background-size: 100% 100%;
    }

    button.play-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.lotto-sec {
    background: url("../images/4d/lotto-bg.jpg")no-repeat top center;
    background-size: 100%;
}

/** 4D **/
.lotto-sec {
    background: url("../images/4d/lotto-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}

.lucky-num-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.lucky-num-wrapper {
    position: relative;
    max-width: 366px;
    margin: 0 auto;
}

.spin-handle {
    position: absolute;
    right: -64px;
    top: -22px;
}

.handle-btn {
    border: none;
    background: none;
    padding: 0;
}

    .handle-btn:active {
        transform: rotate(15deg);
        transform-origin: left bottom;
    }

.spin-roller {
    position: relative;
    max-width: 366px;
    margin: 0 auto;
}

.roll-num-wrap {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49%;
    font-size: 64px;
    font-weight: 700;
    line-height: 0;
}

.lotto-btn-wrap {
    padding: 25px 0;
}

button.pybtn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    width: 100%;
    max-width: 200px;
    padding: 10px 3px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #30221a;
    border-radius: 40px;
    margin: 5px 5px;
}

    button.pybtn:hover {
        filter: brightness(1.08);
        transform: scale(0.98);
    }

.date-search-wrap {
    background: rgb(67,45,30,0.65);
    max-width: 250px;
    display: grid;
    grid-template-columns: 50px auto 50px;
    align-items: center;
    border-radius: 8px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.dsbox {
    width: 50px;
    background: #4a3326;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.date-4d {
    height: 40px;
    background: none;
    color: #ffe9b7;
    border: none;
    text-align: center;
}

button.search-btn {
    background: none;
    border: none;
    padding: 0;
}

    button.search-btn:hover {
        transform: scale(0.95);
        filter: brightness(1.1);
    }

.result-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.table-responsive.lotto {
    max-width: 360px;
    margin: 0 auto;
    background: #e8ecfb;
    color: #000;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

tr.lotto-header.magnum {
    background: #feeb01;
}

tr.lotto-header.damacai {
    background: #1a1a84;
    color: #fff;
}

tr.lotto-header.toto {
    background: #fa0408;
    color: #fff;
}

tr.lotto-header.sg {
    background: #2075dc;
    color: #fff;
}

tr.lotto-header.sabah {
    background: #ff0100;
    color: #fff;
}

tr.lotto-header.bigsweep {
    background: #003c10;
    color: #fff;
}

tr.lotto-header td {
    border: none;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 15px;
}

table.table-4d-top3 tr td {
    border: 1px solid #cbcdd4;
    padding: 3px 1px;
}

    table.table-4d-top3 tr td:first-child {
        background: #d6d8e3;
        width: 50%;
    }

table.table-4d tr td {
    border: 1px solid #cbcdd4;
    padding: 3px 1px;
}

table.table-4d tr.special-row {
    background: #d6d8e3;
}

/** Mobile Lotto **/
.lottery-mobile {
    display: none;
    color: #000;
}

ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #f1d59b;
    padding: 0 2px;
    text-align: center;
}

.nav-tabs.lt-wrap .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

    .nav-tabs.lt-wrap .nav-item.show .nav-link, .nav-tabs.lt-wrap .nav-link.active {
        color: #495057;
        background-color: transparent;
    }

li.lt-item {
    position: relative;
    padding-bottom: 22px;
}

ul.lt-wrap li a.active:after {
    content: "";
    color: #f1d59b;
    position: absolute;
    border-top: 0;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}

.result-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.prize {
    background: #d5d8e3;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 2px;
}

.result-tt {
    padding: 7px 2px;
    font-weight: 500;
    font-size: 16px;
    background: #e0e5f4;
}

.result-boxes-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-ttt {
    padding: 3px 2px;
    font-weight: 500;
    font-size: 14px;
    background: #e0e5f4;
}

.table-in div {
    padding: 5px 0;
}

.table-in {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-box {
    border: 1px solid #c6c8cd;
}

.date-box {
    padding: 10px 0px;
    font-size: 15px;
    background: linear-gradient(to bottom, rgba(242,245,252,1) 0%, rgba(242,245,252,1) 70%, rgba(231,236,251,1) 100%);
    text-align: center;
    color: #000;
    font-weight: 700;
}

span#resultDate {
    vertical-align: middle;
}

/** Blog Page **/
.blog-sec {
    background: #100100;
    padding: 30px 0;
}

.search-blog {
    background: #2f1b12;
    max-width: 280px;
    border-radius: 6px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
}

button.search-blog {
    border: none;
    background: none;
    padding: 3px;
    margin-right: 5px;
}

input.search-input {
    background: none;
    border: none;
    color: #fff;
    width: 100%;
}

.blog-wrapper {
    text-align: center;
    padding: 10px 0;
}

.blog-box {
    max-width: 400px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    width: 32%;
    margin: 1% 0.5%;
    border: 2px solid #ffe3a5;
    border-radius: 20px;
    background: #180600;
    padding: 20px 15px 15px;
    min-height: 400px;
}

.blog-img {
    overflow: hidden;
}

    .blog-img img {
        object-fit: cover;
        min-height: 192px;
    }

.dvline {
    padding: 10px 0;
    mix-blend-mode: lighten;
}

.blogbox-title {
    color: #ffe3a5;
    font-weight: 600;
    text-transform: uppercase;
    height: 36px;
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-date {
    font-weight: 600;
    padding: 0 0 5px;
    font-size: 14px;
}

.calendar-icon {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}

.rd-btn-wrap {
    text-align: center;
    padding: 15px 0 5px;
}

button.read-blog-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    width: 100%;
    max-width: 185px;
    padding: 10px 5px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #30221a;
    border-radius: 40px;
    margin: 5px 5px;
}

    button.read-blog-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.blog-pagination {
    text-align: center;
    color: #ffe3a5;
}

button.bgpage-btn {
    color: #ffe3a5;
    padding: 3px;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
    margin: 0 3px;
}

    button.bgpage-btn.active, button.bgpage-btn:hover {
        color: #fff;
    }

.blog-inner-sec {
    background: url("../images/blog/blog-inner-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 15px 0;
}

.blog-inner-container {
    background: #180600;
    border: 1px solid #ffe3a5;
    border-radius: 20px;
    overflow: hidden;
}

.blog-inner-title {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    padding: 15px;
    color: #30221a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-content {
    padding: 12px 20px 15px;
}

.bgtop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

button.back-blog-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    width: 100%;
    min-width: 130px;
    padding: 10px 5px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #30221a;
    border-radius: 40px;
}

    button.back-blog-btn:hover {
        filter: brightness(1.1);
        transform: scale(0.98);
    }

.blog-inner-img {
    text-align: center;
    padding-bottom: 15px;
}

.blog-text strong {
    color: #f1c40f;
}

.recent-blog-sec {
    padding: 15px 0;
    background: #100100;
}

.rptitle {
    font-size: 22px;
    font-weight: 700;
    color: #ffe3a5;
}

.blog-wrapper.recent .blog-box {
    min-height: auto;
}

    .blog-wrapper.recent .blog-box .blogbox-title {
        margin-bottom: 0;
    }

/** Promotion Page **/
.pmbox {
    background: #100100;
    border-top: 1px solid #b1a38e;
    border-bottom: 1px solid #563a24;
    border-left: 1px solid #b1a38e;
    border-right: 1px solid #563a24;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
    padding: 14px 5px;
    margin: 5px 3px;
    cursor: pointer;
}

    .pmbox.active {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        color: #311c13;
        border: 1px solid transparent;
    }

.promo-content-area {
    text-align: center;
}

.filter-menu {
    padding: 0 0 15px;
}

.mix {
    display: none;
}

.promo-bx {
    width: 48%;
    max-width: 600px;
    margin: 1% 0.5%;
    position: relative;
    background: #26160e;
    cursor: pointer;
}

.pm-wrap {
    border: 1px solid #ffe3a5;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.pm-banner {
    padding: 5px;
}

.title-area {
    text-align: right;
    padding: 10px 10px 5px;
}

.title-pm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    height: 36px;
    font-size: 15px;
    font-weight: 600;
    max-width: 75%;
    margin: 0 0 0 auto;
}

.pm-label {
    background: url(../images/promo/label-tag.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 200px;
    height: 45px;
    color: #311c13;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 11px;
    transform: rotate(319deg);
    top: 10%;
    left: -7%;
}

/** VIP Page **/
.vip-sec {
    background: #100100;
    padding: 5px 0 20px;
}

.player-vip-detail {
    display: grid;
    grid-template-columns: 230px auto;
    grid-gap: 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}

.vipbadge-wrap {
    text-align: center;
    position: relative;
}

.vip-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 2;
}

img.glow-img {
    mix-blend-mode: screen;
}

.tier-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #eee7af;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.viptier-bar {
    border: 1px solid #eee7af;
    border-radius: 35px;
    height: 15px;
    overflow: hidden;
    margin-top: 8px;
}

.inner-bar {
    height: 100%;
    background: #eee7af;
}

.crt-vip {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #30221a;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
    padding: 8px 5px;
}

.vip-table-wrapper {
    margin-top: 65px;
}

table.vip-table {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

    table.vip-table tr.top-grade {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        color: #311c13;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        height: 55px;
    }

        table.vip-table tr.top-grade td {
            background: none;
        }

            table.vip-table tr.top-grade td:first-child {
                text-transform: none;
                font-size: 14px;
                border-radius: 15px 0 0 0;
                color: #311c13;
            }

            table.vip-table tr.top-grade td:last-child {
                border-radius: 0 15px 0 0;
            }

    table.vip-table tr td {
        padding: 15px 1px;
        position: relative;
        background: #180600;
    }

        table.vip-table tr td:first-child {
            color: #eee7af;
        }

.vipbg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -70%;
}

.vip-terms {
    margin-top: 30px;
}

.tnc-title {
    color: #eee7af;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.vip-example {
    padding: 5px 0;
    text-align: center;
}

button.exp-btn {
    background: url(../images/btn-long-1.png)no-repeat;
    background-size: 100% 100%;
    width: 170px;
    height: 50px;
    color: #30221a;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 2px;
}

    button.exp-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

/** VIP Mobile **/
.vip-mobile {
    display: none;
}

.vip-card {
    margin-bottom: 5px;
}

button.btn-vip {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    font-size: 14px;
    padding: 2px 5px 2px 15px;
    border: 1px solid #eee7af;
    color: #311c13;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: visible;
}

    button.btn-vip.collapsed {
        background: #180600;
        color: #eee7af;
    }

.btn-vip img {
    max-width: 45px;
    position: relative;
    margin-right: 20px;
}

.btn-vip:focus, .btn-vip:hover {
    outline: none;
    box-shadow: none;
}

button.btn-vip.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    transform: rotate(0);
    transition: linear 0.3s;
    color: #eee7af;
    font-size: 15px;
}

button.btn-vip:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #311c13;
    font-size: 14px;
    height: 22px;
    position: absolute;
    right: 23px;
    top: 13px;
    transform: rotate(90deg);
    transition: linear 0.3s;
}

.vipmobile-table-wrapper {
    line-height: 1.2;
    font-size: 13px;
    margin-top: 5px;
}

    .vipmobile-table-wrapper table tr td {
        border: 1px solid #eee7af;
        background: #1a0f02;
        padding: 8px 8px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

        .vipmobile-table-wrapper table tr td:first-child {
            color: #eee7af;
            font-weight: 600;
            width: 70%;
        }

.text-small {
    font-size: 11px;
    font-weight: 400;
}

.vipmobile-table-wrapper table tr td img {
    max-width: 15px;
}

/** Info Page **/
.info-sec {
    background: url("../images/home/bg_home.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 15px 0;
}

.info-container {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 20px;
}

.info-content-innner {
    max-width: 1100px;
    margin: 0 auto;
    min-height: 400px;
    border-radius: 20px;
    background: #180600;
    border: 1px solid #ffe3a5;
    padding: 30px;
    color: #fff;
}

    .info-content-innner a {
        color: #fff;
    }

        .info-content-innner a:hover {
            color: #f1d59b;
            text-decoration: underline;
        }

ul.info-tabs {
    flex-flow: column;
    border: none;
    justify-content: center;
    text-align: center;
}

    ul.info-tabs .nav-item {
        width: 100%;
        margin: 0px auto 10px 0;
    }

ul.nav.info-tabs .nav-link {
    background: #0e0806 url(../images/mblink-btn.png)no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    font-weight: 600;
    color: #edca90;
    font-size: 14px;
    padding: 14px 3px;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);
}

    ul.nav.info-tabs .nav-link.active, ul.nav.info-tabs .nav-link:hover {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        color: #311c13;
    }

.info-title-1 {
    font-size: 24px;
    font-weight: 700;
    color: #ffe3a5;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.info-title-2 {
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 5px;
}

.tnc-card {
    margin-bottom: 7px;
}

button.btn-tnc {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    font-size: 14px;
    padding: 2px 5px 2px 15px;
    border: 1px solid #eee7af;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: visible;
    height: 44px;
}

    button.btn-tnc.collapsed {
        background: #180600;
        color: #eee7af;
    }

.tnc-body {
    padding: 10px;
    font-size: 14px;
}

    .tnc-body ul.terms li {
        padding-bottom: 12px;
    }

table.banking-table tr td, table.banking-table tr th {
    background: none;
    border: 1px solid #ffe3a5;
    padding: 6px 2px;
    text-align: center;
}

.contact-box {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 10px;
    align-items: center;
    margin: 15px 0;
    font-size: 15px;
}

.contact-icon {
    font-size: 34px;
    text-align: center;
    color: #ffe3a5;
}

.ctbar {
    font-size: 16px;
    font-weight: 600;
}

/** After Login **/
.afbody-sec {
    background: url("../images/afterlogin-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0 30px;
}

.depo-wrapper {
    display: grid;
    grid-template-columns: 280px auto;
    grid-gap: 20px;
}

.afmenu-content {
    padding-top: 30px;
}

.afmenu-wrapper {
    background: #180600;
    border: 1px solid #ffe3a5;
    border-radius: 20px;
    text-align: center;
}

.vipbadge-wrap.afmenu {
    margin-top: -53px;
    margin-bottom: 10px;
}

.mobilemenu-wrapper.afmenu {
    padding: 12px 10px;
}

.usertext {
    padding: 3px;
    color: #edca90;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.user-balance {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 5px 18px;
}

.afmenu-wrapper .mainaf-wrap a:hover {
    color: #fff;
}

.afpage-title {
    font-size: 28px;
    font-weight: 700;
    color: #fbd699;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.afcontainer {
    padding-top: 30px;
}

.afcontent {
    background: rgb(0,0,0,0.8);
    border: 1px solid #ffe3a5;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.input-wrap {
    position: relative;
}

.input-field {
    display: grid;
    grid-template-columns: 200px 50%;
    grid-gap: 5px;
    padding: 5px 0 15px;
}

.label-input {
    color: #edca90;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 11px;
}

input.afinput, select.afinput {
    background: #fff;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    color: #1B1B1B;
    font-weight: 600;
    width: 100%;
}

    select.afinput option {
        font-weight: 600;
    }

button.method-btn {
    background: #180600;
    border: 1px solid #545454;
    border-radius: 5px;
    height: 40px;
    padding: 0 5px;
    min-width: 110px;
    margin-right: 5px;
    margin-bottom: 6px;
}

    button.method-btn img {
        filter: grayscale(1);
    }

    button.method-btn:hover, button.method-btn.active {
        border: 1px solid #ffe3a5;
    }

        button.method-btn:hover img, button.method-btn.active img {
            filter: none;
        }

.note-depo {
    font-size: 13px;
    color: #ff0000;
    font-weight: 600;
    padding: 10px 0 15px;
}

.mobile-quickmenu {
    grid-template-columns: 200px auto;
    max-width: 800px;
    margin: 0 auto;
    background: #160701;
    border: 1px solid #ffe3a5;
    border-radius: 18px;
    padding: 10px;
    align-items: center;
    display: none;
}

.mbuser {
    padding: 0 15px;
}

.mb-username {
    color: #fbd699;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.mb-amt {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}

.unit-sm {
    font-size: 80%;
}

.quickmenu-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}

    .quickmenu-wrap a {
        color: #edca90;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

.bank-table-wrapper {
    border: 2px solid #ffe5ab;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}

table.bank-table tr {
    background: #1e1200;
}

    table.bank-table tr td {
        color: #fbd699;
        padding: 12px 1px;
    }

    table.bank-table tr.top-bank {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        border-bottom: 1px solid #e8ba72;
    }

        table.bank-table tr.top-bank td {
            color: #311c13;
            font-weight: 700;
            text-transform: uppercase;
        }

.field-upload {
    position: relative;
    width: 100%;
    max-width: 64%;
    display: inline-block;
    margin-right: 1%;
}

.upload-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

button.sideup-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    height: 40px;
    min-width: 33%;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.provider-balance {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 7px 7px;
    text-align: center;
    padding: 25px 0 15px;
}

.pb-box {
    background: #1e1200;
    border: 1px solid #fbd699;
    border-radius: 6px;
    padding: 5px 10px 8px;
    text-align: center;
    cursor: pointer;
}

.pvd-img {
    height: 50px;
    padding: 2px 5px;
}

    .pvd-img img {
        max-height: 45px;
    }

img.mwimg {
    height: 31px;
}

.mwd {
    font-size: 10px;
}

.pbamt {
    border: 1px solid #fbd699;
    border-radius: 30px;
    font-size: 14px;
    padding: 2px;
}

.bank-table-wrapper.withdraw {
    max-width: 700px;
    margin-bottom: 20px;
}

table.bank-table.withdraw tr td:first-child {
    text-align: right;
    border-right: 2px solid #ffe5ab;
    padding-right: 20px;
}

table.bank-table.withdraw tr.top-bank td:first-child {
    text-align: center;
    border-right: none;
}

table.bank-table.withdraw tr td:last-child {
    text-align: left;
    padding-left: 20px;
}

button.sideup-btn.bank {
    background: linear-gradient(to bottom, rgba(176,176,176,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 79%, rgba(192,192,192,1) 100%);
    color: #272727;
}

    button.sideup-btn.bank:hover {
        background: linear-gradient(to top, rgba(176,176,176,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 79%, rgba(192,192,192,1) 100%);
    }

.note-sm {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 15px;
}

.input-wrap.bday {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 5px;
}

button.bd-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
    padding: 2px;
}

    button.bd-btn:hover {
        background: linear-gradient(to bottom, rgba(176,176,176,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 79%, rgba(192,192,192,1) 100%);
        color: #272727;
    }

.input-wrap.gender {
    display: flex;
    align-items: center;
    height: 40px;
}

.gdwrap {
    margin-right: 20px;
}

label.gdinput {
    margin: 0 0 0 5px;
    vertical-align: text-top;
    color: #edca90;
    font-weight: 600;
    cursor: pointer;
}

.login-submit-wrap.duo button {
    margin-right: 1%;
}

button.remove-btn {
    color: #fbd699;
    background: none;
    padding: 0;
    border: none;
}

    button.remove-btn:hover {
        color: #fff;
    }

table.bank-table.inbox tr td.title-col {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 400px;
    cursor: pointer;
}

    table.bank-table.inbox tr td.title-col:hover {
        color: #fff;
    }

.date-m {
    margin-right: 5px;
}

.login-submit-wrap.duo button {
    margin-right: 1%;
}




@media(max-width: 1200px) {
    ul.top-menu.nav li.nav-item {
        margin: 0 8px;
        font-size: 13px;
    }

    button.join-btn, button.login-btn {
        width: 100px;
        font-size: 12px;
        height: 50px;
    }

    button.language-btn {
        width: 45px;
        height: 45px;
    }
}

@media(max-width: 1080px) {
    .floating-left {
        max-width: 150px;
    }

    .t-body {
        padding-top: 60px;
        padding-bottom: 100px;
        background: #000;
    }

    ul.top-menu.nav {
        display: none;
    }

    .top-btn-wrap {
        display: none;
    }

    .header-container {
        height: 60px;
    }

    button.language-btn {
        background: none;
        width: 25px;
        height: 25px;
        padding: 0;
    }

    .dropdown-menu.language {
        width: 40px;
    }

    button.lang-dropitem {
        margin: 1px 0;
    }

    .micon {
        display: block;
    }

    .dicon {
        display: none;
    }

    .accbtn-wrap {
        display: block;
    }

    .logo {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 150px;
        margin: 0 auto;
    }

        .logo img {
            max-height: 45px;
        }

    button.mobile-menu-btn {
        display: initial;
    }

    .mobile-btm-menu {
        display: block;
    }

    .gametab-wrap {
        background: url(../images/home/catelog-mobile-bg.png)no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        height: auto;
    }

    .nav.games-tabs {
        height: auto;
    }

        .nav.games-tabs li {
            width: 19%;
        }

            .nav.games-tabs li .nav-link.active::before, .nav.games-tabs li .nav-link.active::after {
                display: none;
            }

            .nav.games-tabs li .nav-link {
                width: auto;
                height: auto;
                padding: 5px 5px 12px;
                border: 1px solid transparent;
            }

                .nav.games-tabs li .nav-link.active {
                    width: auto;
                    height: auto;
                    background: #4b3122;
                    border: 1px solid #f1d59b;
                }

    .ctg-main-img {
        display: none;
    }

    .game-list-wrapper {
        grid-template-columns: auto;
    }

    .ctgame-wrapper {
        grid-template-columns: repeat(4,1fr);
        max-width: 780px;
        margin: 0 auto;
    }

    .vip-rw-wrapper {
        padding: 15px 20px 25px;
    }

    .vipsubtitle {
        font-size: 2vw;
        padding: 4% 3%;
        height: 7vw;
    }

    .viprw-ft {
        max-width: 17vw;
        font-size: 1.8vw;
        height: 4.3vw;
    }

    .mobile-login-sec {
        display: block;
    }

    .footer-link-wrapper {
        padding: 10px 0;
        font-size: 12px;
    }

    ul.nav.link-ft {
        justify-content: center;
    }

        ul.nav.link-ft li {
            padding: 4px 8px;
        }

            ul.nav.link-ft li::after {
                top: 6px;
                right: 0px;
            }

    .innergame-wrapper {
        grid-gap: 1%;
    }

    .gametop-img img {
        height: 40vw;
        object-fit: cover;
    }

    button.play-btn {
        max-width: 75%;
        height: 5.5vw;
        font-size: 1.4vw;
    }

    .result-content.desktop {
        display: none;
    }

    .lottery-mobile {
        display: block;
    }

    .vip-table-wrapper {
        display: none;
    }

    .vip-mobile {
        display: block;
    }

    .info-container {
        grid-template-columns: auto;
    }

    .info-menu-wrapper {
        display: none;
    }

    .afcontainer {
        padding-top: 12px;
        max-width: 800px;
        margin: 0 auto;
    }

    .mobile-quickmenu {
        display: grid;
    }

    .depo-wrapper {
        display: block;
    }

    .afmenu-content {
        display: none;
    }

    .mobileqm-sec {
        padding-top: 10px;
    }
}

@media(max-width: 991px) {
    .ctg-content::-webkit-scrollbar {
        width: 4px;
    }

    .seo-text {
        font-size: 11px;
        column-count: auto;
    }

    .title-1 {
        font-size: 13px;
    }

    .ft-provider-logo img {
        margin: 5px 5px;
        max-height: 40px;
    }

    .ft-btm-wrapper {
        grid-template-columns: auto;
        text-align: center;
    }

    .blog-box {
        ;
        width: 48%;
    }

    .login-frame {
        padding: 30px 15px;
        grid-template-columns: auto;
        text-align: center;
    }

    .loginform-wrapper {
        margin: 0 auto;
    }

    .login-img {
        grid-row: 2/3;
        padding-top: 30px;
    }

    .tac-num-wrapper {
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .floating-left {
        max-width: 110px;
    }

    .main-ct-img {
        max-width: 85px;
    }

        .main-ct-img img {
            filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 3px #000);
        }

    .float-pop {
        bottom: 70px;
    }

    .gametab-wrap {
        padding: 10px 5px;
    }

    .nav.games-tabs li .nav-link {
        font-size: 15px;
    }

    .viprw-title {
        font-size: 18px;
    }

    .crown-icon img {
        max-width: 30px;
    }

    button.vipmore-btn {
        height: 36px;
        font-size: 14px;
    }

    .ctgame-wrapper {
        grid-gap: 5px;
    }

    .vip-reward-wrapper {
        grid-gap: 0 2%;
    }

    button.join-mobile-btn {
        width: 45%;
        height: 11vw;
        font-size: 3.4vw;
    }

    .gamebox {
        width: 32%;
    }

    button.play-btn {
        max-width: 70%;
        height: 7vw;
        font-size: 1.7vw;
    }

    .filter-menu {
        text-align: center;
    }

    .promo-bx {
        width: 100%;
        margin: 2% 0.5%;
    }

    .player-vip-detail {
        grid-template-columns: auto;
    }

    .crt-vip {
        max-width: 300px;
        margin: 0 auto;
    }

    .input-field {
        grid-template-columns: auto;
    }

    .afpage-title {
        font-size: 22px;
        padding: 0 0 10px;
    }

    .mobile-quickmenu {
        grid-template-columns: 30% auto;
        padding: 10px 5px;
    }

    .quickmenu-wrap a {
        font-size: 11px;
    }

    .mb-username {
        font-size: 11px;
    }

    .mb-amt {
        font-size: 14px;
        padding: 2px 0;
    }

    .mbuser {
        padding: 0 5px;
    }

    .provider-balance {
        grid-template-columns: repeat(4,1fr);
    }

    .pbamt {
        font-size: 13px;
    }

    .date-m {
        display: block;
        margin: 0 auto;
    }
}

@media(max-width: 500px) {
    .lucky-num-wrapper {
        max-width: 74vw;
    }

    .spin-handle {
        right: -16%;
        top: -14%;
        left: auto;
        max-width: 16vw;
    }

    .roll-num-wrap {
        font-size: 13vw;
    }

    .login-submit-wrap.duo {
        text-align: center;
    }

        .login-submit-wrap.duo button {
            min-width: auto;
            width: 47%;
        }

    .field-upload {
        max-width: 55%;
    }

    button.sideup-btn {
        min-width: auto;
        width: 42%;
        padding: 3px;
        font-size: 12px;
    }
}


@media(max-width: 480px) {
    .floating-left {
        max-width: 85px;
    }

    .nav.games-tabs li .nav-link {
        font-size: 2.8vw;
        padding: 5px 3px 7px;
    }

    .ctg-content {
        max-height: 100%;
    }

    .ctgame-wrapper {
        max-height: 70vw;
    }

    .vip-rw-wrapper {
        padding: 10px 10px 15px;
    }

    .viprw-title {
        font-size: 14px;
    }

    .crown-icon img {
        max-width: 24px;
    }

    button.vipmore-btn {
        height: 30px;
        font-size: 14px;
    }

    .mobile-menu-wrapper, .ftmenu-dropdown-wrap {
        font-size: 11px;
    }

    a.mbmenu-link img, a.sub-ftmenu-item img {
        height: 30px;
    }

    a.mbmenu-home {
        margin: -22px auto 0;
        width: 81px;
        height: 82px;
    }

    .ftmenu-dropdown.dropdown-menu.show {
        top: -109% !important;
    }

    .gametop-img img {
        height: 50vw;
    }

    .gamebox {
        width: 49%;
    }

    button.play-btn {
        max-width: 70%;
        height: 10.3vw;
        font-size: 2.6vw;
    }

    .lucky-num-title {
        font-size: 22px;
    }

    .blog-box {
        width: 100%;
    }

    .blog-inner-title {
        padding: 10px 15px;
        font-size: 17px;
    }

    button.back-blog-btn {
        min-width: 110px;
        padding: 8px 5px;
        font-size: 13px;
    }

    .blog-content {
        padding: 10px 12px 15px;
        font-size: 14px;
    }

    .bgtop-header {
        margin-bottom: 10px;
    }

    .pmbox {
        width: 31%;
        min-width: auto;
        margin: 1% 0.5%;
        font-size: 2.8vw;
        padding: 3% 1%;
    }

    .pm-label {
        height: 9.5vw;
        top: 11%;
        left: -9%;
        width: 42vw;
        font-size: 2.6vw;
        padding-bottom: 2.5%;
    }

    .vip-terms {
        font-size: 14px;
    }

    .tier-text {
        font-size: 12px;
    }

    .info-content-innner {
        padding: 15px;
        font-size: 14px;
    }

    .info-title-1 {
        font-size: 20px;
    }

    .info-title-2 {
        font-size: 16px;
    }

    .quickmenu-wrap a {
        font-size: 2.4vw;
    }

    .afpage-title {
        font-size: 20px;
    }

    .maficon {
        height: 48px;
        width: 48px;
    }

    .mb-username {
        font-size: 10px;
    }

    .mb-amt {
        font-size: 11px;
    }

    .afcontent {
        padding: 15px;
    }

    button.method-btn {
        min-width: auto;
        width: 31%;
        margin-right: 1%;
    }

    .note-depo {
        font-size: 11px;
        padding: 5px 0 8px;
    }

    .login-submit-wrap {
        text-align: center;
        padding-bottom: 20px;
    }

    button.reg-submit-btn {
        font-size: 15px;
        min-width: 180px;
    }

    .bank-table-wrapper {
        border: 1px solid #ffe5ab;
        font-size: 10px;
    }

    table.bank-table tr td {
        padding: 6px 1px;
    }

    .provider-balance {
        grid-template-columns: repeat(3,1fr);
    }

    .pb-box {
        padding: 4px 5px 7px;
    }

    .pbamt {
        font-size: 11px;
    }

    table.bank-table.inbox tr td.title-col {
        max-width: 140px;
    }
}

/** Update 12/5/2023 **/
.dpmenu a .mdicon {
    position: relative;
}

span.red-num {
    background: #f00;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 2px;
}

button.mblink-btn span.red-num {
    position: absolute;
    right: 11px;
    top: 0;
}

/** Update 4/9/2023 **/
.input-field {
    grid-template-columns: 200px 58%;
}

button.method-btn {
    min-width: 110px;
    margin-right: 0px;
    color: #fff;
    font-size: 14px;
}

.field-crypto {
    position: relative;
    width: 60%;
    margin-right: 1%;
    display: inline-block;
}

button.sideup-btn.crypto {
    width: 38%;
    font-size: 13px;
    line-height: 1;
    vertical-align: top;
}

.crypto-reminder {
    margin-top: 25px;
    font-size: 13px;
}


@media (max-width: 767px) {
    .input-field {
        grid-template-columns: auto;
    }
}

@media (max-width: 480px) {
    .field-crypto {
        position: relative;
        width: 59%;
    }

    button.sideup-btn.crypto {
        font-size: 13px;
    }
}

/** App download Update 22/7/2024 **/
.vip-rw-wrapper {
    max-width: 100%;
}

.mobile-app-wrapper {
    background: linear-gradient(180deg, rgba(90, 61, 15, 1) 0%, rgba(45, 31, 9, 1) 100%);
    display: grid;
    grid-template-columns: 60% 40%;
    margin: 20px 0;
}

.app-mob-img {
    display: none;
}

.app-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    padding: 15px 15px;
}

.dptitle-1 {
    color: #ecd6a2;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.download-app-mobile {
    display: none;
}

.download-app-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 20px 0 0;
    max-width: 400px;
}

.appbox {
    position: relative;
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
}

.app-os {
    padding-bottom: 10px;
}

.app-qrcode {
    max-width: 90%;
    margin: 0 auto 10px;
}

button.app-dl-btn {
    background: linear-gradient(to bottom, rgba(191, 164, 132, 1) 0%, rgba(254, 243, 221, 1) 22%, rgba(254, 243, 221, 1) 31%, rgba(203, 181, 136, 1) 53%, rgba(170, 148, 107, 1) 79%, rgba(184, 151, 113, 1) 100%);
    color: #30221a;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    height: 40px;
    border-radius: 35px;
    width: 100%;
}

@media(max-width: 1080px) {
    .mobile-app-wrapper {
        grid-template-columns: 50% 50%;
        margin: 20px 0;
    }

    .app-mob-img {
        display: initial;
    }

    .app-desk-img {
        display: none;
    }

    .download-app-wrap {
        display: none;
    }

    .download-app-mobile {
        display: block;
        margin: 15px 0 0;
    }

    .dlm-app-row {
        text-align: center;
        padding-bottom: 15px;
    }

    a.instruct-mb {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    button.app-dl-btn {
        font-size: 20px;
        text-transform: none;
        font-weight: 500;
        height: 45px;
    }
}

@media(max-width: 767px) {
    .download-app-mobile {
        margin: 2vw 0px 0;
    }

    .app-text {
        font-size: 2.2vw;
        padding: 1vw 2vw;
    }

    .dptitle-1 {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }

    button.app-dl-btn {
        font-size: 2.8vw;
        height: 6.5vw;
        margin-bottom: 0.5vw;
    }

    .dlm-app-row {
        padding-bottom: 2vw;
    }
}

/** Update 13/5/2025 **/
button.method-btn {
    vertical-align: top;
}

