@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
    max-width: 991px;
    padding-bottom: 15%;
    background: #2d2d2d;
}

.body {
    overflow: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    background: url(../images/index/bg.jpg) top center no-repeat;
    background-size: cover;
}

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: #fff;
    width: 100%;
}

button:focus,
input:focus,
select:focus {
    outline: none;
}

body.gry {
    background: #2d2d2d;
}


/** Header **/

.header-top {
    padding: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: url(../images/index/bg-header.jpg)top center no-repeat;
    background-size: cover;
}

.logo {
    width: 105px;
    display: flex;
    align-items: center;
}

.inbox-icon {
    position: relative;
    color: #8e8e8e;
}

.inbox-icon::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #FB0000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}

.title-top {
    padding: 9px 5px;
    font-size: 14px;
    color: #b7b7b7;
    text-align: center;
    background: #2d2d2d;
    position: relative;
    border-bottom: 1px solid #d7b552;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #b7b7b7;
}

.right-btn {
    position: absolute;
    right: 2%;
    top: -5px;
    color: #fff;
    font-size: 19px;
}

.right-btn a,
.right-login-btn a {
    color: #d3d3d3;
    margin-right: 5px;
}

.right-btn-1 {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 17px;
}

.right-btn-1 a {
    color: #414655;
}

.right-member {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-member .btn-login {
    padding: 5px;
    background: #eddfcb;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    color: #464646;
}

.right-member .btn-reg {
    padding: 5px;
    background: #00a3e2;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
}

.right-login-btn {
    float: right;
    color: #8e8e8e;
    font-size: 22px;
}


/** Home **/

.mobile-slider {
    margin-top: 55px;
}

.mobile-slider.index_aflog {
    margin-top: 10px;
}

.annouce-sec {
    padding: 4px 0;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
}

.annuuce-wrapper {
    display: grid;
    grid-template-columns: 10% 85%;
}

.speaker-icon {
    color: #fff;
    font-size: 18px;
}

.anouce-msg {
    align-self: center;
    color: #d7b552;
}

.no-sign-wrapper {
    padding: 14px 0;
}

.no-sign {
    color: #6c717c;
    font-size: 15px;
}

.pls-sign a {
    color: #babdc5;
    font-size: 12px;
}

button.login-btn {
    background: linear-gradient(to bottom, rgba(0, 163, 224, 1) 0%, rgba(4, 114, 155, 1) 100%);
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #a7dbf7;
    border-radius: 30px 8px 8px 30px;
    width: 100%;
    padding: 2px 0;
}

.playerinfo-sec {
    padding: 10px 0 0;
}

.slct-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.slct-wrapper a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(0, 163, 224, 1) 0%, rgba(4, 114, 155, 1) 100%);
    border: 1px solid #00a3e2;
    border-radius: 7px;
    padding: 2px 0 7px;
}

.slct-wrapper a img {
    display: block;
    margin: auto;
    max-width: 50px;
    margin-bottom: 0px;
    filter: invert(87%) sepia(99%) saturate(0%) hue-rotate(211deg) brightness(105%) contrast(100%);
}

.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: #fff;
    background: #00a3e2;
    border: 1px solid #00a3e2;
}

.nav-pills li.nav-item {
    width: 100%;
    text-align: center;
}

.nav-pills.game-nav .nav-link {
    display: block;
    border-radius: 10px;
    padding: 4px 2px 4px 0px;
    margin-bottom: 9px;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    font-weight: 300;
    box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.58);
}

.game-nav .nav-link img {
    max-width: 36px;
    display: block;
    margin: auto;
    margin-bottom: -3px;
    filter: invert(27%) sepia(2%) saturate(0%) hue-rotate(343deg) brightness(96%) contrast(86%);
}

.game-nav .nav-link.active img {
    filter: invert(89%) sepia(16%) saturate(6572%) hue-rotate(339deg) brightness(102%) contrast(98%);
}

.tab-content.game {
    padding: 0;
    padding-left: 4%;
    max-height: 360px;
    overflow-y: scroll;
}

.tab-content.game a img {
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    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%;
}

.match-box {
    background: #2d2d2d;
}

.live-match-sec {
    padding: 10px 5px;
    color: #fff;
}

.widget-header {
    color: #b7b7b7;
}

/** Promotion **/

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
}

.pmbox {
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    font-size: 15px;
    color: #000;
    padding: 10px 18px;
}

.pmbox.active {
    color: #fff;
    background-image: none;
    background: linear-gradient(to bottom, #584d2e 0%, #746c33 30%, #57380c 100%);
}

.promo-content {
    padding: 15px;
}

.promo-bx {
    position: relative;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.promo_img img {
    width: 100%;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.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 rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #b7b7b7;
    border: 1px solid #7d7d7d3d;
    margin-top: 15px;
}

.prosm-title {
    color: #d7b552;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #d7b552;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #262626;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #262626;
}

#promo-1 .modal-body {
    background: linear-gradient(whitesmoke, #e6e6e6);
    background: #2d2d2d;
}

/** Profile **/

.profile-sec {
    border-radius: 0;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(#897b27, #d7a341, #eec95b, #aa8d41);
}

.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: #fff;
    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 0px;
}

.player-wallet-wrapper a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
}

.player-wallet-wrapper a.active img {
    filter: grayscale(1);
}

.player-wallet-wrapper a.active {
    color: #000;
}

.player-wallet-wrapper img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    filter: invert(92%) sepia(100%) saturate(1%) hue-rotate(264deg) brightness(106%) contrast(100%);
    width: 40px;
}

.profile-1 {
    padding: 20px 0;
    padding-bottom: 50px;
}

.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 {
    box-shadow: none;
    padding: 15px 5px 0;
    border-radius: 6px;
    color: #5b5a5a;
    background: transparent;
    border: none;
    margin-top: 46px;
}

.wallet-sec.ibank {
    margin-top: 0px;
}

.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: #f2da60;
}

.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(4, 1fr);
    padding: 0 0 15px;
    text-align: center;
}

.taowapper a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.taowapper a.active {
    color: #ffda6b;
}

.taowapper a.active img {
    filter: invert(79%) sepia(50%) saturate(453%) hue-rotate(349deg) brightness(102%) contrast(105%);
}

.taowapper a img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    filter: invert(92%) sepia(100%) saturate(1%) hue-rotate(264deg) brightness(106%) contrast(100%);
}

.wallet-detail {
    border-top: 1px solid #fff;
    padding: 12px 0;
    margin-top: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wd-caption {
    color: #fff;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    align-self: center;
    cursor: pointer;
}

.wpbox {
    background: #2d2d2d;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #d7b552;
    border-radius: 4px;
}

.walet-wrap {
    display: grid;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}

.wamot {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.wwb {
    position: relative;
}

.walet-wrap .wwb:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    height: 20px;
    width: 1px;
    background: #eee;
}

.provider-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.pwbox {
    color: #fff;
    font-size: 12px;
    padding: 12px 1px;
    position: relative;
}

.pamount {
    display: block;
    color: #d7b552;
    font-size: 11px;
    font-weight: 500;
}

.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: #d7b552;
    font-size: 15px;
    font-weight: 600;
}

.wallet-money i {
    color: #d3b9a0;
}

.onebutton {
    color: #d3b9a0;
}

.card-btm {
    margin-top: 0px;
    font-size: 12px;
    padding: 0px 0 0px 0;
    border-radius: 6px;
}

