﻿/****.*/ /**denoted as IMPORTANT*/
* {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Bebas; /**34*/
}

.container {
    /*margin: 0px !important;*/
}

#form1 {
    min-height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*html, body {height: 100%;}*/
html {
    -webkit-font-smoothing: antialiased;
}
body {
    padding: 15px;
}
body, button, input, select, textarea {
    border: none;
}
/*a, button, input, select, span, img, i, cite, tt, em, button{transition:all .4s; color:#666}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    color: #ffffff;
}

    a, a:hover {
        text-decoration: none;
        outline: 0;
    }

b, strong {
    font-weight: bold;
}

p {
    margin: 0; /*line-height: 200%*;*/
    color: #666;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*button, input, optgroup, select, textarea {margin: 0;padding: 0; font: inherit;color: inherit;}*/
button, input {
    outline: none;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: black;
    background: #000 url(../images/bg2.jpg) center top no-repeat;
    line-height: 1.5;
    z-index: 0;
    letter-spacing: 1px;
    border: 1px solid transparent;
    min-height: 100vh;
    background-size: cover;
}

    body:before {
        /*background-color: black;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        line-height: 1.5;
        letter-spacing: 1px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        content: "";
        display: block;
        position: fixed;*/
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background-repeat: repeat-x;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    /*-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);*/
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    left: 10px;
    text-decoration: none;
    color: #fdfdfd;
    background: rgba(28, 23, 12, 0.4);
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    border-color: #747b82;
    border-style: solid;
    border-width: 1px;
    display: none;
}

    .back-to-top:hover {
        color: #f5f5f5;
        background-color: #bfb100;
    }

a#backToTop {
}

.grp-header {
    display: grid;
    grid-template-areas: 'logo login''logo contact';
    grid-template-rows: auto;
    grid-template-columns: 45% auto;
}

@media only screen and (max-width: 768px) {
    .grp-header {
        /*border: 1px solid red;*/
        display: grid;
        grid-template-areas: 'logo' ' login' 'contact';
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .grp-header {
        display: grid;
        grid-template-areas: 'logo login' ' logo login' 'contact contact';
        grid-template-rows: auto;
        grid-template-columns: 44% auto;
    }
}

.notice-wrapper {
    height: 23px;
    position: relative;
    vertical-align: middle;
    float: right;
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
    background: url('../images/runningtext.png') no-repeat center center;
    background-size: 100% auto;
    border-radius: 10px;
    padding: 8px 2px 8px 10%;
}

@media only screen and (max-width: 768px) {
    .notice-wrapper {
        border-radius: 0px;
        min-height: 40px;
        background: none;
        background-color: rgba(170, 163, 163, 0.14);
    }

    #timecontainer {
        display: none;
    }

}

.notice-msg {
    float: right;
    display: inline-block;
    height: inherit;
    text-decoration: none;
    border-image-slice: 4;
    font-size: 12px;
    color: #666666;
    width: 100%;
    height: inherit;
    color: #000;
    padding: 8px 2px 8px 10%;
}

@media (max-width: 1200px) {
    .notice-msg {
        padding: 0;
    }
}

.expressDate, .notice-info {
    font-size: 15px;
    font-weight: 950;
    color: #fff;
    /*-webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}

.expressDate {
    /*width: 20%;
    height: inherit;
    display: inline-block;*/
    display: none;
}

.notice-info {
    display: none;
}

@media (max-width: 768px) {
    .expressDate {
        width: 100%;
        text-align: center;
    }

    .notice-info {
        display: none;
    }
}

.msg-top {
    width: 80%;
    left: -100px;
    border-width: 1px;
    vertical-align: middle;
    height: inherit;
    color: #e0e0e0;
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}

@media only screen and (max-width: 1200px) {
    .msg-top {
        width: 100%;
        left: -50px;
    }
}

.cont-header {
    /*! padding: 10px 20px; */
    box-sizing: border-box;
    padding: 1rem !important;
}

.logo-img {
    margin-top: 10px;
    max-height: 100px;
}

@media (max-width: 1200px) {
    .logo-img {
        /*display: inherit;*/
        position:relative;
        max-width:60%;
        left:0%;
    }
}

.login-wrapper {
    padding: 1em inherit !important;
    display: inline-block;
    width: 61%;
    position: relative;
    float: right;
    flex-direction: column-reverse;
    /*! max-width: 1000px; */
    padding: 20px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .login-wrapper > div {
        box-sizing: border-box;
        display: inline-block;
        float: left;
    }

    .login-wrapper .left-wrapper {
        margin-right: auto;
        width: 100%;
    }

    .login-wrapper .right-wrapper {
        margin-left: auto;
        width: 70%;
        display: inline-flex;
        /*! float: right; */
    }

.right-wrapper .right-wrapper-inner {
    width: 100%;
}

.login-wrapper {
    padding: 1em 0 !important;
}

@media only screen and (max-width: 1200px) {
    .login-wrapper .right-wrapper {
        width: 100%;
    }

    .login-wrapper .left-wrapper {
        width: 100%;
    }
}

.logo-mb {
    width: 100%;
    height: 100%;
    margin: auto;
    /*margin-bottom: 10px;*/
    display: inline-block;
    box-sizing: border-box;
    grid-area: logo;
}
/*.logo-mb > a {
        width: inherit;
        height: inherit;
    }*/

@media (max-width: 1200px) {
    .info {
        content: none;
    }

    .notice-msg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .logo-mb {
        text-align: center;
    }

    /*.logo-img {
        width: 80%;
    }*/
    .txt-login {
        width: 100%;
    }

    .btn-login {
        width: 100%;
    }
}

.pnl_login {
    position: relative;
    margin-right: auto;
    text-align: right;
    display: inline-flex;
    /*padding: 15px 10%;*/
    display: flex;
    justify-content: flex-end;
    display: flex !important;
    width: 100%;
    min-height: 30px;
    grid-area: login;
}

@media (max-width: 1200px) {
    .pnl_login {
        display: block !important;
    }
}

.pnl_login input {
    border: none;
    outline: none;
    float: left;
    cursor: pointer;
    margin: 5px ;
    /*width: 100px;*/
}

.txt-login {
    width: 70px;
    font-family: Arial;
    font-size: 10px;
    color: #9c9c9c;
    background: #fff;
    border: none;
    /*padding-left: 10px;*/
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(51,153,151,1) inset;
    outline: none;
    text-align: center;
}

.btn-login {
    float: right;
    font-size: 22px;
    font-weight: bold;
    width: 120px;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    border-radius: 7px;
    color: #f3f3f3;
    text-shadow: 2px 2px #f791009e;
    background: #f08c00;
    border: 1px solid #e5a501;
    background: -webkit-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: -o-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: -moz-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: linear-gradient(#f99300 40%, #f99300cc 60%);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
    margin-top: -8px;
    margin-right: 10px;
}

    .btn-login:hover {
        /*background-color: #e12d34;*/
        /*text-decoration: none;*/
    }

.btn-register-new {
    float: right;
    font-size: 22px;
    font-weight: bold;
    width: 120px;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    border-radius: 7px;
    color: #f3f3f3;
    text-shadow: 2px 2px #f791009e;
    background: #f08c00;
    border: 1px solid #e5a501;
    background: -webkit-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: -o-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: -moz-linear-gradient(#f99300 40%, #f99300cc 60%);
    background: linear-gradient(#f99300 40%, #f99300cc 60%);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
    -webkit-mask-image: linear-gradient(-75deg,rgb(246, 145, 0) 20%,rgba(247, 145, 0, 0.8) 40%,rgb(249, 147, 0) 70%);
    -webkit-mask-size: 180%;
    animation: shine 1.8s infinite;
    margin-top: -8px;
}

    .btn-register-new:hover {
        /*-webkit-mask-image: linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
        -webkit-mask-size: 200%;
        animation: shine 1s infinite*/
    }

.btn-login, .btn-register-new {
    /*width: 65px;
    height: 25px;
    background: #c40d0d;
    font-size: 15px;*/
}

.txt-login {
    width: 100px;
    height: 25px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    outline: none;
}

.pnl_login > input {
    display: inline-block;
}

@media (max-width: 1200px) {
    .btn-login {
        width: 100%;
        margin-right: 0px;
        position: relative;
        top: 60px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 0px;
        font-size: 20px;
    }

    .btn-register-new {
        width: 100%;
        position: relative;
        top: 132px;
        height: auto;
        margin-top: 0px;
        font-size: 20px;
    }

    .pnl_login > input {
        width: 100%;
        display: block !important;
    }
    .notice-wrapper {
        border-radius: 0px;
        min-height: 40px;
        background: none;
        background-color: rgba(170, 163, 163, 0.14);
    }

    #timecontainer {
        display: none;
    }
}

@media (max-width: 1146px) {
    .notice-wrapper {
        border-radius: 0px;
        min-height: 40px;
        background: none;
        background-color: rgba(170, 163, 163, 0.14);
    }

    #timecontainer {
        display: none;
    }
}

@media (max-width: 1076px) {
}

@media (max-width: 1000px) {
    .notice-wrapper {
        border-radius: 0px;
        min-height: 40px;
        background: none;
        background-color: rgba(170, 163, 163, 0.14);
    }

    #timecontainer {
        display: none;
    }
}

@media (max-width: 860px) {
}

@media (max-width: 700px) {
    .btn-login {
        top:60px;
        height:auto;
        margin-bottom:5px;
        margin-top:0px;
        font-size:20px;
    }
     .btn-register-new {
        top: 132px;
        height: auto;
        margin-top: 0px;
        font-size:20px;
    }
}

@media (max-width: 660px) {
}

/****.*Menu ***********************************************************************************/
#menu {
    max-width: 1180px;
}

