@font-face {
    font-family: DB-Heavent-cond;
    src: url("../fonts/DB-Heavent-Cond-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Cond-v3.2.ttf") format("truetype")
}

@font-face {
    font-family: DB-Heavent-li;
    src: url("../fonts/DB-Heavent-Li-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Li-v3.2.ttf") format("truetype")
}

@font-face {
    font-family: DB-Heavent-reg;
    src: url("../fonts/DB-Heavent-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-v3.2.ttf") format("truetype")
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

li {
    list-style: none;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    line-height: 1;
    /* color: #edc968; */
    margin-left: 0px;
    font-weight: 700;
    margin-top: 15px;
    /* background: #f1e767;
background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.h2,
h2 {
    font-size: 2.5rem;
}

body {
    color: #ffffff;
    font-family: DB-Heavent-reg, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    background: #deffe1;
}

.content-bg {
    height: fit-content;
    background: #deffe1;
    /* background: linear-gradient(to bottom, #b7cbf7 0%, #eaf0fe 100%); */
    /* background: linear-gradient(to bottom, #5174b8 0%, #142c64 100%); */
    /* background: #000000 url(../images/casino_bg.jpg) bottom center repeat; */
}

.contact-bg {
    background: url(../images/contact.jpg) top center no-repeat;
    height: 798px;
    background-size: cover;
}

@media (max-width: 767px) {
    .contact-bg {
        background: transparent;
        height: auto;
        position: relative;
    }
}

header {
    position: relative;
    background: #000000;
    background-image: linear-gradient(to bottom, #c3f6c7 0%, #deffe1 23%, #deffe1 76%, #deffe1 100%);
}

.marquee {
    background-color: #deffe1;
    /* -webkit-box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75);
box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75); */
}

marquee {
    width: 90%;
    color: #018708;
}

.marquee dt {
    font-weight: 400;
    /* padding-left: 25px; */
    color: #018708;
    float: left;
    /* background: url(../images/new_bg.png) no-repeat left center; */
    width: 8%;
}

.marquee dt i {
    font-size: 17px;
}

@media (max-width: 767px) {
    .marquee {
        display: none;
    }
}

.top {
    height: 70px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .top {
        height: 44px;
        background-color: #008508;
        border-bottom: 1px solid #05ae1a;
    }
    .gab1 {
        margin-top: 10px !important;
    }
}

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#member-login {
    margin: auto;
    float: right;
    text-align: right;
    padding: 0px 10px;
    position: relative;
    z-index: 99999999;
    display: none;
}

@media (max-width: 767px) {
    #member-login {
        margin-right: -20px;
        z-index: 1;
        display: none;
        ;
    }
}

#member-login form {
    margin-bottom: 0px;
}

#member-login form .input,
.login form input[type=checkbox],
#member-login input[type=text] {
    background: #fbfbfb;
    font-size: 18px;
    width: 115px;
    padding: 0px 10px;
    margin-top: 0px;
    border-radius: 5px;
    line-height: 1;
    height: 32px;
    border: none;
}