.addcard {
    background: #fff;
    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 {
    margin-top: 0px;
    padding: 40px 0;
    font-size: 12px;
    padding-top: 20px;
}

.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: 1px solid #d7b552;
    border-radius: 5px;
    padding: 7px 9px;
    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 {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    padding: 11px;
    border-radius: 6px;
    margin-top: 15px;
    color: #fff;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0062c9), to(#003b79));
    background: -webkit-linear-gradient(#0062c9, #003b79);
    background: -o-linear-gradient(#0062c9, #003b79);
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
}

.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;
    margin-top: 10px;
}

.bank-choice {
    padding: 5px 0;
    margin-top: 10px;
}

.bank-select select {
    border: 1px solid #d7b552;
    padding: 10px;
    border-radius: 5px;
    background: #161616;
    color: #fff;
}

.bank-select select option {
    color: #fff;
}

.amount-input-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}


/* 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 #d7b552;
    color: #b7b7b7;
}

.amount-input-wrap label [type=radio]:checked+div {
    border: 1px solid #d7b552;
    background: url(../images/tick.png)no-repeat;
    background-size: 25%;
    background-position: right bottom;
    transition: none;
    color: #b7b7b7;
}

.amount-input-wrap label {
    margin-bottom: 0;
}


/** messagecenter **/

.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-color: #3e3e3e;
    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: #fff;
    font-size: 12px;
}

.messagesubtabread {
    color: #fff;
    margin: 0 15px;
}

.info_content {
    padding: 10px 0px;
}

.messagesubtabread ul {
    list-style-type: none;
    padding-left: 0px;
    background-color: #2d2d2d;
}

.messagesubtabread ul li {
    max-height: 60px;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    color: #fff;
    gap: 10px;
}

.messagesubtabread ul li img {
    max-width: 35px;
}

.messagesubtabread ul li .title {
    color: #fff;
}

.messagesubtabread ul li .date {
    font-size: 10px;
    color: #a5a9b3;
}

.messagesubtabread ul p.info_content {
    color: #fff;
    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 {
    /*    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;
}

.lobby-sec .tab-content {
    background-color: #2d2d2d;
    margin-top: 10px;
    border-radius: 5px;
}

.banking-method {
    color: #414655;
    font-size: 15px !important;
    font-weight: 600;
}

.form-group {}

.form-group label {
    color: #d7b552;
    font-size: 12px;
}

input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    /* color: #b7b7b7; */
    border: 1px solid #d7b552;
    background-color: #2d2d2d;
    opacity: 1;
    border-top: .04rem solid #d7b552;
}

.form-control:focus {
    color: #b7b7b7;
    background-color: #e1e1e1;
    outline: 0;
    box-shadow: none;
    border: none;
}

.box-amount3 ul {
    display: grid;
    grid-template-columns: repeat(5, 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: #b7b7b7;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    width: 100%;
}

.btn-amt:hover {
    color: #6d6d6d;
    border: 1px solid #d8d8d8;
    background: none;
    background-size: 25%;
    background-position: right bottom;
}

.btn-amt.active {
    background: #687dad;
    color: #fff;
}

.btn-submt {
    width: 100%;
    color: #000;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    border: none;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #d3d3d3;
    opacity: 1;
    border-top: .04rem solid #bfbfbf;
    color: #000;
}

select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: none;
    color: #40434b;
    background-color: #e1e1e1;
    border-top: .04rem solid #bfbfbf;
}

.btn-top3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

.btn-top3 a {
    border: 1px solid #d7b552;
    padding: 5px 12px;
    border-radius: 10px;
    color: #b7b7b7;
    font-size: 13px;
    display: initial;
    text-align: center;
    width: 100%;
}

.btn-top3 img {
    width: 65px;
}

.btn-top3 a.active {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    color: #fff;
    border: 1px solid #d7b552;
}

.btn-top3 a:hover {
    background: #d2b79c;
    color: #fff;
    border: 1px solid #d2b79c;
}

.deposit-choice {
    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: #fff;
    border: 1px solid #d7b552;
    background: #2d2d2d;
    width: 100%;
    height: 44px;
    font-weight: 500;
}

.btn-bank:hover {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    color: #252525;
    border: 1px solid #d7b552;
}

.btn-bank img {
    /*filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(264deg) brightness(93%) contrast(101%);*/
}

.btn-bank:hover img {
    filter: none;
}

.deposit-provider {
    padding: 10px 0 0;
}


/******************History*********************/

.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr:nth-child(odd) {
    background: #2d2d2d;
}

.history-table tr:nth-child(even) {
    background: #2d2d2d;
}

.history-table tr th {
    border: 1px solid #d7b552;
    padding: 4px;
    background: transparent;
    text-align: center;
    color: #a9a9a9;
}

.history-table tr td {
    border: 1px solid #d7b552;
    padding: 10px 4px;
    text-align: center;
    color: #a9a9a9;
}

.history-table {
    background: #2d2d2d;
    font-size: 12px;
    margin-top: 15px;
}

.box-amount2 ul li {
    width: 100%;
}

.box-amount2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
}

.deposit-form {
    padding: 15px 0;
    margin-top: 10px;
}

.af-date {
    display: flex;
}

.af-date .form-control {
    width: 40%;
    border-radius: 10px;
    padding: 10px 8px;
    font-size: 10px;
    height: 40px;
    /* margin-top: 5px; */
    margin-right: 10px;
    text-align: center;
}

.af-date .date {
    width: 30%;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    border: 1px solid #d7b552;
    color: #272727;
}

.upload-file {
    display: flex;
    position: relative;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-file {
    padding: 5px 20px;
    height: 40px;
    top: 6px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 30%;
    color: #fff;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0062c9), to(#003b79));
    background: -webkit-linear-gradient(#0062c9, #003b79);
    background: -o-linear-gradient(#0062c9, #003b79);
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
}


/* MEMBER */

.member-sec {
    padding: 15px 0;
    padding-bottom: 30px;
    margin: 10px 10px;
    border-radius: 5px;
    /* background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 50%, #ebebeb 99%); 
    box-shadow: 0px 2px 3px -1px rgb(0, 0, 0, 0.31);*/
}

.member-label {
    color: #414655;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0;
}

.login-col a {
    text-decoration: underline;
    color: #777777;
    width: 50%;
}

.title_top_login {
    border-bottom: none;
}


/** Download **/

.download-sec {}

ul#download-tab {
    background: #161616;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.nav-tabs.download-tabs {
    border-bottom: 1px solid #ffc107;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.1);
}

ul.nav-tabs.download-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background: #4c4848;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    border: 0;
}

.nav-tabs.download-tabs .nav-item.show .nav-link,
.nav-tabs.download-tabs .nav-link.active {
    color: #fff;
    background: #d7b552;
}

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 #d7b552;
    box-shadow: 0 0 7px 0px rgb(0, 0, 0, 0.3);
    text-align: center;
}

.dl-item img {
    width: 100%;
}

