@font-face {
    font-family: digital_displayregular;
    src: url(../fonts/digtl.eot);
    src: url(../fonts/digtl.eot?#iefix) format('embedded-opentype'), url(../fonts/digtl.woff2) format('woff2'), url(../fonts/digtl.woff) format('woff'), url(../fonts/digtl.ttf) format('truetype'), url(../fonts/digtl.svg#digital_displayregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.notice {
    width: 100%;
    height: 30px;
    background-image: -webkit-linear-gradient(top, #fff 15%, #dfe7f0 69%, #f2f8fc 95%);
    background-image: linear-gradient(180deg, #fff 15%, #dfe7f0 69%, #f2f8fc 95%);
    border: 1px solid #ccd7e6;
    box-shadow: 0 2px 6px -1px #d5e5f4, inset -2px 0 4px 0 #fff, inset 2px -4px 4px 0 #fff;
    position: relative;
    display: none
}

.notice span {
    width: 26px;
    height: 26px;
    border-radius: 0 15px 15px 0;
    background: #d3dce6 url(../../images/ann-ico.png) 2px center no-repeat;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 90
}

.notice marquee a {
    line-height: 30px;
    color: #999;
    white-space: nowrap
}

.slots {
    width: 100%
}

.slots-tab {
    padding: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.slots-tab a {
    width: 25%;
    height: 40px;
    line-height: 40px;
    border: 1px transparent solid;
    background-clip: content-box;
    padding: 0;
    color: #080808;
    background-color: rgb(224 231 246);
}

.slots-tab a.ccc {
    background: #ccc;
    color: #555
}

.slots-tab a.active,
.slots-tab a:hover {
    color: #fff;
    background-clip: content-box;
    background-color: #daa300
}

.slots-contant {
    background: #fff;
    padding: 5px;
    overflow: hidden
}

.slots-contant ul,
.slots-contant li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slots-contant li {
    width: 32.5%;
    box-sizing: border-box;
    padding: 5px;
    float: left
}
#wrapper[data-page="slots"] .main .slots ul#slot_games{
    display: flex;
    flex-wrap: wrap;
}
#wrapper[data-page="slots"] .slots-contant li{
    float: none;
}
.slots-contant a {
    width: 100%;
    height: 150px;
    border: 1px #eee solid;
    text-align: center;
    position: relative;
    padding: 10px 0 0;
    display: block;
}

.slots-contant a span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-transform: capitalize
}

@media (max-width: 470px) {
    .slots-tab a {
        width: 32.5%
    }
}

@media (max-width: 420px) {
    .slots-contant li {
        width: 50%;
    }
}

.game-table {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
    overflow-x: auto
}

.expanded {
    width: 100% !important;
    box-sizing: border-box
}

.game-table table {
    width: 100%;
    background: #eee
}

.game-table tr {
    height: 40px;
    vertical-align: middle
}

.game-table th {
    background: #ccc;
    text-align: left;
    text-indent: 1em;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #666 solid;
    vertical-align: middle;
    color: #333
}

.game-table th.dark {
    background: #333;
    border-color: #333;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 40px
}

.game-table th span {
    font-size: 12px;
    float: right;
    padding: 0 10px;
    font-weight: 400
}

.game-table th a {
    float: right;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400
}

.game-table th a:hover {
    color: #f90
}

.game-table th a.refresh {
    width: 40px;
    height: 40px;
    background: url(../../images/sport/refresh-black.png) center no-repeat;
    padding: 0;
    float: inherit;
    display: inline-block;
    vertical-align: middle
}

.game-table th a.refresh-white {
    background-image: url(../../images/sport/refresh-white.png);
    float: right
}

.game-table th a.refresh:hover {
    transform: rotate(360deg)
}
.game-table td {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #333
}

.game-table td a {
    vertical-align: middle
}

.game-table td:hover {
    background: #f9f9f9
}

.game-table td.two {
    line-height: 24px;
    vertical-align: middle
}

.game-table td.red {
    color: #f33
}

.game-table td.small-two {
    vertical-align: middle
}

.game-table td.lie {
    width: 2px
}

.game-table i {
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle
}

.game-table i.star {
    width: 40px;
    background-image: url(../../images/sport/star-yellow.png);
    float: left
}

.game-table i.star-white {
    background-image: url(../../images/sport/star-white.png)
}

.game-table i.star-hollow {
    background-image: url(../../images/sport/star-hollow.png)
}

.game-table i.f {
    width: 21px;
    background-image: url(../../images/sport/tip-f.png);
    display: inline-block
}

.game-table i.l {
    width: 21px;
    background-image: url(../../images/sport/tip-l.png);
    display: inline-block
}

.game-table i.edit {
    width: 30px;
    background-image: url(../../images/sport/btn-edit.png);
    float: right
}

.game-table i.add {
    width: 30px;
    background-image: url(../../images/sport/btn-add.png);
    float: right
}

.game-table input[type=number] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 5px
}

.game-table input[type=text] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 10px
}
.game-table input[type=text]{
    width: calc(100% - 20px);
}
.game-table input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.lottery {
    width: 100%;
    overflow: hidden
}

.lottery-contant {
    background: #fff;
    padding: 10px;
    overflow: hidden
}

.lottery-ann {
    margin: 10px;
    padding: 10px;
    background: #333;
    color: #999
}

.lott-basic {
    width: 100%;
    border: 0;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 20px;
    padding: 10px 0
}

.lott-basic table {
    width: 100%
}

.lott-basic td {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px;
    word-break: break-all
}

.lott-basic td:first-child {
    text-align: right
}

.lott-basic td:last-child {
    text-align: left
}

.lott-basic td.title {
    font-size: 16px;
    color: maroon
}

.indo-ann {
    width: 100%;
    overflow: hidden
}

.indo-ann span {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block
}

.indo-ann span.tit {
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.indo-ann span.art {
    background: #333;
    color: #999;
    text-align: center
}

.indo-ann span.txt {
    text-align: center;
    font-size: 12px
}

.indo-group {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0
}

.indo-group a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #333;
    display: block
}

.indo-group cite {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal
}

.indo-group cite input {
    width: 14.66%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    border-left: none;
    background: #fff
}

.indo-group span {
    width: 100%;
    text-align: center;
    color: #f90;
    display: block
}

.center {
    margin-bottom: 30px;
    overflow: hidden;
}

.center-head {
    width: 100%;
    height: 180px;
    background: url(../../images/main/user/banner-center.jpg) center top no-repeat;
    padding: 10px;
    position: relative;
    margin: 0 0 10px;
}

.center-info {
    width: 100%;
    position: absolute;
    top: 47px;
    padding: 0 0 0 100px;
}

