@import url(https://fonts.googleapis.com/css?family=Play:400,700);

body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important;
    color: #fff;
    background: #151B1E;
}

*:focus {
    outline: none !important;
    text-decoration: none !important;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

::selection {
    background-color: #CCC;
    color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
    display: block;
    overflow: hidden;
    position: relative;
}

p {
    .cbp-filter-item line-height: 20px;
    letter-spacing: 0px;
}

    p > a {
        display: inline;
        text-decoration: none;
    }

        p > a:hover {
            text-decoration: underline;
        }

    p > span {
        display: inline;
    }

span > a {
    display: inline;
}

a > span {
    display: inline;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.content {
    margin-left: 20px;
    margin-right: 20px;
}

.no-bottom {
    margin-bottom: 0px;
}

.half-bottom {
    margin-bottom: 10px;
}

.full-bottom {
    margin-bottom: 20px;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
    margin-left: 5px;
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.center-text {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.all-elements {
    overflow-x: hidden;
}

.page-content {
    background-color: #151B1E;
    z-index: 10;
    display: block;
    min-height: 580px;
}

.page-content-wrapper {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 15px;
}

.page-sidebar {
    background: #151B1E;
    width: 262px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 2px;
    bottom: 0px;
    overflow: hidden;
    /* position: fixed; */
}

.page-sidebar-scroll {
    z-index: 2;
    width: 277px;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
}

.homepage-slider {
    z-index: 9;
    margin-top: -50px;
}

.content-controls {
    z-index: 15;
    height: 70px;
    background: rgba(61,61,61,1);
    background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(25,25,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,61,61,1)), color-stop(100%, rgba(25,25,25,1)));
    background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(25,25,25,1) 100%);
    background: -o-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(25,25,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(25,25,25,1) 100%);
    background: linear-gradient(to bottom, rgba(61,61,61,1) 0%, rgba(25,25,25,1) 100%);
}

.deploy-sidebar {
    position: relative;
    top: 20px;
    left: 20px;
    color: #1396c8;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    padding-top: 4px;
    border-radius: 50%;
}

a.deploy-sidebar:focus, a.deploy-sidebar:hover {
    color: #1396c8;
    -webkit-box-shadow: 0 0 12px 0 #fff;
    box-shadow: 0 0 12px 0 #fff;
}

a.deploy-contact:focus, a.deploy-contact:hover {
    color: #fff;
}

.content-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    width: 50%;
    text-align: center;
    font-style: normal;
    margin: -22px auto 0 auto;
}

.logo {
    max-height: 40px;
    margin: 5px auto 0 auto !important;
}

.deploy-contact {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0 5px;
    line-height: 32px;
    /* text-shadow:1px 1px 1px #000000; */
    text-transform: uppercase;
    background: rgba(10,115,184,1);
    background: -moz-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,115,184,1)), color-stop(100%, rgba(33,57,110,1)));
    background: -webkit-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -o-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: linear-gradient(to bottom, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
}

.content-header {
    position: absolute;
    margin-top: -65px;
    margin-left: 20px;
    width: 100%;
    min-width: 320px;
}

    .content-header h3 {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 3px;
    }

    .content-header em {
        display: block;
        color: #a4a4a4;
        font-weight: 400;
        font-size: 12px;
        font-style: normal;
    }

.content-header-call {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    right: 40px;
    margin-top: -42px;
}

.content-header-text {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    margin-right: 40px;
    margin-top: -42px;
    right: 50px;
}

.round-decoration {
    width: 80px;
    border-radius: 80px;
}

.sidebar-controls {
    border-bottom: solid 1px rgba(255,255,255,0.05);
}

    .sidebar-controls a {
        background-position: 18px 17px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        border-right: 1px solid #191919;
        border-left: solid 1px rgba(255,255,255,0.05);
        border-bottom: 1px solid #191919;
        float: left;
        width: 52px;
        height: 50px;
    }

.sidebar-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-header {
    margin-bottom: 20px;
}

    .sidebar-header h4 {
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .sidebar-header em {
        display: block;
        font-style: normal;
        color: #a4a4a4;
    }

.sidebar-decoration {
    width: 260px;
    height: 2px;
    background-color: #191919;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.sidebar-breadcrumb {
    background-color: rgba(0,0,0,0.1);
}

    .sidebar-breadcrumb p {
        opacity: 0.5;
        color: #d2d3d4;
        font-size: 10px;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 400;
        text-transform: uppercase;
    }

.nav-top {
    margin-top: 50px !important;
}

.nav-item {
    height: 58px;
    overflow: visible;
    display: inline;
}

    .nav-item a {
        height: 58px;
        line-height: 59px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        color: #fff;
        /* font-weight: 700; */
        font-size: 14px;
        padding-left: 60px;
        border-bottom: 1px solid rgba(197,169,69,0.3);
        text-transform: uppercase;
    }

        .nav-item a.active, .nav-item a:focus {
            /* text-shadow:0 1px 1px #1396c8; */
            border-left: 6px solid #1396c8;
        }

.desktop {
    margin-bottom: 50px;
}

    .desktop a {
        text-align: center;
        color: gold;
    }

.main-nav {
    background-position: 20px 15px;
}

.link-nav {
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 220px;
    margin-top: 22px;
}

.submenu-deploy em {
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 220px;
    margin-top: 23px;
}

.dropdown-nav {
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 200px;
    margin-top: 23px;
}

.nav-item-submenu {
    display: none;
}

.active-submenu {
    display: block;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.03);
}

.nav-item-submenu a {
    background-repeat: no-repeat;
    background-size: 10px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 50px !important;
    line-height: 50px !important;
    background-position: 25px 20px;
    padding-left: 60px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7e;
    border-bottom: solid 1px rgba(255,255,255,0.03);
}

    .nav-item-submenu a:last-child {
        border-bottom: none !important;
    }

.sidebar-updates {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar .fa {
    display: block !important;
    font-size: 30px !important;
}

.sidebar-update {
    height: 42px;
    background-repeat: no-repeat;
    background-size: 42px 42px;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .sidebar-update strong {
        color: #b9b9b9;
        font-size: 12px;
        padding-left: 60px;
        display: block;
    }

    .sidebar-update em {
        font-size: 10px;
        color: #7e8081;
        font-style: normal;
        display: block;
        padding-left: 60px;
    }

.sidebar-copyright {
    margin-top: 20px;
    font-size: 10px;
    color: #d3d3d4;
}

.center-text {
    text-align: center;
}
/* ----- Fixed Bottom Bar -----*/
.barFixed {
    border: 0px none;
    position: fixed;
    padding-bottom: 35px;
    background: #222 !important;
}

.footer-xs {
    color: white;
    text-align: center;
    border-right: 0px solid white;
    padding-bottom: 0px;
}

    .footer-xs a {
        color: inherit;
    }

.btn-top {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: auto;
    padding: 0;
    margin: 0;
    float: none;
    border: none;
    margin-top: 3px;
}

    .btn-top img {
        margin: 4px auto 0 auto;
        width: 25px;
        display: block;
    }

.btn-bottom {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: auto;
    padding: 0;
    margin: 0;
    float: none;
    border: none;
}

    .btn-bottom img {
        margin: 4px auto 0 auto;
        width: 25px;
        display: block;
    }

.nav .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}
/*--------- Index CSS -----------*/

.forgotPW a {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
}

h2 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1396c8;
}

