@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');

body {
    font-family: "Arimo", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
    max-width: 991px;
    padding-bottom: 17%;
    background-color: #081022;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #777777;
    width: 100%;
}

    button:focus, input:focus, select:focus {
        outline: none;
    }

/** Header **/
.header-top {
    /* padding: 5px 0; */
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    border-bottom: 1px solid #4abdff;
}

    .header-top .row {
        align-items: center;
    }

.logo {
    max-width: 180px;
    padding: 0 10px 0 10px;
}

.inbox-icon {
    position: relative;
    color: #ffffff;
}

    .inbox-icon::after {
        content: '';
        width: 4px;
        height: 4px;
        background: #FB0000;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
    }

.title-top {
    padding: 8px 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    border-bottom: 1px solid #4abdff;
    position: relative;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #8e8e8e;
}

.right-btn {
    position: absolute;
    right: 2%;
    color: #8e8e8e;
    font-size: 22px;
}

    .right-btn a, .right-login-btn a {
        color: #c3c3c3;
        margin-right: 5px;
    }

.right-btn-1 {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 17px;
}

    .right-btn-1 a {
        color: #414655;
    }

.right-member {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 7px;
    width: 74%;
    float: left;
}

    .right-member .btn-login {
        padding: 6px;
        background: #28adec;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }

    .right-member .btn-reg {
        padding: 5px;
        background: #9632d5;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }

.right-login-btn {
    float: right;
    color: #8e8e8e;
    font-size: 22px;
}

.lang-box {
    display: inline-block;
    width: 25%;
    float: right;
    padding: 2px 0;
}

.lang-btn {
    background: transparent;
    border: 1px solid transparent;
}

    .lang-btn:focus {
        outline: none;
    }

    .lang-btn.dropdown-toggle::after {
        color: #fff;
    }

.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    min-width: auto;
    border: none;
}

    .dropdown-menu.language a {
        padding: 1px 5px;
    }

        .dropdown-menu.language a:hover {
            background: transparent;
        }

            .dropdown-menu.language a:hover img {
                filter: drop-shadow(0px 0px 2px #fff);
            }

a.tokenbox {
    font-size: 14px;
    vertical-align: middle;
}

a.tokenin {
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/** Home **/
.mobile-slider {
    padding: 75px 10px 15px;
}

    .mobile-slider .carousel-inner {
        border-radius: 8px;
    }

.annouce-sec {
    padding: 3px 0;
    background: #000000;
    border: 1px solid #00bfff;
    border-left: none;
    border-right: none;
    height: 33px;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 0 6px #00bfff;
}

.annuuce-wrapper {
    display: grid;
    grid-template-columns: 10% auto;
}

.speaker-icon {
    color: #fff;
    font-size: 18px;
}

.anouce-msg {
    align-self: center;
    color: #fff;
}

.no-sign-wrapper {
    padding: 14px 0;
}

.no-sign {
    color: #6c717c;
    font-size: 15px;
}

.pls-sign a {
    color: #babdc5;
    font-size: 12px;
}

.slct-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
}

    .slct-wrapper a {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
    }

        .slct-wrapper a img {
            display: block;
            margin: auto;
            max-width: 50px;
        }

.game-sec {
    padding: 10px 0;
}

.nav-pills.game-nav {
    padding-right: 5px;
}

    .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show > .nav-link {
        color: #ffffff;
        background: #081022;
        border: 2px solid #00bfff;
        box-shadow: inset 0 0 6px #00bfff;
    }

.nav-pills li.nav-item {
    width: 100%;
    text-align: center;
}

.nav-pills.game-nav .nav-link {
    display: grid;
    border-radius: 10px;
    padding: 2px 2px 2px 0px;
    margin-bottom: 9px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    border: 1px solid #414655;
    font-size: 12px;
    font-weight: 300;
    box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.58);
    min-height: 65px;
    width: 72px;
}

.game-nav .nav-link img {
    max-width: 36px;
    display: block;
    margin: auto;
    margin-bottom: -2px;
}

.tab-content.game {
    padding: 0;
    padding-left: 3px;
}

    .tab-content.game a img {
        box-shadow: 0px 3px 14px -5px #00bfff;
        border-radius: 10px;
        margin-bottom: 10px;
        border: 1px solid #00bfff;
    }

.gwrap_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 10px;
}

    .gwrap_2 a img, .gwrap_3 a img {
        /* width: 48%; */
        display: inline-block;
    }

    .gwrap_2 a:nth-of-type(2n) img {
        margin-left: 5px;
    }

.gwrap_3 a.wdimg img {
    width: 100%;
}

.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    z-index: 99;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    padding: 7px 5px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.1);
}

    .menu-wrapper a {
        color: #fff;
        font-size: 11px;
    }

        .menu-wrapper a img {
            max-width: 35%;
            display: block;
            margin: auto;
        }

        .menu-wrapper a .active-img {
            display: none;
        }

        .menu-wrapper a.active {
            color: #fff;
        }

            .menu-wrapper a.active .active-img {
                display: block;
            }

            .menu-wrapper a.active .com-img {
                display: none;
            }

.jackpot-sec {
    padding: 10px 15px;
}

.jackpot-wrap {
    max-width: 991px;
    position: relative;
}

.jp-amount {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15%;
    font-size: 6.5vw;
}

.carousel-control-next, .carousel-control-prev {
    padding-top: 10%;
}

