:root{
    --gold:#d4bb49;
}
/*@font-face {*/
/*    font-family: Battambang;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local("Battambang"), url(font/battambang.woff2);format("woff2");*/
/*    unicode-range: U+1780-17FF, U+200B-200C, U+25CC*/
/*}*/

/*@font-face {*/
/*    font-family: Battambang;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: local("Battambang Bold"), local("Battambang-Bold"), url(font/battambang-bold.woff2) format("woff2");*/
/*    unicode-range: U+1780-17FF, U+200B-200C, U+25CC*/
/*}*/
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf) format("truetype")
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/*paginat*/
.table-responsive > .table-bordered{
    margin-bottom: 1px!important;
}
ul.pagination {
    /*display: inline-block;*/
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0;
}
ul.pagination > li {
    float: left;
    margin-right: 10px;
}
ul.pagination .fa, .far, .fas {
    color: #a15a00;
}
ul.pagination > li > a.current-page {
    color: #000;
    font-weight: bold;
}

.row .table-responsive{
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

/*end*/
a, a:hover, a:visited, a:link, a:focus {
    text-decoration: none
}
a{color:#e7c23b}
.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    position: absolute;
    width: 100%;
    min-height: 100%;
}
.container{
    max-width: 768px;
}
.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: absolute;
    z-index: 1031;
    background-color: #1d1b1b;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    /*height: 100%;*/
    /*overflow-y: hidden;*/
    opacity: 0;
    /*-webkit-overflow-scrolling: touch*/
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 275px
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    min-height: 100%;
    max-height: none;
    opacity: 1;
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px;
    box-sizing: border-box;
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #4a402b;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}
.navbar-toggler{-webkit-box-sizing:border-box;box-sizing: border-box!important;}
.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}
.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #f4d248;
    font-size: .85rem
}

.menu-link:focus {
    background: #523b03;
}
html, body {
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    font-family: Battambang, Arial, "Helvetica Neue","Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #222;
    margin: 0;
    padding: 0;
    background-color: #000;
}

button, input, optgroup, select, textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu > div {
    font-size: .9rem
}

.navbar-brand img {
    height: 40px
}
.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}
.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}
.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon,header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3e%3cpath stroke='%23f9d94e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    position: absolute;
    margin-top: -1rem;
}

.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}
.clearfix {
    clear: both
}

.row.no-gutters-5{
    margin-left: -5px;
    margin-right: -5px;
}
.row.no-gutters-5 a span{
    color:#000;
    padding-top: 8px;
}
.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.box-game{
	padding:5px 0;
	}
.login_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:5px 0;
	}
.main-container .container {
    width: 100%;
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.login{
	border-radius: 0 5px 5px 0;
	}
.register{
	border-radius:5px 0 0 5px;
	}
.group-tran {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: .3rem 0;
}
.member-item {
    flex-grow: 1;
    flex-basis: 0%;
    margin: 1px;
    border: 1px solid #f9d94e;
    display: block;
}
.tran {
    text-align: CENTER;
    display: block;
    color: #fff;
}
.ico-dep {
    display: inline-block;
    width: 100%;
    height: 128px;
    background:url(../../images/wwb99/home/dp.png) center top no-repeat;
    background-size: contain;
}
.tran span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding-left: .7rem;
    font-size: .9rem;
}
.member-item span {
    font-family: Roboto;
    background-color: #f9d94e;
    padding: .5rem 0;
}
.ico-with {
    display: inline-block;
    width: 100%;
    height: 128px;
    background: url(../../images/wwb99/home/wd.png) center top no-repeat;
    background-size: contain;
}
.ico-trans {
    display: inline-block;
    width: 100%;
    height: 128px;
    background: url(../../images/wwb99/home/tr.png) center top no-repeat;
    background-size: contain;
}
@media (max-width: 500px) {
    .img-item i, .tran i {
        width: 100%;
        height: 70px
    }
}
/*--------------  icon nav --------------*/
 .ico {
    display: inline-block;
    width: 60px;
    height: 50px
}