.center-avtar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: url(../../images/avtar-bg.png) center no-repeat;
    margin: 50px 0 0;
}

.center-info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 10px;
}

.center-info p {
    width: 100%;
    line-height: 180%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #eee;
}

.center-info p span {
    color: #f90;
}

.center h2 {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 15px 0 10px;
    background: #f2f2f2;
    color: #000;
    font-size: 16px;
    border-radius: 0 15px 15px 0;
    float: left;
    margin: 20px 0
}

.center-basic {
    width: 100%;
    border: 0;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 20px;
    padding: 10px 0
}

.center-basic table {
    width: 100%
}

.center-basic td {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 5px;
}

.center-basic td:first-child {
    text-align: right;
    text-transform: capitalize
}

.center-basic td:last-child {
    text-align: left
}

.center-tab {
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.center-tab a {
    background: #eaedef;
    padding: 0;
    font-size: 1em;
    color: #000;
    text-decoration: none;
    text-align: center;
    flex: 1 1 calc(50% - 6px);
    background-clip: content-box;
    border: 3px transparent solid;
    height: 45px;
    line-height: 39px;
    border-radius: 6px
}

.center-tab a.active,
.center-tab a:hover {
    background: #cb0e01;
    color: #fff;
    background-clip: content-box
}

.center-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 10px 0
}

.center-table table {
    width: 100%
}

.center-table th {
    background: #eee
}

.center-table td,
.center-table th {
    height: 49px;
    vertical-align: middle;
    text-align: center;
    color: #444
}

.center-table td {
    border-bottom: 1px #eee solid;
    padding: 0 5px
}

.center-table td span.red {
    color: #f33
}

.center-table td span.grey {
    color: #ccc
}

.center-table td span.yellow {
    color: #fc0
}

.sport-three {
    width: 100%;
    background: #222;
    overflow: hidden
}

.sport-three a {
    width: 33.33%;
    height: 40px;
    line-height: 40px
}

.sport-three a.active,
.sport-three a:hover {
    color: #f90
}

.sport-tab {
    width: 100%;
    background: #333;
    overflow: hidden
}

.sport-tab a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 0
}

.sport-tab a.active,
.sport-tab a:hover {
    background: #f4f4f4;
    color: #333
}

.sport .list>a {
    padding: 0
}

.sport .list>a:hover {
    background: #f90
}

.sport .list a span {
    color: #f90;
    float: right;
    padding: 0 10px
}

.sport .list>a:hover span {
    color: #fff
}

.sport .list i {
    float: left;
    background: top right no-repeat
}

.sport .list i:hover {
    float: left;
    background-position: top left
}

.sport .list i.baseball {
    background-image: url(../../images/sport/ico/baseball.png)
}

.sport .list i.favourite {
    background-image: url(../../images/sport/ico/favourite.png)
}

.sport .list i.others {
    background-image: url(../../images/sport/ico/others.png)
}

.sport .list i.beachsoccer {
    background-image: url(../../images/sport/ico/beachsoccer.png)
}

.sport .list i.misswold {
    background-image: url(../../images/sport/ico/misswold.png)
}

.sport .list i.handball {
    background-image: url(../../images/sport/ico/handball.png)
}

.sport .list i.futsal {
    background-image: url(../../images/sport/ico/futsal.png)
}

.sport .list i.supercombo {
    background-image: url(../../images/sport/ico/supercombo.png)
}

.sport .list i.olympic {
    background-image: url(../../images/sport/ico/olympic.png)
}

.sport .list i.athletics {
    background-image: url(../../images/sport/ico/athletics.png)
}

.sport .list i.icehockey {
    background-image: url(../../images/sport/ico/icehockey.png)
}

.sport .list i.wintersport {
    background-image: url(../../images/sport/ico/wintersport.png)
}

.sport .list i.basketball {
    background-image: url(../../images/sport/ico/basketball.png)
}

.sport .list i.tennis {
    background-image: url(../../images/sport/ico/tennis.png)
}

.sport .list i.usfootball {
    background-image: url(../../images/sport/ico/usfootball.png)
}

.sport .list i.snooker {
    background-image: url(../../images/sport/ico/snooker.png)
}

.sport .list i.rugby {
    background-image: url(../../images/sport/ico/rugby.png)
}

.sport .list i.darts {
    background-image: url(../../images/sport/ico/darts.png)
}

.sport .list i.formula1 {
    background-image: url(../../images/sport/ico/formula1.png)
}

.sport .list i.motorsports {
    background-image: url(../../images/sport/ico/motorsports.png)
}

.sport .list i.golf {
    background-image: url(../../images/sport/ico/golf.png)
}

.sport .list i.badminton {
    background-image: url(../../images/sport/ico/badminton.png)
}

.sport .list i.cricket {
    background-image: url(../../images/sport/ico/cricket.png)
}

.sport .list i.waterpolo {
    background-image: url(../../images/sport/ico/waterpolo.png)
}

.sport .list i.tabletennis {
    background-image: url(../../images/sport/ico/tabletennis.png)
}

.sport .list i.squash {
    background-image: url(../../images/sport/ico/squash.png)
}

.sport .list i.volleyball {
    background-image: url(../../images/sport/ico/volleyball.png)
}

.sport .list i.boxing {
    background-image: url(../../images/sport/ico/boxing.png)
}

.sport .list i.cycling {
    background-image: url(../../images/sport/ico/cycling.png)
}

.sport .list i.soccer {
    background-image: url(../../images/sport/ico/soccer.png)
}

.sport-stip {
    overflow: hidden
}

.sport-stip h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f90;
    text-transform: capitalize;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.sport-stip-main {
    padding: 10px;
    overflow: hidden;
    text-align: center;
    background: #fff
}

.sport-stip-ann {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    padding: 5px 0
}

.sport-stip label {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    text-transform: capitalize;
    display: block
}

.sport-stip label.yel {
    color: #f90
}

.sport-stip input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
    text-transform: capitalize
}

.sport-stip input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.sport-stip table {
    width: 100%
}

.sport-stip td {
    height: 40px;
    border: 1px #eee solid;
    vertical-align: middle
}

.sport-stip td span {
    color: #f90
}

.sport-contant {
    width: 100%;
    overflow: hidden
}

.sport-title {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden
}

.sport-title h2 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.sport-select {
    width: 100%;
    overflow: hidden
}

.sport-select input,
.sport-select select {
    width: 50%;
    height: 50px;
    padding: 0 10px;
    border: 5px transparent solid;
    background: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
    display: block;
    float: left
}

@media (max-width: 460px) {

    .sport-select input,
    .sport-select select {
        width: 100%
    }
}

.gtip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 41
}

.gtip-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 10%;
    left: 0
}

.gtip-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #222
}

