@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
body {
    /*background: url(../images/common/bg.jpg) no-repeat top center;*/
    background: #141414;
    max-width: 768px;
    margin: auto;
    font-family: 'Work Sans';
}

.body {
    padding-top: 60px;
    padding-bottom: 30px;
}

.body .container {
    max-width: 768px;
}

.header {
    position: fixed;
    z-index: 99;
    background: none;
    width: 100%;
    max-width: 768px;
    height: 60px;
    background: #292828;
}

.header .container {
    padding: 0;
}

.logo {
    margin-left: -10px;
}

.logo img {
    max-width: 120px;
}

select#wit_bankaccount {
    height: calc(1em + 0.5rem + 2px);
}

.text-head {
    color: #fff;
    font-size: 10.5pt;
    text-transform: uppercase;
}

.w-100 {
    height: 200px;
}

.member-btn {
    float: right;
    padding: 10px;
    display: flex;
}

.member-btn .btn-join,
.member-btn .btn-balance {
    margin-right: 10px;
}

.member-btn .btn-login {
    background: #ffea00;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 5px;
    color: #000;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

button.btn.btn-default.btn-sm.btn-login.btsumbit {
    width: 112px;
    margin-top: 10px;
}
._ubtn .btn-sm {
    padding: 5px 15px;
    background: #ffea00;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}
.member-btn .btn-join {
    background: transparent;
    border: 1px solid #ffea00;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.member-btn .btn-balance {
    background: #ffea00;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    text-align: center;
    cursor: pointer;
}

.form-group .btn-login {
    background: linear-gradient(to bottom, #b7b7b7 0%, #ededed 50%, #868686 100%);
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 10px;
}

.forgot-pass {
    color: #fff;
    text-decoration: underline;
    margin-top: 40px;
    font-size: 12px;
}

#right-menu .modal-content {
    background: #211f1f;
    color: #fff;
}

.loginmodalclose {
    position: absolute;
    right: 20px;
    color: #fff;
}

.login_3welogo img {
    width: 100px;
}

.loginmodalclose button.close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.loginform-wrap {
    width: 80%;
    margin: 0 auto;
}

.loginform-wrap input {
    outline: none;
    padding: 2px 8px;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
    width: 100%;
}

#right-menu button.button_login_modal {
    background: #ffea00;
    color: #000;
    text-transform: uppercase;
    outline: none;
    border: none;
    font-weight: 600;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
#account-right-sidebar img,#left-menu img {
    width: 26px;
    height: 26px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: none;
}

.modal.left .modal-body,
.modal.right .modal-body {
    background: #151515;
    padding: 0;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-body {
    padding: 10px;
}

.modal.right form {
    width: 95%;
    margin: 0 auto;
    margin-top: 25%;
}

.modal.right .form-group {
    margin-bottom: 5px;
}

.modal.right .form-control {
    border-radius: 0 30px 30px 0;
    background: #ffffff;
    border: none;
    padding: 5px;
    color: #151515;
    height: 45px;
}

.modal.right .input-group-text {
    border-radius: 30px 0 0 30px;
    background: #ffffff;
    border: none;
    color: #151515;
}

.modal.right .input-group-text i {
    border: 1px solid #bebebe;
    border-radius: 50%;
    padding: 7px;
}

.veri-code {
    position: absolute;
    right: 0;
    z-index: 9;
}

.veri-code img {
    padding: 7px 0;
    width: 80%;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.nav-link {
    color: white;
    padding: 7px 20px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.nav-link span {
    font-size: 10pt;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffc502;
}

.nav-link i {
    margin-right: 10px;
}

.float-menu-btn {
    background: transparent;
    border: none;
    padding: 13px 10px;
}

.float-menu-btn:focus {
    outline: 0;
}

.nav-icon {
    width: 28px;
    margin: 0;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    height: 6px;
    margin: 4px 0;
    transition: all .2s ease-in-out;
}

.nav-icon:hover:before {
    transform: translateY(10px) rotate(135deg);
}

.nav-icon:hover:after {
    transform: translateY(-10px) rotate(-135deg);
}

.nav-icon:hover div {
    transform: scale(0);
}

.side-menubox {
    list-style: none;
    padding: 0;
}

.side-menubox>.collapse {
    padding: 10px;
}

.side-menubox .accordion>.card {
    background: #031428;
    border: none;
}

.side-menubox .card-body {
    padding: 0;
}

.side-menubox .card-body img {
    width: 100%;
}

.member-detail {
    color: #fbff02;
    font-size: 14pt;
    padding: 20px 20px;
    text-align: left;
}

.btn-left-menu {
    border: none;
    background: none;
    font-size: 20px;
    color: #fff;
}

.language-box {
    padding: 25px 30px;
    text-align: center;
    display: flex;
}

.btn-flag {
    padding: 10px;
}

.btn-flag img {
    width: 100%;
}

.modal-footer {
    border-top: none;
    padding-top: 50px;
}

.modal-footer img {
    margin: 0 auto;
    width: 157px;
}

.modal-footer h5 {
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 10px;
}

@import url('/css/all.css');
.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    float: right;
    font-size: 10px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    font-size: 10px;
}

.announcement {
    background: #383434;
    padding: 6px;
    /*margin: 0;*/
    margin-top: 5px;
}

.announcement i {
    color: #b1b1b1;
    padding-top: 5px;
}

.icon-anno {
    padding: 0;
}

.announcement marquee {
    color: #b1b1b1;
    font-size: 10pt;
}

.updates-section .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.updates-section img {
    width: 100%;
}

.sub-lobby-content {
    padding-left: 10px;
    padding-right: 10px;
}

.sub-lobby-content a img {
    width: 100%;
    border-radius: 10px;
}

.footer-menu-sec {
    background: linear-gradient(to bottom, #2a2a2a 0%, #0e0e0e 50%, #030404 100%);
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    max-width: 768px;
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

ul.footer-menu li {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

ul.footer-menu li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.fixfooter {
    display: block;
    font-size: 9pt;
}

ul.footer-menu li a i {
    max-width: 30px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
    font-size: 25px;
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.footer-menu li.active a,
ul.footer-menu li a:hover {
    background: #15151552;
    color: #fff;
    text-decoration: none;
}

ul.footer-menu li.active a img,
ul.footer-menu li a:hover img {
    filter: contrast(1) brightness(1);
}


/* Slider Home */

._pslider {
    background: #000000;
    padding: 10px 0px;
}

.pslide img {
    height: 30px;
    padding: 0px 12px;
}

.video-holder {
    border: 1px solid #ffea00;
    padding: 10px;
    border-radius: 8px;
}

.twoboxes {
    overflow: scroll;
}

.box-wrap {
    position: relative;
    width: 100%;
}

.box-wrap {
    position: relative;
    min-width: 200px;
    border-radius: 10px;
}

.box-wrap img {
    border-radius: 10px;
}

.box-wrap:not(:last-child) {
    margin-right: 5px;
}

.box-wrap img {
    width: 100%;
}

.box-desc {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

._tbox {
    width: 50%;
    float: right;
}

span.box-head {
    font-size: 12px;
    color: #ffea00;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}

._tbox p {
    font-size: 10px;
    color: #fff;
}

.icons_video {
    width: 27px;
    height: 21px;
    background: url(../image/icons/video.png);
    background-repeat: no-repeat;
}

.icons_app {
    background: url(../image/icons/app.png);
    height: 36px;
    width: 26px;
    background-repeat: no-repeat;
}

.icons_game {
    background: url(../image/icons/hot.png);
    height: 36px;
    width: 26px;
    background-repeat: no-repeat;
}


/* App Download */

.app-dlimage img {
    width: 100%;
}


/* Footer */

.footermobile {
    padding-bottom: 80px !important;
    background: #303030;
}


/* User Dashboard */

.utoplevel {
    color: #fff;
    background: #141414;
    padding: 5px 5px;
}

.utoplevel .vipstatus {
    width: 35%;
}

.vipstatus ._utoplabel {
    font-size: 3.2vw;
}

.vipstatus .ddata span {
    font-size: 15px;
}

.vipstatus,
.wlimit,
.wfreq {
    border-right: 1px solid #ffffff57;
}

.user-option {
    margin-top: 10px;
    background: linear-gradient(to top, #2a2a2a -2%, #3c3c3c 100%);
    padding: 4px;
    border-radius: 5px;
}

._mwallet {
    color: #ffea00;
    text-align: center;
}

.wlimit,
.wfreq {
    width: 22%;
}

.wdate .utoplevel>div {
    padding: 0 3px;
}

._imgvip img {
    width: 40px;
    margin-right: 5px;
}

button.moreinfo {
    background: transparent;
    color: white;
    font-size: 10px;
    border: 1px solid #ffea00;
}

.wdate {
    width: 21%;
}

._wbal {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.utoplevel>div:not(:last-child) {
    border-right: 1px solid #fff;
}

.ddata span {
    font-size: 11px;
}

#bank-content .alert-warning {
    font-size: 10pt;
    margin-bottom: 0px;
    color: #000000;
    border-radius: 10px;
    background: #f1ff0c;
    border: none;
}

#bank-content .alert._inotice,
#cryptocontent .alert._inotice {
    background: #44444461;
    border: none;
}

.reminderdetails {
    background: #44444461;
    font-size: 12px;
    padding: 15px;
    border-radius: 5px;
}

.bg-warning {
    background: #fbff07 !important;
}

#withdrawal-limit .modal-content,
#no-of-withdrawal .modal-content,
.rewardsmodal .modal-content {
    background: #2e2e2e;
}

#withdrawal-limit .modal-header,
#no-of-withdrawal .modal-header,
.rewardsmodal .modal-header {
    background: #ffea00;
    color: #000;
    padding: 10px;
}

#withdrawal-limit h4,
#no-of-withdrawal h4 {
    text-align: center;
    margin-left: 20px;
    width: 100%;
    font-size: 21px;
}

#withdrawal-limit.body.user-page button.close,
#no-of-withdrawal button.close,
.rewardsmodal button.close,
._qrewards button.close {
    color: #000;
}

.member-btn.withsubmit {
    float: none !important;
}

.withsubmit button {
    padding: 6px 15px !important;
}

section.body.user-page,
._userdash_title,
.content-dash,
body._upage {
    background: #303030;
}

.payout-table {
    margin: 0 auto;
    width: 60%;
}

.payout-table>div {
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.moreinfolevel {
    width: 58%;
}

.imgbank {
    height: 50px;
    width: 45px;
    border: 1px solid gold;
    border-radius: 10px
}

span._utoplabel {
    font-size: 2.5vw;
    font-weight: 600;
    display: inline-block;
    line-height: 15px;
    text-transform: uppercase;
}

.license>div {
    width: 50%;
    color: #fff;
    font-size: 8.5px;
}

.license img {
    height: 21px !important;
    margin-bottom: 10px;
    width: auto !important;
}

.certification img:not(:last-child) {
    margin-right: 8px;
}

.certification img,
.payment-social img {
    height: 21px !important;
    width: auto !important;
}

.gamble-aware img {
    height: 40px;
}

.payment-social img:not(:last-child) {
    margin-right: 18px;
}

._fsm {
    margin-right: 10px;
}

#j89j66gh5c1o1645072341453>iframe {
    bottom: 78px !important;
}


/* PROMOTION */


/*****PROMOTION****/


/* .promo-in2 {
    padding: 80px 0px;
} */

.promo-content .card-body {
    background: black;
    font-size: 12px;
}

.promo-content .card-body ol {
    padding: 0;
}

.promo-in2 {
    padding-top: 10px;
}

.mix {
    display: none;
}

.promotab {
    padding: 10px 12px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    width: 33%;
    border-bottom: 2px solid transparent;
    position: relative;
}

.promotab.active:after {
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    transition: all .3s ease;
    opacity: 1;
    color: #ffea00;
    font-weight: 700;
    bottom: -21px;
    left: 0;
    width: 100%;
    font-size: 24px;
}

.promotab.active {
    color: #fff;
    background: #141414;
    border-bottom: 2px solid #ffea00;
    border-radius: 0px;
}

.filter-box {
    max-width: 768px;
    margin: 0 auto;
}

.filter-menu {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1px;
}

.filter-menu a {
    background: linear-gradient(to bottom, #b7b7b7 0%, #ededed 50%, #868686 100%);
    color: #000;
    border-radius: 10px;
}

.filter-menu a:hover {
    text-decoration: none;
}

.card-promo {
    color: #000;
}

.bannerpromo {
    position: relative;
}

.promotionItem {
    width: 100%;
}

.promotionItem img {
    border: 1px solid #c19e5e;
}

.btnPosition {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url('../images/common/btn-promo.png') center no-repeat;
    background-size: cover;
    width: 142px;
    height: 30px;
    text-align: center;
}

.btnPosition p {
    margin-top: 5px;
    text-transform: uppercase;
}

.promo-bnr img {
    width: 100%;
}

.modal-backdrop.fade {
    display: none;
}


/* INFO */

.gold-text {
    font-size: 14px;
    color: #efd08e;
}

.info-content .card {
    background: none;
}

.info-content .card-body {
    background: #03142880;
    color: #fff;
    font-size: 12px;
}

.info-title {
    margin-bottom: 6px!important;
    border-bottom: none;
    background: #3a3737;
    border-radius: 5px!important;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}

.detail-info table {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-bank tr td {
    background: #15151596;
    text-align: center;
    padding: 6px;
    border: 1px solid #dee2e6;
    color: #fff;
}
.memBankAccDetails {
    color: #fff;
}

.table-bank tr th {
    text-align: center;
    background: #fff;
    color: #000;
}

table.table-bank {
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
}
form#form_bankdetail .table td, form#form_bankdetail .table th{
    border: 1px solid #606060 !important;
}
#form_bankdetail thead {
    background: linear-gradient(to bottom, #484848 0%, #0a0a0a 100%);
    text-align: center;
    color:white;
}
.faq-section h5 {
    font-size: 15px;
}


/* 4D */

.carousel-item img {
    height: auto;
    width: 100%;
}

i.fas.fa-angle-left,
i.fas.fa-angle-right {
    color: #000;
    font-size: 40px !important;
}


/* TERM */

.term-title {
    background: #b4bdc6;
    color: #000;
    border-radius: 5px!important;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .logo {
        margin-left: 135px;
    }
}

@media (max-width:767px) {
    .down-modal .modal-dialog {
        max-width: 350px;
    }
    .btn-menu {
        padding: 5px;
    }
    .side-menubox {
        font-size: 12px;
    }
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 70%;
    }
    .member-btn .btn-join,
    .member-btn .btn-login,
    .member-btn .btn-balance {
        padding: 5px 6px;
        font-size: 12px;
        margin-left: 3px;
        margin-right: 2px;
        font-size: 10px;
        font-weight: 600;
    }
    ul.footer-menu li a {
        font-size: 12px;
    }
    .member-btn {
        padding: 0;
    }
    .promotab {
        padding: 5px 0px;
        font-size: 12px;
        width: 31%;
        margin: 0px 0px 5px 6px;
    }
}


/* REGISTRATION */

.register-wrap-modal a {
    color: #ffea00;
}

.register-content .form-control {
    border-radius: 0 30px 30px 0;
    background: #ffffff;
    border: none;
    padding: 5px;
    color: #151515;
    height: 50px;
}

.custom-select {
    background: #01060c;
    border: none;
    color: #bebebe;
    padding: 5px;
    height: 50px;
}

.register-content .input-group-text {
    border-radius: 30px 0 0 30px;
    background: #ffffff;
    border: none;
    color: #151515;
}

.register-content .input-group-text i {
    border: 1px solid #bebebe;
    border-radius: 50%;
    padding: 10px;
}

.btn-submit {
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    background: #ffea00;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: none;
    width: 140px;
    margin-top: 10px;
}

.social-btn p {
    color: #efd08e;
}

.down-modal .modal-dialog {
    max-width: 860px;
}

.down-modal .modal-content {
    background: #fff;
}

.down-modal .close {
    background: #687da8;
}

.down-modal .close {
    position: absolute;
    top: 7px;
    right: 11px;
    background: none;
    border-radius: 50%;
    border: none;
    text-shadow: none;
}

.down-modal .modal-content {
    background: rgb(49 49 49 / 97%);
    box-shadow: none;
    border: none;
    padding: 18px;
    border-radius: 6px;
}

.table-down {
    margin-top: -25px;
    padding: 0px;
    padding-top: 40px;
    border: none;
}

.down-table tr td {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    background: #1515156b;
    color: #fff;
    font-size: 12px;
}

.down-modal .modal-dialog {
    margin: 4%;
    margin-top: 15%;
}

.down-modal .close span {
    border: none;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 29px;
    font-weight: 100;
    background: none;
    color: #fff;
}

.down-table {
    width: 100%;
}

.down-table tr th {
    background: #1515154d;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.copy-butt {
    width: 140px;
    font-size: 10px;
    padding: 3px;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border-radius: 25px;
    border: none;
    display: inline-block;
}

.btn-ply4 {
    position: absolute;
    bottom: 10%;
    left: 6%;
    width: 23%;
    height: auto;
    border-radius: 20px;
    padding: 2% 2%;
    text-align: center;
    color: #f06278;
    font-size: calc(0.5em + 1vw);
}

.btn-ply5 {
    position: absolute;
    bottom: 10%;
    left: 30%;
    width: 23%;
    height: auto;
    border-radius: 20px;
    padding: 2% 2%;
    text-align: center;
    color: #f06278;
    font-size: calc(0.5em + 1vw);
}

.down-table tr td input {
    width: 100%;
}


/* FORGOT */

#forgot .modal-dialog {
    z-index: 1100;
}

#forgot .modal-body {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f1b90a;
    background: rgb(0 0 0);
}

#forgot h3 {
    color: #efd08e;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

#forgot form {
    width: 95%;
    margin: 0 auto;
}

#forgot .form-group {
    margin-bottom: 5px;
}

#forgot .form-control {
    border-radius: 0 30px 30px 0;
    background: #ffffff;
    border: none;
    padding: 5px;
    color: #151515;
    height: 45px;
}

#forgot .input-group-text {
    border-radius: 30px 0 0 30px;
    background: #ffffff;
    border: none;
    color: #151515;
}

#forgot .input-group-text i {
    border: 1px solid #bebebe;
    border-radius: 50%;
    padding: 7px;
}

#forgot .veri-code {
    position: absolute;
    right: 0;
}