.ico-home {
    background:url(../../images/wwb99/home/nav/icon_home.png) center no-repeat;
    background-size: 35px
}
.ico-poker {
    background:url(../../images/wwb99/home/nav/icon_poker.png) center no-repeat;
    background-size: 35px
}

.ico-forex {
    background:url(../../images/wwb99/home/nav/icon_forex.png) center no-repeat;
    background-size: 35px
}

.ico-contact {
    background:url(../../images/wwb99/home/nav/icon_contact.png) center no-repeat;
    background-size: 35px
}

.ico-chat {
    background:url(../../images/wwb99/home/nav/icon_live_chat.png) center no-repeat;
    background-size: 35px
}

.ico-sports {
    background:url(../../images/wwb99/home/nav/icon_sport.png) center no-repeat;
    background-size: 35px
}

.ico-casino {
    background:url(../../images/wwb99/home/nav/icon_casino.png) center no-repeat;
    background-size: 35px
}

.ico-lottery {
    background:url(../../images/wwb99/home/nav/icon_lottery.png) center no-repeat;
    background-size: 35px
}

.ico-slots {
    background:url(../../images/wwb99/home/nav/icon_slot.png) center no-repeat;
    background-size: 35px
}
.ico-cock {
    background:url(../../images/wwb99/home/nav/cock.png) center no-repeat;
    background-size: 35px
}
.ico-number {
    background:url(../../images/wwb99/home/nav/icon_number.png) center no-repeat;
    background-size: 35px
}
.ico-member {
    background:url(../../images/wwb99/home/nav/member.png) center no-repeat;
    background-size: 35px
}
.ico-fishing {
    background:url(../../images/wwb99/home/nav/fishing.png) center no-repeat;
    background-size: 35px
}
.ico-desktop {
    background:url(../../images/wwb99/home/nav/icon_destop.png) center no-repeat;
    background-size: 35px
}

.ico-logout {
    background:url(../../images/wwb99/home/nav/icon_login.png) center no-repeat;
    background-size: 35px
}

.ico-language {
    background:url(../../images/wwb99/home/nav/language.png) center no-repeat;
    background-size: 35px
}
.ico-download {
    background:url(../../images/wwb99/home/nav/icon_downloade.png) center no-repeat;
    background-size: 35px
}
.ico-promo {
    background:url(../../images/wwb99/home/nav/icon_promotion.png) center no-repeat;
    background-size: 35px
}
.box-casino, .box-slot, .box-poker{
	padding:5px 0;
	}