.gtip-title a {
    width: 50px;
    height: 50px;
    background: url(../../images/tip-close.png) center no-repeat;
    display: block;
    float: right;
    opacity: .6
}

.gtip-title a:hover {
    opacity: 1
}

.gtip-group {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden
}

.gtip-group h5 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px #eee solid;
    font-size: 20px;
    font-weight: 700;
    color: #f90;
    text-align: center
}

.gtip-group label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden
}

.gtip-group label span {
    width: 25%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0
}

.gtip-group label em {
    font-style: normal;
    color: #f90;
    line-height: 35px
}

.gtip-group label a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    background: #f90;
    border-radius: 2px;
    margin: 0 5px 0 0;
    display: block;
    float: left;
    text-align: center;
    color: #fff
}

.gtip-group label a:hover {
    background: #dd8500
}

.gtip-group label input {
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px
}

.gtip-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box
}

.gtip-btn button {
    width: 50%;
    border-radius: 30px;
    display: inline-block;
    background: #f90;
    font-size: 16px;
    border: 5px #fff solid;
    border-width: 0 5px 0 5px;
    float: left;
    color: #fff
}

.gtip-btn button:hover {
    background: #dd8500
}

.keno {
    width: 100%;
    padding: 10px 0 30px;
    overflow: hidden;
    position: relative
}

.gkeno {
    width: 100%;
    overflow: hidden;
    position: relative
}

.gkeno-title {
    width: 100%;
    overflow: hidden
}

.gkeno-info {
    width: 100%;
    height: 115px;
    background: #161616
}

.gkeno-info>span {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: right;
    display: block;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 15px;
    font-weight: 700
}

.gkeno-info>span>em {
    color: #f90;
    float: left;
    font-style: normal
}

.gkeno-info>a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;
    display: block;
    text-indent: 1em;
    font-size: 20px;
    margin: 10px 10px 0 12px;
    float: left
}

.gkeno-info select {
    width: 200px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    background: #fff;
    margin: 20px auto;
    text-transform: capitalize;
    display: block
}

.gkeno-info>a:hover {
    background-color: #b97820
}

.gkeno-info cite {
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    background: #1f1f1f;
    font-style: normal;
    float: left
}

.gkeno-info a.enter {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background: #f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;
    margin: 0 10px;
    display: block;
    float: left
}

.gkeno-time {
    width: 100%;
    height: 151px;
    background: url(../../images/game/ann-bg.png)
}

.gkeno-time span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 15px;
    text-transform: capitalize
}

.gkeno-time span em {
    font-size: 12px;
    color: #555;
    float: right;
    font-style: normal;
    text-transform: uppercase
}

.gkeno-time a {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 85px;
    color: #fff !important;
    font-family: digital_displayregular;
    text-shadow: 0 0 20px #fff;
    display: block
}

.gkeno-time a.out {
    width: 65%;
    line-height: 65px;
    text-align: center;
    font-size: 65px;
    color: #fff;
    font-family: digital_displayregular;
    text-shadow: 0 0 20px #fff;
    display: block;
    float: left
}

.gkeno-time a.enter {
    width: 55px;
    height: 55px;
    border-radius: 40px;
    background: url(../../images/game/btn-enter1.png) center no-repeat;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    float: right
}

.gkeno-results {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.gkeno-results-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px #eee solid
}

.gkeno-results-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px
}

.gkeno-results-list label {
    width: 100%;
    display: block;
    border-left: 1px #eee solid;
    margin: 5px 0;
    float: left
}

.gkeno-results-list label a {
    width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #f90;
    font-weight: 700;
    display: block;
    float: left
}

.gkeno-total {
    width: 100%;
    height: 151px;
    background: #f4f4f4
}

.gkeno-total ul {
    width: 100%;
    height: 151px;
    overflow: hidden
}

.gkeno-total li {
    height: 151px;
    display: block;
    overflow: hidden
}

.bx-wrapper {
    margin: 0 auto;
    width: 100%
}

.bx-window {
    width: 100%
}

.bx-next,
.bx-prev {
    position: absolute;
    top: 7px;
    width: 26px;
    height: 26px;
    text-indent: -999999px;
    background: url(../../images/game/new-btn.png) no-repeat
}

.bx-prev:hover,
.gkeno-total .bx-next:hover {
    background-image: url(../../images/game/new-btn-hover.png)
}

.bx-prev {
    left: 10px;
    background-position: left top
}

.bx-next {
    right: 10px;
    background-position: left bottom
}

.gkeno-total .album {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    background: #fff
}

.album p {
    margin-bottom: 0
}

.album .previous {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #f90 url(../../images/enter-btn.png) center no-repeat;
    float: left;
    margin-left: 1em;
    border: none;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.album .next {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #f90 url(../../images/enter-btn.png) center no-repeat;
    float: right;
    margin-right: 1em;
    margin-top: -25px
}

.gkeno-total li span {
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize
}

.gkeno-total li label {
    width: 95%;
    margin: 0 16px;
    border-left: 1px #eee solid;
    display: block;
    overflow: hidden
}

.gkeno-total li label a {
    width: 20%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #f90;
    font-weight: 700;
    display: block;
    float: left;
    background: #fff
}

.gkeno-total li label.ten-item a {
    width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: gray;
    font-weight: 400;
    display: block;
    float: left;
    background: #fff
}

.gkeno-number {
    width: 100%;
    overflow: hidden
}

.gkeno-number-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    background: #4c4c4c
}

.gkeno-number-list a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 5px;
    background: #fff;
    border-radius: 3px;
    display: block;
    float: left;
    z-index: 5
}

.gkeno-number-list a.active,
.gkeno-number-list a:hover {
    background: #f90;
    color: #fff
}

.gkeno-guess {
    width: 100%;
    overflow: hidden
}

.gkeno-guess a {
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px
}

.gkeno-guess-title {
    width: 20%;
    height: 100px
}

.gkeno-guess-title a {
    width: 100%;
    background: #f90
}

.gkeno-guess-title a.line {
    box-sizing: border-box;
    border-bottom: 1px #ffb74c solid
}

.gkeno-guess label {
    width: 80%;
    display: block;
    float: right;
    background: #272727
}

.gkeno-guess label.line {
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px #4c4c4c solid;
    margin-bottom: 0
}

.gkeno-guess label a {
    width: 20%;
    box-sizing: border-box;
    border-left: 1px #4c4c4c solid
}

.gkeno-btn {
    width: 100%;
    overflow: hidden;
    background: #000
}

.gkeno-btn a {
    height: 107px;
    line-height: 107px;
    background: #333;
    color: #fff !important;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    border: 5px #010101 solid;
    box-sizing: border-box
}

.gkeno-btn a label {
    margin-bottom: 0;
    color: #666
}