/** Promotion **/
.promo-sec {
    padding: 40px 0 0;
}

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.1);
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 11px;
    font-size: 15px;
    color: #fff;
}

    .pmbox.active {
        border-bottom: 2px solid #cc00ff;
        color: #fff;
        text-shadow: 0px 0px 5px #cc00ff;
        filter: drop-shadow(0 0 4px #cc00ff);
    }

.promo-content {
    padding: 15px;
}

.promo-bx {
    position: relative;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255,255,255,0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

    .date-promo i {
        color: #505050;
    }

.pmbx {
    box-shadow: 0px 2px 5px 0px #ffc1077d;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #c7c8ca;
}

.prosm-title {
    color: #d2b79c;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
    border-radius: 8px;
}

.promo-table {
    overflow: auto;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

    .promo-table tr th {
        background: #846f5b7a;
        color: #fff;
        font-weight: 700;
        padding: 5px 3px;
        border: 1px solid #9c7979;
    }

    .promo-table tr td {
        padding: 5px 3px;
        border: 1px solid #00bfff;
    }

/** Profile **/
.profile-sec {
    margin-bottom: 10px;
    padding-top: 40px;
}

.profile-user {
    display: grid;
    grid-template-columns: 70px auto 15px;
    grid-gap: 10px;
    padding: 10px 0 15px;
}

.propic {
    max-width: 70px;
}

.playerinfo {
    align-self: center;
}

.playername {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}

.vip-lvl {
    background: #e1c8ba;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 4px;
    border-radius: 5px;
    margin-left: 5px;
}

.plycap {
    color: #acafb9;
    font-size: 12px;
    margin-top: 4px;
}

.grey {
    align-self: center;
}

    .grey a {
        font-size: 15px;
        color: #DBDBDB;
    }

.vip-mall {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 7px 20px;
}

.vip-priv {
    display: grid;
    grid-template-columns: 30% 70%;
}

.vptitle {
    align-self: center;
    color: #313e4a;
    font-size: 19px;
    font-weight: 700;
}

    .vptitle span {
        display: block;
        color: #c2c5cb;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
    }

.player-wallet-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 10px 3px;
}

    .player-wallet-wrapper a {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 1;
        font-size: 13px;
    }

        .player-wallet-wrapper a.active {
            color: #00bfff;
        }

            .player-wallet-wrapper a.active img {
                filter: hue-rotate(280deg) contrast(2) sepia(1) saturate(2);
            }

    .player-wallet-wrapper img {
        display: block;
        margin: auto;
        max-width: 40%;
        margin-bottom: 5px;
    }

.profile-1 {
    padding: 10px 0;
}

.record-wrapper {
    display: grid;
    grid-template-columns: auto auto 15px;
    align-items: center;
    padding: 12px 0;
}

.rtitle {
    color: #414655;
}

    .rtitle i {
        color: #8998b4;
        margin-right: 5px;
        font-size: 18px;
    }

.rcaption {
    color: #d5d7df;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

/** Wallet **/
.wallet-sec {
    background: #081022;
    padding: 55px 0px 0;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;
    color: #fff;
}

.total-amt-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-bottom: 15px;
}

.remaining {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

    .remaining.unit {
        font-size: 12px;
        font-weight: 400;
    }

    .remaining a i {
        color: #00bfff;
        font-size: 11px;
        vertical-align: middle;
        margin-left: 5px;
    }

.totaldp {
    align-self: end;
    text-align: right;
}

.dps-btn {
    background: linear-gradient(to right, rgba(154,164,194,1) 0%, rgba(100,112,149,1) 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 19px 6px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}

.taowapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 0 0 15px;
    text-align: center;
}

    .taowapper a {
        display: block;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
    }

        .taowapper a.active img {
            filter: hue-rotate(280deg) contrast(2) sepia(1) saturate(2);
        }

        .taowapper a.active {
            color: #00bfff;
        }

        .taowapper a img {
            display: block;
            max-width: 70%;
            margin: 0 auto;
            margin-bottom: 5px;
        }

.wallet-detail {
    border-top: 1px solid #f3f3f3;
    padding: 12px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.wd-caption {
    color: #fff;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    align-self: center;
}

.wpbox {
    background: #081022;
    border: 2px solid #00bfff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.walet-wrap {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}

.wamot {
    color: #00bfff;
    font-weight: 600;
    font-size: 15px;
}

.wwb {
    position: relative;
}

.provider-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}

.pwbox {
    color: #fff;
    font-size: 11px;
    padding: 5px 1px;
    position: relative;
    line-height: 1.2;
}

.pamount {
    display: block;
    color: #00bfff;
    font-size: 12px;
    font-weight: 700;
}

.provider-wrapper .pwbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    height: 20px;
    width: 1px;
    background: #eee;
}

.provider-wrapper .pwbox:nth-of-type(4n):after {
    content: none;
}

.wallet-1 {
    padding: 18px 0;
}

.wtitle {
    display: flex;
    justify-content: space-between;
}

    .wtitle h3 {
        position: relative;
        font-size: 17px;
        font-weight: 700;
        padding-left: 9px;
    }

        .wtitle h3:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            width: 3px;
            height: 20px;
            background-image: linear-gradient(180deg,#d5b79d 4%,#f6e8dd);
        }

.wtcap {
    color: #d6ac83;
    font-size: 12px;
}

.wtitle i {
    font-size: 8px;
    color: #a5a9b3;
    padding-left: 5px;
}

.wuser-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 15px 0;
}

    .wuser-wrapper a {
        display: block;
        color: #878787;
        font-size: 12px;
        text-align: center;
    }

        .wuser-wrapper a img {
            display: block;
            max-width: 30%;
            margin: auto;
            margin-bottom: 7px;
        }

.gif-img img {
    border-radius: 45px;
}

.norecord {
    padding: 30px;
    color: #ADADAD;
    font-size: 13px;
    text-align: center;
}

/** Withdraw & Transfer **/
.withdraw-sec {
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0;
}

.wallet-money {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

    .wallet-money i {
        color: #fff;
    }

.onebutton {
    color: #fff;
}

.card-btm {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 0 40px 0;
    border-radius: 6px;
}

.addcard {
    background: #2f1709;
    padding: 14px;
    text-align: center;
    display: block;
    color: #d2b79c;
    font-weight: 600;
    font-size: 15px;
}

.bind {
    padding: 10px;
    color: #a5a9b3;
    font-size: 12px;
}

.trans-btm {
    background: #081022;
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 30px;
}

.auto-trans {
    padding: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #414655;
}
/** Toggle Button **/
.btn-toggle {
    margin: auto;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
    float: right;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
        box-shadow: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.active {
        background-color: #7d87a5;
    }


/** Card **/
.card-sec {
    background: #fff;
    padding: 30px 15px 15px;
}

.cardbox {
    padding: 10px 0;
    font-size: 15px;
}

    .cardbox input, .cardbox select {
        border: none;
        padding: 7px 0;
        background: transparent;
    }

    .cardbox label {
        font-weight: 300;
        margin-bottom: 1px;
    }

    .cardbox input::placeholder, .cardbox select {
        color: #B5B5B5;
        font-weight: 300;
    }

.notc {
    padding: 10px 15px;
    margin: 0 -15px;
    color: #a5a9b3;
    font-size: 12px;
    font-weight: 300;
    background: #f8f8f8;
}

.cardfirm {
    color: #a5a9b3;
    font-size: 12px;
    font-weight: 300;
    padding: 13px 0;
}

button.nextbtn {
    background: #28adec;
    color: #fff;
    border: 1px solid #00bfff;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    padding: 11px;
    border-radius: 6px;
    margin-top: 15px;
}

.help-sec {
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    color: #B7B7B7;
}

.cardm-sec {
    padding: 30px 0;
}

.nocard {
    max-width: 50%;
    margin: auto;
}

.addcard-btn {
    background: #fff;
    display: block;
    padding: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #414655;
    text-align: center;
    border-radius: 8px;
}

.cardsup {
    color: #a5a9b3;
    text-align: center;
    padding: 10px;
}

/** Deposit **/
.bank-input-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
    /* Bank payment */
    .bank-input-wrap label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

        .bank-input-wrap label [type=radio] + img {
            cursor: pointer;
        }

        .bank-input-wrap label [type=radio]:checked + img {
            border: 1px solid #d2b79c;
            background: url(../images/tick.png)no-repeat;
            background-size: 25%;
            background-position: right bottom;
            transition: none;
        }

    .bank-input-wrap label img {
        border: 1px solid #E4E4E4;
        border-radius: 6px;
        padding: 8px 16px;
    }

    .bank-input-wrap label {
        max-width: 70px;
        margin: auto;
        text-align: center;
    }

span.bank-type {
    font-size: 12px;
}

.deposit-sec {
    padding: 15px 0 0;
    background: #081636;
    margin-top: 10px;
}

.bank-choice {
    background: #081636;
    padding: 5px 0;
    margin-top: 10px;
}

.bank-select select {
    border: none;
    padding: 10px;
    background: transparent;
    color: #fff;
}

    .bank-select select option {
        color: #000;
    }

.amount-input-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin: 15px 0;
}
    /* Amount deposit */
    .amount-input-wrap label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

        .amount-input-wrap label [type=radio] + div {
            cursor: pointer;
            text-align: center;
            padding: 9px 0px;
            font-size: 13px;
            font-weight: 500;
            border-radius: 6px;
            border: 1px solid #00bfff;
            color: #E4E4E4;
        }

        .amount-input-wrap label [type=radio]:checked + div {
            border: 1px solid #00bfff;
            background: #00bfff;
            color: #fff;
            transition: none;
        }

    .amount-input-wrap label {
        margin-bottom: 0;
    }

.bank-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px 0;
}

    .bank-wrap label {
        margin: 0 4px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        line-height: 1.1;
        height: 100%;
        font-weight: 400 !important;
    }
        /* HIDE RADIO */
        .bank-wrap label [type=radio] {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
            /* IMAGE STYLES */
            .bank-wrap label [type=radio] + .bank-type {
                cursor: pointer;
            }

                .bank-wrap label [type=radio] + .bank-type img {
                    cursor: pointer;
                    filter: drop-shadow(0 1px 1px rgb(0,0,0,0.7));
                }
            /* CHECKED STYLES */
            .bank-wrap label [type=radio]:checked + .bank-type {
                border: 1px solid #00bfff;
                background: #00bfff;
                color: #fff;
            }

                .bank-wrap label [type=radio]:checked + .bank-type img {
                    filter: drop-shadow(0 1px 1px rgb(0,0,0,0.7));
                }

        .bank-wrap label .bank-type {
            border: 1px solid #00bfff;
            border-radius: 6px;
            color: #fff;
            font-size: 12px;
            background: transparent;
            padding: 5px 6px;
            display: flex;
            justify-content: center;
            width: 100%;
            text-align: center;
            align-items: center;
            height: 40px;
        }


/** messagecenter **/
.messagecenterbody {
    background-color: #f8f8f8;
}

.nav-pills.messagemain {
    justify-content: center;
    box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding: 5px 0px 0px 0px;
    background-color: #fff;
}

    .nav-pills.messagemain li.nav-item {
        width: auto;
        text-align: center;
        margin-right: 5%;
        margin-left: 5%;
    }

        .nav-pills.messagemain li.nav-item a {
            color: #c5c5c5;
        }

    .nav-pills.messagemain .nav-link.active {
        background-color: transparent;
        border-bottom: 2px solid #d2b79c;
        color: #000;
        border-radius: unset;
    }

    .nav-pills.messagemain .nav-link.info {
        position: relative;
    }

        .nav-pills.messagemain .nav-link.info .info_notiy {
            position: absolute;
            display: inline-block;
            padding: 0 .12rem;
            line-height: 0.3rem;
            background: #db6372;
            border-radius: 3.15rem;
            color: #fff;
            top: 0.2rem;
            margin-left: 0.04rem;
            height: 18px;
            width: 18px;
        }

            .nav-pills.messagemain .nav-link.info .info_notiy span {
                top: 6px;
                position: absolute;
                left: 5px;
            }

.messagesubtab ul {
    list-style-type: none;
    padding-left: 0px;
}

    .messagesubtab ul li {
        background-: #2f1709;
        max-height: 60px;
        padding: 10px;
        border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    }

        .messagesubtab ul li a {
            display: flex;
        }

        .messagesubtab ul li img {
            max-width: 35px;
        }

        .messagesubtab ul li .imp {
            border: 1px solid #ff4949;
            border-radius: 5px;
            font-size: 10px;
            padding: 1px;
            color: #ff4949;
            margin-left: 5px;
        }

        .messagesubtab ul li .title {
            color: #fff;
        }

        .messagesubtab ul li .date {
            float: right;
            font-size: 10px;
            color: #a5a9b3;
        }

        .messagesubtab ul li .info_content {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 250px;
            color: #a5a9b3;
            font-size: 12px;
        }

.messagecontent, .message-wrapper {
    color: #fff;
}

.messagesubtabread ul {
    list-style-type: none;
    padding-left: 0px;
    background-color: #fff;
}

    .messagesubtabread ul li {
        max-height: 60px;
        display: flex;
        padding: 10px;
        border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    }

        .messagesubtabread ul li img {
            max-width: 35px;
        }

        .messagesubtabread ul li .title {
            color: #414655;
        }

        .messagesubtabread ul li .date {
            font-size: 10px;
            color: #a5a9b3;
        }

        .messagesubtabread ul li .info_content {
            color: #a5a9b3;
            font-size: 12px;
        }

/*vippage*/
.vipbody {
    background-color: #f8f8f8;
    padding-bottom: 0px;
}

.vipbg {
    background: url(../images/vip/userinfo_bg.png)center no-repeat;
    background-size: 100% 100%;
}

.userdetails img {
    width: 45px;
}

.userbadge img {
    width: 60px;
    float: right;
}

.vipghead00 {
    padding-bottom: 25px;
    color: #414655;
    font-size: 18px;
}

.vipghead01 {
    padding-bottom: 25px;
}

.vipfrom {
    background: #d2b79c;
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
    float: right;
    margin-top: 3px;
}

.vipto {
    background: linear-gradient(270deg,#dde1e6,#b9b0b9);
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
}

.vipbg .progress {
    height: 10px;
    box-shadow: -1px 2px 4px 0px rgba(112, 112, 112, 0.3);
}

    .vipbg .progress .progress-bar-striped {
        background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 1rem 1rem;
    }

    .vipbg .progress .progress-bar {
        background-color: rgb(202, 202, 202);
    }

.progressicon {
    display: inline-block;
}

    .progressicon .fa-sort-down:before {
        position: absolute;
        top: 13px;
        width: 29px;
    }

.progresscustom {
    margin: auto;
    position: relative;
}

.progresspercent {
    position: absolute;
    top: -29px;
    left: -8px;
    text-align: right;
    font-size: 11px;
    font-weight: 900;
}

    .progresspercent img {
        width: 30px;
        margin-top: 10px;
    }

.vipghead02 {
    padding-bottom: 25px;
}

.currentsaving span {
    color: #9aa4c2;
    font-size: 10px;
}

.currentsaving .saving01 {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.currentsaving .savingamt {
    color: #414655;
    font-size: 12px;
    margin-left: 5px;
}

.controlwalletsection {
    margin: auto;
    margin-top: 20px;
}

.walletcard-item {
    background: url(../images/vip/card_bg.png)center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
}

.walletgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    text-align: center;
    color: #fff;
}

    .walletgrid .walletgridtitle {
        font-size: 10px;
    }

.walletcard-item img {
    width: 50px;
    margin: auto;
    position: absolute;
    top: -20px;
    right: 33px;
}

.walletcard-item .walletname {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-left: 17%;
}

.slick-list {
    padding: 0 5% 0 5%;
    margin-left: -10px;
    margin-right: -10px;
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.displaywalletcount {
    margin: 30px 0 0 0;
    text-align: right;
    font-size: 12px;
    color: #9aa4c2;
}

.sectionhead {
    box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding-bottom: 10px;
    background-color: #fff;
}

.vipexclusivemain {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 5px 0px 0px 0px;
}

.vipexclusivelabel:before {
    content: "";
    position: absolute;
    top: 2px;
    background: linear-gradient(180deg,#d5b79d,#f6e8dd);
    height: 21px;
    width: 5px;
    left: 13px;
    border-radius: 10px;
}

.vipexclusive {
    margin-left: 10px;
    font-size: 18px;
}

.vipexclusive_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
}

    .vipexclusive_inner img {
        min-width: 35px;
        max-width: 35px;
    }

    .vipexclusive_inner .vipexclusive_amount {
        color: #414655;
        font-size: 18px;
        word-break: break-all;
    }

    .vipexclusive_inner .vipexclusive_title {
        color: #9aa4c2;
        font-size: 12px;
    }

.vipexclusive_inner_wrapper {
    display: flex;
}

.vipbonusmain {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 5px 0px 0px 0px;
}

.vipbonus_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
    text-align: center;
}

    .vipbonus_inner .vipbonus_amount {
        word-break: break-all;
        font-size: 20px;
        color: #d2b79c;
    }

    .vipbonus_inner .vipbonus_amount_sec {
        word-break: break-all;
        font-size: 12px;
        color: #d2b79c;
    }

    .vipbonus_inner .vipbonus_title {
        word-break: break-all;
        font-size: 12px;
        color: #9aa4c2;
    }

.vipbonusselect_section {
    background-image: linear-gradient(270deg,#fcfaf7,#f3ede6);
    display: flex;
    margin: auto;
    width: 320px;
    border-radius: 5px;
    padding: 20px 10px;
}

.vipbonuslvl {
    margin-left: 45px;
    width: 82px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-image: linear-gradient(90deg,#dccab7,#d2b597);
    opacity: 0.5;
}

.vipbonusselect select {
    width: 108px;
    border: 1px solid #d2b79c;
    color: #d2b79c;
    background-color: hsla(0,0%,100%,.5);
    background: hsla(0,0%,100%,.5);
    height: 30px;
    font-size: 12px;
    padding: 0px;
    text-align-last: center;
    border-radius: 2px;
}

.vipbonusmore_detail {
    color: #b1987f;
}

/* BACKEND */
.tab-content {
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.form-group label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

input.form-control {
    width: 100%;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #00bfff;
    color: #000;
    background: #ffffff;
}

.box-amount3 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .box-amount3 ul li {
        width: 100%;
    }

.btn-amt {
    padding: 9px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #00bfff;
    background: transparent;
    width: 100%;
}

    .btn-amt.active {
        background: #00bfff;
        color: #fff;
    }

.btn-submt {
    width: 100%;
    background: #28adec;
    color: #fff;
    border: 1px solid #00bfff;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 10px;
    display: block;
    margin: 0px auto;
}

select.form-control {
    width: 100%;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #00bfff;
    color: #000;
}

.btn-top3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

    .btn-top3 a {
        border: 1px solid #00bfff;
        padding: 5px 12px;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        display: initial;
        text-align: center;
        width: 100%;
    }

        .btn-top3 a.active {
            background: #00bfff;
            color: #fff;
            border: 1px solid #00bfff;
        }

        .btn-top3 a:hover {
            background: #00bfff;
            color: #fff;
            border: 1px solid #00bfff;
        }

.deposit-choice {
    background: #081636;
    padding: 5px 0;
    margin-top: 10px;
}

.box-amount ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .box-amount ul li {
        width: 100%;
    }

.btn-bank {
    padding: 5px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #d2b79c;
    border: 1px solid #d2b79c;
    background: #291407;
    width: 100%;
    height: 44px;
    font-weight: 500;
}

    .btn-bank:hover {
        background: #d2b79c;
        color: #fff;
    }

    .btn-bank img {
        /* filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(264deg) brightness(93%) contrast(101%); */
    }

    .btn-bank:hover img {
        filter: invert(82%) sepia(95%) saturate(37%) hue-rotate(4deg) brightness(108%) contrast(108%);
    }

.deposit-provider {
    padding: 10px 0 0;
}

/******************History*********************/
.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr th {
    border: 1px solid #00bfff;
    padding: 4px;
    background: #000;
    text-align: center;
    color: #fff;
}

.history-table tr td {
    border: 1px solid #00bfff;
    padding: 5px 2px;
    text-align: center;
    color: #ffffff;
}

.history-table {
    font-size: 12px;
    margin-top: 15px;
}

.box-amount2 ul li {
    width: 100%;
}

.box-amount2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
}

.deposit-form {
    padding: 15px 0;
    background: #081636;
    margin-top: 10px;
}

.af-date {
    display: flex;
}

    .af-date .form-control {
        width: 40%;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 10px;
        height: 40px;
        /* margin-top: 5px; */
        margin-right: 10px;
        text-align: center;
    }

    .af-date .date {
        width: 30%;
        border-radius: 10px;
        padding: 10px 25px;
        font-size: 14px;
        height: 40px;
        margin-top: 5px;
        margin-right: 10px;
    }

.upload-file {
    display: flex;
    position: relative;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-file {
    background: #00bfff;
    color: #fff;
    padding: 5px 5px;
    height: 40px;
    top: 6px;
    position: relative;
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    width: 30%;
}
/* MEMBER */
.member-sec {
    padding: 55px 0px 10px;
}

.title-reg {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.login-col a {
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
}
/** Download **/
.download-sec {
    padding: 40px 0 15px;
}

ul#download-tab {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.nav-tabs.download-tabs {
    border-bottom: none;
    box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.1);
}

ul.nav-tabs.download-tabs .nav-link {
    border: none;
    border-bottom: 2px solid #28adec;
    border-radius: 0;
    color: #fff;
    background-color: #081022;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
}

.nav-tabs.download-tabs .nav-item.show .nav-link, .nav-tabs.download-tabs .nav-link.active {
    color: #fff;
    background-color: #28adec;
    border-bottom: 2px solid #28adec;
}

div#downloadTabContent {
    padding: 20px 0 50px;
}

.dlwrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px 15px;
}

.dl-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    border: 1px solid #7d87a5;
    box-shadow: 0 0 7px 0px rgb(0,0,0,0.3);
}

.play-dl {
    background: #28adec;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 55px auto;
    padding: 4px 5px;
}

    .play-dl i, .dl-btn i {
        font-size: 18px;
    }

    .play-dl:focus, .play-dl:hover {
        background: #28adec;
        color: #fff;
    }

    .play-dl div {
        align-self: center;
        text-align: center;
    }

    .play-dl img {
        max-width: 21px;
    }

.dl-btn {
    background: #9632d5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    padding: 4px 5px;
}

    .dl-btn:hover, .dl-btn:focus {
        color: #fff;
    }

    .dl-btn div {
        align-self: center;
        text-align: center
    }

/** Activation **/
.activation-content {
    color: #fff;
}

.nav-tabs.active-tabs {
    border-bottom: none;
    max-width: 480px;
    margin: auto;
    padding-bottom: 15px;
}

    .nav-tabs.active-tabs li.nav-item {
        margin: auto;
    }

    .nav-tabs.active-tabs .nav-item.show .nav-link, .nav-tabs.active-tabs .nav-link.active {
        color: #fff;
        background: #28adec;
        border-color: #28adec;
    }

    .nav-tabs.active-tabs .nav-link {
        border-color: #28adec;
        width: auto;
        height: auto;
        font-size: 11px;
        color: #fff;
        background: transparent;
        padding: 5px 1px;
        text-align: center;
        margin: 0 5px;
        border-radius: 30px;
        text-transform: uppercase;
    }

.sms-activate {
    text-align: center;
}

    .sms-activate input {
        max-width: 50px;
        height: 50px;
        display: inline-block;
        margin: auto 5px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #a7a7a7;
        font-size: 35px;
        font-weight: 600;
        color: #252525;
    }

        .sms-activate input:focus {
            outline: none;
            border: 1px solid #ffd906;
        }

.next-active {
    text-align: center;
    padding: 15px 0 10px;
}

.finish-hide {
    display: none;
}

.nav-tabs.active-tabs li.nav-item {
    margin: auto;
    width: 50%;
}

.activate-wrapper {
    margin: auto;
}

.step-activate {
    display: grid;
    grid-template-columns: 55px auto;
    grid-gap: 10px 4px;
}

.activ {
    color: #ffd154;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0;
}

    .activ h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 1px;
    }

.simple {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #959595;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 5px;
}

a.live-btn {
    display: inline-block;
    background: #252a2f;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #28adec;
    margin-top: 5px;
    font-size: 14px;
}

    a.live-btn:hover {
        background: #28adec;
        color: #fff;
    }

.finish-wrapper {
    color: #fff;
    text-align: center;
}

    .finish-wrapper h1 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 900;
        color: #fff;
    }

.acc-activ {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
}

    .acc-activ img {
        padding: 10px;
    }

.congrazt {
    line-height: 1;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 9px;
}

button.btn-play {
    background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(232,232,232,1) 100%);
    margin: auto;
    padding: 5px 15px;
    border-radius: 35px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #3e3e3e;
    border: none;
}