#forgot .veri-code img {
    padding: 7px 0;
    width: 80%;
}

#forgot .modal-content {
    border-radius: 0;
    border: none;
    background: none;
}

#forgot .close {
    color: #fff;
    text-shadow: none;
}


/** product **/

.horse-text {
    color: #b5b5b5;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.gbox {
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0;
}

div#accordiontnc {
    font-size: 13px;
}

#accordiontnc .card {
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
    background-color: transparent;
    color: #ffffff;
    margin-bottom: 10px;
}

#accordiontnc .card .card-header {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
    padding: 5px;
}

#accordiontnc .card .card-header .btn-link:hover {
    color: #ffffff;
}

.horse_main img {
    max-width: 100%;
}

.horse_main a {
    display: block;
    margin-bottom: 15px;
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
}

.totobox {
    margin-bottom: 15px;
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
    padding: 15px;
    color: #fff;
    font-size: 13px;
}

.toto-content {
    margin-bottom: 15px;
    text-align: center;
}

.toto-content a img {
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91, #815816, #d7a341, #eec95b);
    border-image-slice: 1;
    max-width: 100%;
}

.modal-content.toto {
    background: #212121;
    color: #fff;
}

.header-toto {
    text-align: center;
    color: #efd08e;
    font-weight: 700;
    padding: 10px 0;
}