.gkeno-btn a span {
    text-align: center;
    line-height: 34px;
    padding: 20px 0;
    color: #f90;
    font-size: 14px;
    float: right
}

.gkeno-btn a span em {
    color: #999;
    font-style: normal;
    font-size: 12px;
    font-weight: 400
}

.gkeno-btn a.active,
.gkeno-btn a:hover {
    background: #f90
}

.gkeno-btn a.active span,
.gkeno-btn a.active span em,
.gkeno-btn a:hover span,
.gkeno-btn a:hover span em {
    color: #fff
}

.gkeno-btn-buo {
    padding: 5px;
    overflow: hidden
}

.gkeno-btn-buo a {
    width: 35%
}

.gkeno-btn-buo a span {
    width: 50%
}

.gkeno-btn-buo a.tie-bs,
.gkeno-btn-buo a.tie-oes,
.gkeno-btn-buo a.tie-ud,
.gkeno-btn-buo a.white {
    width: 30%;
    line-height: 50px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 0
}

.gkeno-btn-buo a.tie-bs:hover,
.gkeno-btn-buo a.tie-oes:hover,
.gkeno-btn-buo a.tie-ud:hover,
.gkeno-btn-buo a.white:hover {
    background: #f90;
    color: #fff
}

.gkeno-btn-buo a.white span {
    width: 100%;
    padding: 0;
    line-height: 22px
}

.gkeno-btn-sd {
    overflow: hidden;
    padding: 0 5px
}

.gkeno-btn-sd a {
    width: 50%
}

.gkeno-btn-sd a span {
    line-height: 107px;
    padding: 0;
    width: 100px
}

.gkeno-btn-max {
    padding: 5px;
    overflow: hidden
}

.gkeno-btn-max a {
    width: 25%;
    height: 80px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 40px
}

.gkeno-btn-max a span {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px
}

.gkeno-reb {
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box
}

.gkeno-reb a {
    width: 33.33%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    color: #555 !important
}

.gkeno-reb a:hover {
    color: #fff
}

.gkeno-reb a span {
    line-height: 30px;
    padding: 10px
}

.gkeno-reb a.bet {
    background: #4c4c4c;
    text-align: center;
    padding: 0;
    border-style: inset;
    color: #f1f1f1 !important
}

.gkeno-load {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}

.gkeno-load a {
    width: 100%;
    height: 100%;
    background: url(../../images/game/loading.gif) center no-repeat;
    display: block
}

@media (max-width: 400px) {
    .gkeno-btn a {
        text-align: center
    }

    .gkeno-btn a span {
        display: none
    }

    .gkeno-btn-buo a,
    .gkeno-btn-buo a.white {
        line-height: 100px
    }

    .gkeno-btn-max a {
        line-height: 70px
    }
}

.gkeno-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 10px
}

.gkeno-table-title {
    width: 13%;
    overflow: hidden
}

