s@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Abel');
body {
    font-family: "Abel", sans-serif;
    width: 100%;
    overflow: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* -webkit-overflow-scrolling: touch; */
    margin-top: 94px;
    padding-bottom: 70px;
    background: #fff;
}

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: #666;
    width: 100%;
}

.t-body {
    padding-top: 45px;
    padding-bottom: 62px;
    overflow: auto;
    height: 100%;
    background: #40b3b4;
}

[canvas=container],
[off-canvas] {
    background: linear-gradient(to right, rgba(64, 178, 180, 1) 0%, rgba(45, 112, 160, 1) 100%);
}

[off-canvas*=left] {
    width: 300px;
    background-color: transparent;
}

[off-canvas*=right] {
    width: 270px;
}

.home-menu-sec {
    background: #1b5b62;
    color: #fff;
    position: relative;
}

.home-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.nav-tabs.home-menu-wrapper {
    border-bottom: none;
}

.menu-item a.nav-link {
    display: block;
    padding: 6px;
    margin: auto;
    position: relative;
    color: #fff;
}

.nav-tabs.home-menu-wrapper .nav-link {
    border: none;
    border-radius: 0;
}

.nav-tabs.home-menu-wrapper .nav-item img {
    display: block;
    max-width: 38px;
    margin: auto;
}

.menu-item a.nav-link:hover img .menu-item a.nav-link.active img {
    opacity: 0.6;
}

.nav-tabs.home-menu-wrapper .nav-item {
    margin-bottom: 0;
}


/* .menu-item a.nav-link.active:after {
    content: "";
    color: #2c7179;
    position: absolute;
    border-top: 0.8em solid;
    border-right: 0.8em solid transparent;
    border-bottom: 0;
    border-left: 0.8em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -11px;
    left: 0;
    right: 0;
    z-index: 10;
} */