button.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

table.payout-table tr td {
    border: 1px solid #84837f;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
}

button.toto-btn {
    background: #f72626;
    border: none;
    padding: 3px 10px;
    border-radius: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 13px;
}

button.toto-btn:focus {
    outline: none;
}

table.vipbenefits {
    width: 100%;
    align-items: center;
}

.vipbenefits .table-headermain {
    text-indent: 1.0em;
    text-align: left;
    background: #da1212;
    border-bottom: 1px solid #727272 !important;
    color: #000000;
    font-weight: 600;
    border-right: none !important;
}

.vipbenefits .table-header {
    text-indent: 1.0em;
    text-align: left !important;
    color: #ffffff;
    font-size: 13px;
}

.vipbenefits td.content {
    background-color: #5d5d5d;
    font-size: 13px;
    text-align: center;
}

.vip-btn-targets {
    display: none;
}

.vip-btn-targets.active {
    display: block;
}

.vip-wrapper {
    color: #979797;
    margin: 20px 0;
    font-size: 13px;
}

.vip-wrapper h4 {
    font-size: 18px;
}

.vip-link {
    color: #ffdd88;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(82, 82, 82, 1) 0%, rgba(19, 19, 19, 1) 100%);
    width: 100%;
    display: block;
    padding: 7px 17px;
    position: relative;
}