.gkeno-table-title a {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 700;
    background: #5d5d5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5d5d5d 0, #4f4f4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5d5d5d), color-stop(100%, #4f4f4f));
    background: -webkit-linear-gradient(top, #5d5d5d 0, #4f4f4f 100%);
    background: -o-linear-gradient(top, #5d5d5d 0, #4f4f4f 100%);
    background: -ms-linear-gradient(top, #5d5d5d 0, #4f4f4f 100%);
    background: linear-gradient(to bottom, #5d5d5d 0, #4f4f4f 100%)
}

.gkeno-table-title a.active,
.gkeno-table-title a:hover {
    background: #f90
}

.gkeno-table-list {
    width: 87%;
    overflow: hidden;
    border: 1px #eee solid;
    border-width: 1px 0 0 1px;
    box-sizing: border-box
}

.gkeno-table-list label {
    display: block;
    overflow: hidden;
    margin-bottom: 0
}

.gkeno-table-list label a {
    width: 10%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    border-width: 0 1px 1px 0;
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase
}

.gkeno-table-list a.yellow {
    color: #f90
}

.number {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 30px
}

.gnumber {
    width: 100%;
    overflow: hidden;
    position: relative
}

.gnumber-close {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px
}

.gnumber-info {
    width: 100%;
    height: 250px;
    background: url(../../images/game/ann-bg.png)
}

.gnumber-info select {
    width: 200px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    background: #fff;
    margin: 10px auto;
    text-transform: capitalize;
    display: block
}

.gnumber-type {
    width: 100%;
    height: 20px;
    line-height: 50px;
    padding: 5px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: digital_displayregular;
    text-shadow: 0 0 10px #fff
}

.ball {
    width: 200px;
    display: block;
    padding: 0 10px;
    text-align: left;
    text-indent: 5px;
    font-style: bold;
    font-size: 16pt;
    font-family: Philosopher;
    color: #fff;
    margin-bottom: 0
}

.between {
    width: 100%;
    height: 10px;
    position: relative;
    background: #fff
}

.gnumber-info-time {
    width: 100%;
    height: 110px;
    line-height: 100px;
    padding: 10px 0 0;
    text-align: center;
    font-size: 75px;
    color: #fff;
    font-family: digital_displayregular;
    text-shadow: 0 0 20px #fff
}

.gnumber-info-time1 {
    width: 100%;
    height: 110px;
    line-height: 80px;
    padding: 0 0;
    text-align: center;
    font-size: 75px;
    color: #fff;
    font-family: digital_displayregular;
    text-shadow: 0 0 20px #fff
}

.gnumber-info-time1.totop {
    margin-top: -25px
}

.gnumber-info a.ref-only {
    width: 230px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;
    margin: 30px auto;
    display: block;
    font-size: 22px;
    float: none
}

.wrap-enref {
    width: 160px;
    height: 60px;
    margin: 0 auto 5px;
    display: block
}

.wrap-enmenu {
    width: 320px;
    margin: 0 auto;
    height: 60px
}

.gnumber-info a.back-inside {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    background: #f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;
    margin-top: -10px;
    display: block;
    float: left
}

.gnumber-info a.enter {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    background: #f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;
    margin: 0 10px;
    display: block;
    float: left
}

.gnumber-info a.refresh {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    background: #f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;
    margin: 0 10px;
    display: block;
    float: left
}

.gnumber-info a:hover {
    background-color: #b97820
}

.gnumber-info-data1 {
    width: 100%;
    height: 60px;
    line-height: 55px;
    text-align: center;
    color: #666;
    background: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.gnumber-info-data {
    width: 100%;
    height: 65px;
    line-height: 60px;
    text-align: center;
    color: #666;
    background: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.gnumber-info-data span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    background: #fff url(../../images/game/down.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-top: 1.2em;
    margin-right: 1em
}

.gnumber-info-data1 span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    background: #fff url(../../images/game/down.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-top: 1em;
    margin-right: 1em
}

.gnumber-game {
    position: absolute;
    width: 100%;
    height: 242px;
    overflow: hidden;
    position: relative;
    background: url(../../images/game/bg-num-only.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 10px 0;
    display: none;
    box-sizing: content-box
}

.gnumber-obj {
    width: 468px;
    height: 340px;
    position: relative;
    overflow: hidden
}

.glive-number-game {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    display: none
}

.glive-number-game img {
    position: absolute;
    width: 100%;
    height: 100%
}

.gnumber-game iframe {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 100%;
    overflow: none
}

.game-group span {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    background: url(../../images/game/ball1.png);
    background-size: cover;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    font-weight: 700
}

.gnumber-game-play {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.gnumber-game-play a {
    width: 100%;
    height: 100%;
    background: url(../../images/game/play.png) center no-repeat;
    display: block
}

.gnumber-game img {
    width: 52% !important
}

.game-play-over {
    background: url(../../images/game/glass.png) center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 320px;
    height: 100%
}

.show-result {
    background: #f90;
    border-radius: 1em;
    padding: 5px;
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase
}

.gnumber-results {
    width: 100%;
    height: 340px;
    background: #fff;
    display: none
}

.gnumber-results h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    text-align: center;
    font-size: 18px
}

.gnumber-results-contant {
    padding: 10px;
    overflow: hidden
}

.gnumber-results-contant a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 5px;
    height: 48px;
    line-height: 48px;
    border: 1px #eee solid;
    display: block;
    cursor: pointer
}

.gnumber-results-contant a span {
    font-size: 24px;
    font-weight: 700;
    color: #f90;
    float: right
}

@media (max-width: 420px) {
    .gnumber-results-contant a span.multiple {
        font-size: 14px;
        font-weight: 700
    }
}

.gnumber-results-contant a:hover {
    border-color: #333;
    background: #333;
    color: #ccc
}

.gnumber-results-contant a:hover span {
    color: #fff
}

.gnumber-tab {
    width: 100%;
    height: 40px;
    background: #333
}

.gnumber-tab a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    float: left;
    color: #fff
}

.gnumber-tab a.active,
.gnumber-tab a:hover {
    background: #fff;
    color: #555
}

.gnumber-tab .center-tab-number {
    width: 230px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important
}

.gnumber-tab .center-tab-number a {
    width: 100px;
    box-sizing: border-box;
    background-clip: content-box;
    float: left;
    background: #fff;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    color: #333;
    height: 35px;
    line-height: 38px;
    border-radius: 25px
}

.gnumber-tab .center-tab-number a:hover {
    background: #f90;
    color: #fff;
    cursor: pointer
}

.gnumber-num {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box
}

.gnumber-num a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff
}

.content div a.active,
.gnumber-num a.active,
.gnumber-num a:hover {
    background: #f90;
    color: #fff;
    cursor: pointer
}

.gnumber-tab input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.gnumber-btn {
    width: 100%;
    background: #000;
    padding: 5px;
    box-sizing: border-box
}

.gnumber-btn a {
    width: 25%;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #f90 !important;
    background: #333;
    display: block;
    float: left;
    border-radius: 8px;
    border: 5px #010101 solid;
    box-sizing: border-box
}

.gnumber-btn a.active,
.gnumber-btn a:hover {
    background: #f90;
    color: #fff
}

.gnumber-btn a span {
    width: 100%;
    height: 35px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 20px 0 0;
    box-sizing: content-box
}

.gnumber-color {
    width: 100%;
    height: 150px;
    padding: 5px;
    background: #1e1e1e
}

.gnumber-color a {
    width: 100%;
    margin: 5px 0;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #f90;
    display: block;
    float: left;
    background: #333;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box
}

.gnumber-color a.active,
.gnumber-color a:hover,
.gnumber-pair a:hover {
    background: #f90;
    color: #fff
}

.gnumber-color a span {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    text-transform: capitalize;
    font-weight: 700
}

.gnumber-color a p {
    width: 160px;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    display: block;
    float: left
}

.gnumber-color a.active p,
.gnumber-color a:hover p {
    color: #fff
}

.gnumber-btn1,
.gnumber-color-out,
.gnumber-color-outrou {
    width: 100%;
    overflow: hidden;
    background: #1e1e1e
}

.gnumber-btn1 a,
.gnumber-color-out a {
    width: 33.33%;
    margin: 5px 0;
    height: 80px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: #fff;
    text-align: center;
    font-weight: 700;
    padding: 0 10px;
    border: 5px solid #1e1e1e;
    box-sizing: border-box
}

.gnumber-color-outrou a {
    width: 50%;
    margin: 5px 0;
    height: 65px;
    border-radius: 5px;
    line-height: 65px;
    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: #fff;
    text-align: center;
    font-weight: 700;
    padding: 0 10px;
    border: 5px solid #1e1e1e;
    box-sizing: border-box
}

.gnumber-color-outrou a span {
    display: inline-block;
    text-indent: 2px;
    color: #f90
}

.gnumber-color-out a span {
    clear: both;
    display: block;
    line-height: 35px;
    color: #f90
}

.gnumber-color-out a:hover {
    background: #f90;
    color: #fff
}

.gnumber-color-out a:hover>span {
    color: #fff
}

.gnumber-sic-out {
    width: 100%;
    overflow: hidden;
    background: #1e1e1e
}

.gnumber-sic-out a {
    width: 33.33%;
    margin: 2px 0;
    height: 80px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: #fff;
    padding: 0 10px;
    border: 5px solid #1e1e1e;
    box-sizing: border-box
}

.gnumber-sic-out a span {
    background: #f90;
    clear: both;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 50%;
    height: 50px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px
}

.gnumber-sic-out a:hover {
    background: #f90;
    color: #fff
}

.gnumber-sic-out a:hover>span {
    background: #fff;
    color: #333
}

.gnumber-num-roulette {
    background: #141414;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.gnumber-num-roulette a.red {
    background: #c00
}

.gnumber-num-roulette a.white {
    background: #fff;
    color: #333
}

.gnumber-num-roulette {
    clear: both;
    width: 100%
}

.gnumber-num-roulette .roulette {
    width: 80%
}

.roulette a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 4px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #333;
    color: #fff
}

.two-one {
    width: 17%;
    float: left
}

.two-one a {
    width: 100%;
    height: 102px;
    line-height: 102px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 4px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #333;
    color: #fff
}

.gnumber-num-roulette .triple {
    box-sizing: border-box;
    clear: both;
    width: 100%
}

.gnumber-num-roulette .triple a {
    box-sizing: border-box;
    width: 32.33%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 1px;
    display: block;
    float: left;
    border-radius: 3px
}

.gnumber-num-roulette a:hover {
    background: #f90
}

.gmultiple-num,
.gmultiple-num-img {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box
}

.gmultiple-num-img a {
    box-sizing: border-box;
    width: 13.55%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 1px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff
}

.gmultiple-num a {
    width: 15%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff
}

.bs-multiple {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box
}

.bs-multiple a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #333
}