.nav-tabs .nav-item.menu-item.show .nav-link,
.nav-tabs .menu-item .nav-link.active,
.nav-tabs .menu-item .nav-link:focus {
    background: linear-gradient(to bottom, #519ace 0%, #000b16 100%);
    color: #fff;
}

.provider-item {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 0;
    transition: 0.3s;
}

.provider-item img {
    margin-bottom: -4px;
}

.provider-item:hover,
.provider-item:focus {
    color: #fff;
    transform: scale(1.1);
    transition: 0.3s;
    filter: drop-shadow(0 0 2px rgba(240, 240, 240))
}

.side-burger {
    cursor: pointer;
    color: #fff;
    z-index: 99;
    transition: 0.3s;
    max-width: 40px;
    height: 30px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.side-burger:hover {
    transition: 0.3s;
    color: #00999f;
}

.account-top {
    position: absolute;
    right: 12px;
    top: 16px;
}

.account-top img {
    max-width: 40px;
    filter: contrast(1) brightness(100);
}

.account-top:hover img {
    filter: none;
}

.t-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: auto;
    margin: auto;
    left:0;
}

.header-top {
    background: linear-gradient(170deg, rgba(64, 178, 180, 1) 14%, rgba(47, 120, 162, 1) 100%);
}

.logo {
    text-align: center;
    padding: 5px 0;
}

.logo img {
    max-width: 100%;
}

.pos-int {
    position: initial;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.logreg-wrapper {
    overflow: hidden;
    display: block;
}

.login-button {
    background: #262626;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
    padding: 3px;
}

.login-button:hover,
.login-button:focus {
    color: #fff;
    outline: none;
    background: #000;
}

.register-button {
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    color: #000;
    font-size: 20px;
    float: left;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    height: 40px;
    padding: 3px;
}

.register-button:hover,
.register-button:focus {
    color: #000;
    outline: none;
    background: linear-gradient(to top, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
}

.t-footer {
    position: relative;
    bottom: 0;
}

.ft-menu-sec {
    background: #0b0b0b;
    color: #fff;

    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left:0;
}

.ft-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    border-top: 1px solid #2cbcdb;
}

.ft-item a.ftmenu {
    display: block;
    background: linear-gradient(to bottom, #3db3b6 0%, #196e73 100%);
    padding: 5px;
    margin: auto;
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 65px;
}

.ft-item a.ftmenu img {
    max-width: 40px;
    display: block;
    margin: auto;
    max-height: 36px;
}

.ft-item a:hover,
.ft-item a.active {
    background: linear-gradient(to bottom, #519ace 0%, #000b16 100%);
}

.js-close-any-slidebar:after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/*** Home Tabs ****/

.menu-provider-sec {
    background: #40b3b4 url(../images/Imo188_04.jpg)no-repeat top center;
    background-size: cover;
    min-height: 50%;
}

.sports-pane {
    background: url(../images/sport/sports_home_bg.png)no-repeat bottom center;
    background-size: cover;
    min-height: 230px;
    padding-top: 15px;
}

.sports-home-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.fishing-pane {
    background: url(../images/fishing/fishing_02.png)no-repeat bottom center;
    background-size: cover;
    min-height: 230px;
    padding-top: 15px;
}

.fishing-home-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.poker-pane {
    background: url(../images/poker/poker_02.png)no-repeat bottom center;
    background-size: cover;
    min-height: 230px;
    padding-top: 15px;
}

.poker-home-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.slots-pane {
    padding-top: 15px;
}

.slots-home-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.casino-pane {
    padding-top: 15px;
}

.casino-home-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}


/**** Wallet & Acount ****/

.wallet-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wallet-menu-wrapper a {
    background: #1b5b62;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 13px;
    height: 70px;
}

.wallet-menu-wrapper a img {
    display: block;
    max-width: 32px;
    margin: auto;
    margin-bottom: 3px;
}

.wallet-menu-wrapper a.active,
.wallet-menu-wrapper a:hover {
    background: #2c7179;
}

.wallet-menu-wrapper a.active::after,
.wallet-menu-wrapper a:hover::after {
    content: "";
    color: #2c7179;
    position: absolute;
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -8px;
    left: 0;
    right: 0;
}

.tb-balance-wrapper {
    background: url("../images/wallet_balance_bg.jpg")no-repeat center;
    background-size: cover;
    color: #fff;
}

.total-wrapper {
    display: grid;
    grid-template-columns: 55px auto 30px;
    max-width: 320px;
    margin: auto;
    padding: 20px 0;
}

.twbox {
    text-align: center;
}

.twbox img {
    max-width: 44px;
}

.twbox-1 {
    line-height: 1.1;
    display: grid;
    align-self: center;
    padding: 0 10px;
}

.wfield {
    margin-bottom: 10px;
}

.wlabel {
    color: #fff;
    padding: 0 30px;
}

span.tb-title {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

span.total-amt {
    font-size: 27px;
}

.twbox-2 {
    display: grid;
    align-self: center;
    text-align: center;
}

.sum-btn {
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.sum-btn:focus {
    outline: none;
}

.sum-btn:hover {
    color: #fdb900;
}

.ac-wrapper {
    background: #40b3b4 url("../images/wallet_bg.jpg")no-repeat top center;
    padding: 20px 0;
}

.nav-tabs.payment-tabs {
    border-bottom: none;
    max-width: 550px;
    margin: auto;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.nav-tabs.payment-tabs li.nav-item {
    width: 100%;
    margin: auto;
}

.nav-tabs.payment-tabs .nav-link {
    border: 1px solid transparent;
    height: 50px;
    color: #fff;
    font-size: 13px;
    background: #196e73;
    border: none;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs.payment-tabs .nav-item.show .nav-link,
.nav-tabs.payment-tabs .nav-link.active {
    background-color: #fff;
    border-color: #ffc001;
    background: #023b3e;
}

.wallet-form input,
.wallet-form select {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #fdc621;
    padding: 0px 25px;
    height: 30px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wallet-form input:focus,
.wallet-form select:focus {
    border: 1px solid #fdbd00;
    outline: none;
}

.dated i {
    position: absolute;
    right: 11px;
    top: 8px;
    color: #000;
}

.dated input,
.dated select {
    padding: 0 10px;
}

.upload-wrap {
    position: relative;
}

.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}

input.upload-field {
    width: 71%;
}

button.upload-button {
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    font-size: 19px;
    font-weight: 600;
    border: none;
    padding: 0px 10px;
    width: 27%;
    border-radius: 30px;
    height: 30px;
}

.agree-field input[type="radio"] {
    vertical-align: middle;
    height: 25px;
}

.agree-field {
    display: grid;
    grid-template-columns: 20px auto;
    color: #fff;
}

.account-wrapper {
    background: #40b3b4 url("../images/account_bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.nav-tabs.wallet-tabs {
    border-bottom: none;
    max-width: 550px;
    margin: auto;
    padding: 0px 0 5px 0;
}

.nav-tabs.wallet-tabs .nav-item.show .nav-link,
.nav-tabs.wallet-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #ffc001;
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
}

.nav-tabs.wallet-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: auto;
    height: 27px;
    color: #fff;
    font-size: 10px;
    background: #000;
    border: 1px solid #ffc001;
    padding: 5px 0px;
    text-align: center;
    margin: 0 2px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs.wallet-tabs li.nav-item {
    width: 33.3%;
    margin: auto;
}

.wpane {
    margin-top: 15px;
    color: #fff;
}

input.transfer-field {
    width: 70%;
}

button.max-btn {
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    font-size: 13px;
    font-weight: 600;
    border: none;
    padding: 0px 7px;
    width: 28%;
    border-radius: 30px;
    height: 30px;
    margin-left: 4px;
}

button.max-btn:hover,
button.max-btn:focus {
    background: linear-gradient(to top, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    color: #000;
    outline: none;
    box-shadow: none;
}

table.bank-info-table {
    font-size: 16px;
    max-width: 750px;
    margin: auto;
    color: #fff;
    margin-bottom: 30px;
}

table.bank-info-table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.3);
}

table.bank-info-table tr th {
    border: 1px solid #fff;
    text-align: center;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3);
}

table.bank-info-table tr td {
    border: 1px solid #fff;
    text-align: center;
    padding: 4px;
    width: 50%;
}

.his_date {
    position: relative;
}

.his_date i {
    position: absolute;
    right: 15px;
    top: 7px;
}

span.smll-t {
    display: block;
    padding: 0 10px;
    margin-top: -10px;
    font-size: 13px;
    color: #fff;
}

.trans-table {
    margin-top: 25px;
    color: #fff;
    overflow: auto;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
}

.trans-table table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.3);
}

.trans-table table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}

.trans-table table tr th {
    border: 1px solid #44c2d1;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3);
}

.trans-table table tr td {
    border: 1px solid #44c2d1;
    padding: 10px 4px;
}


/*** VIP ***/

.vip-wrapper {
    background: #40b3b4 url("../images/account_bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 5px 0 20px;
    color: #fff;
}

.btn-vip {
    font-size: 14px;
    padding: 5px 5px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.btn-vip:focus,
.btn-vip:hover {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn.btn-vip.collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
    font-size: 9px;
}

.btn.btn-vip:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 9px;
    position: absolute;
    right: 30px;
    top: 10px;
    transition: 0.3s;
    color: #fff
}

.vip-table-wrapper {
    display: grid;
    grid-template-columns: 100px auto auto auto auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    line-height: 1.2;
    font-size: 13px;
}

.vip-table-wrapper>div {
    padding: 5px 2px;
}

.top-title img {
    max-width: 34px;
}

.top-title {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
}

.npd img {
    max-width: 16px;
}

.vip-card {
    border-bottom: 1px solid #40b3b4;
}

.vtb {
    border-right: 1px solid #40b3b4;
}

.btn.btn-tnc {
    position: relative;
    color: #000;
    font-size: 13px;
    padding: 3px 10px;
    text-decoration: underline;
}

.btn.btn-tnc:hover,
.btn.btn-tnc:focus {
    color: #fff;
    box-shadow: none;
    outline: none;
    text-decoration: underline;
}

.btn.btn-tnc.collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
}