.contentWrapper {
    min-height: 500px;
    background: #00142b;
}

.contentbg {
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 100% !important;
}

.swipeMenuWrap {
    background: #010c36;
    padding: 5px 2px;
    color: rgba(255, 255, 255, 0.7)
}

.cbp-caption a {
    color: rgba(255, 255, 255, 0.7)
}

.width-full {
    width: 100%;
}

.padding-style1 {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.padding-style2 {
    padding: 0px;
}

.padding-style3 {
    padding: 0px 5px 0px 15px;
}

.padding-style4 {
    padding: 0px 15px 0px 5px;
}

.padding-style5 {
    padding: 0px 15px 10px 15px;
}

.padding-style6 {
    padding: 5px;
}

.padding-style7 {
    padding: 0px 10px;
}

.padding-style8 {
    padding: 5px 0px;
}

.padding-style9 {
    padding-left: 20px;
}

.padding-style10 {
    padding: 20px 0px 0px 0px;
}

.margin-style1 {
    margin: 5px 0px
}

.margin-style2 {
    margin-bottom: 30px;
}

.margin-style3 {
    margin-top: 20px;
}

.margin-style4 {
    margin: 10px 0px;
}

.margin-style5 {
    margin-bottom: 10px;
}

.margin-style6 {
    margin-bottom: 5px;
}

.margin-style7 {
    margin-left: 10px;
}

.margin-p1 {
    margin: 0px 5px 0px 15px;
}

.margin-p2 {
    margin: 0px 15px 0px 5px;
}

.margin-big {
    margin-bottom: 80px;
}

.margin-none-side {
    margin-left: 0;
    margin-right: 0;
}

.login {
    background: #494949;
    color: rgba(255,255,255,0.9)
}

.register-btn {
    background: #396ab3;
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    border-color: #2065B3;
}

.btnColor1 {
    background: #396ab3;
    border: #396ab3;
    color: #fff;
}

.btn-login {
    background: #396ab3;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    color: rgbs(255, 255, 255, 0.9);
    font-weight: 700;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.product-img img {
    margin: 10px;
}

.productDes {
    text-align: center;
    color: #000;
    /* text-shadow:0 1px 1px #fff; */
    line-height: 32px;
    /* font-weight:700; */
    text-transform: uppercase;
    background: #fae070; /* Old browsers */
    background: -moz-linear-gradient(top, #fae070 0%, #fadd68 12%, #fadc64 26%, #f9dd52 43%, #f9d748 45%, #f6c534 48%, #f5c230 50%, #f4b81d 62%, #ed9208 90%, #eb8905 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fae070 0%,#fadd68 12%,#fadc64 26%,#f9dd52 43%,#f9d748 45%,#f6c534 48%,#f5c230 50%,#f4b81d 62%,#ed9208 90%,#eb8905 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fae070 0%,#fadd68 12%,#fadc64 26%,#f9dd52 43%,#f9d748 45%,#f6c534 48%,#f5c230 50%,#f4b81d 62%,#ed9208 90%,#eb8905 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae070', endColorstr='#eb8905',GradientType=0 ); /* IE6-9 */
}

.col-md-20 {
    float: left;
}

.col-md-20 {
    width: 20%;
}

.col-md-20 {
    position: relative;
    min-height: 1px;
}

.floatR {
    float: right;
}
/*--------- Sportsbook CSS -----------*/
.sportWrap {
}

    .sportWrap img {
        border: 1px solid #666;
        border-bottom: none;
    }

    .sportWrap .productDes {
        border: 1px solid #666;
    }
/*--------- Registration CSS -----------*/
.validationField {
    width: 30%;
    float: left;
}

.validationIMG {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
}
/*--------- Game CSS -----------*/
.btn-android {
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.7);
    font-weight: 700;
}

.btn-apple {
    background: rgba(255,255,255,0.7);
    color: rgba(0,0,0,0.9);
    border: 1px solid rgba(255,255,255,0.7);
    font-weight: 700;
}

.icon-android {
    color: #A4C639;
    font-size: 24px;
    padding: 0px 5px;
}

.icon-apple {
    color: #ffffff;
    font-size: 24px;
    padding: 0px 5px;
}
/*--------- Information CSS -----------*/
.infoField {
    background: url(../images/info-bg.html) repeat-x;
    color: rgba(0,0,0,0.9);
    border: 1px solid #666666;
    line-height: 40px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: 700;
    margin: 5px 0px;
}

    .infoField a {
        color: rgba(255,255,255,0.9)
    }

.promo-font .table-responsive {
    display: initial !important;
}

.table-promotion {
    text-align: center !important;
    line-height: 30px !important;
    border-collapse: collapse !important;
    background: #fff !important;
    color: #000;
}

    .table-promotion td {
        text-align: center !important;
        border: 1px solid rgba(0,0,0,0.4) !important;
    }

.bank_bg1 {
    color: #fff !important;
    background: #3399cc !important;
    font-weight: 700 !important;
}
/* ----- Promotion CSS -----*/
h4.promo-title {
    font-size: 18px !important;
    background: transparent !important;
    border: none !important;
    color: #3399cc !important;
    margin: 5px auto;
    cursor: pointer;
    text-align: left !important;
    font-weight: 700 !important;
}

.promoWrap {
    background: #010c36;
    border: 1px solid rgba(255,255,255,0.4);
}

.promo {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    /* -webkit-box-shadow: 0 1px 5px 0 #bab8b51; */
    /* box-shadow: 0 1px 5px 0 #bab8b5; */
}

    .promo h3 {
        margin: 0;
        cursor: pointer;
    }

    .promo div h4 {
        padding: 10px 0 2px 0;
        font-size: 22px;
    }

    .promo div ul, .promo div ol {
        margin-top: 10px;
        padding-left: 20px;
    }

.promo-font {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    background: #fff;
    color: #000;
}

.promoTNC li {
    line-height: 20px;
}
/* ----- Profile CSS -----*/
.subtittlebg {
    background-color: #3399cc;
    color: #fff;
    border: 1px solid #666;
    font-weight: 700;
    padding: 5px;
}

.labelStyle {
    margin-top: 15px;
}

.col-style1 {
    border: 1px solid #666;
    border-top: none;
    padding: 15px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: initial !important;
    }

    .form-horizontal .control-label {
        /*text-align:initial !important;*/
    }

    .container {
        width: 100% !important;
    }
}

.livechat {
    text-align: left;
    padding: 0 5px;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    /* text-shadow:0 1px 1px #fff; */
    z-index: 1032;
    background: #1396c8;
    width: 99%;
    /* font-weight: 700; */
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.modal-header {
    background: rgba(118,118,118,1);
    background: -moz-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(1,1,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(118,118,118,1)), color-stop(100%, rgba(1,1,1,1)));
    background: -webkit-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(1,1,1,1) 100%);
    background: -o-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(1,1,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(1,1,1,1) 100%);
    background: linear-gradient(to bottom, rgba(118,118,118,1) 0%, rgba(1,1,1,1) 100%);
}