.title-game{
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:1.2em;
	text-align:center;
	display:block;
    color:#fff;
}
/*login*/
.form-main {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    margin: 0 auto;
    background: #183435;
}
.form-main .form-control {
    margin-bottom: 5px;
    background: #1a1a09;
    border: 1px #5b5f6b solid;
    color: #ffeaea;
    padding: 0 6px !important;
    height: 3rem;
    border-radius: 0;
}
#codeMatch,.code-match {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid var(--gold);
}
.form-main button {
    width: 50%;
    height: 50px;
    line-height: 40px;
    display: block;
    background: #d6bb07;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}
.login-reg {
    text-align: center;
    display: flex;
}
.login-reg li a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 12px;
    background-color: #c39533;
    background-image: linear-gradient(
358deg
,#c39533 0%,#98742a 100%);
    stroke: #183145;
}
.login-reg li {
    width: 50%;
}
.md-full .modal-dialog .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background:#183435;
}
.md-full .modal-header {
    border-bottom: 0;
}
 /* span {
    color: inherit;
}  */
.col-xs-4 {
    width: 33%;
}
.language-flag {
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    width: 100%;
}
 .md-full .modal-title {
    color: #fff;
} 
/* .text-center {
    text-align: center;
} */
.md-full .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-header .close {
    padding: 1rem 1rem 1rem 9rem !important;
    margin: -1rem -50rem -50rem auto !important;
    position: absolute;
}
.close span{
    color: #ffff !important;
}
.modal-header{
    display: inline !important;
}
.dropdown-lang .dropdown-menu{
    right: 0;
    left: auto;
    background: transparent;
    min-width: auto;
}
.flag-en {
    background-position: 50% 0px;
}
.flag-kh {
    background-position: 50% 185px;
}
.flag-th {
    background-position: 50% 124px;
}
.flag-id {
    background-position: 50% 247px
}
.flag-cn {
    background-position: 50% -31px
}
.flag-vn {
    background-position: 50% 93px
}
.flag {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    background-image: url(../../images/wwb99/flags.png);
    background-size: 58px auto;
}
.btn-gold {
    font-family: Roboto;
    color: #000;
    background:linear-gradient(#b58405,#f7d74c);
    border-color:#f9d94e;
}
.btn-gold-outline{
    border-color:#f9d94e;
    color: #f4d248;
}
.btn-gold-outline:focus{
    color: var(--gold)
}
.nav-menu {
    margin-bottom: 1rem;
    background-color: #252424;
}
.nav-menu .nav-link{
    color:#d4cfcf
}
.nav-menu .nav-link.active, .nav-menu .nav-link:hover {
    color: #f2d902;
    border-bottom: 2px solid #f2d902;
}
.slots-tab a.active, .slots-tab a:hover{
    background-color: #061621;
}
.loader {
    height: 100%;
    z-index: 1052;
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    width: 100%;
    display: block
}

.loader::before {
    content: '';
    position: inherit;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    width: 48px;
    height: 48px;
    background: url(../../images/loading.gif) no-repeat;
    background-size: contain
}
.navbar-right{
    position: absolute;
    right: 0rem;
}
.navbar-right .dropdown-item{
    padding: .25rem .6rem;
}
.navbar-right .dropdown-item:focus, .navbar-right .dropdown-item:hover{
    background-color: transparent;
}
.center-info p{
    color:#eee;
}
.depo_img label{
    border: 1px solid #ced4da;
}
.casino a span i{
    background-color: #171717;
}
.center-tab a.active{
    background-color: #394462;
    border-color: #394462;
    color:#fff;
}
.input [name="captcha"].password{
    display: inline-block!important;
}
.input label.captcha{
    background-color: #000;
    color: #fff;
}
.provider-item .btn-turnover{
    border: 1px solid #9e9e9e!important;
}
.navbar-toggleable-md{
    background-color: #000;
}
.cpy{
    color:#e7c23b
}
.text-link{
    color:#decc58;
}
/* #custom*/
.center-tab a{
    color:#fff;
    border: 1px solid var(--gold)
}
.center-tab a.active, .center-tab a:active,.center-tab a:hover{
    background-color: var(--gold);
    color:#111;
}
.btn-big,a.btn-big{
    background-color:  var(--gold);
    color:#000;
}
.list a{
    border: 1px solid #f9d94e;
    color:#f9d94e;
}
.list a:hover{
    background-color:  var(--gold);
}
.center h2{
    background-color: var(--gold);
    color:#111;
    border: 0 none;
    border-radius: 0 4px 4px 0;
}
.page li{
    list-style: none;
    color: #eee;
}
br + label,[for="start_date"],[for="end_date"],.tblBonus,.provider-item label{
    color:#eee;
}
.depo_img + p{
    color:#fff;
}
.form-group label{
   color:#ffed00
}
.modal-full .modal-dialog{
    min-width: 100%;
    min-height: 100%;
}
.modal-header .btn-close {
    position: absolute;
    top: 4px;
    right: 4px;
    box-sizing: content-box;
    width: .4em;
    height: .4em;
    padding: .8em;
    color: #000;
    background: rgba(32,33,36,0.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
}
.slick-prev {
    left: -12px;
}
.slick-next {
    right: -12px;
}
.nav-category .nav-link.active{
    color:#fff!important;
}
.bg-gold{
    background-color: #ba9138;
}
@media (max-width: 414px) {
    .nav-category .nav-link {
        font-size: .85rem;
    }
}