a.play-dl {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    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 div {
    align-self: center;
    text-align: center;
}

.play-dl img {
    max-width: 21px;
}

.dl-btn {
    background: linear-gradient(to bottom, #d7b552 0%, #d59c04 100%);
    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
}


/* BLOG */

.blog-wrapper {
    margin: 0 auto;
    background: transparent;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 20px;
    border: 1px solid #d7b552;
}

.blog-title-box {
    background: transparent;
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: #d7b552;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: grid;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer h4 {
    color: #d7b552;
    font-weight: 600;
    font-size: 20px;
}

.blog-time-title {
    color: #d7b552;
}

.blog-time-title p i {
    margin-right: 10px;
}

.blog-content {
    color: #b7b7b7;
    margin-bottom: 15px;
    font-size: 12px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 4px;
}

.seperate-line {
    height: 5px;
    width: 80%;
    margin: 0 auto;
    background: #d7b552;
    border-radius: 10px;
}


/* VIP SEC */
.vip-title {
    list-style: none;
    padding: 15px 0px;
    display: inline-flex;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.vip-title li a {
    color: #23a2e3;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.vip-title li a:hover {
    color: #fdb724;
}

.vip-title li a.active {
    color: #fdb724;
}

.vip-wrap {
    margin: 0 auto;
}

.vip-sec .header {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.vip-sec .higlight {
    color: #fdb813;
}

.vip-sec .sub_header {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.vip-sec .content {
    font-size: 13px;
    color: #000;
    width: 100%;
}

.vip-boxer {
    /* padding: 0px 20px; */
}

.vip-sec .vip-table>tbody>tr>th {
    border: 1px solid #00a3e2 !important;
    text-align: center;
}

.vip-sec .vip-table>tbody>tr>td {
    text-align: center;
    border: 1px solid #00a3e2 !important;
    color: #000;
    padding: 0px 20px;
}

.vip-sec .vip-table .table-header {
    background-color: #ffffff;
    opacity: 0.76;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    text-align: left;
    padding-left: 10px;
}

.vip-sec .content2 {
    font-size: 13px;
    color: #000;
}

.vip-benefit {
    padding-left: 144px;
    position: relative;
    top: 40px;
}

.vip-benefit .header {
    font-size: 35px;
    font-weight: 600;
}

.vip-benefit .higlight {
    color: #fdb813;
}

.vip-benefit .content {
    font-size: 14px;
    color: #fff;
}

.vip-benefit .membership {
    font-size: 14px;
    color: #fff;
}

.vip-table {
    width: 100%;
}

.vip-benefit .vip-table>tbody>tr>td {
    text-align: center;
    border-right: 1px solid #727272 !important;
}

.vip-benefit .vip-table .table-header {
    width: 11%;
    background-color: #dcdfe6;
    color: #003b79;
    font-size: 14px;
    border-bottom: 1px solid #ffffff !important;
}

.vip-sec .header {
    font-size: 30px;
    font-weight: 600;
}

.vip-sec .question {
    font-size: 15px;
    font-weight: 600;
    color: #fdb813;
}

.vip-sec .line {
    background: #000;
    height: 2px;
    opacity: 0.3;
}

.vip-refferal {
    position: relative;
}

.vip-refferal .subheader {
    font-size: 22px;
    font-weight: 600;
}

.vip-refferal .higlight {
    color: #fdb813;
    font-size: 35px;
}

.title-info {
    background: #d7b552;
}

.info_item:hover,
.info_item.active {
    color: #d7b552;
}

.side-burger {
    display: flex;
    align-items: center;
    color: #d7b552;
    font-size: 25px;
    height: 55px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 75%;
    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;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
    background: #222222;
    color: #cecece;
}


/*Left*/

.modal.left.fade .modal-dialog {
    -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.in .modal-dialog {
    left: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    background: #222222;
    border-radius: 0;
}

#left-menu .modal-header a {
    width: 100%;
    text-align: center;
}

#left-menu .modal-header a img {
    max-width: 120px;
    margin: 0 auto;
}

#left-menu .menu-col {
    padding: 0;
    list-style: none;
}

#left-menu .menu-link {
    border-bottom: 1px solid #404040;
    padding: 15px;
    font-size: 15px;
}

#left-menu .menu-link img {
    max-width: 25px;
    margin-right: 10px;
}

#left-menu .menu-link a {
    color: #cecece;
}

#left-menu .social-col {
    padding-left: 15px;
    padding-right: 15px;
}

#left-menu .social-col h5 {
    font-size: 17px;
    font-weight: 300;
}

#left-menu .social-col ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

#left-menu .social-col ul li a {
    margin-right: 20px;
    font-size: 22px;
    color: #cecece;
}


/* OFFCANVAS */

.m-red-btn {
    background-color: #e91045;
    color: #fff;
    border: 0px;
}

.m-blue-btn {
    background-color: #f79c20;
    color: #fff;
    border: 0px;
}

.btn-login,
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login:hover:active {
    color: #fff !important;
    border: 1px solid #d7b552;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
}

.btn-register,
.btn-register:hover,
.btn-register:active,
.btn-register:focus,
.btn-register:hover:active {
    color: #fff;
    border: 1px solid #d7b552;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
}

.login-buttons div {
    padding: 0;
}


/* LOBBY */

.lobby-sec {
    width: 100%;
    ;
}

.lobby-sec .container {
    margin: 0 auto;
    max-width: 991px;
}

.slick-next,
.slick-prev {
    width: 5%;
    background: #013b7a;
    height: 80px;
    border: none;
    color: #ffff;
}

.slick-prev:before {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.slick-next:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.slick-next:before,
[dir=rtl] .slick-next:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #013b7a;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
    font-size: 15px;
}

li.slick-slide.slick-current.slick-active {
    color: #c1b33a;
    background: #007aa8;
}

.game-lobby button {
    display: none !important;
}

.slick-prev {
    left: 0;
    z-index: 20;
}

.slick-dots {
    display: none !important;
}

.slick-next {
    right: 0;
}

.slider-nav .slick-list {
    width: 90%;
    margin: 0 auto;
}

.main {
    max-width: 991px;
    display: block;
    margin: 0 auto;
}

.main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.main li {
    background: #00a3e2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    margin: 0;
    height: 80px;
    display: grid !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.slide-nav {
    max-width: 768px;
}

.game-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3,
            1fr);
    padding: 10px;
}

.game-item {
    overflow: hidden;
    text-align: center;
}

.game-item:nth-child(3n) {
    border-right: none;
}

.game-item a {
    justify-content: center;
    display: flex;
}

.game-item a img {
    transition: 0.3s;
    padding: 5px;
    max-width: 150px;
    height: 120px;
}

.game-item a:hover img {
    filter: brightness(1.15)grayscale(1);
    transition: 0.3s;
    transform: scale(1.05);
}

.game-content {}

.lobby-sec .col-12 {
    padding: 0;
}

.license {
    width: 100%;
    text-align: center;
    color: #b7b7b7;
    padding-bottom: 50px;
}

.license img {
    height: 50px;
    margin: auto;
    display: block;
}

.license p {
    line-height: 15px;
    font-size: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.line img {
    max-width: 34px;
    margin: 0 auto;
}

.contact-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px;
}

.contact-box-img {
    min-height: 50px;
    min-width: 50px;
    font-size: 35px;
    color: #00a3e4;
}

.contact-box-img img {
    height: 50px;
    width: 50px;
}

.m-text-title {
    font-size: 12px;
    color: #d7b552;
}

.m-text-detail {
    font-size: 12px;
    color: #d7b552;
}

/* INFO */
.info-center {
    padding: 15px 15px;
    border-bottom: none;
    padding-top: 0px;
}

.info-center a {
    color: #000000;
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
}

.info-center a:hover {
    color: #6dace1;
}

.info-sec {}

.info-sec .container-fluid {
    max-width: 900px;
}

.inforow {
    text-align: center;
    color: #fff;
}

.title-info {
    text-align: center;
    background: #013B7A;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: inline-block;
    text-align: center;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
}

.info_item img {
    filter: grayscale(1);
    margin-bottom: 15px;
}

.info_item:hover,
.info_item.active {
    color: rgb(0,
            112,
            209);
}

.info_item:hover img,
.info_item.active img {
    filter: none;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #d3d3d3;
}

button.btn-tnc {
    background: #e1e1e1;
    color: #616161;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
}

.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
    text-align: initial;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #b7b7b7;
}

.termcaps {
    color: #b7b7b7;
    font-size: 13px;
    margin: 10px 15px;
    text-align: justify;
}

.tnc-header {
    text-align: left;
    background: #d7b552;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    font-size: 13px;
}

.accordion .tnc-header:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
        url(../webfonts/fa-solid-900.woff2) format("woff2"),
        url(../webfonts/fa-solid-900.woff) format("woff"),
        url(../webfonts/fa-solid-900.ttf) format("truetype"),
        url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
    float: right;
    content: "\f068";
}

.accordion .tnc-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

/* FOOTER */
.t-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.ft-menu-sec {
    background: url(../images/menu-bar-bg.jpg)repeat-x;
    border: none;
    color: #48300b;
    height: 64px;
    font-weight: 600;
}

.ft-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 5px 0px;
}

.ft-item a.ftmenu {
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px 5px;
    position: initial;
    color: #fff;
    font-weight: 400;
}

.round-center {
    background: linear-gradient(to bottom, #004287 0%, #01346c 100%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 16px 14px;
    margin: auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 13px 0px #150007;
    color: #ffffff;
}

/* HEADER MENU */
.payment-menu {
    border: 1px solid #d7b552;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d7b552;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e9e9e9 99%);
    background: #2d2d2d;
}

.top-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.eye-box {
    width: 20%;
}

.eye-box img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}