.navbar-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
}
    /****Global menu**/
    .navbar-nav > li > a {
        padding: 0;
        background-position-x: center !important;
        background-position-y: center !important;
        background-repeat: no-repeat !important;
        padding: 5px 11px 10px 10px;
        font-family: usuzi;
        font-size: 15px;
        text-decoration: none;
        color: #fff;
        display: block;
        text-transform: uppercase;
        text-shadow: 3px 5px 12px #0a0909;
        text-align: center;
    }

navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background: none;
}
/*****.end of menu global*/

/*.navbar-inverse .navbar-nav > li > a:hover {
        color: yellow !important;
    }*/
.home-icon {
    position: inherit !important;
    vertical-align: bottom !important;
    /*margin-bottom: auto !important;*/
}

/*li.icon-main {
    margin-top: -104px;
}*/

@media (max-width: 1200px) {
    li.icon-main {
        height: 133px;
        opacity: 0.5;
    }
}

/*

a.icon-togel {
    background-image: url(../images/menu/main-togel.png) !important;
    background-size: auto;
}

a.icon-sport {
    background-image: url(../images/menu/main-sport.png) !important;
    background-size: auto;
}

a.icon-poker {
    background-image: url(../images/menu/main-poker.png) !important;
    background-size: auto;
}

a.icon-livecasino {
    background-image: url(../images/menu/main-livecasino.png) !important;
    background-size: auto;
}

a.icon-slot {
    background-image: url(../images/menu/main-slot.png) !important;
    background-size: auto;
}

a.icon-numbergame {
    background-image: url(../images/menu/main-numbergame.png) !important;
    background-size: auto;
}*/
.navbar-inverse {
    margin: 0px 0 0 0;
    /*! background-image: linear-gradient(#000000,#4e4e4e,#121a25); */
    border-radius: 10px;
    /*! margin-top: -38px; */
    /*padding: 10px;*/
    padding-bottom: 103px;
    border: none;
    /*display: inline-flex;
    justify-content: space-evenly;*/
}

ul.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    border-style: solid;
    border-color: #67b5dc;
    padding: 0px;
    justify-content: space-between;
    display: inline-flex;
    border: 2px solid #fff;
    border-color: #fec52d !important;
}

@media (max-width: 1200px) {
    .navbar-inverse {
        margin-top: 0px
    }

    ul .navbar-nav {
        display: inline-block;
    }
}

.Logined .navbar-nav > li {
    /*min-width: 68px;
    max-width: 100px !important;*/
    margin: 0px 0px
}

.navbar-nav > li {
    background: none;
    /*min-width: 108px;*/
    /*max-width: 230px;*/
    height: 100%;
}

@media (max-width: 1200px) {
    .navbar-nav {
        width: 100%;
        max-width: none;
    }

        .navbar-nav > li:first-child, .navbar-nav > li {
            width: 100%;
            max-width: inherit;
            margin-left: 0px;
            display: block;
        }
}

.navbar-nav > li > a {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    text-decoration: none;
    font-family: Bebas;
    font-weight: normal;
    display: block;
    font-size: 15.5px;
    color: #ffffff !important;
}

@media (max-width: 1200px) {
    .navbar-nav > li > a {
        z-index: 10;
    }

    .navbar-nav > li.icon-main > a {
        z-index: 6;
    }
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
    /*background: transparent !important;*/ /****.*/
    opacity: 1;
    /*text-decoration: none !important;
    color: #B2252A !important;
 */
}

.navbar-inverse .navbar-nav > li:hover ul {
    display: block;
    min-height: 10px;
    text-align: center;
    width: 100%;
}

.navbar-nav > li:first-child > a {
}

/*.navbar-nav > li:last-child > a {
    border-radius: 0px 20px 20px 0px;
}*/

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    /*margin-bottom: 0px;
    padding: 8px 6px;
    font-weight: normal;*/
}

.dropdown-menu > li > a {
    color: #fff !important;
    font-size: 15px;
    /*padding: 6px 20px !important;*/
    font-weight: bold;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        /*color: rgb(16, 57, 84) !important;*/
    }

.navbar-nav > li > .dropdown-menu {
    background-color: #808080;
    width: 100%;
    /*margin-top: -63px;*/
    top: auto !important;
}

dropdown:hover .dropdown-menu {
    display: block;
    height: 100px;
    text-align: center;
    /*width: 100%;
    top: 40px;*/
}

.dropdown li, .dropdown-menu li {
    display: inline-flex;
    text-align: center;
    height: 100%;
}

.dropdown-menu li {
    float: left;
    margin: 0 4.5px;
}

@media (max-width: 1200px) {
    .dropdown-menu li, .dropdown-menu li a {
        width: 100%;
        height: auto;
        text-align: left;
    }
}
/*.dropdown-menu > li:hover {
        border-bottom-width: 40px;
        border: 0px;
        height: 90%;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        box-sizing: border-box;
        border: 1px solid #434343;
}*/

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #434343 !important;
    background-image: -webkit-linear-gradient(top,#434343 0,#434343 100%) !important;
    background-image: -o-linear-gradient(top,#434343 0,#434343 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#434343),to(#434343)) !important;
    background-image: linear-gradient(to bottom,#434343 0,#434343 100%) !important;
    background-repeat: repeat-x;
}
/****.*End Menu ***********************************************************************************/
/*#jSlider {
    display:none;
}*/

#content .inner-bottom {
    width: 100%;
    height: 100%;
}

    #content .inner-bottom > div {
        width: 100%;
    }

@media (max-width: 1200px) {
    #content .inner-bottom > div {
        display: block;
    }
}

#content .inner-bottom > div ul {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: space-around;
}

#content .row-2 {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

.contact {
    display: inline-block;
    margin: 0;
    min-height: 45px;
    /*height: 50px;*/
    /*margin-top: 15px;*/
    width: 100%;
    /*grid-area: contact;*/
    margin-left: auto;
    grid-area: contact;
}

    .contact ul {
        /*! width: 100%; */
        justify-content: center;
        display: inline-flex;
        float: right;
    }
@media only screen and (max-width: 768px) {
    .contact ul {
        width: 100%; 
        display: block;
        float: none;
    }
}
        .contact ul li {
            /*background: url(../images/contact-bg.png) center center no-repeat;
        background-size: auto;*/
            width: auto;
            height: 100%;
            float: left;
            text-transform: uppercase;
            justify-content: center;
            display: inline-flex;
            padding: 0 8px;
        }

@media (max-width: 1200px) {
    .contact ul li {
        display: block;
        width: 100%;
    }
}

.contact ul li div {
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: left;
    background-position-y: center;
    padding: 5px 0px;
}

.contact .wa {
    background-image: url(../images/icon/main-wa.png);
}

.contact .telegram {
    background-image: url(../images/icon/main-telegram.png);
}

.contact .line {
    background-image: url(../images/icon/main-line.png);
}

.contact div span {
    /*margin: 5px 0 8px 5px;*/
}

@media (max-width: 1200px) {
    .contact {
        /*width: 100%;*/
        padding: 5px 0;
    }
}

.contact li div span {
    text-align: left;
    margin-left: auto;
    font-family: Times New Roman;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-left: 34px;
    font-family: Bebas;
}