.btn.btn-tnc:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 7px;
    position: absolute;
    right: -2px;
    top: 9px;
    transition: 0.3s;
    color: #fff;
}

.tnc-wrapper {
    font-size: 13px;
}

ol.tnc {
    padding: 0 0 0 25px;
}


/*** Promotions ***/

.promo-sec {
    background: #40b3b4 url("../images/account_bg.jpg")no-repeat top center;
    background-size: cover;
    /* padding-top: 20px; */
    color: #fff;
}

.promo-item {
    width: 100%;
    max-width: 742px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
}

.more-detail {
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 7px;
    line-height: 1.1;
    display: block;
    border-radius: 30px;
    position: absolute;
    right: 3%;
    bottom: 15px;
}


/*** Download ***/

.dl-item {
    max-width: 742px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

.dlbox {
    position: absolute;
    left: 5%;
    top: 67%;
    width: 28%;
    display: block;
}

.play-dl {
    background: linear-gradient(to bottom, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 7px 12px;
    line-height: 1;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.play-dl:focus,
.play-dl:hover {
    color: #000;
    background: linear-gradient(to top, rgba(253, 194, 0, 1) 0%, rgba(254, 170, 1, 1) 100%);
}

.dl-btn {
    background: linear-gradient(to bottom, #6d6d6d 0%, #ffffff 100%);
    border: 1px solid #72f2f7;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 4px 4px;
    margin: auto;
    border-radius: 30px;
    font-weight: 500;
}

.dl-btn:hover,
.dl-btn:focus {
    color: #26878c;
}

.dl-btn img {
    max-width: 20px;
    vertical-align: sub;
}

@media(max-width:480px) {
    .dlbox {
        width: 40%;
        left: 3%;
        top: 70%;
    }
}

@media(max-width:380px) {
    /* .menu-item a.nav-link.active:after {
    content: "";
    color: #2c7179;
    position: absolute;
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -9px;
    left: 0;
    right: 0;
} */
    .dl-btn {
        padding: 1px 4px;
    }
    .play-dl {
        padding: 4px 12px;
    }
}


/*** iPhone and iOS Form Input Zoom Fixes ***/


/* Fix Input Zoom on devices older than iPhone 5: */

@media screen and (device-aspect-ratio: 2/3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }
}


/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }
}


/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375/667) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }
}