.balance-box {
    width: 60%;
}

.balance-text {
    color: #d7b552;
    font-size: 12px;
}

.balance-box span {
    font-size: 8px;
    margin-right: 6px;
}

.balance-box .bot-b {
    align-items: unset;
    display: flex;
    color: #fff;
}

.balance-box img {
    max-width: 15px;
    margin-left: 7px;
    max-height: 15px;
    margin-top: 2px;
}

.restore-box {
    width: 20%;
    text-align: end;
    color: #fff;
}

.restore-box div {
    font-size: 10px;
    margin-right: 4px;
    margin-top: 2px;
    color: #fff;
}

.bottom-balance {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    padding-top: 10px;
}

.bottom-col {
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.bottom-col div {
    margin-top: 5px;
}

.lang-box {
    top: 10px;
    right: 8px;
}

button#language-menu {
    color: #dcdcdc;
    font-size: 13px;
    padding: 0;
}

button#language-menu img {
    width: 30px;
}

.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: auto;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(37px, 21px, 0px);
}

.dropdown-menu.language .dropdown-item {
    padding: 7px 7px;
    text-align: center;
    color: #212121;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*sidebar*/
#left_modal_sm .modal-header {
    background: #2d2d2d;
    border-radius: 0;
    border-bottom: none;
    padding: 5px 15px;
}

#left_modal_sm .modal-header img {
    width: 100px;
}

#left_modal_sm .modal-body {
    background: #2d2d2d;
    padding: 0px 0px;
}

#left_modal_sm .modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: inherit;
    color: #d7b552;
    text-shadow: 0 1px 0 #2d2d2d;
    opacity: .5;
}

/*sidebarEND*/

.home_nav_box {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
}

.index_tab ul {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 10%);
    flex-wrap: nowrap;
    border: none;
    justify-content: space-between;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
}

.index_tab ul li a.nav-link {
    border: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    min-width: 70px;
    font-size: 11px;
    text-transform: uppercase;
}

.index_tab ul li a.nav-link.active {
    color: #fff;
    background: linear-gradient(to bottom, #584d2e 0%, #746c33 30%, #57380c 100%);
    border: none;
    border-radius: 0;
}

.index_tab ul li a img {
    filter: brightness(0);
    width: 32px;
}

.index_tab ul li a.active img {
    filter: none;
}

.tab_product_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    grid-row-gap: 15px;
}

.txt_product {
    color: #747474;
    font-size: 10px;
}

.msgmodal_cla {
    cursor: pointer;
}

#msgmodal .modal-content {
    background-color: #f4f4f4;
    color: #b7b7b7;
    border: 1px solid #d7b552;
}

#msgmodal .modal-header {
    background-color: #f4f4f4;
    color: #b7b7b7;
    border-bottom: 1px solid #d7b552;
}

#msgmodal .modal-header .close {
    color: #7c7c7c;
}

/*deposit*/
.nav-pills .nav-link.btn-bankType {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    padding: 11px;
    text-align: center;
}

.deposit_bank .nav-pills .nav-link.active {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    border: 1px solid #d7b552;
}

.depositTable table {
    border: 1px solid #d7b552;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 10px;
}

.depositTable table tbody tr:first-child {
    border-bottom: 1px solid #d7b552;
    background-color: transparent;
    color: #b7b7b7;
}

.depositTable table tbody tr th {
    padding: 5px;
    border: 1px solid #d7b552;
}

.deposit_bank .nav {
    gap: 5px;
}

.dep-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin: -1px;
}

/*tnc*/
.table-second {
    margin: 20px 0px;
}

.table-second>tbody>tr>th {
    border: 1px solid #d7b552;
    background: #d7b552;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}

.table-second>tbody>tr>td {
    border: 1px solid #d7b552;
    background: #2d2d2d;
    padding: 5px;
    color: #b7b7b7;
}

.detail-ul ul li {
    list-style: disc;
    list-style-type: disc;
}

.detail-ul ul {
    padding-left: 30px;
}

.log-check {
    display: flex;
    padding-bottom: 10px;
    font-size: 12px;
    justify-content: space-between;
}

input#chk_rememberme {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.forgot-item {
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
}

.forgot-item a {
    color: #6d6d6d;
    font-size: 12px;
}

.forgot-item a i {
    margin-right: 14px;
}

.contact-us-text {
    color: #d7b552;
    margin-left: 20px;
}


/*footer*/
.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 97%;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #d7b552;
    border-bottom: transparent;
    /* background: linear-gradient(to bottom, #4c4848 0%, #353232 100%); */
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 0px;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 0px;
    /* height: 50px; */
}

.menu-wrapper a {
    color: #fff;
    font-size: 10px;
    padding: 5px 0px;
}

.menu-wrapper a img {
    max-width: 32%;
    display: block;
    margin: auto;
    filter: brightness(0%);
}

.menu-wrapper a.active {
    color: #d7b552;
    background-color: transparent;
}

.menu-wrapper a.active img {
    filter: invert(0);
}

.menu-wrapper a.active .active-img {
    display: block;
}

.menu-wrapper a.active .com-img {
    display: none;
}

/*footerEND*/

/*newadd*/
.msg_icon {
    color: #d7b552;
    font-size: 21px;
    margin-right: 11px;
}

.provider_main {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.provider_custom {
    text-align: center;
}

.provider_custom img {
    margin: 4px;
    width: 63px;
}

.dropdown_search {
    display: flex;
    align-items: flex-end;
}

.dropdown_search_btn {
    border: 1px solid #d7b552;
    background-color: transparent;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #a4a4a4;
}

.dropdown_search_btn:hover {
    color: #fff;
}

input.form-control.dropdown_search_form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    height: 38px;
}

.dropdown_search .dropdown-menu {
    border: 1px solid #d7b552;
    background-color: #000;
}

.dropdown_search .dropdown-menu a {
    color: #fff;
    background-color: #292929;
    margin: 10px auto;
    border-radius: 5px;
    width: 90%;
}

.logout_btn {
    width: 41px;
    font-size: 21px;
}

.modal.left#left_modal_sm .modal-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
}

/*newaddpromo*/
.promo-bx {
    width: 100%;
    padding: 0.2rem;
    padding-bottom: 0.6rem;
    margin-bottom: 10px;
    border: none;
    background: linear-gradient(whitesmoke, #e6e6e6);
    background: #2d2d2d;
}

.p1_promo {
    margin-top: 0.45rem;
    color: #d7b552;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_promo {
    color: #b7b7b7;
    margin-bottom: 0;
    font-size: 10px;
}

.promo_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    grid-gap: 5px;
}

.btn-common {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
}

.btn-blue-promo {
    line-height: 1rem;
    color: #fff;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    border-radius: 5px;
}

.btn-red-promo {
    line-height: 1rem;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    border-radius: 5px;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #d7b552;
    color: #000;
    background: #d7b552;
}