.glivenumber-tab,
.gmultiple-tab,
.gpromo-tab {
    width: 100%;
    background: #333;
    padding: 0
}

.glivenumber-tab a,
.gpromo-tab a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #333;
    float: left
}

.gmultiple-tab a {
    box-sizing: border-box;
    width: 50%;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: center
}

.gmultiple-tab ul,
.gpromo-tab ul {
    padding-left: 0
}

.glivenumber-tab a.active,
.gpromo-tab a.active {
    background: #4c4c4c;
    color: #fff
}

.gmultiple-num a:hover,
.gmultiple-num-img a:hover {
    background: #f90;
    color: #fff;
    cursor: pointer
}

.gmultiple-tab a.active {
    background: #4c4c4c;
    color: #fff;
    cursor: pointer;
    border-top: 4px solid #fff
}

.glivenumber-num {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box
}

.glivenumber-num a {
    display: block;
    width: calc(100% - 10px);
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    float: left;
    border-radius: 3px;
    background: #fff;
    cursor: pointer
}

.glivenumber-num .gold-silver {
    display: block;
    width: calc(100% - 10px);
    height: 65px;
    margin: 5px;
    float: left;
    border-radius: 3px;
    background: #fff
}

.glivenumber-num .gold-silver ul li {
    width: 100%;
    padding: 5px
}

.glivenumber-num a span.group-name1,
.glivenumber-num a span.group-name2 {
    display: block;
    width: calc(50% - 2.5px);
    height: 100%;
    text-align: left;
    text-indent: 5px;
    float: left
}

.glivenumber-num a span.group-name1 span,
.glivenumber-num a span.group-name2 span {
    color: #f90
}

.glivenumber-num h3,
.glivenumber-num p {
    width: 100%;
    text-align: center;
    font-style: bold;
    color: #fff
}

.glivenumber-num a span.group-name2 {
    border-left: 5px solid #4c4c4c
}

.glivenumber-num a i img {
    width: 46px;
    height: 46px;
    float: left;
    border-right: 5px solid #4c4c4c
}

.all-dice,
.board-tab,
.bseo,
.gnumber-pair,
.gnumber-single,
.gnumber-six,
.gnumber-three,
.gnumber-three-all,
.gsicbo-board {
    padding: 2px 5px;
    background: #141414;
    width: 100%;
    margin: 0
}

.three-pair {
    width: 33.33333%;
    float: left;
    text-align: center
}

.three-pair span {
    float: left;
    width: 30%;
    height: 23px;
    line-height: 25px;
    border-radius: 1em;
    background: #f90;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    margin: 1px
}

.board-tab a {
    background: #333;
    width: 98%;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box
}

.board-tab a.all-dice {
    height: 75px
}

.bseo a {
    width: 24.555%;
    height: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    background: #333;
    display: block;
    float: left;
    border-radius: 8px;
    border: 5px #141414 solid;
    box-sizing: border-box;
    cursor: pointer
}

.bseo a span {
    width: 100%;
    height: 30px;
    line-height: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #f90;
    display: block;
    padding: 0
}

.gnumber-single a {
    width: 14%;
    height: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    line-height: 60px;
    background: #333;
    display: block;
    float: left;
    border-radius: 8px;
    border: 5px #141414 solid;
    box-sizing: border-box;
    cursor: pointer
}

.gnumber-single a span {
    width: 100%;
    height: 30px;
    line-height: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #f90;
    display: block;
    padding: 0
}

.gnumber-six a {
    background: #333;
    width: 49%;
    height: 60px;
    line-height: 40px;
    border: 5px #141414 solid;
    border-top: none;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer
}

.gnumber-three-all a.ga7 {
    background: #333;
    width: 25%;
    height: 155px;
    line-height: 140px;
    border-left: 5px #141414 solid;
    border-right: 5px #141414 solid;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box
}

.gnumber-pair a.ga7,
.gnumber-three a.ga7 {
    background: #333;
    width: 25%;
    height: 90px;
    line-height: 70px;
    border: 5px #141414 solid;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box
}

.gnumber-pair a.ga9 {
    background: #333;
    width: 12.222%;
    height: 90px;
    line-height: 70px;
    border: 5px #141414 solid;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box
}

.gnumber-three-all a {
    background: #333;
    width: 24.222%;
    height: 155px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box
}

.gnumber-pair a.ga8,
.gnumber-three a {
    background: #333;
    width: 12.222%;
    height: 90px;
    border: 4px #141414 solid;
    padding: 12px 5px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer
}

.gnumber-three a,
.gnumber-three-all a {
    line-height: 35px;
    cursor: pointer
}

.gnumber-three a span,
.gnumber-three-all a span {
    float: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 30px;
    background: #f90;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto
}

.gnumber-pair a.ga8 .sicbo-ball {
    float: none;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 30px;
    background: #f90;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto
}

.gnumber-pair a.ga8 .sicbo-ball:last-of-type {
    margin-top: 12px
}

.gnumber-six a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #f90;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    float: right;
    font-weight: 700;
    cursor: pointer
}

.board-tab a:hover,
.bseo a:hover,
.gnumber-pair a:hover,
.gnumber-single a:hover,
.gnumber-six a:hover,
.gnumber-three a:hover {
    background: #f90;
    color: #fff
}

.board-tab a:hover>span,
.gnumber-pair a:hover>.sicbo-ball,
.gnumber-six a:hover>span,
.gnumber-three a:hover>span,
.wrap-three-all:hover>a span {
    background: #fff;
    color: #f90
}

.wrap-three-all:hover>a {
    background: #f90;
    color: #fff
}

.gnumber-pair a.ga7:hover,
.gnumber-three a.ga7:hover {
    background: #333
}

.bseo a:hover>span,
.gnumber-single a:hover>span {
    color: #fff
}

a.ga8:hover>a.ga8 span {
    background: #fff;
    color: #f90
}

a.more-number {
    float: right;
    margin-right: .5em;
    cursor: default
}