@media (max-width: 1200px) {
    .contact li div span {
        display: inline-block;
        width: 100%;
    }
}

.contact li img {
    vertical-align: middle;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1200px) {
    .contact li img {
        display: block;
    }
}

@media (min-width: 1200px) {
    .contact li img {
        display: inline;
    }
}

.contact li {
    width: 25%;
}

@media (min-width : 1200px) {
    .contact li {
        width: 25%;
        /*padding: 10px 0;*/
    }
}

/*.btn-lang {
    border-radius: 2px;
    background-color: #1a1a1a;
}*/
/*.btn-lang:hover {
        background-color: #444;
        text-decoration: none;
    }*/
/*.menu-register {
    background-image: url(/assetkepo/images/menu_register.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -4px;
}*/

#footer {
    display: block;
    position: inherit;
    /*margin: auto auto;
    bottom: 0;
    width: 100%;*/
    /* color: #ffffff; */
    /* background-color: #080808; */
    /* border-top-style: solid; */
    /* border-top-color: #FF0300; */
    /* border-top-width: 1px; */
    /* font-size: 14px; */
    /* background: #000 url(../img/footer-bg.jpg) no-repeat center bottom !important; */
}

.footer {
    /*height: 10vh;*/
}

#footer > div {
    width: inherit;
    height: inherit;
}

#footer .inner {
    width: inherit;
    height: inherit;
}

    #footer .inner > div {
        bottom: 0;
        /* position: absolute; */
        margin-top: 10px;
        /* margin-bottom: 15px; */
    }

#footer .img-footer {
    background: #000 url(../images/footer.png) no-repeat center bottom !important;
    background-size: 100%;
    width: 230px;
    height: 24px;
    /* display: inline-block; */
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 16px;
}

.btn-join {
    border-radius: 0px;
    background-color: #13669b;
}

    .btn-join:hover {
        background-color: #197bb9;
        text-decoration: none;
    }

.btn-logout {
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    background-color: #bf971e;
}

    .btn-logout:hover {
        background-color: #ac8510;
        text-decoration: none;
    }

.btn-trynow {
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: bold;
    color: #331c03;
    background-color: #a58a45;
}

    .btn-trynow:hover {
        background-color: #ffdf1b;
        text-decoration: none;
    }

.btn-submit {
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: 900;
    color: #372a14;
    background-color: #ffdf1b;
    border: 2px solid #e1c411;
}

    .btn-submit:link {
        text-decoration: none;
    }

    .btn-submit:hover {
        background-color: #e1c411;
        text-decoration: none;
    }

.btn-reset {
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: 900;
    color: #FFF;
    background-color: #848484;
    border: 2px solid #6a6a6a;
}

    .btn-reset:hover {
        background-color: #6a6a6a;
        text-decoration: none;
    }

.btn-help {
    border-radius: 20px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #b79410;
    background-color: #FFF;
}

    .btn-help:hover {
        background-color: #d5bb66;
        text-decoration: none;
        color: #331c03;
    }

.btn-help-icon {
    border-radius: 4px;
    padding: 0px 0px 0px 0px;
    background-color: #516470;
}

    .btn-help-icon:hover {
        background-color: #516470;
    }

.btn-help-chat {
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #FFF;
    background-color: #4288cb;
}

    .btn-help-chat:hover {
        background-color: #4a98e3;
        text-decoration: none;
    }

.text-hdr-field-12 {
    border-radius: 4px;
    font-size: 12px;
    color: #eaeaea;
    background-color: #4f4f4f;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 30px;
    width: 160px;
}

.text-field-12 {
    border-radius: 4px;
    font-size: 12px;
    color: #707070;
    height: 26px;
    border: 2px solid #c6aa56;
}

.text-white-11 {
    font-size: 11px;
    color: #FFF;
}

.text-white-11-link {
    font-size: 11px;
    color: #FFF;
}

    .text-white-11-link:link {
        text-decoration: none;
    }

    .text-white-11-link:hover {
        text-decoration: underline;
        color: #FFF;
    }

.text-white-14 {
    font-size: 14px;
    color: #FFF;
}

.text-white-18 {
    font-size: 18px;
    color: #FFF;
}

.text-white-16 {
    font-size: 16px;
    color: #FFF;
}

.text-white-16-link {
    font-size: 16px;
    color: #e1e1e1;
}

    .text-white-16-link:link {
        text-decoration: none;
    }

    .text-white-16-link:hover {
        text-decoration: none;
        color: #b48941;
    }

.text-white-45 {
    font-size: 45px;
    color: #FFF;
    font-weight: 900;
}

.text-white-48 {
    font-size: 48px;
    color: #FFF;
}

.text-black-11 {
    font-size: 11px;
    color: #000;
}

.text-black-11-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

    .text-black-11-link:link {
        text-decoration: none;
    }

    .text-black-11-link:hover {
        text-decoration: underline;
        color: #000;
    }

.text-black-14 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.text-black-24 {
    font-size: 22px;
    color: #000;
}

.text-grey-11 {
    font-size: 11px;
    color: #777;
    line-height: 16px;
}

.text-grey-12 {
    font-size: 12px;
    color: #a4a4a4;
}

.text-grey-12-bold {
    font-size: 12px;
    color: #747373;
    font-weight: bold;
}

.text-grey-14 {
    font-size: 14px;
    color: #747373;
}