.promo_modal_custom .modal-body {
    background: linear-gradient(whitesmoke, #e6e6e6);
    background: #2d2d2d;
}

.promo-body {
    background: url(../images/index/bg.jpg)top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*afterlogin*/
.user_box {
    border-bottom: .04rem solid #9a9999;
    width: 100%;
    height: auto;
    /* background: #d7b552; */
    padding: 10px 0px;
    color: #fff;
}

.restore_btn {
    width: 102px;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    border-radius: 3px;
    min-height: 37px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
}


.balance-wrapper {
    color: #fff;
    background: #353941;
}

.bln-box {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    padding: 7px 20px;
    position: relative;
}

.history-part {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer;
    padding: 7px 20px;
    color: #fff;
}

.history-part:hover,
.history-part:focus {
    color: #fff;
}

.history-part img {
    max-width: 22px;
    margin-left: 8px;
}

.bln-box {
    color: #fff;
    text-align: left;
}

.bln-box.collapsed {
    color: #fff;
}

.bln-box.collapsed:before {
    content: '+';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 49px;
}

.bln-box:before {
    content: 'x';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 49px;
}

.bln-body {
    padding: 10px 0px;
    border-top: 1px solid #9a9999;
    background: #2d2d2d;
    color: #b7b7b7;
    padding-bottom: 0px;
}

table.bln-table tr td {
    padding: 10px;
}

table.bln-table tr {
    border-bottom: 1px solid #d3d3d3;
}

table.bln-table tr td:first-child,
table.bln-table tr th:first-child {
    text-align: left;
}

table.bln-table tr th {
    padding: 10px;
    color: #b7b7b7;
    font-weight: 500;
}

.menu-wallet {
    padding: 8px 0;
}

.wallet-btn {
    background: #ececec;
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px 5px;
    border-radius: 9px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.wallet-btn.active {
    background: #0db0f0;
    color: #fff;
}

.withdrawal-sec {
    padding-bottom: 40px;
}

.withdrawal-wrapper {
    padding: 0 20px;
}

.bank-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #000;
    grid-gap: 12px 2px;
    padding: 15px 0;
    border-bottom: 2px solid #0db0f0;
    margin-bottom: 15px;
    font-size: 14px;
}

.wallet-input {
    border: none;
    border-bottom: 2px solid #0db0f0;
    background: transparent;
    padding: 8px 2px 0 2px;
}

.wallet-input:focus {
    outline: none;
}

.wallet-input~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #dfdfdf;
    transition: 0.4s;
}

.wallet-input:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.account-box-wrapper_custom {
    margin: 10px;
    background: #2d2d2d;
    border-radius: 10px;
    border: 1px solid #d7b552;
}

.account-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 10px 0px;
}

.ac-box {
    padding: 10px 10px;
    border-top: none;
}

.ac-box a {
    color: #b7b7b7;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
}

.ac-box img {
    max-width: 35px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

.border_fund {
    border-right: 1px solid #e2e2e2;
}

.border_fund:last-child {
    border-right: none;
}

hr.fund_hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-top: 1px solid rgb(162, 162, 162, 0.7);
}

.main_most {
    width: 80%;
    padding: 10px;
    margin-right: 10px;
    padding-bottom: 0.6rem;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    background: #2d2d2d;
}

.most_txt {
    margin: 20px 0px 5px 0px;
    font-size: 15px;
    color: #b7b7b7;
    font-weight: bold;
}

.most_txt_1 {
    color: #b7b7b7;
    margin: 20px 0px 5px 0px;
    font-size: 12px;
    font-weight: bold;
}


.p1_main {
    margin-top: 0.45rem;
    color: #d7b552;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_main {
    color: #b7b7b7;
    margin-bottom: 0;
    font-size: 10px;
}

.main_play {
    margin: 15px 0px;
    padding: 3px 10px;
    margin-bottom: 5px;
    text-align: center;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    border-radius: 5px;
    width: 40%;
}

.main_most_scroll {
    overflow: hidden;
    overflow-x: scroll;
    display: -webkit-box;
}

.index-play-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}


/*afterlogin_tab*/
.afterlogin_tab {
    margin-top: 10px;
    margin-bottom: 40px;
}

.afterlogin_tab .nav-tabs .nav-link {
    background: linear-gradient(to bottom, #f7f7f7 0%, #e9e9e9 99%);
    font-size: 10px;
    color: #7a7a7a;
    margin-right: 5px;
}

.afterlogin_tab .nav-tabs .nav-item:first-child {
    margin-left: 5px;
}

.afterlogin_tab .nav-tabs .nav-link.active {
    background: #d7b552;
    color: #000;
}

.radio-container {
    padding-left: .6rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
}

.deposit-bank-account-grid {
    display: grid;
    grid-template-columns: 12% 17% auto;
    align-items: center;
}

.deposit_bank_img img {
    width: 40px;
}

.radio_bg {
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
}

.msg_T {
    display: none;
}

.account_edit_top {
    border-top: .02rem solid #d7b552;
    border-bottom: .04rem solid #e2e2e2;
    min-height: 12rem;
    padding: 13px;
    font-size: 12px;
}

.account_edit_top>table {
    width: 100%;
    margin-bottom: .64rem;
    border-collapse: collapse;
}

.account_edit_top>table .account_info_key {
    color: #d7b552;
}

.account_edit_top>table tr>td {
    width: 50%;
}

.referralTop {
    background-color: #d7b552;
    padding: 25px;
    font-size: 10px;
    color: #000;
}

.refercode {
    display: flex;
    margin-top: 15px;
}

.refercode input {
    width: 100%;
    margin-right: 3%;
    border: solid 1px #000;
    border-radius: 10px;
    background-color: #fff;
    padding: 7px;
    color: #000;
    font-weight: 700;
}

.btn_share {
    border-radius: 4px;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    font-size: inherit;
    text-align: center;
    width: 36%;
    display: inline-block;
    border: 1px solid #d7b552;
    font-size: 12px;
}

.referralmid_custom {
    display: flex;
    margin-top: 10px;
}

.referralRadio {
    width: 5%;
}

.referralOption {
    color: #fff;
    width: 80%;
    font-weight: 700;
    line-height: 0.96rem;
}

.ticket {
    background: url(../images/icon/referral-ticket-1.png)no-repeat;
    background-size: cover;
    width: 162px;
    padding: 10px;
    margin-top: 10px;
}

.ticketDesc {
    color: #fff;
    font-size: 12px;
    display: flex;
}

.ticketDesc div {
    width: 86px;
}

.referralMid {
    padding: 10px;
    border-bottom: 0.06rem solid #e2e2e2;
    padding-bottom: 30px;
}

.referral_s {
    margin: 10px 0px;
}

.referralBtm {
    padding: 10px;
}

.referral_s_t {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 1px;
}

.referralDesc {
    background-color: #858585;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    font-size: 10px;
}

.referralDigit {
    background-color: #e5e5e5;
    font-weight: 600;
    padding: 5px;
    font-size: 10px;
}

/*inbox*/
.inbox_main {
    display: grid;
    grid-template-columns: 30% 70%;
}

.inbox-list {
    background: #E3E3E3;
    font-weight: bold;
    flex: 0 0 auto;
}

.inbox-list ul {
    background: #2d2d2d;
    list-style: none;
    padding: 0px;
}

.inbox-list ul li a {
    display: flex;
    color: #b7b7b7;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
}

.inbox-list-body {
    width: 80%;
}

.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #d7b552;
    font-size: 12px;
    font-weight: normal;
}

.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}

.inbox-list ul .time img {
    width: 40px;
}

.inbox-list::-webkit-scrollbar {
    width: 10px;
}

.inbox-scrollar::-webkit-scrollbar-thumb,
.inbox-list::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#174F81, #0FA3E6);

}

.inbox-list ul li:hover {
    background: #A8C8E4;
}

.subject {
    padding: 30px;
    color: #b7b7b7;
}

.subject_title {
    font-size: 20px;
    font-weight: bold;
}

.message-delete-checkbox {
    margin-right: 10px;
    padding-top: 10px;
}

.subject {
    padding: 30px;
    color: #b7b7b7;
}

.subject_title {
    font-size: 20px;
    font-weight: bold;
}

.inbox-list.top_list ul {
    margin-bottom: 0px;
}

.top_list ul {
    background: #2d2d2d;
}

.top_list ul .tumbSubject {
    color: #fff;
}

.top_list ul .time {
    display: flex;
}

.top_list ul .time img {
    width: 30px;
    margin: 0px 5px;
}

/*login*/
.member-label img {
    width: 23px;
    margin-right: 23px;
}

.login_form_custom {
    display: flex;
    align-items: center;
}