.gload {
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    background: rgba(192, 192, 192, .3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 42
}

.overlay-img {
    width: 100px;
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: auto
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 1500;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.wrap-txt {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-transform: uppercase
}

.md-content label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden
}

.md-content label span {
    width: 30%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0
}

.md-content label em {
    line-height: 35px;
    color: #f90
}

.md-content label input {
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px
}

.modal-drag {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.under-zero {
    z-index: -1
}

.modal-drag button {
    position: relative !important;
    z-index: 48
}

.modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.md-show {
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible
}

.md-show-drag {
    z-index: 900;
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 46;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible
}

.md-show-drag~.md-overlay {
    opacity: 1;
    visibility: visible
}

.hide~.md-overlay {
    opacity: 0;
    visibility: hidden
}

.cross {
    display: block;
    position: relative;
    z-index: 10005 !important;
    width: 45px;
    height: 45px;
    background: url(../../images/modal_close.png);
    float: right;
    margin-right: -.5px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover
}

.md-content,
.md-content-drag {
    color: #333;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto
}

.md-content h3,
.md-content-drag h3 {
    margin: 0;
    padding: .1em .2em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    opacity: .8;
    background: #222;
    border-radius: 3px 3px 0 0;
    color: #fff;
    text-transform: uppercase
}

.md-content-drag div,
.md-content>div {
    position: relative;
    padding: 5px 10px 5px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.md-content-drag>div h5,
.md-content>div h5 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px #eee solid;
    font-size: 20px;
    font-weight: 700;
    color: #f90;
    text-align: center
}

.md-content input[type=text],
.md-content-drag input[type=text] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 10px
}

.md-content-drag>div p,
.md-content>div p {
    margin: 0;
    padding: 10px 0
}

.md-content-drag>div ul,
.md-content>div ul {
    margin: 0;
    padding: 0 0 30px 20px
}

.md-content-drag>div ul li,
.md-content>div ul li {
    padding: 5px 0
}

.btn-foot {
    width: 80%;
    height: 45px;
    margin: 0 auto
}

.btn-foot button {
    background: #f90;
    border: 1px solid #aaa;
    width: 40%;
    margin: 0 5%;
    float: left;
    padding: 5px 0;
    border-radius: 1em
}

.md-effect-1 .md-content {
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-show-drag.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.list a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    margin: 5px 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list a i {
    width: 40px;
    height: 40px;
    background: url(../../images/list-btn.png) right top no-repeat;
    display: block;
    float: right
}

.list a:hover {
    color: #fff;
    background-color: #cb0e01;
}

.list a:hover i {
    background-position: left top
}

.list-drop {
    width: 100%;
    display: none
}

.list-drop a {
    background: #333;
    color: #fff
}

.list-drop a:hover {
    background: #555
}

.btn-big {
    margin: 20px 10px;
    font-size: 16px;
    float: inherit;
    cursor: pointer;
    color: #ffffff;
}

.btn.gradient {
    display: block;
    background-color: #cb0e01;
    box-sizing: border-box;
    color: #fff;
}

#form1 button {
    display: revert;
}

button.gradient {
    width: 100% !important;
    margin: 15px 0
}

.gradient:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.input input[data-role=none]:not([type=checkbox]),
.input select[data-role=none]:not([type=checkbox]),
.noico:not([type=checkbox]) {
    /*margin: 0 0 -2px;*/
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 10px;
}

.input-center input {
    width: 49%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px 0 50px;
    margin: 5px 0
}

.input input[name=end_date],
.input input[name=start_date] {
    box-sizing: border-box
}


.input input[type=number] {
    display: inline-block
}

.input input[data-role=none]::-ms-expand,
.input select[data-role=none]::-ms-expand,
.noico::-ms-expand {
    background-color: transparent;
    border: 0
}

.input input[data-role=none]:focus,
.input select[data-role=none]:focus,
.noico:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25)
}

.input input[data-role=none]::-webkit-input-placeholder,
.noico::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.input input[data-role=none]::-moz-placeholder,
.noico::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.input input[data-role=none]:-ms-input-placeholder,
.noico:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.input input[data-role=none]::-ms-input-placeholder,
.noico::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.input input[data-role=none]::placeholder,
.noico::placeholder {
    color: #6c757d;
    opacity: 1
}

.lb-msg {
    color: #dc3545;
}

.input form,
.input-center form {
    padding-left: 10px;
    padding-right: 10px
}

label.captcha {
    margin-bottom: 0;
    padding: .375rem .75rem
}

.transfer label {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: block
}

.transfer label span {
    box-sizing: border-box;
    padding: 0;
    text-align: left;
}

.page {
    width: 100%;
    padding: 20px 0;
    overflow: hidden
}

.page li {
    width: 33.33%;
    overflow: hidden;
    float: left;
    line-height: 40px;
    text-align: center;
    list-style: none;
}

.page a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffc107 url(../../images/enter-btn.png) center no-repeat;
    display: block;
    margin: 0 auto
}

.page a.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-game a {
    background-color: #f90 !important
}

.specific-page-num {
    display: inline-block;
    min-width: 40px;
    height: 35px;
    width: 15%;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .4)
}

.banner {
    width: 100%;
    overflow: hidden;
    display: none
}

.banner img {
    width: 100%
}

.casino a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 160px;
    overflow: hidden;
    margin: 10px 0;
    background: #ECEFF4 10px no-repeat;
    display: block
}

.casino a.ca1 {
    background-image: url(../../images/casino-1.png)
}

.casino a.ca2 {
    background-image: url(../../images/casino-2.png)
}

.casino a.ca3 {
    background-image: url(../../images/casino-3.png)
}

.casino a.ca4 {
    background-image: url(../../images/casino-4.png)
}

.casino a.ca10,
.casino a.ca5,
.casino a.ca6,
.casino a.ca7,
.casino a.ca8,
.casino a.ca9 {
    padding: 10px
}

.casino a span {
    width: 100%;
    overflow: hidden
}

.casino a span h6 {
    font-size: 16px;
    line-height: 200%;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffc31e
}

.casino a span p {
    line-height: 200%;
    padding: 5px 0;
    text-align: justify
}

.casino a span i {
    width: 40px;
    height: 40px;
    background: #ffc107 url(../../images/enter-btn.png) center no-repeat;
    display: block;
    border-radius: 100%;
    margin: 5px 0
}

.casino .lott-1 {
    background-image: url(../../images/lottery.png)
}

.casino .lott-2 {
    background-image: url(../../images/thai_lottery.png)
}

.casino .lott-3 {
    background-image: url(../../images/vn_lottery.png)
}

.contant.list {
    padding: 10px
}

.btn-game {
    background: #f90;
    width: 100%;
    margin: 10px 0
}

@media (max-width: 415px) {
    .casino a {
        padding: 5px 5px 5px 115px
    }

    .casino .lott-1,
    .casino .lott-2,
    .casino .lott-3,
    .casino a.ca1,
    .casino a.ca2,
    .casino a.ca3,
    .casino a.ca4 {
        background-size: 90px 90px !important;
        padding: 5px 5px 5px 110px
    }

    .casino a {
        padding: 0
    }

    .casino a span i {
        width: 30px !important;
        height: 30px !important;
        margin: 0 0;
        background-size: inherit
    }

    .vcasino span p {
        padding: 0 0
    }
}