.modal-header, h4, .close {
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.close {
    color: #3399cc !important;
    opacity: 1;
}

.modal-content {
    color: #000 !important;
    /*background:#363532 !important;*/
}

.modal-footer {
    background-color: #f9f9f9;
    text-align: center;
    font-size: 18px;
}

.bg-dark {
    background: #272727;
}

.initial {
    display: initial !important;
}

.btn-warning {
    color: #000 !important;
    border: none;
    /* text-shadow:0 1px 1px #fff; */
    /* font-weight:700; */
    background: #fae070; /* Old browsers */
    background: -moz-linear-gradient(top, #fae070 0%, #fadd68 12%, #fadc64 26%, #f9dd52 43%, #f9d748 45%, #f6c534 48%, #f5c230 50%, #f4b81d 62%, #ed9208 90%, #eb8905 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fae070 0%,#fadd68 12%,#fadc64 26%,#f9dd52 43%,#f9d748 45%,#f6c534 48%,#f5c230 50%,#f4b81d 62%,#ed9208 90%,#eb8905 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fae070 0%,#fadd68 12%,#fadc64 26%,#f9dd52 43%,#f9d748 45%,#f6c534 48%,#f5c230 50%,#f4b81d 62%,#ed9208 90%,#eb8905 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae070', endColorstr='#eb8905',GradientType=0 ); /* IE6-9 */
}

.product-wrap {
    border: 1px solid #616161;
    padding: 0 !important;
    margin-bottom: 10px;
}

.download-wrap {
    margin-bottom: 5px;
    padding: 0 5px;
}

    .download-wrap .fa {
        padding-right: 10px;
    }

.reg-form {
    padding: 0.5em;
    text-shadow: none;
}

.page-head h3 {
    text-shadow: none;
    font-size: 15px;
    background-color: #062702;
    padding: 1em;
    margin-bottom: 0.5em;
    margin-top: 0;
    color: #fff;
    border-bottom: 2px solid #616161 !important;
}

    .page-head h3 i {
        margin-right: 10px;
    }

.con4dbox {
    width: 100%;
    min-height: 398px;
    overflow: hidden;
}

.con4dboxtitle {
    min-height: 15px;
    overflow: hidden;
    background: url(../images/common/con4dboxtitle_bg.html) bottom center no-repeat;
    padding: 0px 0px 35px 0px;
}

.lftbx {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 5%;
}

    .lftbx img {
        display: initial !important;
    }

.rgtbx {
    float: right;
    width: 50%;
    text-align: left;
}

.con4dcon {
    min-height: 15px;
    overflow: hidden;
    text-align: center;
}

.con4dr {
    width: 88.000%;
    min-height: 30px;
    overflow: hidden;
    background: url(../images/common/con4dr_bg.html) bottom center no-repeat;
    margin: 0 auto;
}

.con4drl {
    width: 50.000%;
    min-height: 30px;
    overflow: hidden;
    float: left;
}

.con4drr {
    width: 50.000%;
    min-height: 30px;
    overflow: hidden;
    float: right;
    margin: 0px -15px 0px 0px;
}

.con4dt01 {
    line-height: 28px;
    background: #ff8811;
    font-weight: 700;
    color: #000;
}

.con4drb {
    min-height: 20px;
    overflow: hidden;
    border: 1px solid #cf9700;
    border-top: none;
    border-bottom: none;
}

.con4drbr {
    line-height: 28px;
    border-bottom: 1px solid #cf9700;
}

.con4drbrl {
    width: 33.000%;
    line-height: 28px;
    float: left;
}

.con4drbrm {
    width: 32.000%;
    line-height: 28px;
    float: left;
    border: 1px solid #cf9700;
    border-top: none;
    border-bottom: none;
}

.con4drbrr {
    width: 33.000%;
    height: 20px;
    float: left;
}

hr.broad {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #cf9700;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}

.login-txt-01 {
    font-weight: bold !important;
    color: #3399cc !important;
}

.login-txt-02 {
    font-size: 12px !important;
}

.login-txt-03 {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #3399cc !important;
}

.login-txt-04 {
    font-weight: bold !important;
    color: #3399cc !important;
}

.panel-product {
    margin: 5px !important;
    margin-top: 0 !important;
    background: transparent !important;
    border: 1px solid #616161 !important;
}

    .panel-product > .panel-heading {
        background: #151B1E !important;
        color: #d3d3d3 !important;
        border-bottom: 1px solid #616161 !important;
    }

ul#filterOptions {
    margin: 10px 0;
    overflow: hidden;
}

    ul#filterOptions li {
        float: left;
        list-style: none;
    }

        ul#filterOptions li a {
            padding: 0 30px;
            background: #cfcfcf;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            display: block;
            line-height: 36px;
            border: 1px solid #cf9700;
            background: transparent;
            margin-right: 2px;
            margin-bottom: 2px;
        }

            ul#filterOptions li a:hover {
                background: rgba(255,255,255,0.03);
            }

        ul#filterOptions li.active a {
            color: #000;
            background: #FFA700;
        }

#ourHolder {
    overflow: hidden;
}