.login_head_main {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: auto;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.login_modal_after {
    display: grid;
    margin-top: 50px;
    padding-bottom: 20px;
}

.login_modal_txt {
    color: #fff;
}

.maxLimit {
    color: red;
    font-size: 12px;
}

.copy_dep.upload_btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.main_refer {
    background: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
}

.main_free {
    color: #d7b552;
}

.main_free_sub {
    font-size: 10px;
}


/* login page */
.logo_login {
    margin: 0px 0px;
}

.logo_login img {
    width: 200px;
}

.login-bg {
    background: transparent;
    background-size: cover;
    padding: 50px 0px;
}

.login-sec {
    padding: 15px 0;
    padding-bottom: 30px;
    margin: 10px 10px;
}

.login-label {
    color: #414655;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    ;
    height: 40px;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login-label img {
    width: 23px;
}

.login_form_custom input.form-control {
    background: #2d2d2d;
    border: 1px solid #d7b552;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0px;
}

.btn-login-page {
    width: 100%;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    border: none;
    background: #d7b552;
    margin-top: 20px;
}

.btn-login-page a {
    color: #fff;
}

.btn-reg-page {
    width: 100%;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    border: none;
    background: #2d2d2d;
    border: 1px solid #d7b552;
}

.btn-reg-page a {
    color: #d7b552;
}

.login-forget {
    text-align: center;
}

/** VIP PAGE latest **/
.vip-sec .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.vip-top-title {
    max-width: 110px;
    margin: 15px auto;
    text-align: center;
}

.vip-card {
    margin-bottom: 6px;
}

.btn-vip {
    background: #000;
    border: 1px solid #d7b552;
    font-size: 14px;
    padding: 2px 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: visible;
    border-radius: 0px;
}

.btn-vip img {
    max-width: 40px;
    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: 10px;
    transform: rotate(90deg);
    transition: linear 0.3s;
}

.vip-table-wrapper {
    background: #000;
    border: 1px solid #d7b552;
    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 {
    padding: 5px 4px;
}

.vip-table-title {
    background: #d7b552;
    color: #000;
    border: 3px solid #d7b552;
}

.vip-table-wrapper tr {
    border: 3px solid #000;
    border-bottom: none;
}

.vip-odd-row {
    background: #2d2d2d;
    border: 3px solid #000;
}

.vip-table-wrapper tr td:nth-child(even) {
    text-align: end;
}

/* fortune wheel */
.wheel-sec {
    text-align: center;
}

.lobby-sec .tab-content .wheel-sec {
    background-color: transparent;
}

.fortune-body {
    padding: 20px 0px 20px;
    position: relative;
}

.wheel-center {
    position: absolute;
}

.wheel-frame {
    position: relative;
}

.wheel-point {
    position: absolute;
    z-index: 1;
    animation: bounce2 2s ease infinite;
}

.wheel-spin {
    position: absolute;
}

.wheel-btn-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
}

.wheel-btn {
    text-align: center;
}

.wheel-btn-1 {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    color: #fff;
    width: 60px;
    border-radius: 10px;
}

.wheel-btn-2 {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
    font-weight: bold;
    width: 120px;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.wheel-btn-3 {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    color: #fff;
    width: 140px;
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
}

#fortune-wheel-modal .modal-content {
    background: transparent;
    border: none;
}

#fortune-wheel-modal .close {
    position: absolute;
    right: 0;
    font-size: 40px;
    color: #fff;
    z-index: 2;
}

.wheel-mid {
    text-align: center;
}

#wheel-modal .close {
    position: absolute;
    top: -2px;
    right: 5px;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}

#wheel-modal .modal-content {
    background: #4c4848;
    border: 1px solid #d7b552;
    border-radius: 10px;
    color: #fff;
}

.table.wheel-table-1 {
    color: #fff;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* referral page */
/* .refer-wrap {
    display: flex;
    align-items: flex-end;
} */

.refer-qrcode-wrapper {
    background: #fff;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #d7b552;
    color: #666;
    box-shadow: 0 0 6px #d7b552;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 35px;
}

.share-wrap {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 11px;
    margin-top: -40px;
    position: relative;
}

.qrcode-refer-img {
    max-width: 370px;
    margin: 20px auto 10px;
}

.qrcode-refer-img img {
    border: 1px solid #d7b552;
    border-radius: 10px;
    padding: 5px;
}

.referrer-link {
    background: linear-gradient(90deg, #d7b552 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #d7b552;
    position: relative;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    color: #000;
    height: 33px;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin-top: 20px;
}

button.copy-refer {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 3px 10px;
    position: absolute;
    right: 5px;
    z-index: 2;
}

.form-group.rebate-group {
    display: flex;
    align-items: center;
}

.form-group.rebate-group label {
    padding: 0 4px;
}

/* 27/7/2023 */
.aftervip-top {
    background: #000;
    padding: 10px 5px;
    display: flex;
    gap: 10px;
}

.aftervip-left img {
    width: 40px;
}

.aftervip-left {
    text-align: center;
    font-weight: bold;
    padding-right: 10px;
    border-right: 1px solid #2d2d2d;
}

.aftervip-left span {
    display: block;
}

.aftervip-gold {
    color: #d7b552;
    display: block;
    font-size: 12px;
}

.aftervip-right {
    align-self: center;
    font-weight: bold;
}

.aftervip-name {
    font-size: 15px;
}

/* 15/8/2023 */
.hotgames-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.moregame-btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    border: 1px solid #d7b552;
    padding: 6px 15px;
    border-radius: 7px;
}

button.moregame-btn i {
    color: #d7b552;
    font-size: 10px;
}

.hot-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 7px 0;
    font-weight: 700;
    color: #b7b7b7;
}

.hot-title img {
    margin-right: 5px;
}

.hotgame {
    background: #d7b552;
    padding: 8px 3px;
    text-align: center;
}

.hotgame_main {
    margin-right: 10px;
}

.hotgame_main:last-child {
    margin: 0;
}

.hotgame_main a {
    color: #000;
}

ul.carousel-indicators.vdemo {
    position: absolute;
    top: -25px;
    right: 0;
    left: auto;
    margin: 0;
}

ul.carousel-indicators.vdemo li {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border: 1px solid #949494;
    opacity: 1;
    background-clip: unset;
}

ul.carousel-indicators.vdemo li.active {
    background-color: #d7b552;
    border: 1px solid #d7b552;
}

/* 20092023 */

.member-sec {
    margin: 0 !important;
}


/* 25/4/2024 */
.otp-field {
    display: flex;
    padding-top: 10px;
}

.otp-field input {
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #d7b552;
    background: #4c4848;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #d7b552;
    box-shadow: 0 0 2px 2px #ffdb0f6a;
}

.reg-otp-red {
    color: red;
}

.reg-otp-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.reg-otp-btn {
    color: #000;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    border-radius: 5px;
    border: none;
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

.reg-otp-btn:hover {
    background: linear-gradient(to top, #f9e885 0%, #caa23f 100%);
    color: #000;
}

.congratz-wrap {
    text-align: center;
    padding-bottom: 20px;
}

.congrat {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

button.reg-btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 20px;
    height: 34px;
}

button.reg-btn:hover {
    background: linear-gradient(to top, #f9e885 0%, #caa23f 100%);
    color: #000;
}

/* 10/5/2024 */
.reg-tel-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reg-tel-form select {
    width: 30%;
}

.reg-tel-form .form-control {
    padding: 5px;
    border: 1px solid #d7b552;
    background-color: #2d2d2d;
    opacity: 1;
    border-top: .04rem solid #d7b552;
    color: #b7b7b7;
}

/* 10/1/2025 */
/* .list_menu {
    list-style: none;
    margin: 0;
    width: 185px;
}

.list_menu2 {
    list-style: none;
    padding: 0;
    margin: 0px;
    width: 130px;
}

.list_menu h2 {
    color: #f5f5f5;
    padding: 12px 0 0 20px;
    height: 32px;
    font-size: 19px;
}

.list_menu li {
    color: #f5f5f5;
    font-weight: 600;
    width: 185px;
    margin-right: 20px;
}

/* BUTTONS */
.button {
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.sbutton {
    background: none;
    margin-right: -1px;
}

.pbutton {
    background-color: #3498db;
    border-bottom: solid 1px #2980b9;
}

/* TRANSITIONS */
.slide_right_open,
.slide_right_close {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide_left_close {
    position: fixed;
    left: -257px;
}

.slide_left_open {
    left: -20px;
}

#slide_left>ul {
    float: left;
    width: 290px;
}

#slide_left ul li {}

#slide_left ul li:hover {}

/* SLIDE RIGHT MENU */
/* .slide_right_close {
    position: fixed;
    right: -206px;
} */

.slide_right_open {
    right: 0px;
}

#slide_right>ul {
    float: right;
    height: auto;
    color: #ffffff;
    padding: 0px;
    padding-top: 23px;
}

#slide_right ul {
    margin-right: 20px;
}

#slide_right ul li {}

#slide_right ul li:hover {}

#slide_right {
    top: 15%;
}

#slide_right:hover {
    right: -20px;
    z-index: 99;
}