/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9/16) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }
}


/* 4.8.2021 */

.side-nav {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0;
    height: 100vh;
    padding-bottom: 60px;
    background-color: #dedede;
    z-index: 999;
    overflow-y: auto;
    /* will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side-nav.side-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-nav a {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.side-nav a.btn {
    color: #fff;
}

.menu-body li {
    float: none;
    margin: 0 16px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #9e9e9e;
}

.menu-body li:last-child {
    border-bottom-width: 0;
}

.menu-body a {
    padding: 0 10px;
    color: #424242;
}

.menu-body a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.menu-body i {
    display: block;
    float: left;
    width: 24px;
    height: 48px;
    line-height: 48px;
    margin: 0 16px 0 0;
    color: #424242;
    font-size: 18px;
}

.menu-body .lang-select {
    padding: 0 10px;
}

.menu-body .lang-select select {
    width: 78%;
    color: #424242;
    font-size: 1.0625rem;
}

.menu-body .icon-download {
    background: url(/Content/Mobile/common/images/svg/download.svg) no-repeat center 12px;
    background-size: 100%;
}

.user-view {
    position: relative;
    padding: 16px;
    margin-bottom: 8px;
    background: linear-gradient(to bottom, #3db3b6 0%, #196e73 100%);
}

.user-view p {
    margin: 0.8em 0;
    text-align: center;
}

.user-view p span {
    margin-left: 5px;
}

.user-view ol {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.user-view ol a {
    font-weight: 400;
    color: #ececec;
    font-size: 1rem;
}

.user-view ol i {
    font-size: 18px;
    color: #041a2a;
}

.user-view ol .close-btn {
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: none;
    background-color: #ececec;
    opacity: 0.9;
    cursor: pointer;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user-view ol .deposit-btn {
    padding: 2px 14px;
    color: #0fd700;
    border: 1px solid #0fd700;
    border-radius: 3px;
}

.user-view .member-btn li {
    margin-right: 8px;
    min-width: calc(50% - 4px);
}

.user-view .member-btn li:last-child {
    margin-right: 0;
}

.user-view .member-info {
    height: 34px;
    line-height: 34px;
    background-color: #ececec;
    border-radius: 3px;
}

.user-view .balance {
    position: relative;
    color: #212121;
    font-size: 1.125rem;
    display: flex;
}

.user-view .balance strong {
    display: block;
    width: 70%;
    text-align: center;
}

.user-view .balance a {
    padding: 4px;
}

.user-view .balance i {
    font-size: 26px;
    color: #212121;
}

.user-view .balance .btn-withdraw {
    margin-right: 0;
    width: 34px;
    height: 34px;
    left: 3px;
}

.user-view .icon-user-wrap {
    width: 70px;
    height: 70px;
    line-height: 42px;
    margin: 0 auto;
    padding: 14px;
    vertical-align: middle;
    background-color: rgba(229, 229, 229, 0.3);
    border-radius: 50%;
    font-size: 2.125rem;
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
}

.bottom-nav-bar {
    width: 100%;
    height: 48px;
    position: fixed;
    bottom: 0;
    z-index: 60;
    background-color: #171717;
    text-align: center;
    min-width: 320px;
}

.bottom-nav-bar ul li {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bottom-nav-bar ul li:last-child {
    border-right-width: 0;
}

.bottom-nav-bar a {
    display: block;
    height: 48px;
    color: #ececec;
    font-size: 0.8125rem;
}

.bottom-nav-bar a.active {
    color: #00859b;
}

.bottom-nav-bar i {
    display: block;
    margin: 6px auto 0;
    width: 24px;
    height: 24px;
    font-size: 1.625rem;
}

.info-box-outer {
    display: none;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: rgba(0, 0, 0, 0.84);
    position: absolute;
    z-index: 995;
    left: 0;
    top: 56px;
}

.info-box-outer .info-box {
    margin: 0 8px;
    padding: 20px 10px;
    background-color: #f3f4f5;
    border: 1px solid #151515;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.65);
    text-align: center;
}

.info-box-outer .info-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f3f4f5 transparent;
    position: absolute;
    top: 3px;
    right: 71px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 8;
}

.info-box-outer .info-box h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.375rem;
}

.info-box-outer .info-box p {
    line-height: 20px;
    font-size: 1rem;
}

.info-box-outer .info-box strong {
    display: block;
    margin: 5px 0 10px 0;
    font-weight: 700;
    color: #00859b;
    font-size: 1.25rem;
}

.info-box-outer .info-box button {
    font-size: 1.0625rem;
}

.info-box-outer .info-box ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.info-box-outer .info-box ol li {
    width: 50%;
    margin: 0 5px;
}

.info-box-outer-show {
    display: block;
}


/*-----Right side-nav style-----*/

.side-nav {
    background-color: #dedede;
}

.side-nav a.btn {
    color: #fff;
}

.user-view ol a {
    color: #ececec;
}

.user-view ol i {
    color: #041a2a;
}

.user-view ol .close-btn {
    background-color: #ececec;
}

.user-view ol .deposit-btn {
    color: #0fd700;
    border-color: #0fd700;
}

.user-view .member-info {
    background-color: #ececec;
}

.user-view .balance {
    color: #212121;
}

.user-view .balance i {
    color: #212121;
}

.user-view .icon-user-wrap {
    background-color: rgba(229, 229, 229, 0.3);
}

.menu-body li {
    border-bottom-color: #9e9e9e;
}

.menu-body a {
    color: #424242;
}

.menu-body a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.menu-body i {
    color: #424242;
}

.menu-body .lang-select select {
    color: #424242;
}

#sidenav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}


/*-----Bottom Nav Bar style-----*/

.bottom-nav-bar {
    background-color: #171717;
}

.bottom-nav-bar ul li {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.bottom-nav-bar a {
    color: #ececec;
}

.bottom-nav-bar a.active {
    color: #00859b;
}

.btn-prime {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7d5+0,00859b+99 */
    background: #00b7d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00b7d5 0%, #00859b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b7d5 0%, #00859b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#00b7d5), color-stop(99%, #00859b));
    background: -o-linear-gradient(top, #00b7d5 0%, #00859b 99%);
    background: linear-gradient(to bottom, #00b7d5 0%, #00859b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b7d5', endColorstr='#00859b', GradientType=0);
    /* IE6-9 */
    border: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 9px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}

.btn-secondary-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103b5b+1,05243a+100 */
    background: linear-gradient(to bottom, #fffdc6 0%, #f1db64 24%, #ffc000 46%, #c37006 68%, #bd6804 75%, #dd9502 83%, #d19e12 100%);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #000!important;
}

.btn-join {
    background: linear-gradient(to bottom, #f41414 0%, #830505 60%, #f30505 100%);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}

.btn-grey {
    color: #212121;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfe8ea+0,a3a5a8+99 */
    background: #dfe8ea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dfe8ea 0%, #a3a5a8 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dfe8ea 0%, #a3a5a8 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#dfe8ea), color-stop(99%, #a3a5a8));
    background: -o-linear-gradient(top, #dfe8ea 0%, #a3a5a8 99%);
    background: linear-gradient(to bottom, #dfe8ea 0%, #a3a5a8 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfe8ea', endColorstr='#a3a5a8', GradientType=0);
    /* IE6-9 */
}

.btn-amount {
    color: #313131;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1b1b1+1,eaeaea+100 */
    background: #b1b1b1;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(177, 177, 177, 0.8) 0%, #eaeaea 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(177, 177, 177, 0.8) 0%, #eaeaea 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 177, 177, 0.8)), color-stop(99%, #eaeaea));
    background: -o-linear-gradient(top, rgba(177, 177, 177, 0.8) 0%, #eaeaea 99%);
    background: linear-gradient(to bottom, rgba(177, 177, 177, 0.8) 0%, #eaeaea 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b1b1b1', endColorstr='#eaeaea', GradientType=0);
    /* IE6-9 */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 0px 0 #a1a1a1;
    box-shadow: 0 2px 0px 0 #a1a1a1;
}

.member-btn {
    display: flex;
    list-style: none;
    padding: 0;
}

.menu-body {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.user-view p{
    color: #fff;
}
/* 28/9/2022 */
.game-title-text{
    color: #fff;
    text-align: center;

}

/* 13072023 */
.referral-container {
    padding: 10px;
}

.referral-tab .nav-item {
    width: 33% !important;
    color: #fff;
    background-color: #ededed;
}

    .referral-tab .nav-item .active {
        color: #fff !important;
        background-color: rgb(10 85 88);
    }

    .referral-tab .nav-item a {
        color: #000 !important;
        text-align: center;
    }

.copy-btn {
    background: #095558;
    color: #fff;
    white-space: nowrap;
    padding: 0px 20px;
    margin-top: 5px;
}

.wfield {
    display: flex;
    flex-direction: row;
}