.navbar {
    width: 100%;
    padding: 0px;
    background: linear-gradient(to bottom, #15b61c 0%, #007901 100%);
    border-top: 1px solid #11d421;
}

@media (max-width: 768px) {
    .navbar {
        background: transparent;
        border-bottom: transparent;
        height: auto;
        border-top: transparent;
    }
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.container {
    position: relative;
}

.navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    position: absolute;
    top: -40px;
    padding-right: 10px;
}

.navbar-toggler i {
    font-size: 30px;
    color: #eaf0fe;
}

ul>li>a {
    color: white;
}

ul>li.active>a {
    color: rgb(0, 0, 0);
    /* background: linear-gradient(to bottom, #5174b8 0%, #142c64 100%); */
    background: linear-gradient(to bottom, #ff90c8 0%, #ff0181 100%);
    /* background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); */
}

ul>li.cta-btn>a>span {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-link {
    font-size: 30px;
    padding: 0px 55px !important;
}

.nav-link span {
    width: 100%;
    min-width: 80px;
    height: 35px;
    display: block;
    margin-top: 5px;
}

.nav-link span.i0 {
    background: url(../images/menu-home.png) no-repeat 50%;
}

.nav-link span.i1 {
    background: url(../images/menu-live22.png) no-repeat 50%;
}

.nav-link span.i2 {
    background: url(../images/menu-slotxo.png) no-repeat 50%;
}

.nav-link span.i3 {
    background: url(../images/menu-casino.png) no-repeat 50%;
}

.nav-link span.i4 {
    background: url(../images/menu-promotion.png) no-repeat 50%;
}

.nav-link span.i5 {
    background: url(../images/menu-contact.png) no-repeat 50%;
}

.nav-link span.i6 {
    background: url(../images/menu-contact.png) no-repeat 50%;
}

.nav-link span.i7 {
    background: url(../images/menu-contact.png) no-repeat 50%;
}

.nav-link span.i8 {
    background: url(../images/menu-contact.png) no-repeat 50%;
}

.nav-link i.fas,
.nav-link i.fab {
    font-weight: 900;
    width: 100%;
    font-size: 34px;
    margin-bottom: 0px;
    margin-top: 10;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1199px) {
    .nav-link {
        padding: 0px 30px !important;
    }
}

@media (max-width: 991px) {
    .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 18px;
        padding: 0px !important;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        background: #deffe1;
        border-bottom: 1px solid #deffe1;
        /* background: -moz-linear-gradient(top, #9d0102 0%, #570102 100%);
background: -webkit-linear-gradient(top, #9d0102 0%, #570102 100%);
background: linear-gradient(to bottom, #570102 0%, #9d0102 100%); */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d0102', endColorstr='#570102', GradientType=0);
        border-radius: 0px;
        padding: 5px;
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        position: relative;
    }
    .navbar-nav li {
        padding: 6px 0 0px 0;
        font-size: 18px;
        border: 1px solid #00900e;
        width: calc(33.3333% - 10px);
        margin: 5px;
        border-radius: 5px;
        float: left;
        /* background-color: rgb(244, 229, 155); */
        /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
        background-color: #008509;
        box-shadow: 0px 2px 5px rgb(75, 191, 89);
    }
    .navbar-nav i {
        display: block !important;
        color: #ffffff;
        font-size: 25px;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #ffffff !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff !important;
    }
}

.navbar-nav i {
    display: none;
}

.pb_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
}

@media (max-width: 991px) {
    .pb_navbar.scrolled .navbar-nav {
        border-radius: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .pb_navbar.scrolled .navbar-nav {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.pb_navbar.scrolled .navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    padding-right: 10px;
}

.pb_navbar.scrolled .nav-link {}

.pb_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.pb_navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.pb_navbar.scrolled.pb_scrolled-light {
    -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
}

.pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
    color: #1d82ff;
}

@media (max-width: 991px) {
    .pb_navbar.scrolled.pb_scrolled-light .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px;
    }
}

.pb_navbar.scrolled.pb_scrolled-light ul li a {
    color: #ffffff !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a:hover,
.pb_navbar.scrolled.pb_scrolled-light ul li a:active,
.pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
    color: #D9B05E;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active {
    color: #D9B05E;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li.cta-btn>a>span {
    border: none;
    background: #00CA4C;
    color: #fff;
}

.navbar-brand {
    position: absolute;
    /* top: -85px; */
    top: 18px;
}

.navbar-brand img {
    width: 90%;
    top: -12px;
    right: 55px;
    position: relative;
}

@media (max-width: 991px) {
    .navbar-brand {
        display: none;
    }
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 18px;
    }
}

.navbar-nav {
    margin: 0 auto;
}

@media (max-width: 767px) {
    #member-login form .input,
    .login form input[type=checkbox],
    #member-login input[type=text] {
        width: 30%
    }
    .button-submit {
        width: 25%;
    }
}

.inner {
    background: #bbf3c0;
    border: none;
    padding: 25px 15px;
    min-height: 500px;
}