.contact-title {
    border-bottom: 1px solid #3399cc;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

    .contact-title span {
        float: left;
        margin-right: 10px;
    }

    .contact-title svg {
        float: left;
        margin-right: 12px;
        margin-left: 2px;
    }

    .contact-title h3 {
        color: #3399cc;
        font-weight: bold;
        font-size: 16px;
        line-height: 2;
        margin: 0;
    }

.contact-detail {
    margin-bottom: 20px;
}

a.ui-link {
    color: #fff;
}

.contact-detail p {
    margin-bottom: 10px;
}

.icon-background1 {
    color: #3399cc;
}

.fill_1 {
    fill: #3399cc;
}

.fill_2 {
    fill: #fff;
}

.bank-table {
    background: #111111;
    color: #fff;
    border: none !important;
    font-size: 12px !important;
}

    .bank-table tr > td {
        padding: 5px !important;
        border-collapse: collapse !important;
        border: 1px solid #212121 !important;
        line-height: 30px !important;
        padding-left: 5px !important;
        text-align: center !important;
    }

.tr1 {
    background: #e3d08c !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

.bank-table > tbody > tr > td {
    white-space: normal !important;
}

.ul-language li {
    list-style: none;
    background: #848181;
}

    .ul-language li a img {
        float: right;
        margin: 10px 20px;
    }

    .ul-language li a {
        border: 1px solid orange;
        margin: 8px auto;
    }

        .ul-language li a:focus {
            background: orange;
        }

        .ul-language li a span {
            line-height: 52px;
            color: #000;
            font-weight: 700;
            font-size: 16px;
        }

.username a {
    color: #1396c8;
}

.text-balance {
    color: gold;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin: 0;
}

.balance-wrap {
    background: transparent !important;
}

.deploy-contact .dropdown, .balance-wrap, .content-controls {
    overflow: initial !important;
}

.dropdown-balance {
    right: 0 !important;
    left: initial !important;
    -webkit-box-shadow: 0 0 5px 1px #fff000;
    box-shadow: 0 0 5px 1px #fff000;
}

.balance-toggle {
    border: none !important;
    outline: none !important;
    padding: 4px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    background: rgba(10,115,184,1);
    background: -moz-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,115,184,1)), color-stop(100%, rgba(33,57,110,1)));
    background: -webkit-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -o-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
    background: linear-gradient(to bottom, rgba(10,115,184,1) 0%, rgba(33,57,110,1) 100%);
}

.dropdown-balance {
    padding: 2px 5px !important;
    background: #000 !important;
    border: 1px solid #e3d37a !important;
    border-radius: 4px !important;
    width: 250px !important;
}

    .dropdown-balance > li > div > span > a {
        display: inline !important;
        color: #333 !important;
    }

    .dropdown-balance > li > div > div.suite {
        width: 100px !important;
        float: left !important;
        padding: 3px 0px !important;
        font-size: 13px !important;
        color: #FFFFFF !important;
        font-weight: 400 !important;
    }

    .dropdown-balance > li > div > div.remaining {
        float: right !important;
        padding: 3px 0px !important;
        font-size: 13px !important;
        color: #FFFFFF !important;
        font-weight: 400 !important;
    }

.account-page {
    text-align: center;
    margin: 0 0 10px 0;
}

.member-page {
    margin: 0 0 10px 0;
}

    .member-page ol {
        padding-left: 30px;
    }

.account-page a {
    display: initial !important;
    color: #fff;
    font-weight: 700;
}

    .account-page a div {
        padding: 10px 0;
        background: ##3399cc;
        border: 1px solid #616161;
    }

        .account-page a div .fa {
            display: block;
            font-size: 38px;
        }

.cbp-l-grid-work {
    visibility: visible !important;
}

.cbp-l-filters-work {
    margin-bottom: 10px !important;
}

    .cbp-l-filters-work .cbp-filter-item, .cbp-l-filters-work .cbp-filter-counter {
        font: inherit !important;
        min-width: 80px;
    }

    .cbp-l-filters-work .cbp-filter-counter {
        display: block !important;
    }

    .cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
        background: #3399cc !important;
        color: #fff !important;
    }

    .cbp-l-filters-work .cbp-filter-item {
        background: #E1E1E1 !important;
        border: 1px solid #e1e1e1 !important;
        color: #333 !important;
        padding: 5px 10px !important;
    }

.cbp-l-grid-work .cbp-item-wrapper {
    padding: 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000 !important;
    box-shadow: 0 0 0 0 #000 !important;
    background: transparent;
}

.cbp-panel {
    max-width: 100% !important;
}

.cbp-l-grid-work .cbp-item {
    padding: 0 !important;
}

.btn-html5 {
    padding: 0 !important;
    font-size: 13px;
    line-height: 30px;
    color: #ffd200;
    text-transform: uppercase;
}

.html5-wrap {
    border: 1px solid #616161;
    margin: 1%;
    width: 48%;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

h3.game-name {
    text-align: center;
    font-size: 13px;
    margin: 7px auto;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.navbar-inverse {
    border: none;
    min-height: initial;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: rgba(10,116,185,1);
    background: -moz-linear-gradient(top, rgba(10,116,185,1) 0%, rgba(32,58,112,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,116,185,1)), color-stop(100%, rgba(32,58,112,1)));
    background: -webkit-linear-gradient(top, rgba(10,116,185,1) 0%, rgba(32,58,112,1) 100%);
    background: -o-linear-gradient(top, rgba(10,116,185,1) 0%, rgba(32,58,112,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,116,185,1) 0%, rgba(32,58,112,1) 100%);
    background: linear-gradient(to bottom, rgba(10,116,185,1) 0%, rgba(32,58,112,1) 100%);
}

    .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0,0,0,0.1);
    }

.help-block {
    color: red;
}

.foot-ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .foot-ul li {
        display: inline-block;
        padding: 5px;
    }

.bank .foot-ul li img {
    max-height: 20px;
}

.bank {
    background: #666;
}

.provider {
    background: #1b1b1b;
}

    .provider .foot-ul li img {
        max-height: 20px;
    }

.vip {
    background: rgb(39, 39, 39);
    text-align: center;
    padding: 5px 0px 20px;
    color: #cccccc;
}

    .vip .intro {
        text-align: left;
        font-size: 15px;
        margin: 0px 0px 20px;
        color: #ffffff;
    }

        .vip .intro span {
            color: #ffcc2d;
            font-size: 21px;
        }

    .vip ol {
        text-align: left;
        font-size: 17px;
    }

table.vip-tb td {
    border: none;
    font-size: 17px;
}

table.vip-tb {
    color: #fac932;
    width: 1040px;
}

.vip-tb thead td {
    color: #ffffff;
    font-size: 24px;
}

.vip-tb tr, td {
    padding: 7px 0px !important;
}

#tnc .modal-content {
    background: #0a2f59 top center;
    border-style: solid;
    border-color: #0D5FCF;
    color: #fff !important;
}
/**#tnc .modal-dialog { width:100%;}**/
#tnc .close {
    opacity: 1;
    z-index: 99;
    position: absolute;
    right: -12px;
    top: -9px;
}