.vip-link:hover,
.vip-link:focus {
    color: #ffdd88;
}

.vip-link:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: 0.3s;
    color: #fff;
}

.vip-link.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
}

.vip-card {
    margin-bottom: 5px;
}

.vip-wrap {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
}

.vip-table {
    width: 100%;
}

.vip-table tr td {
    font-weight: 300;
    text-align: center;
    border: 1px solid #ffdd88;
    padding: 5px 3px;
    line-height: 1.3;
    font-size: 13px;
}

.gold-dot {
    color: #ffdd88;
}

.ntc-cb {
    color: #ffdd88;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}

.tcs {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.tnc-vip ol {
    padding: 0 0 0 15px;
}

.prest {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    border-radius: 6px;
}

.tnc-box {
    color: #979797;
    margin: 30px 0;
    font-size: 13px;
}

.tnc-box ul {
    padding: 0;
    padding-left: 20px;
}

.tnc-box ul li {
    padding-bottom: 8px;
}

.tnc-box h4 {
    font-size: 18px;
    font-weight: 700;
}

.blogb {
    margin: 10px 0;
}

.blog-box {
    display: grid;
    grid-template-columns: auto;
    background: #171717;
    border-radius: 8px;
    border: 1px solid #f1b90a;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.blog-img {
    overflow: hidden;
    width: 280px;
}

.blog-img img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.blog-title-wrapper h4,
.blog-content h4 {
    color: #c2ab62;
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
}

.blogdate {
    color: #fff;
    font-size: 15px;
}

.blogdate img {
    vertical-align: sub;
}

.blog-caption {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

button.blog-read-btn {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    border: 1px solid #353535;
    color: #000;
    font-weight: 600;
    border-radius: 9px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-top: 15px;
}

button.blog-read-btn:hover {
    color: #fff;
}

.blog-content {
    border: 1px solid #f1b90a;
    border-radius: 8px;
    padding: 0 20px 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
}

.blogimg {
    margin-bottom: 15px;
}

.blogimg img {
    max-width: 100%;
}

.back-row {
    border-bottom: 1px solid #f1b90a;
    padding: 5px 20px;
    text-align: right;
    margin: 0 -20px 10px;
}

.back-row a {
    color: #fff;
}

.back-row a:hover {
    color: #f1b90a;
}

.lobby-content .col-4 {
    padding: 5px;
}

.btn-join {
    position: relative;
    overflow: hidden;
}


/* Shine */


/** Balance **/

.modal-content.modal-summary {
    background: #000;
    color: #fff;
    border: 1px solid #f1bd2c;
    border-radius: 4px;
    padding-top: 20px;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: 37% 63%;
    grid-gap: 2px 0px;
    font-size: 14px;
    padding: 15px 15px;
}

.amount-item {
    text-align: right;
}

.main-item {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    padding: 5px 5px;
    margin-bottom: 2px;
}

.mw-amount {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    grid-column: 2/3;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2px;
}

button.mw-allout {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    border: none;
    color: #000;
    text-transform: uppercase;
    padding: 2px 12px;
    height: 100%;
}

.mainb {
    float: none;
}

.platform-item {
    text-transform: uppercase;
    padding-left: 5px;
}

.balc {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
}

button.btn-in {
    display: inline-block;
    background: #78b714;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    margin: 0 2px;
    padding: 3px 0 1px;
}

button.btn-out {
    display: inline-block;
    background: #b71414;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 2px;
    padding: 3px 0 1px;
}

button.btn-in:focus,
button.btn-out:focus {
    outline: none;
    box-shadow: none;
}

button.btn-out:hover,
button.btn-in:hover {
    filter: brightness(1.1);
    outline: 1px solid #fff;
}

button.close-modal {
    background: none;
    right: 2px;
    top: 3px;
    margin: auto;
    line-height: 1;
    border: none;
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

a.inbox-btn {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin: 0 8px 0 1px;
}
.messagebody-detail {
    color: #fff;
}
span.notice-mail {
    position: absolute;
    background: red;
    border-radius: 50%;
    line-height: 1;
    padding: 2px;
    font-size: 9px;
    height: 13px;
    width: 13px;
    text-align: center;
    right: -9px;
    top: -1px;
}

.cs-info {
    color: #fff;
    padding: 25px 15px;
    text-align: center;
}

form.wallet-form {
    padding: 15px;
}

.wlabel {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.wfield {
    margin-bottom: 10px;
    position: relative;
}

.wfield input,
.wfield select {
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
}

button.max-btn {
    background: linear-gradient(to bottom, #b7b7b7 0%, #ededed 50%, #868686 100%);
    padding: 5px;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 25px;
    width: 117px;
    margin: 10px 0px;
}

button.all-btn {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
    padding: 5px;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 25px;
    width: 117px;
    margin: 10px 0px;
}

span.smll-t {
    display: block;
    padding: 0 10px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #eeb803;
    text-align: right;
}

.bank-detail table {
    font-size: 13px;
}

span.vcode {
    position: absolute;
    z-index: 9;
    right: 32px;
    top: 10px;
}

span.vcode {
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 10px;
}

.wallet-menu {
    margin: 15px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-menu a {
    display: inline-block;
    width: 24%;
    margin: 4;
    text-align: center;
    background: #b7b6b6;
    color: #000;
    border-radius: 25;
    padding: 10px;
    line-height: 1.2;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.wallet-menu a.active {
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
}

.v-code {
    position: absolute;
    right: 6px;
    top: 0;
}


/** Inbox **/

.inbox-wrapper {
    color: #fff;
    font-size: 14px;
    border: 1px solid #c2a45e;
    border-radius: 5px;
}

.mailbox {
    display: grid;
    grid-template-columns: 8% 80% 10%;
    grid-gap: 5px;
    padding: 5px;
    color: #939393
}

.mailbox.unread {
    color: #fff;
}

.mtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maildate {
    color: #9c9c9c;
    font-size: 13px;
}

.action-mail,
.nom {
    text-align: center;
}

.action-mail a {
    color: #D3D3D3;
}

.mailbox.top {
    margin-bottom: 5px;
    border-bottom: 1px solid #c2a45e;
    color: #c2a45e;
    font-weight: 600;
}

.modal-dialog.modal-inbox {
    max-width: 900px;
}

.modal-content.inbox-content {
    background: #212121;
    color: #fff;
    border: 1.5px solid #c2a45e;
    border-radius: 8px;
}

.inbx-title {
    font-size: 20px;
    font-weight: 700;
    padding: 22px 15px 13px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}

.inbox-message {
    padding: 20px 20px 15px;
    min-height: 200px;
    font-size: 14px;
}

.modal-msgdate, .moda-sentby {
    font-size: 13px;
    color: #ccc;
}
.message-head span {
    display: block;
}
button.close-X {
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    position: absolute;
    right: 6px;
    top: 2px;
    font-weight: 400;
}

.date-msg {
    font-size: 13px;
    color: #BBBBBB;
}

.sent-by {
    font-size: 13px;
    margin-bottom: 15px;
    color: #BBBBBB;
}

.social-box {
    margin: 10px 0;
}

.social-box a img {
    max-width: 100%;
}

.social-box a {
    display: inline-block;
    width: 110px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 9px;
}

.register_text {
    background: #e4e4e4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}


/*4dnewadd*/

.toto-title {
    color: #efd08e;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin: 15px 0 10px;
}

.toto_product_btn_custom {
    display: inline-flex;
    margin: 20px 0;
}

.totoproduct_btn {
    background: linear-gradient(to bottom, #b7b7b7 0%, #ededed 50%, #868686 100%);
    border: none;
    border-radius: 5px;
    min-height: 35px;
    border: 1px solid #151515;
    font-weight: 700;
}

.howtobet {
    margin: 0 5px;
}

.lottobet {
    background: #ffea00;
}

#gdbonusmodal .close {
    top: 0px;
    position: absolute;
    right: 4px;
    color: #444444;
    font-size: 28px;
    opacity: 1;
    z-index: 9;
}

#gdbonusmodal .modal-header {
    padding: 0;
    border: none;
}

#gdbonusmodal .modal-body {
    padding: 0;
}

#gdbonusmodal .modal-content {
    background-color: transparent;
}

#payoutmodal .modal-header,
#howtobetmodal .modal-header,
#tncmodal .modal-header {
    border-bottom: 1px solid #fadd91;
    background-color: transparent;
}

#payoutmodal .modal-content {
    color: #ffffff;
    background-color: rgb(49, 49, 49, 0.97);
}

#payoutmodal .close {
    font-size: 33px;
    color: #ffffff;
}

#payoutmodal .modal-title {
    color: #efd08e;
}

#howtobetmodal .modal-title {
    color: #efd08e;
}

#howtobetmodal .modal-content {
    color: #ffffff;
    background-color: rgb(49, 49, 49, 0.97);
}