.member-sect .inner {
    background: #9d0102;
    background: -moz-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: -webkit-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: linear-gradient(to bottom, #9d0102 0%, #570102 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d0102', endColorstr='#570102', GradientType=0);
}

.intro-content {
    padding: 0;
}


/*----------------- Step ---------------------*/

.stepContainer {
    background: url(../images/step_bg.png) repeat-x;
}

.stepWrap {
    font-size: 17px;
    padding: 3px 0px;
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.step {
    float: left;
    background: url(../images/stepbg.png)no-repeat;
}

.step a {
    text-decoration: none;
}

.step-1,
.step-2,
.step-3,
.step-4 {
    float: left;
    width: 133px;
    height: 114px;
    position: relative;
}

.step-1 img {
    margin: 10px 0px 0px 7px;
}

.step-2 img {
    margin: 10px 0px 0px -40px;
}

.step-3 img {
    margin: 10px 0px 0px -29px;
}

.step-4 img {
    margin: 10px 0px 0px -9px;
}

.step-1:hover,
.step-2:hover,
.step-3:hover,
.step-4:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.step-title {
    font-size: 17px;
    width: 133px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 85px;
    left: -13px;
    color: #b89771;
    /* Old browsers */
    color: -moz-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* FF3.6+ */
    color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b89771), color-stop(23%, #aa946b), color-stop(44%, #cbb588), color-stop(76%, #fef3dd), color-stop(100%, #bfa484));
    /* Chrome,Safari4+ */
    color: -webkit-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* Chrome10+,Safari5.1+ */
    color: -o-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* Opera 11.10+ */
    color: -ms-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* IE10+ */
    color: linear-gradient(to bottom, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b89771', endColorstr='#bfa484', GradientType=0);
    /* IE6-9 */
}

.step-content {
    font-size: 13px;
    width: 146px;
    color: #FFFFFF;
    ;
    text-align: center;
    position: absolute;
    top: 100px;
    line-height: 12px;
}

.jackpotWrap {
    background: url(../images/jackpot_bg.gif) no-repeat;
    width: 498px;
    height: 114px;
    float: left;
    position: relative;
}

.jackpot-text {
    position: absolute;
    width: 498px;
    text-align: center;
    top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.nav-tabs {
    width: 100%;
    float: left;
    border-bottom: none;
    /* background-color: #7f0007; */
    background-image: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%);
    font-weight: 700;
}

.nav-tabs img {
    filter: grayscale(100%);
    transition-duration: 0.5s;
    opacity: 0.6;
    height: 50px;
    display: inline;
}

.nav-tabs img:hover {
    filter: grayscale(0%);
    transition-duration: 0.5s;
    opacity: 1;
}

.nav-tabs li {
    width: 25%;
    float: left;
    border-right: 1px solid #06b01b;
}

.nav-tabs li:last-child {
    border-right: none;
}

.nav-tabs li.active {
    color: #edc968;
}

.nav-tabs li.active a span {
    color: #edc968;
}

.nav-tabs li.active,
.nav-tabs li a.active {
    color: #ffffff;
}

.nav-tabs li.active img,
.nav-tabs li a.active img {
    opacity: 1;
    filter: grayscale(0%);
}

.nav-tabs li a {
    padding: 5px 10px;
    float: left;
    text-align: center;
    line-height: 1;
    width: 100%;
    color: rgba(255, 255, 255, 0.65);
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #0db21b 0%, #008106 100%);
}

.nav-tabs li a:hover {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav-tabs {
        font-size: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav-tabs li {
        width: 50%;
    }
    .nav-tabs li a {
        width: 100%
    }
    .nav-tabs li.active {
        color: #edc968;
        background-color: #121647;
        width: 33.33%;
        border-radius: 5px 5px 0 0;
    }
    .nav-tabs li.active a span {
        color: #edc968;
    }
    .nav-tabs li a.active {
        width: 100%;
        /* border-radius: 5px 5px 0 0; */
    }
    .allbetimg {
        margin-top: 0px !important;
    }
}

.tab-content>.active {
    display: block;
    float: left;
    min-height: 360px;
    width: 100%
}

.tab-content {
    width: 100%;
    float: left;
    background-color: #ff0583;
    padding: 10px 0;
    line-height: 1;
    font-size: 20px;
}

.game-container {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px auto;
    margin-bottom: 35px;
    position: relative;
}

.live22box {
    background: url(../images/live22box.jpg) top center no-repeat;
}

@media (max-width: 767px) {
    .game-container {
        width: 100%;
        padding: 10px;
        /* margin-top: 5px; */
        margin-top: 0px;
    }
    .sloticon {
        text-align: center;
        margin-bottom: 10px;
    }
    .content-slot {
        padding: 10px 10px !important;
    }
}

.game-container h1 {
    border-bottom: 1px solid #fc0101;
    text-align: center;
    font-size: 44px;
    color: #ffc600;
    font-weight: bold;
    margin-top: 0;
}

.game-container h2 {
    border-bottom: 1px solid #fc0101;
    text-align: center;
    font-size: 30px;
    color: #ffc600;
    font-weight: bold;
}

.game-box {
    margin: 7px 6px;
    text-align: center;
    float: left;
    /* background: linear-gradient(to bottom, rgb(247, 234, 161) 93%, rgb(204, 152, 48) 100%); */
    background: linear-gradient(to bottom, #08941a 92%, #007b03 100%);
    position: relative;
    border-radius: 5px;
    border: 1px solid #008509;
}

.game-box img {
    position: relative;
    border-radius: 5px 5px 0 0;
    width: 133px;
    height: 199px;
}

.game-title {
    border-top: none;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    color: #ffffff;
}

.game-title {
    font-size: 12px;
}

@media (max-width: 767px) {
    .game-title {
        font-size: 12px;
        height: 30px;
        overflow: hidden;
        line-height: 1.8;
    }
    .game-box img {
        position: relative;
        border-radius: 5px 5px 0 0;
        width: auto;
        height: auto;
    }
}

.home-game-rate {
    margin-top: 3px;
    font-size: 12px;
    padding-bottom: 5px;
}

.intro {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .tab-content {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .game-box {
        width: calc(33.33% - 10px);
        margin: 5px;
    }
    .game-box:last-child {
        display: none;
    }
    .intro,
    .inner .game-container {
        padding: 15px 0px;
        background: none;
        box-shadow: none;
        width: 100%;
        float: left;
    }
}

@media (max-width: 767px) {
    .dragon-box {
        display: none;
    }
}


/*******************************
********** Slots CSS ***********
*******************************/

.slot-live22 {
    background: url(../images/slot-live22.jpg) top center no-repeat;
    height: 778px;
}

.slot-xo {
    background: url(../images/slot-xo.jpg) top center no-repeat;
    height: 778px;
}

.casino {
    background: url(../images/casino.jpg) top center no-repeat;
    height: 774px;
}

.slot-xo .content,
.slot-live22 .content {
    width: 765px;
    float: right;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
}

.casino .content {
    width: 765px;
    float: left;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
}

.casino .logo {
    width: 50%;
}

@media (max-width: 767px) {
    .casino {
        background: url(../images/casino.jpg) top center no-repeat;
        height: 774px;
    }
    .slot-xo .content,
    .slot-live22 .content,
    .casino .content {
        width: 100%;
        padding: 25px 0;
        margin-top: 0;
        border-radius: 0px;
    }
}

.btn-casino-playnow {
    background: url(../images/btn-casino.png);
    text-align: center;
    color: #fff;
    width: 375px;
    height: 87px;
    font-size: 41px;
    font-weight: bold;
    padding-top: 12px;
    display: block;
    position: absolute;
}

.btn-casino-playnow:hover,
.btn-casino-playnow:focus {
    color: #fff;
    text-decoration: none;
}


/*----------------- Footer ---------------------*/

footer {
    /* background-color: #000000; */
    background-image: linear-gradient(to bottom, #c1f5c6 0%, #deffe1 23%, #e4ffe6 50%, #deffe1 100%);
    width: 100%;
    float: left;
}

footer .bottom_line {
    /* background: #7f0007; */
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #15b61c 0%, #007901 100%);
    text-align: center;
}

footer .wrapper {
    height: 41px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

footer h1 {
    line-height: 1;
    margin-bottom: 10px;
}

footer .btmlink {
    width: 100%;
}

footer .btmlink ul {
    padding: 0;
}

footer .btmlink ul li {
    padding: 0px 40px;
    font-size: 22px;
    display: inline;
}

footer .btmlink ul li a {
    color: #ffffff;
    text-decoration: none;
}

footer .btmlink ul li a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

footer .allColumn {
    color: #7c7c7c;
    border-top: 1px solid #06ab19;
}

footer .column_1 {
    float: left;
    line-height: 1.2;
    font-size: 20px;
}

footer img {
    /* -webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition-duration: 0.5s;
opacity: 0.6; */
}

footer img:hover {
    /* -webkit-filter: grayscale(0%);
filter: grayscale(0%);
transition-duration: 0.5s;
opacity: 1; */
}

.footer-row-1 {
    font-size: 0;
    float: left;
    padding: 15px;
}

.footer-contact-item {
    display: inline-block;
    width: 50%;
}

.footer-contact-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 27px;
    /* background: #911010; */
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #0bac18 0%, #007c03 100%);
    font-size: 27px;
    color: #ffffff;
    padding-top: 13px;
    float: left;
}

.footer-contact-icon i {
    line-height: 0.8;
    font-size: 25px;
}

.footer-contact-item>a:hover>.footer-contact-icon {
    background: #ff0683;
}

.footer-contact-text {
    display: inline-block;
    font-size: 22px;
    color: #018708;
    text-align: left;
    vertical-align: top;
    padding: 3px 8px;
    line-height: 1;
    width: 50%;
    float: left;
    margin-top: 11px;
}

.footer-contact-item>a:hover>.footer-contact-text {
    color: #ff0683;
}

.footer-logo {
    float: left;
    padding: 10px;
    text-align: right;
    margin-top: 8px;
}

.footer-logo img {
    height: 35px;
}

.amb {
    /* height: 3% !important; */
    margin-right: 5px;
    height: 29px;
}

.copyright {
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #0dab18;
    color: #069c11;
    padding: 5px;
}

.hide {
    display: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: 100%;
    }
    .gab1 {
        margin: 0;
    }
}

.dl-content h2 {
    font-size: 44px;
}

.dl-content .qrcode {
    margin-top: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.dl-content .nav-tabs li {
    width: 100%;
    float: left;
    border-right: none;
    border-bottom: 1px solid #ebd685;
}

.dl-content h1 {
    font-size: 46px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
}

.dl-content .tab-content {
    background-color: transparent;
}

.dl-content i {
    margin-right: 5px;
}

.pro-pic {
    width: calc(33.3333% - 10px);
    float: left;
    margin: 5px;
    padding: 0px;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    cursor: pointer;
}

.pro-pic .h3detail {
    margin: 0;
    text-align: center;
    /* background-color: #ddba5f; */
    /* background: linear-gradient(to bottom, rgb(247, 234, 161) 25%, rgb(204, 152, 48) 100%); */
    background: linear-gradient(to bottom, #0cad19 22%, #008206 100%);
    border-radius: 0 0 5px 5px;
    /* color: #000; */
}

.pro-pic img {
    border-radius: 5px 5px 0 0;
    border: 1px solid #069b11;
}

.sw-pic {
    display: none;
}

@media (max-width: 767px) {
    .dl-content .nav-tabs li {
        width: 33%;
        float: left;
        display: block;
        border-right: 1px solid #d2a340;
        border-bottom: none;
        /* width: 50%;
float: left;
border-right: 1px solid #5d0308; */
    }
    .pro-pic {
        width: calc(100% - 10px);
        float: left;
        margin: 5px;
    }
    .sw-pic {
        display: block;
    }
    .clearfix::after {
        display: contents;
    }
}

.install-box {
    margin: 10px;
    float: left;
    padding: 20px;
    width: calc(50% - 20px);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .install-box {
        float: left;
        padding: 20px;
        width: calc(100% - 0px);
        margin: 15px 0px;
    }
}

.promotion-content {
    background: #fff url(../images/promo-bg.jpg) top center no-repeat;
    padding: 60px 0;
}

#login {
    padding: 0 0 10px 0;
    /* background: #eaf0fe; */
    /* -webkit-box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75);
box-shadow: 0px 20px 65px 13px rgba(0, 0, 0, 0.75); */
    /* border-bottom: 1px solid #3a5898; */
    background: #deffe1;
    border-bottom: 1px solid #0aa817;
}

form {
    margin-block-end: 0px;
}

.btn-register {
    border-radius: 5px;
    outline: 0;
    border: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    /* background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%); */
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #15b61c 0%, #007901 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 18px;
    margin: 0 5px;
    color: white;
    /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); */
}

.btn-login {
    border-radius: 5px;
    outline: 0;
    border: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    /* background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%); */
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #15b61c 0%, #007901 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 28px;
    margin: 0 5px;
    color: white;
    /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); */
}

.form-control {
    display: block;
    width: 200px;
    padding: 10px;
    margin: 0 5px;
    font-size: 20px;
    line-height: 1;
    color: #495057;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #21c536;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #50b15c;
    font-size: 18px;
}

@media (max-width: 767px) {
    .width50 {
        width: 50%;
        float: left;
    }
    .form-control {
        width: calc(100% - 10px);
        margin-bottom: 10px;
        margin: 0 10px 10px;
    }
    .btn-register,
    .btn-login {
        width: calc(48.9% - 11px);
    }
    .btn-register {
        margin: 0 0 0 10px;
    }
    .btn-login {
        margin: 0 0 0 10px;
        ;
    }
}

.btn-allbet {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    color: #262626;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #6f5937;
    padding: 10px 0px;
    border-radius: 5px;
    background: rgba(97, 242, 255, 1);
    background: -moz-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97, 242, 255, 1)), color-stop(100%, rgba(50, 159, 202, 1)));
    background: -webkit-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -o-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -ms-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    /* background: linear-gradient(to bottom, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%); */
    background: linear-gradient(to bottom, #e2d392 0%, #9b7b4a 100%);
    text-decoration: none;
}

.btn-allbet a {
    color: #262626;
    text-decoration: none;
}

.btn-allbet {
    text-decoration: none;
}

.btn-live22 {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    color: #262626;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #cdcdcd;
    padding: 10px 0px;
    border-radius: 5px;
    background: rgba(97, 242, 255, 1);
    background: -moz-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97, 242, 255, 1)), color-stop(100%, rgba(50, 159, 202, 1)));
    background: -webkit-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -o-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: -ms-linear-gradient(top, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    background: linear-gradient(to bottom, rgba(97, 242, 255, 1) 0%, rgba(50, 159, 202, 1) 100%);
    text-decoration: none;
}

.btn-live22 a {
    color: #262626;
    text-decoration: none;
}

.btn-live22 {
    text-decoration: none;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
}

#username {
    float: left;
    margin-left: 20px;
    font-size: 30px;
    font-weight: 700;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 3px;
    position: relative;
    display: inline-block;
    top: 5px;
    right: 10px;
}