#slide_right:after {
    position: fixed;
    right: -260px;
    z-index: 99;
}

.in-box {
    /* padding: 10px; */
    /* margin: 10px 15px; */
    /* background: #002236; */
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.in-box img {
    display: block;
    margin: 0px auto;
    max-width: 30px;
}

.in-box.tik_custom img {

    width: 19px;

    margin: 0;

    margin-right: 9px;
}

.side_bg-btn {
    background: url(../images/common/side-box.png) no-repeat center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.side_bg-btn img {
    height: 35px;
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
}

.side-ic {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    display: flex;
    gap: 10px;
    /* width: 166px; */
    text-align: center;
    justify-content: center;
    padding: 8px 0px;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
}

.side-ifn {
    background: #000;
    width: 166px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.side-ic h4 {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.in-box a {
    width: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border-radius: 20px;
}

.side-ic i {
    color: #0f9fdc;
    margin-right: 9px;
    font-size: 19px;
}

.side-ifn p {
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
}

.in-box a:hover {
    color: #fff;
}


/* 4/4/2025 */
.dep-video {
    margin: 0 auto;
    text-align: center;
}

.dep-video video {
    width: 80%;
    padding: 10px 0px;
}

/* 14/4/2025 */
.vip-text {
    padding-left: 1px;
}


.vip-text-yellow {
    color: #d7b552;
}

.vip-sec {
    padding-bottom: 50px;
}

.vip-scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.v-info {
    padding: 10px;
    border: 1px solid #f6e380;
    margin-bottom: 14px;
    background: #000;
    display: inline-block;
    min-width: 100%;
    width: max-content;
}

.vip-tr {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
}

.vip-th {
    display: table;
    width: 100%;
    height: 100%;
    color: #616161;
    font-weight: bold;
}

/* .col-28 {
    width: 30%;
} */

.vip-td {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0px 6px 6px;
    font-size: 16px;
}

.vip-th .vip-td {
    font-size: 18px;
}

.vip-th p {
    margin: 0;
}

.title-v p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.title-v h2 {
    font-size: 25px;
    line-height: 10px;
    text-transform: uppercase;
    color: #ff0000;
}

.col-18 {
    width: 11%;
    text-align: end;
}

.line-top {
    margin: 6px 0px;
}

.fst-line {
    /* background: url(../images/vip/table-top-v.png); */
    height: 71px;
    padding-top: 24px;
    background-size: cover;
}

.nd-line {
    background: url(../images/vip/black-line.png);
    height: 37px;
    background-size: cover;
}

.vip-rebate {
    display: grid;
    grid-template-columns: 30% 70%;

}

.vip-text-yellow {
    color: #d7b552;
    padding-left: 10px;
}

/* 20/6/2025 */
.lotto-sec {
    padding-top: 20px;
}

.lotto-sec .nav-tabs {
    border: none;
}

.lotto-sec .nav-tabs .nav-item {
    margin-bottom: 0;
}

.lotto-sec .nav-tabs .nav-link {
    border: 1px solid #d7b552;
    background: #000;
    color: #d7b552;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
}

.lotto-sec .nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
}

.lotto-sec .tab-content {
    padding: 0;
    border: 1px solid #d7b552;
    border-radius: 0px 10px 10px 10px;
    margin-top: 0px;
}

.lotto-sec .tab-content img {
    border-radius: 0px 10px 10px 10px;
}

.fd-keno-in {
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
}

.fd-keno-in img {
    position: relative;
    display: block;
    border: none;
    float: right;
}

.lottery-bg {
    background: #000 url(../images/lotto/lottery-bg.jpg) top center no-repeat;
}

.lottery-item {
    float: left;
    position: relative;
    margin: 13px 0 13px 29px;
}

.btn-lottery-wrap {
    position: absolute;
    left: 0;
    bottom: -5px;
}

.btn-lottery-item {
    float: left;
    padding: 0 3px;
}

.btn-lottery {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #e3d08c;
    text-align: center;
    border: 1px solid #e3d08c;
    border-radius: 5px;
}

.btn-lottery:hover,
.btn-lottery:focus {
    border: 1px solid #e3d08c;
    background: #e3d08c;
    color: #000000;
    text-decoration: none;
}

.payoutTable {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
}

.payoutTable>tbody>tr>th {
    border: 1px solid #e3d08c;
    padding: 5px 5px;
    background: #e3d08c;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.payoutTable>tbody>tr>td {
    border: 1px solid #e3d08c;
    padding: 3px 5px;
    text-align: center;
}

.txt-bonus {
    position: relative;
    top: -1px;
}

.txt-bonus-desp {
    color: #e3d08c;
    font-weight: bold;
}

.fourD-titleBG {
    background-color: #3f3f3f;
    height: 26px;
}

.fourD-title {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.fourD-topTxtone {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0;
}

.fourD-topTxttwo {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px;
}

.fourD-topTxtthree {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 1px;
    height: 15px;
}

.fourD-item {
    width: 254px;
    background-color: #fff;
    /* padding:8px; */
    border-radius: 10px;
    height: auto;
    /* margin-bottom:15px; */
    /* box-shadow: 0px 1px 4px #000; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 352px;
}

.fourD-item .fd-top {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
}

.fourD-item .fd-top-left {
    color: #fff;
    font-weight: bold;
}

.fourD-item .fd-top-left .fd-title-01 {
    /* padding-top:2px; */
    /* padding-left:3px; */
    /* font-size:13px; */
    /* font-weight:bold; */
    /* color:#000; */
}

.fourD-item .fd-top-left .fd-title-02 {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-03 {
    float: left;
    font-size: 10px;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-01w {
    padding-top: 2px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-02w {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-03w {
    float: left;
    font-size: 11px;
    color: #fff;
}

.fourD-item .fd-top-right {
    /* float:right; */
    /* display:inline-block; */
    /* width:40%; */
}

.fourD-item .fd-row-01,
.fourD-item .fd-row-02 {
    /* margin-top:7px; */
}

.fourD-item .fd-row-bg {
    /* background: #3f3f3f; */
}

.sixD-table {
    border-collapse: collapse;
    border: 2px solid #7c7b7b;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.sixD-table>tbody>tr>th {
    background: #3f3f3f;
    height: 24px;
    border: 2px solid #7c7b7b;
    color: #ffffff;
}

.sixD-table>tbody>tr>td {
    border: 2px solid #7c7b7b;
}

.fourd-TableBtm>tbody>tr>td {
    border: 2px solid #fff;
}

.btn-4d {
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    min-width: 180px;
    background: rgba(248, 253, 65, 1);
    background: -moz-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(248, 253, 65, 1)),
            color-stop(100%, rgba(225, 166, 3, 1)));
    background: -webkit-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fd41', endColorstr='#e1a603', GradientType=0);
}

.btn-4d:hover,
.btn-4d:focus {
    color: #000000;
    text-decoration: none;
    background: rgba(225, 166, 3, 1);
    background: -moz-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(225, 166, 3, 1)),
            color-stop(100%, rgba(248, 253, 65, 1)));
    background: -webkit-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a603', endColorstr='#f8fd41', GradientType=0);
}

.fd-bg {
    background: url(../images/common/fd-bg.png) top left no-repeat;
    margin-left: 12px;
    width: 718px;
    float: left;
    border-radius: 12px;
    position: relative;
    height: 353px;
    display: flex;
}

.fd-co {
    position: absolute;
    right: 40px;
    top: 66px;
}

.fd-date {
    padding: 11px;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    left: 6%;
    top: 25px;
}

.fd-btn {}

.fd-top {
    display: flex;
}

.btn-fdd {
    flex: 3 0px;
    margin: 15px 0px;
    justify-content: center;
    display: flex;
}

.drwn-nm {
    width: 100%;
    display: flex;
    position: relative;
}

span.btn-clr {
    border-radius: 50%;
    background: url(../images/common/Ellipse.png);
    width: 70px;
    height: 73px;
    padding: 5px;
    text-align: center;
    font-size: 43px;
    margin: 0px 11px;
    font-weight: bold;
}

.date-time {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    background: #ce0701;
    margin: 32px 13px 10px 13px;
}

.lotto-guide {
    color: #fff;
}

.btn-4d {
    margin: 0px 5px;
}

.fd-btn h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-box button {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}

.btn-drwn {
    background: #fff;
    color: #db427b;
    font-weight: bold;
    padding: 5px 40px;
    text-transform: uppercase;
    border-radius: 21px;
}

.btn-pay {
    background: url(../images/common/fd-btn-y.png) no-repeat;
    color: #f12f43;
}

.btn-plly {
    background: url(../images/common/fd-btn-r.png) no-repeat;
    color: #fddd00;
}

.fd-in {
    display: flex;
    margin-top: 30px;
}

.btn-l {
    width: 50%;
    background-size: 100% 100%;
    height: 35px;
    font-weight: bold;
}

#PayOut .modal-header {
    display: block;
}

#PayOut .modal-title {
    text-align: left;
}

.modal-table2 table tr td {
    border: 1px solid #55dcb5 !important;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.modal-content_cus {
    background: #000000e3;
    color: #fff;
    width: 635px;
}

.modal-content_cus .close {
    color: #55dcb5;
    opacity: 1;
    position: relative;
    top: 6px;
}

.trTitle {
    background: #55dcb5;
    color: #fff;
    text-shadow: 0px 0px 1px #000, 0px 0px 5px #000;
}

.btn-pay:hover {
    color: #414141;
}

.modal-bg h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.btn-drwn:hover {
    background: #db427b;
    color: #fff;
}

.btn-plly:hover {
    color: #fff;
}

.fd-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

.fd-box {
    background: url("../images/common/frame-btn.png") no-repeat center top;
    width: 189px;
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 0px 0px 3px #c1e887, 0px 0px 5px #3db6ba;
}

.fd-keno-iteam {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding-top: 30px;
    gap: 14px;
    margin: auto;
}

.fb-wrap {
    margin-top: 30px;
    background: #ffffffb8;
    border-radius: 5px;
    padding: 20px;
}

.txt-lotto {
    font-weight: bold;
}

.ltt-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 8px;
    margin: 5px 0px;
    color: #000;
    font-size: 11px;
}

.fd-keno-iteam table {
    background: #ffffff;
}

.fourD-titleBG td {
    border: 2px solid #fff;
}

.topTxtthreeredcolor {
    color: red;
}

.fd-row-01fived {
    margin: 10px 0;
}

.results_text {
    font-weight: 700;
    margin: 15px 0;
}

/* 11/7/2025 */
.float-music-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.float-music-btn i {
    font-size: 20px;
}

/* 18/7/2025 */
.deposit-vip {
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.7);
}