#howtobetmodal .close {
    font-size: 33px;
    color: #ffffff;
}

.text_modal_howtobet {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#tncmodal .modal-title {
    color: #efd08e;
}

#tncmodal .modal-content {
    color: #ffffff;
    background-color: rgb(49, 49, 49, 0.97);
}

#tncmodal .close {
    font-size: 33px;
    color: #ffffff;
}

.totohowtobetimg img {
    width: 100%;
}

.totoliveresult .nav-link {
    padding: 0;
    border-radius: 5px;
    border: none;
    background: #ffffff;
}

.nav-tabs.totoliveresult {
    justify-content: space-around;
    border-bottom: none;
}

.nav-tabs.totoliveresult .nav-link:focus,
.nav-tabs.totoliveresult .nav-link:hover,
.nav-tabs.totoliveresult .nav-link.active {
    color: #151515;
    background: linear-gradient(to bottom, #a6852d 0%, #e4d8a0 50%, #a6852d 100%);
}

.toto_result_head {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 700;
}

.toto_result_body {
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #f1dd95;
}

.fourD-titleBG {
    background-color: #313131;
}

.firstRow {
    border-right: 2px solid #151515;
}

.country-box {
    display: flex;
    text-align: center;
    padding: 10px;
}

.country-flag {
    width: 45px;
}

.horizontal-navigation {
    width: 100%;
    overflow-x: scroll;
    margin-top: 10px;
}

.horizontal-navigation ul {
    /*height: 5rem;*/
    text-shadow: none;
    font-size: 0;
    width: calc(150%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: linear-gradient(to bottom, #141414 0%, #1d1d1d 50%, #444343 100%);
    white-space: nowrap;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.horizontal-navigation ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    width: 15%;
}

.horizontal-navigation ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.26rem 0;
    padding-top: 0.2rem;
    height: 100%;
    font-size: 0.28rem;
    font-weight: normal;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.horizontal-navigation ul li a .i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
}

.horizontal-navigation ul li a .i img {
    width: 35px;
    height: auto;
}

.horizontal-navigation ul li a span {
    margin-top: 10px;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 14pt;
}

.side-menubox .nav-item img {
    width: 30px;
    /*filter: invert(100%) sepia(44%) saturate(4%) hue-rotate(205deg) brightness(118%) contrast(89%);*/
}

.mobile-menus-navigate a {
    text-decoration: none;
}

.mobile-menus-navigate a:hover {
    color: #ffc502;
    cursor: pointer;
}

.mobile-menus-navigate a.active {
    color: #ffc502;
}

.menu-content img {
    width: 100%;
    height: auto;
}

.menu-content {
    width: 100vw;
}

.footer-menu img {
    width: 28px;
    margin-bottom: 5px;
}

.joan-btn-group a.btn {
    width: 100%;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    border-radius: 8px;
    color: #b0aaaa;
    border: none;
    margin-top: 50px;
}

.joan-btn-group button.btn {
    background: #414342;
    color: white;
    font-size: 9pt;
}

.joan-btn-group a.btn.active {
    color: #b0aaaa;
}

.joan-btn-group .btn-container {
    min-width: fit-content;
}

.joan-btn-group .btn-title {
    font-size: 12pt;
}

.joan-btn-group a.btn:hover,
.joan-btn-group a.service-btn.active .btn-title {
    color: #ffea00;
}

.joan-btn-group img {
    width: 50px;
}

.joan-btn-group .modal-holder {
    text-align: center;
    color: white;
}

.joan-btn-group .modal-holder div {
    border: 2px solid #414342;
}

.vip-btns .col {
    width: 20%;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    background: #373737;
    color: #b0aaaa;
    border: none;
    height: fit-content;
}

.vip-btns .col img {
    height: 50px;
    width: 50px;
    display: block;
    margin: auto;
}

.vip-btns .col.active {
    background: #252525;
}

.white {
    color: white!important;
}

.contactus .bordered-and-padded {
    color: white;
    border-bottom: 1px dotted gray;
}

.contactus .contact-title {
    font-size: 13pt;
}

.contactus .contact-content {
    font-size: 10pt;
}

.contactus .qr-content img {
    width: 75px;
    height: 75px;
}

.contactus .register_text {
    border-bottom: 1px solid #bc9b57;
}

.contactus .bordered-and-padded {
    color: white;
    border-bottom: 1px dotted gray;
}

.contactus .language-content {
    font-size: 10pt;
}

.contactus img {
    width: 50px;
    height: 50px;
}

.contactus .register_text {
    border-bottom: 1px solid #bc9b57;
    font-size: 23pt;
}

.contactus .country-holder {
    text-align: center;
}

.no-border {
    border: none!important;
}

.joan-btn-group .modal-content,
.modal-header {
    background: #1e1e1e;
    color: white;
}

.joan-btn-group .modal-content p {
    color: #e3c644;
}

.profile-content {
    font-size: 10pt;
}


/* Challenge */

._clist {
    position: relative;
    height: 100%;
}

._ccontent {
    border: 1px solid #ffea00;
    border-radius: 10px;
}

._cimage {
    position: relative;
    border-bottom: 1 px solid #ffea00;
}

._cimage img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

._wlist {
    background: #dfd13a;
    padding: 15px;
}

._ctitle {
    color: #fff;
}

._ctime {
    position: absolute;
    bottom: 0px;
    background: #ffea00;
    right: 0px;
    padding: 8px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-top-left-radius: 10px;
}

._wlistwrap span {
    background: rgb(0 16 31);
    padding: 8px 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

._clistinfo {
    background: #141414;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

._clistlabel span {
    text-transform: uppercase;
    color: #ffea00;
    font-weight: 600;
    font-size: 18px;
}

._cdatawrap {
    background: #5a5a5a;
    border-radius: 5px;
    padding: 5px 15px;
}

._chalabel,
._chadata {
    width: 50%;
    text-align: left;
    color: #fff;
}

span.tnc_c {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}

._crn span:first-child {
    background: #000;
    color: #fff;
    border-radius: 5px;
    width: 45px;
    font-size: 25px;
    line-height: 30px;
}

._ctime {
    position: absolute;
    bottom: 0px;
    background: #ffea00;
    right: 0px;
    padding: 8px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-top-left-radius: 10px;
}

._crn span {
    display: block;
}

._crn span:last-child {
    font-size: 14px;
}

._challengepop .modal-content {
    background: #141414;
}

._challengepop .modal-title {
    color: #000;
}

.modal-headers {
    background: #ffea00;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 10px;
    position: relative;
    border-top-left-radius: 10px;
}

._challengepop .close {
    color: #000;
    position: absolute;
    right: 3%;
    opacity: 1;
    top: 40%;
}

._challengepop .modal-dialog {
    width: 96%;
}

.rank-img {
    height: 115px;
}

.rank-img img {
    width: 100%;
}

._crankname>span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    color: #fff;
}

.second ._dwin {
    border: 1px solid silver;
}

.first ._dwin {
    border: 1px solid #998d0b;
}

.third ._dwin {
    border: 1px solid #7c451b;
}

._dwin {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 0px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
}

._ctolabel {
    text-transform: uppercase;
    color: #fff;
}

._crank-table {
    border: 1px solid #ffea00;
    display: table;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

._ctr:first-child {
    text-transform: uppercase;
    font-size: 16px;
}

._ctr {
    display: table-row;
}

._ctd:not(:last-child) {
    border-right: 1px solid #ffea00;
}

._ctd {
    display: table-cell;
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ffea00;
}

.modal-content.modal-content_cus {
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    .vip-btns .col {
        font-size: 2.5vw;
    }
    .joan-btn-group img {
        width: 35px;
    }
    .joan-btn-group .btn-title {
        font-size: 2.95vw;
    }
    .joan-btn-group .modal-holder div {
        font-size: 3vw;
    }
    .joan-btn-group .modal-holder button {
        font-size: 3vw;
    }
}

@media (max-width:500px) {
    .horizontal-navigation ul li a span {
        font-size: 9pt;
    }
}


/* Added by Jomar Lipon */

#crypto-content {
    color: #fff;
}

.ex-wrapper p {
    margin-bottom: 10px;
}

.deposition-option-contents {
    margin-bottom: 50px;
}

._udashtitle {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0px;
}

.sub-lobby-content a {
    cursor: pointer;
}

.deposition-options {
    text-align: center;
    height: 100%;
}

.deposition-options.active div {
    color: #e1c502;
}

.deposition-options div {
    color: white;
    font-size: 11px;
}

._doption {
    background: #d3d3d3;
}

._doption span:not(:last-child):after {
    content: "|";
    padding: 0 0px 0px 7px;
}

._doption span {
    color: #000;
    font-size: 13px;
    padding: 5px;
    font-weight: 700;
}

.deposition-options .img-icon {
    width: 50px;
    margin: auto;
    border-radius: 10px;
}

._doption span.active {
    color: #c73700;
}

._doption span.active:not(:last-child):after {
    color: #000;
}

.radio_crypto {
    display: none !important;
}

.deposition-option-contents .bank-options.active .img-icon {
    border: 2px solid gold;
    border-radius: 10px;
}

.fastpay img {
    padding: 10px 0px;
}

.banking-option {
    color: #fff;
}

.exc-wrapper {
    font-size: 13px;
}

.gsinstruct {
    font-size: 10pt;
    margin-bottom: 0px;
    color: #fff;
    background: #44444461;
    border-radius: 5px;
}

.deposition-option-contents .bank-options img {
    height: 50px;
    width: 45px;
}

.deposition-option-contents .bank-options span {
    display: block;
}

#crypto-content p,
#crypto-content input {
    font-size: 13px;
}

#crypto-content input {
    font-size: 15px;
    padding: 5px 5px;
    border: none;
    background: #1f1f1f;
    color: #fff;
    width: 100%;
}

.radio_crypto:checked {
    opacity: 1;
}

.label_crypto {
    opacity: 0.5;
}

.radio_crypto:checked+label {
    opacity: 1;
}

label.label_crypto img {
    padding: 3px;
    border: 1px solid rgba(255, 217, 0, 0.411);
    border-radius: 3px;
    width: 48px;
}

.modal-content.mobile-dialog {
    background: rgb(54, 54, 54);
    color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
}

.label_crypto span {
    font-size: 12px;
    margin-left: 4px;
}

.displaydetails {
    display: none;
}

.usdtercwrap,
.usdttrcwrap {
    vertical-align: middle;
    align-items: center;
}

.modal-content.mobile-dialog .close {
    margin-top: 0px;
    margin-left: 0px;
    opacity: 1;
    color: #fff;
    padding: 0px;
    width: 24px;
    height: 24px;
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 15px;
}

form._vformwrap {
    text-align: left;
}

._vform {
    color: #fff;
}

._vform label {
    text-align: left;
    margin-right: 10px;
}

input._voucher {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: #000;
    border: 0px;
    padding: 5px 0px;
    display: block;
}

.inbox-select button,
.inbox-remove button {
    border: 0px;
    font-size: 12px;
    border-radius: 5px;
}

span.msg-title {
    display: inline-block;
    font-size: 12px;
}

.inboxpage-header {
    background: #484848;
    padding: 5px 0px;
}

.inboxmsg-item {
    padding: 5px 0px;
}

.inboxmsg-item:nth-child(even) {
    background: #7c7c7c;
}
.inboxmsg-item:nth-child(odd) {
    background: #1e1c1c;
}

.body.gameprovider {
    background: #000;
    padding-bottom: 10px;
}

.imgprovider {
    margin-top: 15px;
}

.gameprovider img {
    width: 45%;
    height: auto;
}

.modal-content.mobile-dialog .modal-body img {
    width: 100%;
}

.providerTitle {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.betnowbtn {
    width: 100%;
    position: absolute;
    height: 100%;
    align-items: center;
    top: 0px;
}

.betnowbtn img {
    height: 28px;
    margin-bottom: 3px;
    display: block;
}

.betnowcontent {
    width: 50%;
    height: 100%;
    float: right;
    padding: 0 10px;
    display: table;
}

.bettext {
    font-size: 12px;
    color: #fff;
}

.betnow {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

._simg {
    box-shadow: -2px -2px 7px -2px rgb(255 255 255 / 50%);
    -webkit-box-shadow: -2px -2px 7px -2px rgb(255 255 255 / 50%);
    -moz-box-shadow: -2px -2px 7px -2px rgb(255 255 255 / 50%);
    width: 100%;
}

.betnowbtn a {
    bottom: 4em;
    background: #ffea00;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 1rem;
    width: 90px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

.modal-slot .modal-footer {
    padding-top: 0px;
    justify-content: center;
}

.modal-slot .modal-footer>div {
    /* width: 50%; */
    padding: 5px 30px;
    border-radius: 6px;
    color: #000;
}

.modal-slot .modal-footer a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.qr-wrapper {
    border: 1px solid;
    border-radius: 10px;
}

.qr-wrapper img {
    width: 100%;
}

.qr-dl {
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    background: gold;
    color: #000;
    font-weight: 600;
}

.modal-slot .modal-footer .playnow {
    background: gold;
}

.modal-slot .modal-footer .demolink {
    background: #fbfd5b;
}


/* Sponsor */

.snav-item {
    background: #ffea00;
    color: #000;
    padding: 5px 15px;
    margin-right: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}

.snav-item.more {
    background: #fff;
}

.snav-item a {
    color: #000;
    text-transform: uppercase;
}

.sponsorpage-content {
    display: none;
}

.sponsorpage-content.active {
    display: block;
}

.amb-wrap {
    margin-bottom: 10px;
}

.amb_image img {
    width: 100%;
}

.amb_desc {
    background: #2c2c2c;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

h5._ambhead {
    font-size: 24px;
    color: #ffea00;
    font-weight: 600;
}

._ambtext {
    font-size: 14px;
}

h5._ambtitle {
    font-size: 16px;
    line-height: 14px;
    color: #c9c9c9;
}

._vwrap iframe {
    width: 100%;
    height: 145px;
}

._vdesc {
    min-height: 65px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    text-align: center;
    background: #2c2c2c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* Rewards */

._ritem {
    border-radius: 5px;
    border: 1px solid #ffea00;
}

.apdata {
    background: #FAFAFA;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.rhead {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.rewardselect {
    border-radius: 5px;
    margin: 3px 5px;
    font-size: 12px;
    color: #fff;
    background: gray;
    padding: 4px 8px;
}

._rimg {
    height: 120px;
}

._rimg img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ffea00;
}

._rdet {
    padding: 5px;
}

._rtitle {
    color: #ffea00;
    font-size: .6rem;
    font-weight: 600;
}

._raction {
    padding: 0 3px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

a._rredeem {
    background: gray;
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid gray;
    margin-right: 5px;
    width: 39%;
    text-align: center;
}

a.info {
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 5px;
    width: 30%;
    text-align: center;
}

._raction span {
    color: #fff;
    line-height: 11px;
    font-size: 10px;
    width: 40%;
}

.rewardsmodal .modal-content {
    background: #141414;
    color: #fff;
}

.rewardsmodal .modal-header {
    background: #ffea00;
    color: #000;
}

.rewards-image img {
    width: 100%;
    margin-bottom: 10px;
}

.reward-moreinfo {
    font-size: 15px;
}

.rewards-claimbtn .rewards-points {
    font-size: 21px;
    font-weight: 700;
    color: #ffea00;
    margin-right: 10px;
}

.rewards-claimbtn span.cursor {
    background: #ffea00;
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}


/* media query*/

@media all and (max-width:375px) {
    .betnowbtn a {
        font-size: 10px;
    }
    ._rimg img {
        height: 120px;
    }
}