.nav-mobile {
    display: none;
}

.menu-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    z-index: 99;
}

.menu-mobile li {
    width: 20%;
    float: left;
    text-align: center;
}

.menu-mobile li a {
    color: #ffd053;
    font-size: 18px;
    display: block;
    line-height: 1;
}

.menu-mobile li a i {
    display: block;
    font-size: 20px;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar .logo {
    position: absolute;
    z-index: 999;
    padding: 10px 5px 15px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-header .navbar {
    overflow: inherit;
    background: rgba(9, 12, 8, 0.95) !important;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #000, #e6cc95, #000);
    border-image-slice: 20;
}

@media (max-width: 991px) {
    .menu-mobile {
        display: block;
    }
    .nav-mobile {
        display: block;
    }
    .logo {
        width: 16%;
        left: 42%;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 20%;
        left: 40%;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 26%;
        left: 37%;
        margin-top: 15px !important;
    }
}

.install-box {
    margin: 15px 5px;
    float: left;
    padding: 20px;
    width: calc(50% - 10px);
    background: rgba(58, 58, 58, 0.8);
    border: 1px solid #f9d971;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .install-box {
        margin: 15px 0px;
        float: left;
        padding: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
}

.dl-btn {
    margin: 20px auto;
    width: 80%;
    display: block;
}

#member-login {
    width: 100%;
    margin: auto;
    float: right;
    text-align: right;
    padding: 0px 10px;
}

#member-login form {
    margin-bottom: 0px;
}