#tnc ol li {
    margin-left: 15px;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
}

#tnc ul li {
    list-style: disc;
    padding: 0px;
}

#tnc h3 {
    margin-top: 8px;
}

.yellow {
    color: #ffcc2d;
}

table.liner {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-bottom: 10px solid #000000;
    margin-bottom: 30px;
}


/* 2018 03 19 */
.cbp-l-filters-work .cbp-filter-counter {
    display: initial !important;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    background: #0e6aad !important;
}

.cbp-l-filters-work .cbp-filter-item {
    padding: 8px 5px !important;
    border: none !important;
    float: left;
    display: inline !important;
    background: #194c87 !important;
    color: #fff !important;
    margin: 0px 1px 10px 0 !important;
    min-width: 36% !important;
    max-width: 39% !important;
    font-size: 13px !important;
}

    .cbp-l-filters-work .cbp-filter-item:first-child {
        min-width: 26% !important;
        max-width: 26% !important;
    }

    .cbp-l-filters-work .cbp-filter-item:last-child {
        min-width: 34% !important;
        max-width: 34% !important;
        margin-right: 0 !important;
    }

@media (max-width:400px) {
    .cbp-l-filters-work .cbp-filter-counter {
        display: none !important;
    }
}
/* new css 2.10.22 */
.dep-tab-nav {
    width: 100%;
    float: left;
}

    .dep-tab-nav div {
        color: #fff;
        border: 1px solid #17528e;
        font-size: 15px;
        float: left;
        text-transform: capitalize;
        padding: 5px 15px;
        cursor: pointer;
        border-radius: 10px;
        margin: 15px 6px 3px 0px;
    }

        .dep-tab-nav div.active {
            background: #17528e;
            color: #fff;
        }