.vip-progress-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.vip-status {
    color: #fff;
    margin-bottom: 10px;
}

.vip-levels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.vip-level {
    text-align: center;
    position: relative;
    flex: 1;
}

.level-dot {
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    margin: -4px auto 10px;
    position: relative;
    z-index: 2;
}

.vip-level[data-level="LOYALTY"] .level-dot {
    background: #666;
}

.vip-level[data-level="BRONZE"] .level-dot {
    background: #cd7f32;
}

.vip-level[data-level="SILVER"] .level-dot {
    background: #c0c0c0;
}

.vip-level[data-level="GOLD"] .level-dot {
    background: #ffd700;
}

.vip-level[data-level="PLATINUM"] .level-dot {
    background: #e5e4e2;
}

.vip-level[data-level="DIAMOND"] .level-dot {
    background: #b9f2ff;
}

.level-info {
    color: #fff;
    font-size: 11px;
}

.level-name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.level-desc {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    margin-bottom: 2px;
}

.level-amount {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
}

.vip-progress-bar {
    position: relative;
    height: 16px;
    background: #333;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.vip-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.1) 8px, rgba(255, 255, 255, 0.1) 16px);
}

.current-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, #f9e885 0%, #caa23f 100%);
    z-index: 1;
    transition: width 0.3s ease;
}

.form-group.rebate-group {
    display: flex;
    align-items: center;
}

.refer-info {
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(249, 232, 133, 0.2);
}

.refer-by {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.refer-by.expanded {
    max-height: 200px;
    margin: 0px 0 10px;
    opacity: 1;
}

.refer-by span {
    display: block;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    margin: 5px 0;
    border-radius: 4px;
    color: #f9e885;
    font-weight: 500;
}

.refer-title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.jstree_info {
    color: #fff;
    margin-top: 15px;
    border-top: 1px solid rgba(249, 232, 133, 0.2);
    padding-top: 15px;
}

.jstree_info_wrap {
    margin-bottom: 15px;
}

.jstree_info p:last-child {
    margin-bottom: 0;
}

.stat-value {
    font-weight: 600;
    color: #f9e885;
    font-size: 1.1em;
    min-width: 30px;
    text-align: right;
}

.jstree_info_name {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

#jstree_btn {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

#jstree_btn .btn {
    padding: 5px 10px;
    color: #fff;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#jstree_btn .btn:hover {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
}

#jstree_btn .btn.hidden {
    display: none;
}

#jstree_btn .btn i {
    font-size: 14px;
}

/* 29/7/2025 */
.srl_menu {
    height: 0px;
}


/* 1/8/2025 */
.hotgame {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotgame_main img{
    width: 100%;
}

.hotgame-swiper-container {
    position: relative;
}

.hotgame-swiper-container .swiper-button-next,
.hotgame-swiper-container .swiper-button-prev {
    color: #d7b552;
    background: #353232;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
}

.hotgame-swiper-container .swiper-button-next {
    right: -50px;
}

.hotgame-swiper-container .swiper-button-prev {
    left: -50px;
}

.hotgame-swiper-container .swiper-button-next:after,
.hotgame-swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.hotgame-swiper-container .swiper-button-next:hover,
.hotgame-swiper-container .swiper-button-prev:hover {
    background: #4c4848;
}

/* 4/8/25 */
.float-music-btn.afterlogin {
    position: initial;
    margin-left: 10px;
    width: 28px;
    height: 28px;
}

.float-music-btn.afterlogin i {
    font-size: 12px;
}


/* 14/8/2025 */
a.menu-btm-home img {
    max-width: 60px;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    filter: none;
}

/* 19/8/2025 */
a.side-burger:hover{
    color: #d7b552;
}

a.side-burger:focus {
    outline: none;
}


/* 26/8/2025 */
#button_right {
    position: absolute;
    left: -50px;
    top: -8px;
    z-index: 1001;
    border: none;
    padding: 8px;
    border-radius: 5px 0 0 5px;
}

#bsright{
    width: 75%;
    opacity: 85%;
}

@media (min-width: 768px) {
    .deposit-vip {
        padding: 20px;
    }

    .vip-progress-container {
        padding: 20px 0;
    }

    .level-info {
        font-size: 12px;
    }

    .level-name {
        font-size: 13px;
    }

    .level-amount {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .vip-progress-container {
        min-width: 600px;
    }

    .vip-level {
        padding: 0 5px;
        min-width: 80px;
    }

    .level-info {
        font-size: 11px;
    }

    .level-name {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .level-desc {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .level-amount {
        font-size: 11px;
    }

    .level-dot {
        width: 10px;
        height: 10px;
        margin: -5px auto 12px;
    }

    .vip-progress-bar {
        height: 16px;
        border-radius: 8px;
        margin: 0 10px;
    }
}