.transfer:not(.dps) button.gradient {
    width: calc(50% - 20px) !important;
    margin: 0 !important
}

.transfer label>.btn-big:not(.gradient) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #333 !important
}

select#bank.noico {
    margin-bottom: 1rem
}

select.noico[name=transfer] {
    margin-bottom: 1rem !important;
}

/* CUSTOM */

input#new_pass {
    margin-bottom: 1.2rem;
}

.center #form1 input[name="captcha"]#captcha {
    float: left;
}

.main.center #captcha {
    width: 70% !important;
}

label.captcha {
    float: left;
    text-align: center;
    background: #333;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 5px;
}

.code-match:hover {
    color: #fff;
}

.center h2 {
    color: #0d0d0d;
}

.center .contant.list {
    color: #0d0d0d;
}

.center .list a:hover {
    color: #0d0d0d;
    background-color: #b2a8f5;
}

.main.center .center-tab a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0d0d0d;
}

/* .center-tab a.active, .center-tab a:hover {
    background-color: #b2a8f5 !important;
    color: #0d0d0d;
} */

.center-tab a:hover {
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
}

.main .slots ul {
    padding-left: 0;
}

.slots-tab a {
    background-color: #b2a8f5;
    color: #0d0d0d;
    font-size: 14px;
    margin-bottom: 2px;
}

.slots-tab a.active,
.slots-tab a:hover {
    background-color: #b2a8f5 ;
    color: #0d0d0d ;
}

.afbgaming img,
.slots_w88 img,
.slots_pt img {
    height: 10rem;
}

.slots_mg img,
.slots_netent img {
    height: 8rem;
}

.slots_bestgamer img,
.slots_afbgaming img {
    height: 9rem;
}

/* .slots_playstar img,
.slots_fish img,
.slots_joker123 img,
.slots_pplay img {
    height: 11rem;
} */

.slots-contant a {
    padding: 0;
    height: auto;
}

.slots-contant a img {
    max-width: 100%;
    width: 100% !important;
}

.slots-contant a span {
    color: #0d0d0d;
    background-color: #b2a8f5;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .keno ul {
    padding-left: 0;
    list-style-type: none;
}

.keno,
.number {
    padding-top: 0px;
}

.list a {
    color: #0d0d0d;
}

.lott-list.list a:hover,
.contant.list a[data-name]:hover {
    color: #0d0d0d;
    background-color: #b2a8f5;
}

.center-info {
    top: 30px;
}

.center-avtar {
    margin-top: 35px;
}

/* CHECK WITH THEME COLOR */
/* .main.center, .center-basic .btn, .transfer label span, .tblBonus .provider_name, .tblBonus :not(.provider_bonus),.main.center .input p,
.turnover-item div label span {
    color: #fff;
} */

.center-info h3,
#record-pagin,
.depo-img-text {
    color: #fff;
}

.center-info h3 span {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.depo_img label {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.main.center .center-tab {
    padding-top: 5px;
}

.page.page-game li span {
    color: #0d0d0d;
}

.specific-page-num {
    color: #0d0d0d;
}

/* CUSTOM DESIGN ONLY */

.center-head .center-info h3,
.center-head .center-info h3 span {
    color: #eee;
}

.page-game a {
    background-color: #ffc107 !important;
}

.list a i {
    transition: none;
}

.list a:hover i {
    background-position: right top;
}

.ref_link.btn {
    background-color: #b2a8f5;
}

.center h2 {
    margin-top: 5px;
}

#btn-submit {
    width: 96%;
    margin: 10px auto;
}

#receipt {
    display: none;
}

#divPromotions .paragraph {
    max-width: inherit !important;
}

#divPromotions strong {
    color: inherit;
}

#divPromotions {
    padding: 0 5px;
}

.main.center .input .provider-item .btn-turnover {
    background-color: #c1b9f7 !important;
    color: #0d0d0d;
    text-transform: uppercase;
    font-size: .9rem;
}

.main.center .center-table td,
.main.center .center-table th {
    white-space: nowrap;
    padding: 0 5px;
}

.main.center .center-tab a.btn {
    text-transform: uppercase;
}

.main.center div.tblBonus p.bonus_desc:last-child {
    display: none;
}

.main.center #form1 .btn-big.gradient {
    margin-left: 0px;
    margin-right: 0px;
}

/* .paragraph table, th, td {
    word-break: break-word;
} */

#modal.modal-custom {
    display: block;
}

#modal.modal-custom::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

#modal.modal-custom .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    max-width: 95%;
}

#modal.modal-custom .modal-content .modal-body {
    padding: 0;
    margin: 0 auto;
}

#modal.modal-custom .modal-content span.x-close {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 20px;
    position: absolute;
    color: white;
    right: -5px;
    top: -10px;
    border-radius: 100%;
    background-color: black;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}

#modal.modal-custom .modal-content #pop-url {
    display: block;
}

/* CUSTOM DESIGN ONLY END */

.main.center .center-table {
    margin-bottom: 10px;
    overflow-x: auto;
}

#divPromotions ul {
    padding-left: 0;
}

#divPromotions ul.row {
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
}

#divPromotions ul.row li.col {
    padding-left: 0;
    padding-right: 0;
}

#divPromotions .promo-row-wrapper .div-promo-content {
    padding: 15px 5px !important;
}

.btn.gradient {
    /* background-color: #b2a8f5; */
    color: #0d0d0d;
}

.btn.gradient:hover {
    background-color: #b2a8f5;
    color: #0d0d0d;
    opacity: .8;
}

.input .btn.gradient {
    margin-left: 0;
    margin-right: 0;
}

.center {
    margin-bottom: 15px;
}

.main.center .depo_img a {
    width: auto;
}

@media (min-width: 576px) {
    #modal.modal-custom .modal-content {
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .lang-mm .slots-tab a {
        font-size: .9rem;
    }
}

@media (max-width: 425px) {
    .slots-contant li {
        width: 50%;
    }
}

@media (max-width: 411px) {

    #ref_link {
        width: 100%;
    }

    .ref_link.btn {
        margin-top: 5px;
    }

}

@media (max-width: 375px) {
    .slots-contant li {
        width: 50%;
    }

    .main.center .input .provider-item .btn-turnover {
        font-size: 12px;
    }

    .lang-vn .main.center .center-tab a {
        font-size: .8rem;
    }
}

@media (max-width: 340px) {
    label.captcha {
        width: 23%;
    }
}