#member-login label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

#member-login form .input,
.login form input[type=checkbox],
#member-login input[type=text] {
    background: #fbfbfb;
    font-size: 18px;
    width: 95px;
    padding: 0px 10px;
    margin-top: 0px;
    border-radius: 5px;
    line-height: 1;
    height: 30px;
    border: none;
}

#member-login i.fa-user {
    display: block;
    font-size: 20px;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    margin-top: 12px;
}

.submit {
    float: right;
    margin-left: 5px;
}

.button-submit {
    width: auto;
    border-radius: 5px;
    outline: 0;
    height: 37px !important;
    border: none !important;
    margin-top: 31px;
    padding: 6px 19px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    /* background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%); */
    /* background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%); */
    background: linear-gradient(to bottom, #5174b8 0%, #142c64 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 18px;
    font-weight: 700;
    float: right;
    color: white;
    /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5) */
}

@media (max-width: 767px) {
    .button-submit {
        width: auto;
        border-radius: 5px;
        outline: 0;
        height: 32px !important;
        border: none !important;
        margin-top: 6px;
        padding: 0px 20px !important;
        margin-right: -5px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
        background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
        /* background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%); */
        background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%);
        background: linear-gradient(to bottom, #eaf0fe 0%, #eaf0fe 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
        cursor: pointer;
        border: none;
        font-size: 18px;
        font-weight: 700;
        float: right;
        color: #203a75;
        /* text-shadow: 0px 1px 1px rgba(255, 255, 255,*/
    }
    .login-box {
        margin-left: 0px;
        text-align: left;
    }
    .register-box {
        width: 100%;
        margin-left: 0px;
    }
    .ab-text {
        display: block !important;
    }
    .ab-text1 {
        display: none !important;
    }
    .gbover {
        display: block !important;
    }
}