/** Inbox **/
.msg-content {
    padding: 60px 15px 15px;
}

.inbox-wrapper {
    color: #fff;
    font-size: 14px;
    border: 1px solid #00bfff;
    border-radius: 5px;
}

.mailbox {
    display: grid;
    grid-template-columns: 8% 80% 10%;
    grid-gap: 5px;
    padding: 5px;
    color: #939393
}

    .mailbox a {
        color: #9c9c9c;
    }

    .mailbox.unread a {
        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 #00bfff;
    color: #00bfff;
    font-weight: 600;
}

.message-wrapper {
    padding: 50px 15px 15px;
}

a.back-inbox {
    color: #fff;
}

.inbx-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}

.inbox-message {
    padding: 15px 0;
    min-height: 200px;
    font-size: 14px;
}

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;
}

/** VIP PAGE latest **/
.vip-sec {
    background: #000 url("../images/vip/vip_bg.jpg")no-repeat top center;
    background-size: auto;
}

.vip-top-title {
    max-width: 110px;
    margin: 5px auto;
    text-align: center;
}

.vip-card {
    margin-bottom: 6px;
}

.btn-vip {
    background: linear-gradient(to bottom, rgba(20,16,16,1) 0%, rgba(87,16,18,1) 100%);
    border: 2px solid #5d3912;
    font-size: 14px;
    padding: 2px 5px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: visible;
}

    .btn-vip img {
        max-width: 50px;
        margin-right: 6px;
    }

    .btn-vip:focus, .btn-vip:hover {
        outline: none;
        box-shadow: none;
        color: #fff;
    }