.deposit-tabs {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.dep-tab-nav div img {
    width: 25px;
    margin-right: 2px;
    display: inline-block;
}

.crypto .form-group.step1 div {
    display: inline-block;
}

    .crypto .form-group.step1 div:first-child {
        width: 100%;
        margin: 8px 0;
        font-weight: 700;
    }

.crypto .form-group.step1 span {
    color: red;
    margin: 0 2px;
}

.crypto select, .crypto input, .cryptoreminder {
    height: 30px;
    border: 1px solid #cecccc;
    border-radius: 5px;
    color: #000;
    width: 100%;
}

    .crypto input.sendusdt {
        text-align: center;
        margin-bottom: 10px;
    }

.crypto .form-group.step1 p {
    margin: 0;
    position: relative;
}

.cryptoreminder {
    height: auto;
    padding: 20px 30px;
    margin: 20px 0px;
    color: #fff;
}

.logo img {
    width: auto !important;
    height: 68px !important;
    position: relative !important;
    left: 0 !important;
}

.open > .dropdown-menu {
    display: block;
    height: 500px;
    overflow: auto;
    overflow-y: auto;
}
/* 4/7/2022 */
/* new css for leaderboard page */
.leaderboard_page {
    float: left;
    width: 100%;
    background-image: url("../images/common/leaderboard/leaderboard_bg.png");
    padding: 3% 0;
    background-position: center;
}

.leaderboard_nav {
    background: rgb(19 19 21 / 20%);
    text-align: center;
}

    .leaderboard_nav .leaderboard_nav_item {
        text-align: center;
        width: 28%;
        display: inline-block;
        background: rgb(19 19 21 / 50%);
        margin: 2.5% 0 1.5%;
        padding: 3% 0;
        cursor: pointer;
        transition: .2s;
    }

        .leaderboard_nav .leaderboard_nav_item img {
            width: 40%;
            display: initial;
        }

        .leaderboard_nav .leaderboard_nav_item.active, .leaderboard_nav .leaderboard_nav_item:hover {
            background: rgb(19 19 21);
        }

        .leaderboard_nav .leaderboard_nav_item label {
            display: block;
            font-size: 3vw;
            text-transform: uppercase;
            margin-top: 3%;
            font-weight: 500;
            margin-bottom: 0;
        }

        .leaderboard_nav .leaderboard_nav_item:first-child {
            border-top-left-radius: 30%;
            border-bottom-left-radius: 30%;
        }

        .leaderboard_nav .leaderboard_nav_item:last-child {
            border-top-right-radius: 30%;
            border-bottom-right-radius: 30%;
        }

.leaderboard_date {
    background: linear-gradient(0deg, #3333a4, #4d4ddc);
    font-size: 2.5vw;
    padding: 5px 29px;
    text-align: center;
}

.leaderboard_table .row:first-child {
    color: #303030;
    font-size: 3.5vw;
    background: none;
    align-items: flex-end;
    height: 23px;
}

.leaderboard_table .row {
    color: #3d3d3d;
    font-size: 3vw;
    text-align: left;
    background: linear-gradient(#c5d3ff, #a1a1ff);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    height: 43px;
    display: flex;
    align-items: center;
    margin: 7px 0;
}

    .leaderboard_table .row img {
        width: 90%;
        margin: 0 auto;
    }

    .leaderboard_table .row .col-xs-2:first-child {
        text-align: center;
        padding: 0;
    }

        .leaderboard_table .row .col-xs-2:first-child div {
            background: #111;
            color: #fff;
            font-size: 5vw;
            position: relative;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            width: 80%;
            display: inline-block;
            top: 4px;
        }

    .leaderboard_table .row:nth-of-type(2), .leaderboard_table .row:nth-of-type(3), .leaderboard_table .row:nth-of-type(4) {
        background: linear-gradient(#4d4ddc, #3535a9);
        color: #fff;
    }

    .leaderboard_table .row .col-xs-5 {
        overflow: hidden;
    }

.leaderboard_cont {
    margin-top: 10px;
}

.cbp-filter-item a {
    color: #fff;
}
/* dl vpn page */
.dlvpn_page {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .dlvpn_page .blue {
        color: #1062a2;
    }

    .dlvpn_page a {
        color: #1062a2;
        text-decoration: underline;
    }

    .dlvpn_page img {
        box-shadow: 0 0 7px 1px #e7e7e7;
        width: 98%;
        margin: 2% 1%;
    }

    .dlvpn_page ul {
        list-style: none;
    }

        .dlvpn_page ul li div {
            font-size: 3.6vw;
            color: #464646;
        }

            .dlvpn_page ul li div:first-child {
                font-size: 5vw;
                color: #1062a2;
                width: 100%;
            }

        .dlvpn_page ul li {
            padding-bottom: 6%;
        }
/* dl vpn page end*/


/* inbox (main page) */
.inb_link_unread {
    background: red;
    border-radius: 5px;
    padding: 0 4px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: normal;
}

.inb_link {
    float: left;
    position: relative;
    margin: 4px;
}

.globalModal {
    z-index: 9;
}

.globalModal, .globalModal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.globalModal-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.globalModal-box {
    position: relative;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    margin-top: -250px;
}

.globalModal-header {
    background-color: #3397cb;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    height: 46px;
    line-height: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.globalModal-close {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    font-weight: lighter;
    opacity: 0.6;
}

    .globalModal-close:hover {
        transition: .2s;
        opacity: 1;
    }

.inbox_page {
    font-size: 15px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .inbox_page table {
        text-align: center;
        font-size: 14px;
        margin: 5px 0;
        width: 100%;
    }

        .inbox_page table td {
            padding: 5px 10px !important;
            border-bottom: 1px solid rgb(44 40 41 / 20%);
            cursor: pointer;
        }

        .inbox_page table th {
            background: #3399cc;
            color: #fff;
            padding: 5px 10px;
            font-weight: normal;
            text-align: center;
            line-height: 30px;
        }

            .inbox_page table th:first-child {
                /* border-top-left-radius: 5px; */
                /* border-bottom-left-radius: 5px; */
            }

            .inbox_page table th:last-child {
                /* border-top-right-radius: 5px; */
                /* border-bottom-right-radius: 5px; */
            }

    .inbox_page button {
        font-size: 12px;
        padding: 5px 12px;
        margin: 0;
        border-radius: 3px;
    }

.inboxModal .globalModal-box {
    width: 95%;
    height: 515px;
    margin-left: -47.5%;
    margin-top: -263px;
    color: #0e0e0e;
}

.inboxModal .inboxModal_details {
    border: 1px solid #c6c6c6;
    width: 95%;
    margin: 2% 2.5%;
    font-size: 13px;
    float: left;
    border-bottom: none;
    border-right: 0;
    padding: 0;
}

    .inboxModal .inboxModal_details div {
        width: 30%;
        float: left;
        border-right: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        padding: 8px 5px;
        height: 40px;
        display: flex;
        align-items: center;
    }

        .inboxModal .inboxModal_details div:nth-child(2n) {
            width: 70%;
        }

.inboxModal .inboxModal_cont {
    margin: 0% 2.5%;
    float: left;
    height: 392px;
    overflow: auto;
    text-align: left;
}

.inboxModal .globalModal-header {
    line-height: 3;
    font-size: 16px;
}

.inb_notif {
    top: -4px;
    position: absolute;
    background: red;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    right: 12px;
}

#message-content {
    margin: 0;
    padding: 0;
}

.inboxModal .inboxModal_cont p {
    line-height: 1;
    font-size: 16px;
}
/* inbox end */



/*090223*/
.deploy-contact.balance-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.balance-wrap .inb_link_unread {
    position: absolute;
    top: -9px;
    font-size: 10px;
    background: red;
    right: 24px;
    padding: 1px 6px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    margin: 0px;
    display: flex;
    height: 18px;
    width: 18px;
    justify-content: center;
    align-items: center;
}

.balance-wrap a {
    position: relative;
    overflow: initial;
}


.pg-content {
    /* padding: 15px 0px; */
}

    .pg-content .container {
        /* width: 1050px; */
        background: #000000;
        /* padding: 0px; */
        color: #ffffff;
    }

.pg-title {
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px 15px;
    margin: 0px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px dashed #1396c8;
    padding-top: 20px;
}

.list {
    padding: 15px 30px;
}

.pg-content .list li {
    padding: 10px 0px;
    /* margin-left: 15px; */
}

.pg-content ul.list {
    padding: 15px;
}

    .pg-content ul.list li {
        list-style: none;
    }

        .pg-content ul.list li p:first-child {
            background: #3399cc;
            color: #ffffff;
            font-size: 16px;
            padding: 5px 20px;
        }

        .pg-content ul.list li p:nth-child(2) {
            padding-left: 20px;
        }





/* inbox */
#inboxDiv {
    position: relative;
}

.inb_link {
    float: left;
    position: relative;
    margin: 4px;
}

.inb_link_unread {
    position: absolute;
    top: -9px;
    font-size: 10px;
    background: red;
    right: 24px;
    padding: 1px 6px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

#inboxDiv .inb_link_unread {
    position: relative;
    display: inline-block;
    font-size: 12px;
    top: -2px;
    right: -5px;
    border-radius: 7px;
    vertical-align: middle;
    align-items: center;
}

.globalModal {
    z-index: 9;
}

.globalModal, .globalModal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.globalModal-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.globalModal-box {
    position: relative;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    margin-top: -250px;
}

.globalModal-header {
    background-color: #3397cb;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    height: 46px;
    line-height: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.globalModal-close {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    font-weight: lighter;
    opacity: 0.6;
}

    .globalModal-close:hover {
        transition: .2s;
        opacity: 1;
    }

.inbox_page {
    /* padding: 0px 30px; */
    font-size: 15px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .inbox_page table {
        text-align: center;
        font-size: 14px;
        margin: 5px 0;
        width: 100%;
    }

        .inbox_page table td {
            padding: 5px 2px;
            border-bottom: 1px solid rgb(44 40 41 / 20%);
            cursor: pointer;
            color: #000;
            background: #fff;
            border: 1px solid rgb(44 40 41 / 20%);
        }

        .inbox_page table th {
            background: #3399cc;
            color: #fff;
            padding: 5px 0;
            font-weight: normal;
            text-align: center;
            line-height: 30px;
            border: 1px solid rgb(44 40 41 / 20%);
        }

    .inbox_page button {
        font-size: 12px;
        padding: 5px 12px;
        margin: 5px 0;
        background: #1062a2;
    }

.inboxModal .globalModal-box {
    max-width: 542px;
    height: 515px;
    /* margin-left: -272px; */
    /* margin-top: -263px; */
}

.inboxModal .inboxModal_details {
    border: 1px solid #c6c6c6;
    width: 95%;
    margin: 2% 2.5%;
    font-size: 13px;
    float: left;
    border-bottom: none;
    border-right: 0;
    padding: 0;
}

    .inboxModal .inboxModal_details div {
        width: 30%;
        float: left;
        border-right: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        padding: 8px 5px;
    }

        .inboxModal .inboxModal_details div:nth-child(2n) {
            width: 70%;
        }

.inboxModal .inboxModal_cont {
    margin: 0% 2.5%;
    float: left;
    height: 392px;
    overflow: auto;
    text-align: left;
}

.inboxModal .globalModal-header {
    line-height: 3;
    font-size: 16px;
}

.inb_notif {
    top: -4px;
    position: absolute;
    background: red;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    right: 12px;
}

#message-content {
    margin: 0;
    padding: 0;
}

.inboxModal .inboxModal_cont p {
    line-height: 1;
    font-size: 16px;
}
/* inbox end */


/* pay-to-upgrade */
#ptu .modal-content {
    background: #092e58;
    border: 3px solid #0e62d8;
}

#ptu .modal-dialog {
    width: 1040px;
}

#ptu .close {
    opacity: 1;
    z-index: 99;
    position: absolute;
    right: -20px;
    top: -20px;
}

#ptu .modal-body {
    padding: 20px;
}

#ptu h1 {
    color: #ffcf5f;
    margin: 0;
}

#ptu p.subtitle {
    font-size: 16px;
    margin: 5px 0 0;
}