.call-center {
    display: none;
}

@media (max-width: 767px) {
    .call-center {
        width: 100%;
        position: fixed;
        bottom: -5px;
        z-index: 999;
        display: block;
        padding: 0px;
        margin: 0;
    }
}

.call-line {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
}

.contact-hor {
    display: block;
    width: auto;
    margin: 0 auto;
}

.contact-ver {
    display: none;
}

@media (max-width: 767px) {
    .contact-hor {
        display: none;
    }
    .contact-ver {
        display: block;
        width: auto;
        margin: 0 auto;
    }
}

#username {
    float: left;
    margin-left: 20px;
    font-size: 30px;
    font-weight: 700;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 3px;
    position: relative;
    display: inline-block;
    top: 5px;
    right: 10px;
}

.nav-mobile {
    display: none;
}

.menu-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    background: #9d0102;
    background: -moz-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: -webkit-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: linear-gradient(to bottom, #9d0102 0%, #570102 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d0102', endColorstr='#570102', GradientType=0);
    border-top: 2px solid #edc968;
    z-index: 99;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px 0 0;
}

.menu-mobile li {
    width: 20%;
    float: left;
    text-align: center;
}

.menu-mobile li a {
    color: #ffd053;
    font-size: 16px;
    display: block;
    line-height: 1.5;
}