.text-grey-18 {
    font-size: 18px;
    color: #3c4d58;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/*
 * Header
 ***********************************************************************************/

/*marquee.msg-top {
}

.msg-notify-img {
    position: absolute;
    height: 20px;
    margin-top: -0px;
    margin-left: 15px;
    z-index: 999;
    display: none;
}*/

/*.msg-notify-plus {
    position: absolute;
    height: 28px;
    width: 28px;
    color: white;
    background-color: #6C7FA5;
    margin-top: 8px;
    margin-left: -35px;
    padding: 5px;
    padding-left: 7px;
    z-index: 999;
    font-size: 20px;
}

.msg-notify-plus2 {
    height: 30px;
    width: 29px;
    color: white;
    background-color: #666666;
    margin-top: -6px;
    padding: 5px;
    padding-left: 7px;
    font-size: 20px !Important;
    z-index: 999;
    position: absolute;
}*/

.bg-hdr {
    /*background-image: url(../images/headerbg.jpg);
    background-position: center;*/
    border-top: 0px solid #8D0104;
    border-bottom: 0px solid #8D0104;
    min-height: 62px;
    position: relative;
    width: 100%;
    /*z-index: 8000;*/
    background-image: none;
    /*height: 62px;*/
}

@media (max-width: 1200px) {
    .bg-hdr {
        /*min-height: 62px;*/
        height: auto;
    }
}

.bg-hdr-bar {
    background-image: url(../images/hdr_bar.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 8px;
}

.bg-jackpot {
    background-image: url(../images/id-ID/home_jackpot.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 130px;
}

.titleHeader {
    font-size: 20px;
    font-weight: bold;
}

.fb_iframe_widget span {
    vertical-align: middle !important;
}

/*
 * Content
 ***********************************************************************************/
.content {
    /*background-color: #DFDFDC;*/
}

.Logined #content {
}

    .Logined #content centered1 {
        width: 100%;
    }

.jackpot-amt {
    position: absolute;
    left: 60%;
    top: 25%;
    font-size: 48px;
    color: #FFF;
}

.content-title {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    font-weight: 900;
    line-height: 2;
    /* text-transform: uppercase; */
    /* padding-left: 15px; */
}

@media (max-width: 1200px) {
    .jackpot-amt {
        font-size: 30px;
    }

    .content-title {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .jackpot-amt {
        font-size: 20px;
    }

    .dropdown-menu {
        height: auto;
    }

    .content-title {
        font-size: 30px;
    }
}

@media (max-width: 544px) {
    .jackpot-amt {
        font-size: 12px;
    }

    .content-title {
        font-size: 25px;
    }
}

/*
 * Footer
 ***********************************************************************************/
.footer {
}

.provider-idnplay {
    background-image: url(../images/ftr_prv_idn_out.png);
    width: 100px;
    height: 20px;
}

/*
 * Form
 ***********************************************************************************/

input[type="text"]:read-only {
    cursor: no-drop;
    background-color: #dddddd;
    color: #000000;
}

input[type="text"]:disabled {
    cursor: no-drop;
    background-color: #dddddd;
    color: #090909;
}

select:disabled {
    cursor: no-drop;
    background-color: #dddddd;
    color: #646464;
}

.validate-summary {
    font-size: 14px;
}

    .validate-summary ul li {
        font-size: 13px;
        margin-left: 10px;
        list-style-type: square;
        line-height: 1.8;
    }

.error {
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -7px;
    color: #e74c3c;
    display: inline-block;
}

.res-size-s {
    display: inline-block;
    /* min-width: 20px; */
}

.res-size {
    display: inline-block;
    min-width: 180px;
}

.res-size-f {
    display: inline-block;
    /* Firefox */
    min-width: -moz-calc(100% - 180px);
    /* WebKit */
    min-width: -webkit-calc(100% - 180px);
    /* Opera */
    min-width: -o-calc(100% - 180px);
    /* Standard */
    min-width: calc(100% - 180px);
}

.res-txt {
    width: 170px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #f6f6f6;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

.res-txt-m {
    width: 150px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #f6f6f6;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

.res-txt-f {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #f6f6f6;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

.res-label-field {
    min-width: 150px;
    font-size: 14px;
    display: inline-block;
    width: 170px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #f6f6f6;
    padding: 0px 10px;
    vertical-align: middle;
    cursor: no-drop;
    background-color: #dddddd;
    color: #646464;
    line-height: 2.6;
    margin: 0 0 10px 0px;
}

.res-label-m {
    min-width: 145px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 0 1px #b6b6b6;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding: 10px 0 10px 0px;
}

.res-label-l {
    min-width: 200px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 0 1px #b6b6b6;
    font-weight: bold;
    text-align: right;
}

.res-label {
    min-width: 60px;
    color: #f8f8f8;
    font-size: 14px;
    text-shadow: 0 0 1px #b6b6b6;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding: 10px 0 10px 0px;
}

.res-form {
    margin-bottom: 10px;
    display: inline-block;
}

.res-submit {
    background: #000000;
    text-decoration: none;
    height: 30px;
    line-height: 2;
    white-space: nowrap;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #b45b14;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    padding: 0px 7px 3px 7px;
    display: inline-block;
    width: 125px;
    border: 1px solid #d0b86a;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(#f7f491, #bd994a);
    border: 0px solid transparent;
    color: #000;
    cursor: pointer;
}

    .res-submit:hover {
        text-decoration: none;
        background-color: #d82212;
        color: white;
    }

.subtext {
    font-size: 11px;
    color: #FFC107;
}

@media (max-width: 1200px) {
    .res-size {
        width: 100%;
    }

    .res-size-f {
        width: 100%;
    }

    .res-txt {
        /* Firefox */
        width: -moz-calc(100% - 45px);
        /* WebKit */
        width: -webkit-calc(100% - 45px);
        /* Opera */
        width: -o-calc(100% - 45px);
        /* Standard */
        width: calc(100% - 45px);
    }

    .res-txt-f {
        /* Firefox */
        width: -moz-calc(100% - 45px);
        /* WebKit */
        width: -webkit-calc(100% - 45px);
        /* Opera */
        width: -o-calc(100% - 45px);
        /* Standard */
        width: calc(100% - 45px);
    }

    .res-label-field {
        width: 100%;
    }

    .res-label-m {
        width: 100%;
        text-align: left;
    }

    .res-label-l {
        width: 100%;
        text-align: left;
    }

    .res-label {
        width: 100%;
        text-align: left;
    }
}

/*
 * Other
 ***********************************************************************************/
.margin-Header {
}

.register-label {
    color: #ffffff;
    font-size: 13px;
    padding-top: 7px;
    text-align: right;
    vertical-align: bottom;
    text-shadow: 0 0 2px #817e7e;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .register-label {
        text-align: left;
    }
}

.password-field {
    width: 100% !important;
    text-align: left;
    display: inline !important;
    max-width: 400px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #9b9b9b;
    background: #fafafb;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

.register-field {
    width: 80% !important;
    text-align: left;
    display: inline !important;
    max-width: 400px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #fafafb;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

.yellowbox {
    background: #f6d40d;
    color: #000;
    font-size: 9px;
    padding: 0.5%;
    font-weight: bold;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 1px;
    margin: 0 0 0 0px;
}

.register-adjust-height2 {
    height: 45px;
}

@media (max-width: 768px) {
    .register-adjust-height {
        height: 55px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        height: 50px;
    }
}

@media (max-width: 544px) {
    .register-adjust-height {
        height: 40px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        height: 50px;
    }
}

.btnSubmit {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    width: 125px;
    border-radius: 11px;
    text-transform: uppercase;
    z-index: 9999;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    font-weight: 700;
    padding: 6px;
    border: 0px solid transparent;
    color: #000;
    cursor: pointer;
    background-image: rgba(249, 230, 230, 0.42);
}

    .btnSubmit:hover {
        background-image: linear-gradient(#f3f3b69c, #696661c9);
    }

.btnCancel {
    font-size: 14px;
    display: inline-block;
    width: 125px;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 9999;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    font-weight: 700;
    padding: 6px;
    background-image: linear-gradient(#f7f491, #7c5116);
    border: 0px solid transparent;
    color: #000;
    cursor: pointer;
}

    .btnCancel:hover {
        background-color: #d04b4a;
    }

/* Custom Scroll Bar */
.custombar {
    /* overflow-x:scroll; */
    overflow-y: hidden;
    border-radius: 0px;
    padding-bottom: 15px;
}

    .custombar::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .custombar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .custombar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .custombar table tr td {
        color: black;
        border: 1px solid #E1E1E4;
        border-bottom-width: 3px;
    }

    .custombar table tr {
        background-color: #d8d8d8;
        border: 1px solid;
    }

        .custombar table tr:nth-child(1) {
            background-color: #18355E;
        }

        .custombar table tr th {
            text-align: center;
            /* padding-left: 15px; */
            /* padding-right: 15px; */
            line-height: 44px;
            padding: 8px;
        }

/****** Referral ******/
.referralText {
    border: 2px solid #aaaaaa;
    text-align: center;
    color: black;
    font-size: large;
}

/****** WALLET ******/
.wallet_block {
    width: 100%;
    float: left;
    padding: 0px;
}

    .wallet_block h2 {
        float: left;
        width: 100%;
        font-size: 38px;
        color: #0b0c10;
        font-weight: 400;
        text-decoration: none;
        padding: 0 0 15px 20px;
    }

    .wallet_block .wallet_mid {
        float: left;
        width: 100%;
        margin: 0 0 0 0px;
    }

        .wallet_block .wallet_mid .wallet_mid_left {
            float: left;
            width: 100%;
            position: relative;
            margin: 0 0 0 0;
        }

.wallet_mid .wallet_mid_left .wallet_main {
    float: left;
    width: 100%;
    max-width: 438px;
    height: 102px;
    background: url(../images/wallet_img_01.jpg) no-repeat;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 3px #8c8c8c;
    text-align: center;
    font-weight: 700;
    line-height: 4.5;
    position: relative;
    padding-left: 5px;
    margin: 0 0 20px 0;
}

.wallet_mid .wallet_mid_left .dashboard_main {
    float: left;
    width: 438px;
    height: 102px;
    background: url(../images/xpoker-dasboard-banner-438x102px.jpg) no-repeat;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px #000;
    text-align: center;
    font-weight: 700;
    line-height: 102px;
    position: relative;
    margin: 0 0 20px 0;
}

.wallet_mid .wallet_mid_left .wallet_main.wm2 {
    background: url(../images/wallet_img_02.jpg) no-repeat;
}

.wallet_mid .wallet_mid_left .dashboard_main.wm2 {
    background: url(../images/xpoker-dasboard-banner-438x102px-2.jpg) no-repeat;
}

.wallet_mid .wallet_mid_left .wallet_main .W_price {
    display: block;
    width: 132px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    background: url(../images/green_bg.png) no-repeat;
    font-size: 18px;
    color: #474747;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: -13px;
    top: 25px;
    z-index: 10;
    text-shadow: 0 1px #8c8c8c;
}

.wallet_block .wallet_mid .wallet_mid_right {
    float: left;
    width: 100%;
    /* font-size: 38px; */
    color: #0b0c10;
    font-weight: 400;
    text-decoration: none;
    font-family: 'NexaBoldRegular', sans-serif;
    margin: 0 0 20px 0px;
}

.wallet_mid .wallet_mid_right .transfer_block {
    float: left;
    width: 100%;
    background: #0f1115;
    border-radius: 3px 3px 0 0;
    padding: 0 0 0;
    background: linear-gradient(rgba(60, 20, 16, 0.9), rgba(14, 10, 10, 0.9));
}

    .wallet_mid .wallet_mid_right .transfer_block ul {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
    }

        .wallet_mid .wallet_mid_right .transfer_block ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #494b51;
            display: inline-block;
        }

            .wallet_mid .wallet_mid_right .transfer_block ul li:last-child {
                border-bottom: none;
            }

            .wallet_mid .wallet_mid_right .transfer_block ul li:nth-child(even) {
                background: linear-gradient(rgba(55, 9, 5, 0.9), rgba(14, 10, 10, 0.9));
            }

            .wallet_mid .wallet_mid_right .transfer_block ul li .colom_one {
                float: left;
                width: 30%;
                border-right: 1px solid #494b51;
            }

                .wallet_mid .wallet_mid_right .transfer_block ul li .colom_one .text15 {
                    float: left;
                    font-family: 'PontanoSansRegular', sans-serif;
                    font-size: 15px;
                    color: #fff;
                    font-weight: 300;
                    line-height: 2;
                    min-height: 55px;
                    padding: 13px;
                }

            .wallet_mid .wallet_mid_right .transfer_block ul li .colom_two {
                float: left;
                width: 65%;
            }

                .wallet_mid .wallet_mid_right .transfer_block ul li .colom_two select {
                    float: left;
                    width: 93%;
                    height: 38px;
                    border-radius: 2px;
                    border: 1px solid #fff;
                    background: #e4e5e7;
                    padding: 0 5px;
                    margin: 8px 0 0 12px;
                    font-size: 16px;
                }

                .wallet_mid .wallet_mid_right .transfer_block ul li .colom_two input[type="text"] {
                    float: left;
                    width: 93%;
                    height: 38px;
                    border-radius: 2px;
                    border: 1px solid #fff;
                    background: #e4e5e7;
                    padding: 0 5px;
                    margin: 10px 0 0 12px;
                    font-size: 16px;
                }

                .wallet_mid .wallet_mid_right .transfer_block ul li .colom_two input[type="button"] {
                    float: left;
                    width: 96px;
                    height: 36px;
                    background: url(../images/transfer_butn.jpg) no-repeat;
                    font-family: 'Roboto', sans-serif;
                    font-size: 15px;
                    color: #000;
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 36px;
                    font-weight: 700;
                    border: none;
                    cursor: pointer;
                    margin: 10px 0 0 12px;
                }

                .wallet_mid .wallet_mid_right .transfer_block ul li .colom_two input[type="submit"] {
                    float: left;
                    width: 150px;
                    height: 36px;
                    background-color: yellow;
                    /* background: url(../images/transfer_butn.jpg) no-repeat; */
                    font-family: 'Roboto', sans-serif;
                    font-size: 15px;
                    color: #000;
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 36px;
                    font-weight: 700;
                    border: none;
                    cursor: pointer;
                    background: #f3b700;
                    font-family: 'Roboto', sans-serif;
                    margin: 10px 0 0 12px;
                }

.wallet_block .wallet_table {
    float: left;
    width: 83%;
    margin: 20px 0 0 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

    .wallet_block .wallet_table table {
        float: left;
        width: 100%;
        background: #fff;
        border-radius: 10px;
    }

.radius_row {
    border-radius: 10px 0 0 0;
}

.radius_end {
    border-radius: 0px 10px 0 0;
}

.white-first {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 0 10px;
    border-right: 1px solid #71798a;
}

.white-14 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.white-border {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-right: 1px solid #71798a;
}

.gray-first {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #575757;
    padding: 0 0 0 10px;
    border-right: 1px solid #d8d8d8;
}

.gray-radius {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #575757;
    padding: 0 0 0 10px;
    border-right: 1px solid #d8d8d8;
    border-radius: 0 0 0 10px !important;
}

.radius_end {
    border-radius: 0px 10px 0 0;
}

.sky-border {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #575757;
    padding: 0 0 0 0px;
    border-right: 1px solid #d8d8d8;
}

.ok {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #67c100;
    text-transform: uppercase;
}

.ok-radius {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #67c100;
    text-transform: uppercase;
    border-radius: 0 0 10px 0 !important;
}

.reject {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #d52a2a;
    text-transform: uppercase;
}

.wallet_block .deposit_cont {
    float: left;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    min-height: 500px;
    margin: 0 0 0 20px;
    padding: 20px;
}

    .wallet_block .deposit_cont .depo_form {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }

.depo_form h5 {
    float: left;
    width: 100%;
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #0b1222;
    font-weight: 600;
    padding: 0 0 0 0;
}

.depo_form .row {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

    .depo_form .row .width {
        float: left;
        width: auto;
        margin: 0 0 0 0;
        /*border: 1px solid red;*/
    }

    .depo_form .row .space {
        float: left;
        width: auto;
        margin: 0 20px;
    }

    .depo_form .row label {
        float: left;
        width: auto;
        font-family: 'PontanoSansRegular', sans-serif;
        font-size: 14px;
        color: #0b1222;
        line-height: 40px;
        padding: 0 5px;
        margin: 0 0 0 0;
    }

    .depo_form .row .blue {
        font-family: 'PontanoSansRegular', sans-serif;
        font-size: 14px;
        color: #0080b0;
    }

    .depo_form .row .calender {
        float: left;
        margin: 0 0 0 5px;
    }

    .depo_form .row input[type="text"] {
        float: left;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e7e7e7;
        background: #fafafb;
        padding: 0 5px;
        margin: 0 0 0 10px;
    }

    .depo_form .row input[type="password"] {
        float: left;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e7e7e7;
        background: #fafafb;
        padding: 0 5px;
        margin: 0 0 0 10px;
    }

    .depo_form .row .news_width input[type="text"] {
        float: left;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e7e7e7;
        background: #fafafb;
        padding: 0 5px;
        width: 300px;
        margin: 0 0 0 10px;
        /*border: 1px solid red;*/
    }

    .depo_form .row select {
        height: 40px;
        width: 200px;
        border-radius: 2px;
        border: 1px solid #e7e7e7;
        background: #fafafb;
        padding: 0 5px;
        margin: 0 0 0 10px;
    }

    .depo_form .row .massege_box {
        float: left;
        width: 90%;
        border: 1px solid #e7e7e7;
        padding: 20px;
        margin: 20px 0 0 0;
    }

        .depo_form .row .massege_box p {
            float: left;
            width: 100%;
            font-family: 'PontanoSansRegular', sans-serif;
            font-size: 15px;
            color: #6679a0;
            line-height: 40px;
            font-weight: 400;
            margin: 0 0 0 0;
        }

    .depo_form .row input[type="submit"] {
        float: left;
        height: 50px;
        background: #63769c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        padding: 0 30px;
        margin: 0px 0px 0px 10px;
    }

    .depo_form .row input[type="button"] {
        float: left;
        height: 50px;
        background: #63769c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        padding: 0 30px;
        margin: 10px 0 0 0;
    }

.depo_form input[type="submit"] {
    height: 50px;
    background: #63769c;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 0 30px;
    margin: 10px 0 0 0;
}

.depo_form .row .btnCommon {
    float: left;
    height: 50px;
    background-color: #fed943;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 0 30px;
    margin: 0px 0px 0 10px;
}

.wallet_block .deposit_table {
    float: left;
    width: 95%;
    margin: 20px 0 0 0px;
    border: 1px solid #e4e7ec;
}

    .wallet_block .deposit_table table {
        float: left;
        width: 100%;
        background: #fdfdfe;
    }

        .wallet_block .deposit_table table th {
            height: 50px;
        }

.white_text {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 10px;
}

.white_last {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.amount {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.gray_txt {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #0b1222;
    padding: 0 0 0 10px;
}

.gray_txt_statement {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #0b1222;
    padding: 0 0 0 10px;
    border-right: 1px solid #d8d8d8;
}

    .gray_txt_statement:hover {
        cursor: pointer;
        background: #FFFF99;
    }

.green_text a {
    font-family: 'PontanoSansRegular', sans-serif;
    font-size: 14px;
    color: #67c100;
    padding: 0 0 0 0;
}

    .green_text a img {
        padding: 2px 5px 0 0;
    }

.amount input[type="text"] {
    background: #fafafb none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    float: left;
    width: 300px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.acc_no input[type="text"] {
    background: #fafafb none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    float: left;
    width: 300px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.name input[type="text"] {
    background: #fafafb none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    float: left;
    width: 300px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.rek input[type="text"] {
    background: #fafafb none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    float: left;
    width: 180px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.news input[type="text"] {
    background: #fafafb none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    float: left;
    width: 742px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.bank select {
    float: left;
    height: 40px;
    width: 150px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    background: #fafafb;
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.purpas select {
    float: left;
    height: 40px;
    width: 150px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    background: #fafafb;
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.require-field {
    color: Red;
    line-height: 2;
}

@media (max-width: 768px) {
    .wallet_mid .wallet_mid_left .wallet_main {
        float: left;
        width: 100%;
        max-width: 438px;
        height: 102px;
        font-family: 'Roboto', sans-serif;
        background: url(../images/wallet_img_01.jpg) no-repeat;
        font-size: 25px;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 0 2px #8c8c8c;
        text-align: left;
        font-weight: 700;
        line-height: 1.3;
        position: relative;
        padding-left: 5px;
        margin: 0 0 20px 0;
    }
}

/* XO STYLE */
.wallet .balance {
    cursor: pointer;
}

table.wallet, table.wallet td, table.wallet th {
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

table.wallet {
    border-collapse: collapse;
    width: 550px;
}

.wallet .wheader {
    height: 80px;
    background-image: url(../images/wbg1.jpg);
    background-repeat: repeat-x;
}

table.wallettransfer, table.wallettransfer td, table.wallettransfer th {
    border: 1px solid #ccc;
    color: #666;
    vertical-align: middle;
    font-size: 14px;
    padding: 1px 3px 1px 3px;
}

table.wallettransferlist th {
    text-transform: uppercase;
    vertical-align: middle;
    padding: 2px 2px;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(16, 37, 68);
    color: white;
    border-color: #C7C5C5;
    font-size: 16px;
    font-family: monospace;
    text-align: center;
}

    table.wallettransferlist th a {
        color: white !important;
    }

table.wallettransferlist, table.wallettransferlist td {
    border: 1px solid #B7B7B7;
    color: #000000;
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    font-family: Arial;
    line-height: 2;
    /* text-align: center; */
    /* background-color: #ffffff; */
}

    table.wallettransferlist td a {
        color: #434343;
    }

.FT tr th a {
    color: white !important;
}

table.wallettransferlist tr:nth-child(even):hover {
    background-color: #B1A84B !important;
}

table.wallettransferlist tr:nth-child(even) {
    color: black !important;
    background-color: #fff;
}

table.wallettransferlist tr:nth-child(odd):hover {
    background-color: #B1A84B !important;
}

table.wallettransferlist tr:nth-child(odd) {
    color: black !important;
    background-color: #fff;
}

table.referral th {
    text-transform: uppercase;
}

table.referral, table.referral td, table.referral th {
    border: 1px solid #ccc;
    color: #666;
    vertical-align: middle;
    font-size: 14px;
    padding: 1px 3px 1px 3px;
}

/*********************************************************
 * Custom Overwrite Style For Site
 *********************************************************/
.btn-join {
    background-color: #FDDE7F;
}

    .btn-join:hover {
        background-color: #FDDE7F;
        color: black !important;
    }

    .btn-join > a {
        color: black !important;
    }

.menu-register {
    background-image: url(/assetkepo/images/menu_registerIncash.png);
}

.bg-hdr-bar {
    display: none;
}

.menu {
    background-color: #202020;
    position: relative;
    /*z-index: 7000;*/
    background: rgba(141, 1, 4, 0) none repeat scroll 0 0;
    margin: 0px auto 0;
    width: 100%;
    border-top-style: none;
    /* border-top-color: #E10F12; */
    /* min-height: 37px; */
    margin-bottom: 8px;
}

.btn-login {
    /* color: black !important; */
    /* background-color: #FDDE7F !important; */
}

.jackpot-amt {
    left: 56%;
    top: 18%;
}

div#panNumpad {
    width: 65%;
    margin: auto;
    margin-top: 10%;
}

.padtbl {
    margin: 10px;
}

.content {
    /*background-color: rgba(255, 178, 178, 0.18);*/
    position: relative;
    top: 0px;
    width: 100%;
}

    .content .container {
        background: none !important;
        background-color: rgba(37, 33, 30, 0) !important;
        padding: 0;
        /*margin-top: 5px;
        margin-bottom: 10px;*/
    }

.contentStyle {
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 10px;
    width: 100%;
    background: none repeat scroll 0 0 #64655561;
    display: inline-block;
}

.content > div {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    margin: 10px 0;
}

.logined .content > div {
    overflow: auto;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .content > div {
        /*padding: 0 3px;*/
        /*padding: 10px 0;*/
        padding: 15px 15px;
    }
}

.footer {
    margin: auto auto;
    /*position: relative;*/
    bottom: 0px;
    width: 100%;
    max-width: inherit;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}

/*.txt-login {
    font-family: sans-serif;
    text-align: center;
    background: #363636;
    color: #363636;
    border: 1px solid #999;
    border-radius: 0px;
    position: relative;
    text-align: center;
    border: 1px solid;
}

.btn-register {
    background: #eaea23;
    background: -moz-linear-gradient(top, #eaea23 0%, #f7d82c 100%);
    background: -webkit-linear-gradient(top, #eaea23 0%,#f7d82c 100%);
    background: linear-gradient(to bottom, #eaea23 0%,#f7d82c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaea23', endColorstr='#f7d82c',GradientType=0 );
    border: 1px solid #EDE625;
    color: #000;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 3px 21px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-register:hover {
        text-decoration: none;
    }*/

@media (max-width: 768px) {
    .btn-register {
        width: 100%;
        margin-top: 5px;
    }
}

.news-ticker {
    background: black none repeat scroll 0 0;
    margin: -10px auto 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

.scroll-news {
    display: block;
    height: 29px;
}

.news-head {
    color: #F3DD29;
    display: inline-block;
    float: left;
    font-size: 16px;
    padding: 6px 10px 4px 0;
    text-transform: uppercase;
}

.run-txt {
    display: inline-block;
    padding-top: 6px;
    width: 90%;
}

marquee {
    display: inline-block;
    font-size: 12px;
    height: 29px;
    overflow: hidden;
}

.marquee-content {
    padding-right: 20px;
    color: white;
}

.jackpot-total {
    background: rgba(18, 14, 18, 0);
    color: #ffffff;
    display: block;
    font-size: 35px;
    font-weight: 300;
    height: auto;
    position: absolute;
    text-align: center;
    width: 348px;
    z-index: 2;
    border: 0px solid #F3DD29;
    top: 7%;
    left: 380px;
}

.jackpot-box {
    background: #120E12;
    color: #F3DD29;
    display: block;
    font-size: 40px;
    font-weight: 300;
    height: auto;
    position: absolute;
    text-align: center;
    width: 348px;
    z-index: 2;
    border: 1px solid #F3DD29;
}

.btn-jackpot {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5262b+0,6f1618+100 */
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 16px 39px;
    text-transform: uppercase;
    background: rgba(18, 14, 18, 0);
    color: #f2f2f2;
    display: block;
    font-weight: 300;
    height: auto;
    position: absolute;
    text-align: center;
    width: 348px;
    z-index: 2;
    border: 1px solid rgba(243, 221, 41, 0);
    /* Firefox */
    top: -moz-calc(32% - 58px); /* WebKit */
    top: -webkit-calc(32% - 58px); /* Opera */
    top: -o-calc(32% - 58px); /* Standard */
    top: calc(32% - 58px);
}

.referralstyle {
    background-color: #d5d4d1;
    padding: 30px;
}

.dynamic-frame {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.PageBackground {
    background-position: top;
}

ul {
    list-style-type: none;
}

/*.bank-panel {
    display: block;
    z-index: 99;
}

    .bank-panel.right {
    }

    .bank-panel .panel-black {
        background: url(../flmenu/bgflow.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 2px;
        display: block;
        height: 47px;
        margin-bottom: 3px;
        position: relative;
        right: 11px;
        width: 156px;
    }*/

.online {
    background: url("../panelbank/indicator.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    float: left;
    height: 44px;
    margin-left: 2px;
    margin-top: 2px;
    width: 43px;
}

.offline {
    background: url("../panelbank/indicator.png") no-repeat scroll 0 -37px rgba(0, 0, 0, 0);
    float: left;
    height: 44px;
    margin-left: 2px;
    margin-top: 2px;
    width: 43px;
}

.topdeposit {
    /* margin: 9px 0 0; */
    max-width: 100%;
    width: 100%;
}

    .topdeposit > thead > tr > th, .topdeposit > tbody > tr > th, .topdeposit > tfoot > tr > th, .topdeposit > thead > tr > td, .topdeposit > tbody > tr > td, .topdeposit > tfoot > tr > td {
        /* border-color: #323232; */
        font-weight: 400;
        padding: 5px 0;
        /* border-top-style: solid; */
        /* border-top-width: 2px; */
        /* border-top-color: #987b00; */
        text-align: center;
        /* color: #cbcbcb; */
        /* border-color: rgb(156, 124, 55); */
        /* border-image: linear-gradient(to left,#f6da65,#a08200); */
        /* border-image-slice: 2; */
    }

    .topdeposit > thead > tr > th {
        background: rgba(0, 0, 0, 0);
        color: #f3f3f3;
        font-size: 16px;
        text-transform: uppercase;
        /* font-weight: bold; */
        border-top-style: none;
    }

    .topdeposit > tbody > tr > td > span, .topdeposit > tbody > tr > td:last-child {
        color: #cbcbcb;
    }

    .topdeposit > tbody > tr > td > span, .topdeposit > tbody > tr > td:first-child {
        color: #cbcbcb;
    }

    .topdeposit > tbody > tr {
        height: 40px;
    }

        .topdeposit > tbody > tr:nth-child(2n+1) {
            background: rgba(58, 57, 57, 0) none repeat scroll 0 0;
        }

        .topdeposit > tbody > tr:nth-child(2n) {
            background: rgba(41, 41, 41, 0) none repeat scroll 0 0;
        }

.register-field2 {
    width: -webkit-calc(80% - 305px) !important;
    width: -moz-calc(80% - 305px) !important;
    width: calc(80% - 305px) !important;
    text-align: left;
    display: inline !important;
    max-width: 400px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background: #fafafb;
    padding: 0px 10px;
    margin: 0 0 10px 0px;
    color: #000000;
}

@media (max-width: 768px) {
    .register-field2 {
        width: -webkit-calc(80% - 75px) !important;
        width: -moz-calc(80% - 75px) !important;
        width: calc(80% - 75px) !important;
        text-align: left;
        display: inline !important;
        max-width: 400px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #bcbcbc;
        background: #fafafb;
        padding: 0px 10px;
        margin: 0 0 10px 0px;
        color: #000000;
    }

    #divFLRARight {
        display: none !important;
    }

    #divFLRALeft {
        display: none !important;
    }
}

.welcome, .copyright, .sbank {
    margin: 9px auto 0;
    text-align: center;
}

    .welcome img {
        padding-bottom: 22px;
    }

.copyright {
    font-family: RobotoSlab;
    font-size: 10px;
    color: white;
    text-align: center;
}

    .copyright a {
        color: #fff;
    }

.login-style {
    margin-top: 15px !important;
    box-sizing: border-box;
    padding: inherit;
    margin-bottom: 10px;
    height: 100%;
}

    .login-style input {
        margin-bottom: 5px;
        padding: 0;
    }

@media (min-width : 768px) {
    .login-style {
        float: right;
    }
}
/*.login-style > div:nth-child(1) {
        float: left;
    }
div.row:nth-child(2) {
    float: right;
}*/
.login-header {
    box-sizing: border-box;
    padding-inline: 3px;
    float: none;
}

html {
    background-color: black;
}

.passcodetxt, .passcodetxt2 {
    color: White !important;
}

#ContentPlaceHolderContent_referral_lblReferral {
    color: White;
}

.container2 {
    margin: 0 auto;
}

.mini-menu {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.menu-img {
    max-width: 100px;
    max-height: 60px;
    height: 60px;
    display: none;
}

@media (min-width: 768px) {
    .menu-img {
        display: none;
    }
}

.menuline {
    display: none;
}

@media (min-width: 768px) {
    .container2 {
        width: 768px;
    }

    .open > .dropdown-menu {
        display: inline-flex;
    }

        .open > .dropdown-menu > li {
            text-align: center;
        }

    .menuline {
        display: inline;
    }

    .menu-img {
        display: inline;
    }
}

@media (min-width: 991px) {
    .container2 {
        width: 970px;
    }

    /*.mini-menu {
        margin-top: 35px !important;
    }*/
}

@media (min-width: 1200px) {
    .container2 {
        width: 1108px;
    }
}

.widgetfooter {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}

    .widgetfooter img {
        margin: 15px 40px;
        opacity: 0.4;
    }

/*Contact Info*/

.noticeArea {
    background: rgba(41, 41, 41, 0.7);
    padding-top: 3px;
    /* height: 70px; */
}

.msgTitle {
    display: table-cell;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #7c5116;
    /* height: 31px; */
    background-image: linear-gradient(#f7f491, #7c5116);
    border: 0px solid transparent;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    /* float: right; */
    color: #000000;
}

/*@media (max-width: 768px) {
    .txt-login, .btn-login, .btn-register-new {
        margin-left: 0px;
    }

    .top-contact {
        width: 100%;
        margin-top: -10px;
    }

    .top-contact-info {
        display: block;
    }
}*/

.deskcontent {
    /* background: rgba(41, 41, 41, 0.7); */
    position: relative;
    width: 100%;
    float: left;
    color: #ffffff;
    /* font-family: Titillium Web; */
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    padding-left: 0px;
    padding-right: 0px;
}

.facalendarstyle {
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.dompetStyle {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 11px;
}

@media (max-width: 768px) {
    .rowsmall {
        margin-right: -15px;
        margin-left: -15px;
    }

    .custom-html-widget {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.box-title {
}

    .box-title h2 {
        margin: 0;
        font-size: 30px;
        position: relative;
    }

        .box-title h2:before {
            content: "";
            position: absolute;
            background: url('../lintasbet/assets/img/title-icon.png') no-repeat center center;
            width: 20px;
            height: 30px;
            background-size: 100%;
            left: -25px;
        }

    .box-title h3 {
        margin: 0;
        font-size: 24px;
        position: relative;
    }

        .box-title h3:before, .instant-register h3:before {
            content: "";
            position: absolute;
            background: url('../../assets/img/title-arrow.png') no-repeat center 3px;
            width: 15px;
            height: 23px;
            background-size: 70%;
            left: -20px;
        }

.box-shadow {
}

    .box-shadow table, .box-shadow table tbody tr:nth-child(2n) {
        background: none;
        font-size: 11px;
    }

        .box-shadow table tbody tr td, .box-shadow table tbody tr th {
            padding: 8px;
            color: #c5c5c5;
            letter-spacing: 0;
        }

        .box-shadow table.dbox {
            border-spacing: 5px;
            border-collapse: separate;
        }

            .box-shadow table.dbox tbody tr td, .box-shadow table.dbox tbody tr th {
                letter-spacing: 2px;
                padding: 5px 10px;
                background: rgba(255, 255, 255, 0.3);
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

            .box-shadow table.dbox tbody tr th {
                color: #ff9e05;
            }

            .box-shadow table.dbox tbody tr td.lucky-no {
                font-size: 30px;
                color: #14f703;
                text-align: center;
            }

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.containerVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}

.vc_icon_element-icon {
    color: #5472D2;
    font-size: 2.15em !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
}

.dividerCenter {
    width: 500px;
    text-align: center;
}

    .dividerCenter hr {
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }

.dividerLeft {
    float: left;
}

.dividerRight {
    float: right;
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
    font-weight: 700;
}

.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .vc_separator .vc_sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%
    }

.vc_sep_line {
    height: 1px;
    border-top: 2px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.sg-show-popup {
    color: #598caa;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    font-family: monospace;
}

    .sg-show-popup:hover {
        color: #FFC107;
        text-decoration: none;
    }

.fancytextbox {
    display: inline-block;
    max-width: 800px;
    background-color: black !important;
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 10px !important;
    border-radius: 15px;
}

    .fancytextbox p {
        text-align: justify;
    }

.welldlmobi {
    background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top,#000000 0,#000000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 0, 0, 0.5) ),to(rgba(0, 0, 0, 0.5) ));
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #6f6f6f;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    border-color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 15px;
    border-width: 2px;
}

    .welldlmobi h5 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
    }

.btn-back {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    width: 100%;
    background-color: #a82424 !important;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid transparent;
    color: #161616 !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5262b+0,6f1618+100 */
    background: #B07D08; /* Old browsers */
    background: -moz-linear-gradient(top, #b5262b 0%, #6f1618 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcc84b), color-stop(100%,#B07D08 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dcc84b 0%,#B07D08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dcc84b 0%,#B07D08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dcc84b 0%,#B07D08 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dcc84b 0%,#B07D08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc84b', endColorstr='#B07D08',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f1c259;
    font-size: 14px;
    height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.div-back {
    background-color: black;
    padding: 5px;
}

@media (max-width: 768px) {
    .mobicontent {
        padding: 15px !important;
    }
}

.instant-register {
    background: linear-gradient(to right, #4797b7, #000000);
    padding: 10px 10px 10px 30px;
    border-bottom: 5px solid #001927;
}

    .instant-register h3 {
        margin: 0;
        font-size: 20px;
        position: relative;
    }

.box-title {
    padding: 10px 10px 10px 30px;
    background: linear-gradient(to bottom, #025cbc, #033c74);
    color: white;
    /* border-bottom: 5px solid #001927; */
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

    .box-title h2 {
        margin: 0;
        font-size: 20px;
        padding-left: 15px;
        font-weight: bold;
        position: relative;
    }

        .box-title h2:before {
            content: "";
            position: absolute;
            background: url('../lintasbet/assets/img/title-icon.png') no-repeat center center;
            width: 35px;
            height: 35px;
            margin-top: -4px;
            background-size: 70%;
            left: -25px;
        }

    .box-title h3 {
        margin: 0;
        font-size: 20px;
        position: relative;
    }

        .box-title h3:before, .instant-register h3:before {
            content: "";
            position: absolute;
            background: url('../images/title-arrow.png') no-repeat center 3px;
            width: 15px;
            height: 23px;
            background-size: 70%;
            left: -20px;
        }

.box-shadow {
    /* padding: 10px; */
    background: linear-gradient(rgba(16, 25, 60, 0.9), rgba(10, 11, 14, 0.9));
    width: 100%;
}

    .box-shadow table, .box-shadow table tbody tr:nth-child(2n) {
        background: none;
        font-size: 15px;
    }

        .box-shadow table tbody tr td, .box-shadow table tbody tr th {
            padding: 8px;
            color: #c5c5c5;
            letter-spacing: 0;
        }

        .box-shadow table.dbox {
            border-spacing: 5px;
            border-collapse: separate;
        }

            .box-shadow table.dbox tbody tr td, .box-shadow table.dbox tbody tr th {
                letter-spacing: 2px;
                padding: 5px 10px;
                background: rgba(255, 255, 255, 0.3);
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

            .box-shadow table.dbox tbody tr th {
                color: #ff9e05;
            }

            .box-shadow table.dbox tbody tr td.lucky-no {
                font-size: 30px;
                color: #14f703;
                text-align: center;
            }

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea {
    color: #333;
    font-weight: bold;
    padding: 5px 10px 5px 55px !important;
    width: 100%;
}

.contact-form .row-field {
    margin-bottom: 10px;
}

    .contact-form .row-field .icon {
        background: #a5190d;
        padding: 5px 10px;
        position: absolute;
        display: block;
        z-index: 9;
    }

        .contact-form .row-field .icon img {
            max-height: 25px;
        }

.capthaImg {
    cursor: pointer;
}

.dompetOne {
    display: inline-block;
    width: 20%;
    min-width: 100px;
    font-weight: bold;
    padding: 5px;
    font-family: sans-serif;
}

.dompetTwo {
    display: inline-block;
    width: 70%;
    min-width: 100px;
    font-weight: bold;
    padding: 5px;
    color: black;
    font-family: sans-serif;
}

    .dompetTwo select {
        width: 93%;
        height: 35px;
        border-radius: 2px;
        border: 1px solid #fff;
        background: #e4e5e7;
        padding: 0 5px;
        font-size: 14px;
    }

    .dompetTwo input[type=number] {
        width: 93%;
        height: 35px;
        border-radius: 2px;
        border: 1px solid #fff;
        background: #e4e5e7;
        padding: 0 5px;
        font-size: 14px;
    }

    .dompetTwo input[type=submit] {
        float: left;
        width: 150px;
        height: 36px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        border: none;
        border-bottom: 4px solid #A46C00;
        color: #704300;
        cursor: pointer;
        background: #FFCD00;
        font-family: sans-serif;
        margin-right: 10px;
        border-radius: 5px;
        padding: 0px 7px 3px 7px;
        display: inline-block;
        width: 115px;
        text-align: center;
        border: 1px solid #d0b86a;
        border-radius: 5px;
        font-family: sans-serif;
        color: #000000;
        cursor: pointer;
        background-image: linear-gradient(#ffffa1, #ffffd2, #b3822f, #dfc869);
        text-transform: uppercase;
        background-image: linear-gradient(#f7f491, #bd994a);
        text-align: center;
        margin-bottom: 5px;
    }

.dompetTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #FCD319;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 5px;
    padding-bottom: 10px;
}

@media (max-width: 544px) {
    .dompetOne {
        display: inline-block;
        width: 100%;
    }

    .dompetTwo {
        display: inline-block;
        width: 100%;
    }

        .dompetTwo input[type=submit] {
            margin-bottom: 5px;
            width: 93%;
        }
}

dompet-tbl tbody {
    display: block;
}

dompet-tbl thead {
    display: block;
}

dompet-tbl tbody {
    height: 100px; /* Just for the demo          */
    overflow-y: auto; /* Trigger vertical scroll    */
    overflow-x: hidden; /* Hide the horizontal scroll */
}

.dompet-tbl {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    font-weight: bold;
}

    .dompet-tbl tr td {
        padding: 5px;
        padding-left: 30px;
        text-transform: uppercase;
        font-size: 12.5px;
    }

    .dompet-tbl tr th {
        padding: 5px;
        padding-left: 30px;
        text-transform: uppercase;
    }

    .dompet-tbl tbody tr:nth-child(odd) {
        background-color: #ffffff;
        color: black;
    }

    .dompet-tbl tbody tr:nth-child(even) {
        background-color: #E9E9E9;
        color: black;
    }

    .dompet-tbl tbody tr:nth-last-child(1) td:nth-child(1) {
        border-radius: 0px 0px 0px 10px;
    }

    .dompet-tbl tbody tr:nth-last-child(1) td:nth-child(2) {
        border-radius: 0px 0px 10px 0px;
    }

    .dompet-tbl tbody tr td:nth-child(1) {
        /*width: 150px;*/
        width: 70%;
    }

    .dompet-tbl thead tr th:nth-child(1) {
        width: 150px;
    }

    .dompet-tbl tbody tr td:nth-child(2) {
        text-align: right;
    }

    .dompet-tbl tbody tr td button {
        background-color: #686868;
        color: white;
        border-radius: 5px;
        border: none;
        font-size: 10px;
        padding-left: 8px;
        padding-right: 8px;
        float: right;
        text-transform: uppercase;
        margin-left: 5px;
    }

@media (max-width: 544px) {
    .dompet-tbl tr td {
        padding-left: 5px;
    }

    .dompet-tbl tr th {
        padding-left: 5px;
    }

    .dompet-tbl tbody tr td:nth-child(1) {
        width: inherit;
    }

    .dompet-tbl tbody tr td button {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dompet-header {
    background-color: #18355E;
    text-align: center !important;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
}

    .dompet-header th {
        text-align: center;
        border-radius: 10px 10px 0px 0px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: 16px;
        padding-left: 0px !important;
    }

.dompet-title {
    background-color: #EDCF1F;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
    background-image: -o-linear-gradient(bottom, #EDCF1F 24%, #FAFA10 62%);
    background-image: -moz-linear-gradient(bottom, #EDCF1F 24%, #FAFA10 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24,#EDCF1F), color-stop(0.62, #FAFA10 background-image: -webkit-linear-gradient(bottom,#EDCF1F, #FAFA10);
    background-image: -ms-linear-gradient(bottom,#EDCF1F 24%, #FAFA10 62%); /* This last line is all you need for modern browsers */
    background-image: linear-gradient(bottom, #EDCF1F 24%, #FAFA10 62%);
}

    .dompet-title thead tr th {
        font-size: 12.5px;
    }

.dompet-scroll {
    max-height: 180px;
    overflow-y: scroll;
    max-width: 400px;
    margin: 0 auto;
}

.dompet-tbl tbody tr td img {
    float: right;
    width: 17px;
    height: 17px;
    margin-left: 10px;
}