#ptu .ptu-cont {
    display: table;
}

    #ptu .ptu-cont .ptu-item {
        display: inline-block;
        text-align: center;
        padding: 0px 5px;
        width: 20%;
        position: relative;
        transition: .3s;
        top: 0;
    }

        #ptu .ptu-cont .ptu-item ul {
            list-style: none;
            padding: 0;
            font-size: 13px;
        }

        #ptu .ptu-cont .ptu-item div {
            background-color: #fff;
            color: #092e58;
            border-radius: 30px;
            padding: 20px 10px;
            height: 405px;
            position: relative;
            display: inline-grid;
            padding-bottom: 50px;
            transition: .3s;
        }

            #ptu .ptu-cont .ptu-item div span {
                background-color: #0a3d62;
                color: #fff;
                width: 80%;
                display: block;
                padding: 3px 0;
                font-size: 16px;
                font-weight: 600;
                border-radius: 20px;
                position: absolute;
                bottom: 20px;
                left: 10%;
                transition: .3s;
            }

            #ptu .ptu-cont .ptu-item div h2 {
                text-transform: uppercase;
                font-size: 20px;
                font-weight: 600;
                margin: 0 0 10px;
            }

        #ptu .ptu-cont .ptu-item:hover {
            top: -15px;
        }

            #ptu .ptu-cont .ptu-item:hover div {
                background-color: #00101b;
                color: #fff;
            }

                #ptu .ptu-cont .ptu-item:hover div span {
                    background-color: #fff;
                    color: #092e58;
                }

        #ptu .ptu-cont .ptu-item img {
            width: 80%;
        }

        #ptu .ptu-cont .ptu-item ul li {
            margin: 5px 0;
        }

.af-hd {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}



span.t-img img {
    height: 15px;
    position: relative;
    top: -4px;
}