.menu-mobile li a i {
    display: block;
    font-size: 20px;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar .logo {
    position: absolute;
    z-index: 999;
    padding: 10px 5px 15px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-header .navbar {
    overflow: inherit;
    background: rgba(9, 12, 8, 0.95) !important;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #000, #e6cc95, #000);
    border-image-slice: 20;
}

@media (max-width: 991px) {
    .menu-mobile {
        display: block;
    }
    .nav-mobile {
        display: block;
    }
    .logo {
        width: 16%;
        left: 42%;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 20%;
        left: 40%;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 26%;
        left: 37%;
        margin-top: 15px !important;
    }
}

.user-info {
    margin: 0;
    text-align: center;
}

.user-info #credit {
    font-size: 40px;
    font-weight: 700;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.main-box-red {
    display: block;
    margin-top: 25px;
}

.p-0 {
    padding: 0 !important;
}

.id-user {
    font-size: 40px;
}

.text-drak {
    color: #dc3545;
}

.btn-game {
    margin-top: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    padding: 7px;
    font-size: 30px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000 !important;
    width: 25%;
    border: none;
    padding: 0px;
}

.btn-game i {
    font-size: 20px;
}

@media (max-width: 767px) {
    .btn-game {
        width: 100%;
    }
}

.main-content {
    margin-top: 0;
    color: #333;
    background: #fff;
}

.main-content::before {
    content: '';
    opacity: .8;
}

.box-body {
    position: relative;
}

.box-body h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.dis-flex {
    display: flex;
    justify-content: center;
}

.button-main {
    padding: 15px 0;
    font-size: 10px;
    display: flex;
    justify-content: center;
}

.main-box-shadow {
    padding: 15px;
    background: #fff;
    border: 1px solid #dc3545;
    -webkit-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -moz-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.main-box-shadow-2 {
    padding: 15px;
    background: #fff;
    border: 1px solid #dc3545;
    -webkit-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -moz-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    max-width: 350px;
    width: 350px;
}

.main-box-shadow-table {
    padding: 15px;
    background: #fff;
    -webkit-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -moz-box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-sizing: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    margin-bottom: 15px;
    border: 2px solid #e1bf27;
}

#box-user {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid #edc968;
    margin: 0 auto;
    margin-top: 50px;
}

.main-box-shadow i {
    margin: 0 90px 0 0;
    min-width: 36px;
    max-width: 36px;
}

.main-box-shadow-2 i {
    margin: 0 90px 0 0;
    min-width: 36px;
    max-width: 36px;
}

.text-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.table {
    margin-bottom: 0;
}

.logo-bank {
    filter: none;
    max-width: 200px;
}

hr {
    border: 1px solid #f3f3f3;
    box-sizing: content-box;
}

.btn-withdraw {
    border-radius: 5px;
    outline: 0;
    height: 32px !important;
    border: none !important;
    padding: 0px 10px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 19px;
    font-weight: 700;
    color: #000000 !important;
    width: 100%;
}

.input-withdraw {
    border: transparent;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 19px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
}

.remark li {
    line-height: 1.3;
}

.main-menu {
    margin-top: 35px;
}

.main-menu li {
    width: calc(25% - 10px);
    margin: 5px;
    border: 1px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    border-radius: 10px;
    list-style: none;
}

.main-menu li a {
    color: #edc968;
}

.main-menu li:hover {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #edc968;
    cusror: pointer;
}

.main-menu i {
    width: 100%;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-menu span {
    font-size: 20px;
    line-height: 1;
}

.fa-2x {
    font-size: 1.5em;
}

.white-box {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(153, 155, 168, .2);
    min-height: 60px;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-start {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.bg-pattern {
    background-color: #f1f1f1;
    background-image: radial-gradient(circle at 100% 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #f1f1f1 11%, #f1f1f1 23%, white 24%, white 30%, #f1f1f1 31%, #f1f1f1 43%, white 44%, white 50%, #f1f1f1 51%, #f1f1f1 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 100px 50px;
}

.acc-bank {
    position: relative;
    z-index: 2;
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: 15px;
    border-radius: 15px;
    line-height: 1;
    background-image: radial-gradient(circle at 100% 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #f1f1f1 11%, #f1f1f1 23%, white 24%, white 30%, #f1f1f1 31%, #f1f1f1 43%, white 44%, white 50%, #f1f1f1 51%, #f1f1f1 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 100px 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.cus-bank {
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: -10px;
    border-radius: 0 0 15px 15px;
    line-height: 1;
    margin-top: -20px;
    padding-top: 30px;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
    color: #333333;
}

.withdraw-box {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    line-height: 1;
    margin-top: 20px;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    margin-bottom: 15px;
    border: 2px solid #e1bf27;
}

.withdraw-box span {
    font-size: 22px;
    margin-top: 6px;
    float: left;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .withdraw-box span {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .withdraw-box span {
        font-size: 16px;
    }
}

.withdraw-bank {
    width: 50%;
    margin: 0 auto;
    padding: 15px;
    line-height: 1;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #333333;
}

.withdraw-bank h3 {
    font-weight: 700;
    font-size: 33px;
    color: #005c23;
    -webkit-text-fill-color: #005c23;
    margin-bottom: 5px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .acc-bank,
    .cus-bank,
    .withdraw-bank,
    .withdraw-box {
        width: 100%;
    }
}

.acc-bank h3 {
    font-size: 32px;
    margin: 0px;
    color: #000000;
}

.acc-bank h3.scb {
    color: #4b2d85;
    -webkit-text-fill-color: #4b2d85;
}

.acc-bank h3.kbank {
    color: #00a950;
    -webkit-text-fill-color: #00a950;
    float: left;
}

.acc-bank .bank-logo {
    float: left;
    margin-right: 15px;
}

.acc-bank .acc-no {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
}

.acc-bank .acc-name {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
}

.cus-bank .mobile {
    width: 100%;
    padding: 5px;
    font-size: 26px;
    background-color: #e9ecef;
    text-align: center;
    border-radius: 5px;
}

.cus-bank .mobile span {
    font-weight: 700;
}

.cus-bank h3 {
    font-weight: 700;
    font-size: 33px;
    color: #005c23;
    -webkit-text-fill-color: #005c23;
    margin-bottom: 5px;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-size: 18px;
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    color: #ffd053;
    text-align: center;
}

.table th,
.table td {
    color: #495057;
    font-size: 17px;
    border-top: 0px;
    border-bottom: 0px;
    font-weight: 700;
}

.remark {
    color: #cc0000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0;
}

header .site-header {
    position: fixed;
    height: 47px;
    top: 0;
    width: 100%;
}

.text-alert {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    font-size: 13px;
    font-family: Arial;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .text-alert {
        width: 100%;
    }
}

.pro-sect {
    background-color: #800102;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 10px;
    vertical-align: top;
    color: #989898;
    font-size: 20px;
    margin: 10px 5px;
    width: calc(50% - 1%);
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
    border: 2px solid #e1bf27;
}

@media (max-width: 768px) {
    .pro-sect {
        width: 100%;
        margin: 10px 0;
    }
    .pro-sect.member {
        width: calc(50% - 1%);
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.pro-sect-title {
    font-size: 30px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.5;
    color: #D9B05E;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .pro-sect-title {
        font-size: 18px;
        text-align: center;
    }
}

.pro-sect img {
    width: 100%;
    border-radius: 5px;
}

.main-menu {
    margin-top: 35px;
}

.main-menu li {
    width: calc(25% - 10px);
    margin: 5px;
    border: 1px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    border-radius: 10px;
    list-style: none;
}

.main-menu li a {
    color: #edc968;
    text-decoration: none;
}

.main-menu li:hover {
    background: rgba(0, 0, 0, 0.0);
    border: 2px solid #edc968;
    cusror: pointer;
}

.main-menu i {
    width: 100%;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-menu span {
    font-size: 20px;
    line-height: 1;
}

.fa-2x {
    font-size: 1.5em;
}

.white-box {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(153, 155, 168, .2);
    min-height: 60px;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-start {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.submenu {
    padding: 10px;
    width: 150px;
    position: absolute;
    display: block;
    top: 74px;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(42, 30, 78, 0.8) 0%, rgba(111, 51, 138, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(42, 30, 78, 0.8) 0%, rgba(111, 51, 138, 0.8) 100%);
    background: linear-gradient(to bottom, rgb(42, 30, 78, 0.8) 0%, rgba(111, 51, 138, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9202156', endColorstr='#d9232873', GradientType=0);
    box-shadow: inset 0px 30px 80px -10px #110f25, inset 0px -30px 80px -10px #110f25;
    border-radius: 0 0 10px 10px;
    line-height: 1;
}

.submenu img {
    max-height: 40px;
}

.submenu ul li {
    display: block;
    border-bottom: 1px solid #3c3e70;
    padding: 10px;
}

.submenu ul li:last-child {
    border-bottom: none;
}

.submenu ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.submenu ul li a:hover {
    color: #fbde08 !important;
}

@media (max-width: 767px) {
    .submenu {
        padding: 10px;
        width: 100%;
        display: block;
        top: 0px;
        opacity: 1;
        visibility: hidden;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
    }
    .submenu ul li {
        width: 50%;
        float: left;
        display: block;
        border: none;
        border-right: 1px solid #3c3e70;
        padding: 10px;
    }
    .submenu ul li:last-child {
        border-right: none;
    }
}

.termstyle {
    display: none;
    margin-top: -5px;
    padding: 0 10px 10px 10px;
    border-left: 1px solid #00ac1b;
    border-right: 1px solid #00ac1b;
    border-bottom: 1px solid #00ac1b;
    background: #05ac1a;
    border-radius: 0 0 5px 5px;
}

.termstyle h3 {
    margin: 0;
    padding-top: 25px;
}

.termstyle p {
    margin: 0;
}

.app-img {
    margin-bottom: 20px;
}

.allbetimg {
    margin-top: 34px;
}

.ab-text {
    display: none;
}

.ab-text1 {
    display: block;
}

.gbover {
    display: none;
}

.power {
    margin-top: -7px;
    display: inline-block;
}

.power a {
    text-decoration: underline;
    color: #09a515;
}

.text-color {
    color: #ffffff;
}

.promo h1 {
    text-align: center;
    color: #02900c;
    margin: 0 0 7px 0;
}


/* .termstyle h3 {
color: #00CA4C;
} */

.game-box .lottoimg {
    position: relative;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
    /* width: 133px; */
    /* height: 199px; */
}

@media (max-width: 767px) {
    .lotto {
        display: block !important;
        width: 97.5%;
        height: auto;
    }
    .lotto-tap {
        min-height: 180px !important;
    }
    .tab-content>.active {
        display: block;
        float: left;
        min-height: 180px;
        width: 100%;
    }
    .casino-game {
        width: 46.9% !important;
    }

    footer .bottom_line {
        display: none;
    }
    footer .column_1 {
        margin-top: 15px;
        padding: 0;
    }
    footer .column_2 {
        border: none;
        padding: 0px;
    }
    .footer-logo {
        text-align: center !important;
    }
    .footer-logo img {
        height: 35px !important;
    }
    .footer-contact-icon {
        width: 35px !important;
        height: 35px !important;
        font-size: 20px !important;
        padding-top: 8px !important;
    }
    .footer-contact-text {
        margin-top: 2px !important;
        padding: 3px 5px !important;
    }
    .footer-row-1 {
        padding: 0 15px 10px 20px !important;
        text-align: center !important;
    }
    .nav-tabs {
        background-image: none !important;
        margin-bottom: 10px;
        width: 101%;
    }
    .nav-tabs li {
        /* border-right: none; */
        display: block;
        width: 24.8%;
    }
    .nav-tabs li.active{
        width: 24.8%;
    }
}

.casino-game {
    margin: 7px 6px;
    text-align: center;
    float: left;
    background: linear-gradient(to bottom, rgb(21, 123, 34) 93%, rgb(0, 140, 11) 100%);
    position: relative;
    border-radius: 5px;
    border: 2px solid #009811;
    width: 23.9%;
    float: left;
}

.casino-title {
    height: 25px;
    line-height: 1.3;
}

@media (max-width: 375px) {
    .casino-game {
        width: 46.6% !important;
    }
}

@media (max-width: 375px) {
    .tab-content>.active {
        display: block;
        float: left;
        min-height: 158px;
        width: 100%;
    }
}