.btn.btn-vip.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    transform: rotate(0);
    transition: linear 0.3s;
    color: #fff;
    font-size: 14px;
}

.btn.btn-vip:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    width: 12px;
    font-size: 14px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(90deg);
    transition: linear 0.3s;
}

.vip-table-wrapper {
    background: rgba(0,0,0,0.75);
    line-height: 1.2;
    font-size: 13px;
    padding: 15px 10px;
    margin-top: 5px;
    color: #fff;
}

    .vip-table-wrapper > div {
        padding: 5px 2px;
    }

    .vip-table-wrapper tr td {
        border: 1px solid #ae751c;
        padding: 5px 4px;
        text-transform: uppercase;
    }

.tnc-wrap {
    background: rgba(0,0,0,0.75);
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    border: 2px solid #5d3912;
    border-radius: 8px;
    font-size: 14px;
}

/** Tournament **/
.nav-pills.game-nav .nav-link.tournm {
    font-size: 10px;
}

.tournament-sec {
    background: #000 url(../images/tournament/tournament_02.jpg)no-repeat top center;
    background-size: 100%;
    padding: 30px 0 60px;
    text-align: center;
    min-height: 800px;
}

.title-win {
    max-width: 320px;
    margin: auto;
}

.timer-wrapper {
    background: url(../images/tournament/timer-bg.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 340px;
    margin: 10px auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.timebox {
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}

.timeframe {
    background: #fff;
    border: 3px solid #9d7428;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
    padding: 2px;
    width: 60px;
    height: 50px;
    color: #000;
}

.dotdot {
    font-weight: 700;
    font-size: 35px;
    margin-top: -26px;
}

.game-roll {
    background: url(../images/tournament/fade-bg.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 779px;
    margin: 10px auto 30px;
    color: #ffd000;
    padding: 10px 0;
}

.rolltext {
    margin-bottom: 5px;
}

.leaderboard-wrapper {
    position: relative;
    background: rgba(0,0,0,0.7);
    max-width: 665px;
    margin: auto;
    border: 7px solid #905d1b;
    padding: 20px 10px 45px;
    color: #fff;
}

.deco-top {
    position: absolute;
    top: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 108%;
    pointer-events: none;
}

.deco-bottom {
    position: absolute;
    bottom: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 108%;
    pointer-events: none;
}

.topthree {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 15px 0;
}

.topbox.first {
    grid-column: 1/3;
}

.winbox {
    position: relative;
}

.winner-top {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.prize {
    color: #ffe60f;
    font-weight: 700;
}

.leadertable {
    overflow: auto;
    text-align: center;
    margin: 10px 5px 20px;
}

.leader-table tr th {
    background: #ffd84c;
    color: #000;
}

.leader-table tr {
    background: #463227;
    border: 1px solid #ffee7e;
}

    .leader-table tr:nth-child(odd) {
        background: #71503e;
    }

.terms-title {
    color: #ffd000;
}

ul.terms {
    text-align: left;
    margin: 10px 0 30px;
    padding-left: 20px;
}

/** Payout **/
button.payout-btn {
    display: block;
    max-width: 220px;
    text-align: center;
    margin: auto;
    background: #28adec;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px;
    border: none;
}

.modal-dialog.modal-payout {
    max-width: 575px;
    background: #081022;
    border: 2px solid #00bfff;
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.30);
}

.modal-payout .modal-content {
    border: none;
    background-color: transparent;
}

.modal-dialog.modal-payout button.close {
    color: #fff;
    opacity: 0.8;
}

    .modal-dialog.modal-payout button.close:hover, .modal-dialog.modal-payout button.close:focus {
        color: #1ab4cb;
        border: none;
        outline: none;
    }

.forecast-table {
    overflow: auto;
}

.payout-container h3 {
    color: #fff;
    font-weight: 900;
    text-transform: none;
    font-size: 20px;
    text-align: center;
}

.prize-text {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.pred {
    color: #ff0000;
}

table.payoutTable {
    text-align: center;
}

    table.payoutTable th, table.payoutTable td {
        padding: 4px;
    }

    table.payoutTable th {
        text-align: inherit;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border: 1px solid #00bfff;
    }

    table.payoutTable td {
        border: 1px solid #00bfff;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
    }

        table.payoutTable td img {
            margin-left: 10px;
        }

.xtr {
    text-align: center;
    padding: 2px;
}

/** SLots Lobby **/
.lobby-sec {
    padding: 55px 0px 10px;
}

.back-btn a {
    color: #fff;
    padding: 0 10px;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.lobby-provider {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.lobby-wrapper {
    position: relative;
    z-index: 3;
    background: rgba(32,32,32,0.8);
    border: 1px solid #383838;
    border-radius: 8px;
    padding: 20px 15px;
    max-width: 1230px;
    margin: 10px auto;
    text-align: center;
}

.lobby-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 10px;
}

.lb-gamebox {
    position: relative;
    font-family: 'Roboto';
    border: 1px solid #4abdff;
    background: #202020;
    text-align: center;
    padding: 5px;
    display: inline-block;
    max-width: 155px;
    margin: 0 auto;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 80%);
}

.lobby-wrapper {
    padding: 15px 10px;
}

.game-name {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
}

.modal-dialog.game-launch {
    margin: auto;
    text-align: center;
    background: #000;
    max-width: inherit;
}

.modal-content.game-launch {
    background: transparent;
    border: none;
    border-radius: 0;
}

.launch-header {
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.gmname {
    font-size: 15px;
    padding-left: 5px;
    color: #f2ddff;
}

button.close-game-btn {
    background: #9632d5;
    color: #fff;
    border: none;
    text-align: center;
    padding: 5px 7px;
    line-height: 1;
    font-size: 14px;
}

.lobby-body.modal-open {
    overflow: auto;
}

.min {
    width: 90%;
    height: 35px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0 auto;
    position: static !important;
    border-radius: 4px;
    border: 1px solid #4abdff;
    margin-bottom: 10px;
}

    .min .modal-dialog, .min .modal-content {
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }

    .min .modal-header {
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 3px 5px !important;
    }

.display-none {
    display: none;
}

.min .menuTab {
    display: none;
}

.minmaxCon {
    height: 35px;
    bottom: 10px;
    left: 1px;
    position: fixed;
    right: 1px;
    z-index: 9999;
}

.login-slider .carousel-inner {
    border-radius: 10px;
    border: 1px solid #00ffff;
}

.login-slider {
    padding: 58px 10px 10px;
}

.login_form_wrap {
    /* position: absolute; */
    width: 100%;
    min-height: 407px;
    border: 1px solid #00ffff;
    border-radius: 15px;
    background-color: #100d26;
    /* top: -35px; */
    /* right: 82px; */
    padding: 15px;
}

.login_logo {
    margin-top: -36px;
    text-align: center;
}

.login_txt {
    color: #00ffff;
    font-size: 13px;
    padding-top: 10px;
}

.login_txt_01 {
    font-size: 20px;
    font-weight: bold;
}

.login_txt_02 {
    margin: 0 7px;
}

.login_slogan {
    color: #00ffff;
    font-size: 10px;
}

.login_field input.log_input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #838383;
    width: 100%;
    height: 56px;
    font-size: 15px;
    color: #fff;
}

.login_field .toggle-password {
    bottom: 10px;
    border: none;
}

.login_form {
    padding-top: 10px;
}

.login_field {
    position: relative;
}

.btn_login_main {
    width: 100%;
    padding: 10px;
    color: #100d26;
    border-radius: 40px;
    border: none;
    margin: 5px 0;
    font-weight: bold;
}

    .btn_login_main.log {
        background-color: #00ffff;
    }

        .btn_login_main.log:hover {
            background-color: #04dada;
        }

    .btn_login_main.reg {
        background-color: #f055aa;
    }

        .btn_login_main.reg:hover {
            background-color: #e4479d;
        }

.btn_wrap_login {
    padding-top: 37px;
}

.forgot_wrap a {
    color: #00ffff;
    font-size: 10px;
}

.forgot_wrap {
    text-align: center;
}

.login_modal_c .modal-body {
    padding: 0;
}

.login_modal_c .modal-dialog.modal-payout {
    background: #081022;
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0px 0px 6px 0px rgb(0 0 0 / 30%);
    margin-top: 50px;
    max-width: 500px;
    border-radius: 15px;
}

    .login_modal_c .modal-dialog.modal-payout button.close {
        color: #00ffff;
        opacity: 1;
        right: 13px;
        top: 10px;
    }

span.toggle-password {
    position: absolute;
    right: 0;
    height: 30px;
    padding: 8px 10px;
    font-size: 18px;
    color: #707070;
    border-radius: 0 10px 10px 0;
    border: 1px solid #969696;
}

.copy_right {
    color: #898989;
    text-align: center;
    margin: auto;
    line-height: 1.1;
    padding: 46px 0 20px 0;
    font-size: 12px;
    position: fixed;
    bottom: 0;
}

.login_bg {
    background: url(../images/home_bg.jpg)no-repeat top center;
    height: 100vh;
    background-size: cover;
}

.login_head {
    background: #310147a8;
}

/*10/1/2022*/
.lobby_top_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lobby_provides {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

    .lobby_provides a img {
        width: 100%;
        min-width: 80px;
    }

/*** jackpot ***/
.jackpot_bg {
    margin: auto;
    text-align: center;
    position: relative;
}

.jackpot_index {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    padding-bottom: 65px;
}

.jackpot_price_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

    .jackpot_price_wrap span {
        position: absolute;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 25px;
        padding-top: 20px;
    }

.jackpot_jili {
    width: 147px;
}

.jackpot_price_wrap img {
    width: 300px;
}

.jackpot_price_wrap_2 {
    width: 272px;
}

.jackpot_price_wrap_3 {
    width: 242px;
}

.jackpot_txt {
    padding: 10px 0;
    font-size: 12px;
    color: #f5a500;
}

.slots_search {
    width: auto;
    /* display: flex; */
    align-items: center;
    justify-self: self-end;
    background-color: #383838;
    border-radius: 5px;
    margin: 5px 10px;
}

    .slots_search .form-control {
        background-color: transparent;
        color: #fff;
    }

        .slots_search .form-control:focus {
            color: #dfdfdf;
        }

#button-addon2 {
    color: #fff;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.slots_search input.form-control {
    font-size: 14px;
}

/* 21/10/2021 */
.force-close {
    display: none;
}

.force-close-btn {
    position: absolute;
    right: 0%;
}

/* 6/1/2023 */
.tab-content.game a img {
    width: 150px;
    height: 100%;
}

/* 02/08/2023 */

.download_inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0c101b;
    padding: 0px 10px;
}

.banner-icon {
    padding: 10px;
    border-radius: 8px;
    width: 16%;
}

    .banner-icon img {
        max-height: 40px;
    }

.banner-text {
    width: 55%;
}

    .banner-text h4 {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0;
    }

    .banner-text p {
        color: #fff;
        font-size: 11px;
        margin-bottom: 0;
    }

.banner-download {
    display: flex;
    justify-content: space-between;
}

    .banner-download img {
        filter: invert(1);
    }

.close-banner {
    background: #000;
    color: #525252;
    padding: 1px 5px;
    border: none;
    font-size: 20px;
    font-size: 17px;
}

.download-app {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 79px;
    background: #28adec;
    border: 1px solid transparent;
}

.download-wrap2 a {
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    gap: 14px;
}

.download-wrap2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .download-wrap2 a img {
        height: 50px;
    }

.btn-crl {
    color: #00bfff;
    font-size: 10px;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.crl {
    border-radius: 50px;
    font-size: 8px;
    border: 1px solid #1db0f7;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1db0f7;
    color: #081023;
}

.mdl-bg {
    background: #081022 url("../images/download/app-bg.png") center bottom;
    background-size: cover;
}

    .mdl-bg .modal-content.modal-download {
        background: none;
        height: 205px;
        display: flex;
        justify-content: center;
        box-shadow: inset 0 0 10px #00bfff;
        border: 2px solid #00bfff;
    }

/*12122023*/
.winner_sec {
    padding: 3% 0;
    /* margin: 0 -15px; */
}

.winner_title {
    text-align: center;
    color: #00bfff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2%;
    margin-bottom: 7px;
}

    .winner_title img {
        width: 23px;
    }

.jackpot_wrap {
    border-radius: 10px;
    overflow: hidden;
}

.jackpot_wrap_title {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1%;
    background: linear-gradient(180deg, #1565a4 0%, #00bfff 100%);
    padding: 8px 0;
    border-radius: 15px 15px 0 0px;
}

    .jackpot_wrap_title span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        text-shadow: 0 2px 3px black;
    }

    .jackpot_wrap_title img {
        width: 32px;
    }

.jackpot_wrap_btm01 {
    background-color: #101b38;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jackpot_wrap_btm02 {
    background-color: #0c152d;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jackpot_wrap_btmleftrow {
    display: grid;
    color: #fff;
    text-align: left;
    font-size: 11px;
}

    .jackpot_wrap_btmleftrow p {
        margin-bottom: 0;
    }

.jackpot_wrap_btmleft {
    display: flex;
    align-items: center;
    grid-gap: 14px;
}

    .jackpot_wrap_btmleft img {
        max-width: 40px;
    }

.jackpot_wrap_btmrightbtn {
    color: #00bfff;
    box-shadow: 0px 0px 7px 2px #00bfff;
    border-radius: 6px;
    padding: 4px 0px;
    min-width: 100px;
    display: block;
    text-align: center;
}

    .jackpot_wrap_btmrightbtn:hover {
        color: #fff;
    }

.jackpot_wrap_btmleftrow02 {
    color: #f0d700;
}

.jackpot_wrap_btmleftrow03 {
    color: #ff4e00;
}

.social_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
}

    .social_wrapper img {
        width: 57px;
    }