.af-r {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.af-b {
    display: flex;
    align-items: end;
    gap: 6px;
    /* justify-content: end; */
}

/* Start Inbox */
.InboxContent
{
	padding:10px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	height:330px;
}
/* width */
.InboxContent::-webkit-scrollbar {width:10px;}
/* Track */
.InboxContent::-webkit-scrollbar-track {background:#f2f2f2; }
/* Handle */
.InboxContent::-webkit-scrollbar-thumb {background:#e5e5e5; }
/* Handle on hover */
.InboxContent::-webkit-scrollbar-thumb:hover {background:#e5e5e5; }
.InboxContentBtn
{
	padding:10px 20px;
	text-align:right;
	width:100%;
}
.InboxAlignLeft
{
	text-align:left;
}
/* End Inbox */
/* Start Livestreaming */
.livestreaming-content {
    margin: 0 auto;
    width: 100%;
}

.livestreaming-banner img {
    width: 100%;
}

.livestreaming-download, .livestreaming-movie-list {
    /*border-bottom:5px solid #2aa6df;
    background: url(../images/livestreaming-hr.jpg) bottom center no-repeat;
    background-size: auto;*/
    padding: 20px 0px 20px 0px;
}

.livestreaming-hr img {
    width: 100%;
    height: 3px;
}

.livestreaming-download-content {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
    text-align: center;
}

.livestreaming-movielist-content {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
    text-align: center;
    padding-top: 10px;
}

.livestreaming-title, .livestreaming-title a {
    font-size: 8vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    padding: 0px 10px;
    line-height: normal;
}

.livestreaming-title01 {
    font-size: 5vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
}

.livestreaming-title02 {
    font-size: 6vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
}

.livestreaming-title03 {
    font-size: 4vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.livestreaming-title04 {
    font-size: 4.5vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.livestreaming-blue {
    color: #39b6f0;
}

.livestreaming-download-tab img {
    height: 75px;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
}

.livestreaming-footer-tab img {
    height: 70px;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
}

.livestreaming-button a {
    font-size: 3vw;
    background-color: #2aabe6;
    color: #000;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    text-decoration: none !important;
}

.livestreaming-download-tab, .livestreaming-footer-tab {
    font-size: 4vw;
    padding: 10px 0px;
}

    .livestreaming-download-tab ul {
        list-style: none;
        padding: 10px 0px 0px 0px;
        margin: 0px;
        font-size: 4vw;
    }

.livestreaming-movielist-tab img {
    width: 100%;
}

.livestreaming-footer-content {
    padding-top: 20px;
}

.livestreaming-tab-popup {
    background-color: #000;
    color: #FFF;
    padding: 5px 40px;
    border: none;
    font-size: 5vw;
}

.livestreaming-tab-popup-blue {
    background-color: #3399cc;
}

#livestreaming-tv .modal-content, #livestreaming-computer .modal-content, #livestreaming-mobile .modal-content {
    background: #0a2f59 top center;
    border-style: solid;
    border-color: #0D5FCF;
    color: #fff !important;
}

#livestreaming-tv .close, #livestreaming-computer .close, #livestreaming-mobile .close {
    opacity: 1;
    z-index: 99;
    position: absolute;
    right: -12px;
    top: -9px;
}

.livestreaming-content-popup, .livestreaming-computer, .livestreaming-mobile {
    padding: 10px;
    font-size: 4vw !important;
}

    .livestreaming-content-popup a, livestreaming-computer a, .livestreaming-mobile a {
        display: inline;
    }
/* End Livestreaming */
/* Start Blog */
.blog-content {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
    line-height: normal !important;
}

.blog-content-inner {
    width: 100%;
    margin: 0 auto;
}

    .blog-content-inner::after {
        content: "";
        clear: both;
        display: table;
    }

.blog-content-table {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 2% 0%;
    text-align: center !important;
}

.blog-content-table-article {
    width: 100%;
    margin: 0 auto;
    text-align: left !important;
    color: #FFF !important;
}

.blog-featured-article {
    width: 100%;
    margin: 0 auto;
    text-align: left !important;
    color: #FFF !important;
}

.blog-content-table-article a {
    color: #1062a2 !important;
}

.blog-feat-article-box {
    background-color: #1062a2;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
}

.blog-feat-article-box-content {
    padding: 5px 10px;
    color: #000 !important;
}

    .blog-feat-article-box-content a {
        color: #FFF !important;
    }

.blog-content-table-article img {
    width: 100%;
    height: auto !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-content-table-article-img img {
    border-radius: 10px !important;
    margin: 10px 0px;
}

.blog-table-content {
    background-color: #2a2a2a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
}

.blog-content-table-article h1 {
    font-size: 20px;
    font-weight: bold !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
    /*color: #f8da3a !important;*/
}

.blog-content-table-article h2 {
    font-size: 16px;
    font-weight: bold !important;
    line-height: normal !important;
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
    /*color: #f8da3a !important;*/
}

.blog-feat-article-box-content img {
    width: 100%;
}

.blog-table-content-img {
    width: 100%;
    height: 287px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

    .blog-table-content-img img {
        width: 100%;
        height: 287px !important;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

.blog-table-content-text {
    background-color: #2a2a2a;
    padding: 0px 10px;
    overflow: hidden;
    height: 230px;
    text-align: left !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.blog-table-content-text-article {
    /*background-color: #EEE;*/
    padding: 0px 20px;
    margin-bottom: 20px;
}

    .blog-table-content-text-article h3, .blog-table-content-text h3 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal !important;
        /*color: #f8da3a !important;*/
    }

.blog-table-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal !important;
    margin-top: 10px !important;
}

.blog-content-table button {
    margin: 10px 0px;
}

.blog-paging-content {
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 40px;
}

.blog-more-button a {
    background: -webkit-linear-gradient(#1062a2, #1062a2);
    background: -o-linear-gradient(#1062a2, #1062a2);
    background: linear-gradient(#1062a2, #1062a2);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF !important;
    border: none;
    text-transform: uppercase;
    width: 95%;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
}

    .blog-more-button a:hover {
        background: -webkit-linear-gradient(#333, #999);
        background: -o-linear-gradient(#333, #999);
        background: linear-gradient(#333, #999);
        display: block;
    }

.blog-paging-button a {
    color: #FFF !important;
}

.blog-paging-button {
    background: -webkit-linear-gradient(#333, #999);
    background: -o-linear-gradient(#333, #999);
    background: linear-gradient(#333, #999);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF !important;
    border: none;
}

    .blog-paging-button.active, .blog-paging-button:hover {
        background: -webkit-linear-gradient(#1062a2, #1062a2);
        background: -o-linear-gradient(#1062a2, #1062a2);
        background: linear-gradient(#1062a2, #1062a2);
        margin: 0 auto;
        text-align: center !important;
        padding: 5px 10px;
        color: #FFF !important;
        border: none;
    }
/* End Blog */
/* Start Livestreaming */
.livestreaming-content {
    margin: 0 auto;
    width: 100%;
}

.livestreaming-banner img {
    width: 100%;
}

.livestreaming-download, .livestreaming-movie-list {
    /*border-bottom:5px solid #2aa6df;
    background: url(../images/livestreaming-hr.jpg) bottom center no-repeat;
    background-size: auto;*/
    padding: 20px 0px 20px 0px;
}

.livestreaming-hr img {
    width: 100%;
    height: 3px;
}

.livestreaming-download-content {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
    text-align: center;
}

.livestreaming-movielist-content {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
    text-align: center;
    padding-top: 10px;
}

.livestreaming-title, .livestreaming-title a {
    font-size: 8vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    padding: 0px 10px;
    line-height: normal;
}

.livestreaming-title01 {
    font-size: 5vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
}

.livestreaming-title02 {
    font-size: 6vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
}

.livestreaming-title03 {
    font-size: 4vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.livestreaming-title04 {
    font-size: 4.5vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.livestreaming-blue {
    color: #39b6f0;
}

.livestreaming-download-tab img {
    height: 75px;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
}

.livestreaming-footer-tab img {
    height: 70px;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
}

.livestreaming-button a {
    font-size: 3vw;
    background-color: #2aabe6;
    color: #000;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    text-decoration: none !important;
}

.livestreaming-download-tab, .livestreaming-footer-tab {
    font-size: 4vw;
    padding: 10px 0px;
}

    .livestreaming-download-tab ul {
        list-style: none;
        padding: 10px 0px 0px 0px;
        margin: 0px;
        font-size: 4vw;
    }

.livestreaming-movielist-tab img {
    width: 100%;
}

.livestreaming-footer-content {
    padding-top: 20px;
}

.livestreaming-tab-popup {
    background-color: #000;
    color: #FFF;
    padding: 5px 40px;
    border: none;
    font-size: 5vw;
}

.livestreaming-tab-popup-blue {
    background-color: #3399cc;
}

#livestreaming-tv .modal-content, #livestreaming-computer .modal-content, #livestreaming-mobile .modal-content {
    background: #0a2f59 top center;
    border-style: solid;
    border-color: #0D5FCF;
    color: #fff !important;
}

#livestreaming-tv .close, #livestreaming-computer .close, #livestreaming-mobile .close {
    opacity: 1;
    z-index: 99;
    position: absolute;
    right: -12px;
    top: -9px;
}

.livestreaming-content-popup, .livestreaming-computer, .livestreaming-mobile {
    padding: 10px;
    font-size: 4vw !important;
}

    .livestreaming-content-popup a, livestreaming-computer a, .livestreaming-mobile a {
        display: inline;
    }
/* End Livestreaming */
/* Live Stream */
#livestream-contet {
    margin: 0 auto;
    width: 100%;
}

#livestream-banner img, .livestream-tab img, .livestream-banner img {
    width: 100%;
}

.livestream-text-content {
    margin: 0 auto;
    width: 95%;
    padding: 20px 0px
}

.livestream-tab {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 1% 2%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
}

    .livestream-tab ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .livestream-tab li {
        padding: 5px 0px;
        font-size: 3vw;
    }

.livestream-title01 {
    font-size: 5vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
}

.livestream-title02 {
    font-size: 4vw;
    color: #39b6f0;
    text-align: center;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    text-transform: uppercase;
}

.livestream-button {
    padding: 20px 0px;
}

    .livestream-button a {
        font-size: 2vw;
        background-color: #2aabe6;
        color: #000;
        text-align: center;
        padding: 8px 5px;
        border-radius: 20px;
        text-transform: uppercase;
        width: 90%;
        margin: 0 auto;
        display: block;
        font-weight: bold;
        text-decoration: none !important;
    }

.livestream-hr img {
    width: 100%;
}
