@charset "utf-8";

/*******************
***** Main CSS *****
*******************/

img {
    max-width: 100%;
}

body {
    font-family: Arial, Helvetica, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    font-size: 13px;
    background-color: #051825;
    color: #000;
}

a:focus,
a:focus:visited,
a:focus:hover,
a:hover:focus {
    text-decoration: none;
}

a:focus,
a:visited,
button:focus,
input:focus {
    outline: 0;
}

.container {
    width: 1040px;
    padding-left: 0;
    padding-right: 0;
}

.content-bg {
    background: #dcebed;
    position: relative;
}

.content-shadow {
    height: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/common/menu-shadow.png) repeat-x;
}

.subpage-content {
    padding-top: 40px;
    border-radius: 5px 5px 0 0;
padding-bottom: 40px;}

.subpage-title {
    height: 37px;
    background: url(../images/common/subpage-title.jpg) repeat-x;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 7px;
}

a.btn-playnow {
    width: 211px;
    height: 60px;
    display: block;
    background-image: url(../images/common/btn-playnow.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #000000;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    padding-top: 11px;
}

a.btn-playnow:hover {
    background-position: -211px 0;
    text-decoration: none;
}

a.btn-playnow-2 {
    width: 211px;
    height: 41px;
    display: block;
    background-image: url(../images/common/btn-playnow-2.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
}

a.btn-playnow-2:hover {
    background-position: -211px 0;
    text-decoration: none;
}

/*********************
***** Header CSS *****
*********************/
#topLanguage {
    height: 30px;
    background: #020307;
    border-bottom: 1px solid #142b3a;
}

#topLanguage .helpCenter {
    float: left;
    border-right: 1px solid #0d3453;
    height: 29px;
    padding-top: 8px;
    padding-right: 10px;
}

#topLanguage .helpCenter a {
    font-size: 11px;
    color: #ffffff;
}

#topLanguage .helpCenter a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#topLanguage .languageWrap {
    float: left;
    border-left: 1px solid #0b1f2e;
    height: 29px;
    padding-left: 10px;
    padding-top: 5px;
}

#topLanguage .btn-language {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding-left: 48px;
    color: #ffffff;
    font-size: 11px;
    width: 120px;
    height: 20px;
    background: rgb(14, 53, 81);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14, 53, 81, 1) 1%, rgba(15, 41, 59, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14, 53, 81, 1) 1%, rgba(15, 41, 59, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14, 53, 81, 1) 1%, rgba(15, 41, 59, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3551', endColorstr='#0f293b', GradientType=0);
    /* IE6-9 */
}

#topLanguage .dropdown-menu {
    border: 1px solid #2a495d;
    border-radius: 5px;
    background: #0f293b;
    font-size: 11px;
    width: 120px;
    min-width: 100px;
}

#topLanguage .dropdown-menu a {
    width: 118px;
    color: #6999bc;
    text-align: right;
    padding: 2px 5px 2px 15px;
    display: block;
}

#topLanguage .dropdown-menu a:hover {
    background-color: #fff;
}

#topLanguage .dropdown-menu a.language-cn {
    background-image: url(../images/common/flag-cn.png);
    background-repeat: no-repeat;
}

#topLanguage .dropdown-menu a.language-en {
    background-image: url(../images/common/flag-en.png);
    background-repeat: no-repeat;
}

#header {
    height: 110px;
    background: url(../images/common/header-bg.jpg)repeat-x;
}

#header .headWrap {
    position: relative;
    height: 107px;
}

#header .logo {
    float: left;
    padding-top: 2px;
}

#header .txtbox {
    border-radius: 4px;
    width: 143px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(58, 52, 54, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Old browsers */

    /* FF3.6-15 */

    /* Chrome10-25,Safari5.1-6 */

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    /* IE6-9 */
    border: 1px solid #000;
}

#header input::-moz-placeholder {
    color: #d8ffff;
}

#header input:-ms-input-placeholder {
    color: #d8ffff;
}

#header input::-webkit-input-placeholder {
    color: #d8ffff;
}

#header .btn-login {
    width: 85px;
    height: 30px;
    background: url(../images/common/btn-login.jpg) repeat-x;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border: none;
    border-radius: 4px;
}

#header .btn-login:hover {
    filter: brightness(0.5);
}

#header .btn-register {
    width: 117px;
    height: 30px;
    background: url(../images/common/btn-register.jpg) repeat-x;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    background-size: 100% 100%;
    border: 1px solid #aa9659;
    border-top: none;
    border-bottom: none;
}

#header .btn-register:hover {
    filter: brightness(0.5);
}

#header .forgotpw {
    float: right;
    clear: right;
    margin-top: 5px;
    width: 117px;
    text-align: center;
margin-right: 45px;}

#header .forgotpw a {
    font-size: 13px;
    color: #d8ffff;
}

#header .forgotpw a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#header .topLiveChat {
    position: absolute;
    bottom: -6px;
    right: 0;
    z-index: 11;
}

#header .topLiveChat a {
    display: block;
    width: 112px;
    height: 35px;
    background: url(../images/cn/top-livechat.png) no-repeat;
}

#header .topLiveChat a:hover {
    background: url(../images/cn/top-livechat-over.png) no-repeat;
}

#menu {
    bottom: 0;
    left: 0;
    position: absolute;
}

#menu>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu>ul>li {
    float: left;
}

#menu>ul>li>a {
    background: url(../images/common/menu-bg.jpg) repeat;
    display: block;
    height: 35px;
    border-left: 1px solid #124d7a;
    border-right: 1px solid #0d3453;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 7px 18px 0;
}

#menu>ul>li>a:hover {
    filter: brightness(0.5);
    color: #FFFFFF;
    text-decoration: none;
}

#menu>ul>li:first-child>a {
    border-radius: 5px 0 0 0;
    background: url(../images/common/menu-home.jpg) repeat-x;
    border-left: none;
    padding: 6px 18px 0;
    font-size: 25px;
    color: #4c4a11;
}

#menu>ul>li:first-child>a:hover {
    background: url(../images/common/menu-home-over.jpg) repeat-x;
}

/*#menu > ul > li:nth-child(2) > a {font-size:25px;padding:6px 18px 0;}*/
#menu>ul>li:last-child a {
    border-radius: 0 5px 0 0;
}

#announcement {
    position: relative;
    top: 40px;
    left: 0;
    width: 1040px;
    z-index: 10;
    display: flex;
}

#announcement .announceIcon {
    float: left;
}

#announcement .annContent {
    float: left;
    width: 805px;
    height: 30px;
    background: #18232b;
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 8px;
}

#announcement .annContent .annTitle {
    float: left;
    width: 60px;
    padding-left: 10px;
}

#announcement .annContent .runText {
    float: left;
    width: 745px
}

#announcement .annTime {
    float: left;
    background: url(../images/common/announce-right.png);
    width: 197px;
    height: 30px;
    font-size: 12px;
    color: #edd17d;
    padding-top: 9px;
    text-align: center;
}

#announcement .annTime i {
    color: #fff;
}

/*********************
***** Footer CSS *****
*********************/
.footer-r1 {
    height: 25px;
    background: url(../images/common/footer-row1.jpg) repeat-x;
    padding-top: 6px;
}

.footer-r1 .btmlink {
    float: left;
    margin-left: 20px;
}

.footer-r1 .btmlink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-r1 .btmlink ul li {
    float: left;
    color: #2e658d;
    font-size: 12px;
}

.footer-r1 .btmlink ul li a {
    color: #ffffff;
}

.footer-r1 .btmlink ul li.line {
    padding: 0 15px;
}

.footer-r1 .btmlink ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-r1 .copyright {
    float: right;
    margin-right: 60px;
    color: #ffffff;
    font-size: 12px;
}

.footer-r2 {
    height: 41px;
    background: url(../images/common/footer-row2.jpg) repeat-x;
}

.footer-r2 .footer-wrapper {
    position: relative;
    height: 41px;
}

.footer-r2 .back2top {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-r2 .contentwrap {
    float: right;
    margin-right: 60px;
    padding-top: 10px;
}

.footer-btm {
    background: linear-gradient(to bottom, rgba(38, 73, 83, 1) 0%, rgba(4, 44, 56, 1) 43%, rgba(4, 44, 56, 1) 100%);
    border-top: 1px solid #0f7989;
    padding-top: 18px;
}

.footercolumn {
    width: 20%;
    float: left;
}

.footercolumn h1 {
    color: #9b9a9a;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.footercolumn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footercolumn ul li {
    padding-top: 7px;
    font-size: 12px;
    color: #5399a1;
}

.footercolumn ul li a {
    color: #5399a1;
}

.footercolumn ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footercolumn a.btm-facebook {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/common/btm-icon-facebook.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footercolumn a.btm-facebook:hover {
    background-position: -50px 0;
}
.footercolumn a.btm-instagram {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/common/btm-icon-instagram.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footercolumn a.btm-instagram:hover {
    background-position: -50px 0;
}
.footercolumn a.btm-telegram {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/common/btm-icon-telegram.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footercolumn a.btm-telegram:hover {
    background-position: -50px 0;
}

.bottom-logo {
    margin-top: 18px;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
}

.btmlogo-pt {
    width: 101px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-pt.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.btmlogo-pt:hover {
    background-position: -101px 0;
}

.btmlogo-gp {
    width: 104px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-gp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-gp:hover {
    background-position: -104px 0;
}

.btmlogo-mg {
    width: 116px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-mg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-mg:hover {
    background-position: -116px 0;
}

.btmlogo-bs {
    width: 74px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-bs.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-bs:hover {
    background-position: -74px 0;
}

.btmlogo-gameaid {
    width: 43px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-gameaid.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-gameaid:hover {
    background-position: -43px 0;
}

.btmlogo-essa {
    width: 59px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-essa.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-essa:hover {
    background-position: -59px 0;
}

.btmlogo-18 {
    width: 29px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-18.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-18:hover {
    background-position: -29px 0;
}

.btmlogo-icra {
    width: 31px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/common/btmlogo-icra.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 15px;
}

.btmlogo-icra:hover {
    background-position: -31px 0;
}

/*******************
***** Home CSS *****
*******************/
.content-bg-02 {
    border-top: 1px solid #5b5b5b;
    background: #f2f8f9;
}

a.mainDeposit {
    float: left;
    width: 119px;
    height: 75px;
    display: block;
    background-image: url(../images/common/main-deposit.png);
    background-position: 14px 0;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    padding-top: 49px;
    text-align: center;
}

a.mainDeposit:hover {
    color: #4599a1;
    text-decoration: none;
}

a.mainWithdraw {
    float: left;
    width: 119px;
    height: 75px;
    display: block;
    background-image: url(../images/common/main-withdraw.png);
    background-position: 14px 0;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    padding-top: 49px;
    text-align: center;
}

a.mainWithdraw:hover {
    color: #4599a1;
    text-decoration: none;
}

a.mainTransfer {
    float: left;
    width: 119px;
    height: 75px;
    display: block;
    background-image: url(../images/common/main-transfer.png);
    background-position: 14px 0;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    padding-top: 49px;
    text-align: center;
}

a.mainTransfer:hover {
    color: #4599a1;
    text-decoration: none;
}

.mainsublink {
    float: left;
    width: 823px;
}

.mainsublink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.mainsublink ul li {
    float: left;
    background: url(../images/common/main-buttonbg.jpg) repeat-x;
    width: 100%;
    border-right: 1px solid #1f1e1e;
    border-left: 1px solid #092f4a;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainsublink ul li a {
    /* height: 75px; */
    text-align: center;
    color: #fff;
    font-size: 18px;
    /* padding-top: 48px; */
}

.mainsublink ul li a img {
    display: block;
    margin: 0 auto;
    filter: brightness(7);
}

.mainsublink ul li a:hover img {
    filter: none;
}

.mainsublink ul li a span {
    display: block;
font-size: 14px;}

.mainsublink ul li a:hover {
    text-decoration: none;
    color: #e8ef21;
}

.mainsublink ul li:first-child {
    border-radius: 8px 0 0 8px;
}

.mainsublink ul li:first-child a {
    border-left: none;
}

.mainsublink ul li:last-child a {
    border-right: none;
}

.mainsublink ul li a.promotion {
    width: 119px;
    background-image: url(../images/common/home-promotion.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.promotion:hover {
    background-position: -119px 0;
}

.mainsublink ul li a.sport {
    width: 117px;
    background-image: url(../images/common/home-sport.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.sport:hover {
    background-position: -117px 0;
}

.mainsublink ul li a.roulette {
    width: 117px;
    background-image: url(../images/common/home-roulette.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.roulette:hover {
    background-position: -117px 0;
}

.mainsublink ul li a.sicbo {
    width: 117px;
    background-image: url(../images/common/home-sicbo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.sicbo:hover {
    background-position: -117px 0;
}

.mainsublink ul li a.games {
    width: 117px;
    background-image: url(../images/common/home-games.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.games:hover {
    background-position: -117px 0;
}

.mainsublink ul li a.baccarat {
    width: 117px;
    background-image: url(../images/common/home-baccarat.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.baccarat:hover {
    background-position: -117px 0;
}

.mainsublink ul li a.blackjack {
    width: 119px;
    background-image: url(../images/common/home-blackjack.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.mainsublink ul li a.blackjack:hover {
    background-position: -119px 0;
}

.btmbanner {
    border: 3px solid #6a6b69;
    position: relative;
    height: 100%;
}

.btmbanner:hover {
    border: 3px solid #e8ef21;
}

.btmbanner-contentbg {
    background: #000000b0;
    height: 62px;
    font-size: 12px;
    color: #979797;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btmbanner-title {
    font-size: 14px;
    color: #FFFFFF;
}

.btmbanner-contentbg-02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 499px;
    background: rgba(0, 0, 0, 0.7);
    height: 29px;
    text-align: center;
    font-size: 14px;
    color: #979797;
    padding-top: 5px;
}

.btmbanner:hover .btmbanner-contentbg-02 {
    color: #e8ef21;
}

/********************
***** Games CSS *****
********************/
.subgame-menu {
    height: 43px;
    background: url(../images/common/subgame-menu.jpg) repeat-x;
    z-index: 2;
    border-radius: 5px;
}

.subgame-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subgame-menu ul li {
    float: left;
}

.subgame-menu ul li a {
    color: #FFFFFF;
    font-size: 15px;
    height: 43px;
    padding: 10px 15px 0;
    display: block;
    font-weight: bold;
}

.subgame-menu ul li a:hover,
.subgame-menu ul li a.active {
    background: #fcee1b;
    color: #000000;
    text-decoration: none;
}

.subgame-menu ul li:first-child a:hover,
.subgame-menu ul li:first-child a.active {
    border-radius: 5px 0 0 5px;
}

.subgame-1s {
    padding-bottom: 10px;
    padding-left: 2px;
}

.subgame-1s .subgame-item {
    float: left;
    border: 1px solid #06699c;
    border-radius: 3px;
    padding: 7px;
    background-color: #0b1f2e;
    margin-left: 10px;
    margin-top: 10px;
}

.subgame-1s .txt-pot {
    float: left;
    color: #C0BEBE;
    font-size: 10px;
}

.subgame-1s .txt-line {
    float: right;
    color: #C0BEBE;
    font-size: 10px;
}

.subgame-1s .game-title {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.subgame-1s .buttWrap {
    position: relative;
    background: #0e4c78;
    padding: 1px 5px;
}

.subgame-1s .buttWrap a {
    font-size: 12px;
    color: #FFFFFF;
}

.subgame-1s .buttWrap a:hover {
    text-decoration: none;
    color: #fcee1b;
}

.subgame-1s .diamond {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*************************
***** Promotions CSS *****
*************************/
.promo-item {
    width: 968px;
    margin: 15px auto 0;
}

.promo-pic {
    width: 856px;
    margin-left: 50px;
}

.prom-bg {
    width: 968px;
    height: 76px;
    background: url(../images/common/promo-item-bg.png) no-repeat;
    position: relative;
    margin-top: -12px;
}

.promo-title {
    width: 700px;
    left: 70px;
    position: absolute;
    top: 21px;
    color: #FFFFFF;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.promo-butt {
    right: 70px;
    position: absolute;
    top: 19px;
    width: 110px;
    height: 25px;
    display: block;
    border-radius: 5px;
    background: url(../images/common/btn-gold.png) repeat-x;
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 1px 1px #000;
}

.promo-butt:hover,
.promo-butt:focus {
    filter: brightness(0.5);
    text-decoration: none;
}

.promo-content {
    width: 948px;
    margin: 0 auto;
    background: #214156 url(../images/common/promo-content-bg.jpg) repeat-x;
    padding: 10px;
}

.promo-inContent {
    background: #193648;
    padding: 10px;
    color: #ffff;
}

/**********************
***** Banking CSS *****
**********************/
.bank-table {
    background: #18232b;
    border: 1px solid #387298;
    border-collapse: collapse;
    color: #fff;
}

.bank-table tr>th {
    background: url(../images/common/subpage-title.jpg) repeat-x;
    border: 1px solid #387298;
    padding: 7px;
    text-align: center;
    color: #ffffff;
}

.bank-table tr>td {
    padding: 5px;
    border: 1px solid #387298;
    text-align: center;
}

/***********************
***** Tutorial CSS *****
***********************/
.tabs-tutorial {
    border-bottom: none;
    border-right: none;
}

.tabs-tutorial>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-tutorial>li {}

.tabs-tutorial>li.active>a,
.tabs-tutorial>li.active>a:hover,
.tabs-tutorial>li.active>a:focus {
    border-bottom-color: #193648;
    border-right-color: transparent;
}

.tabs-tutorial>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #ffffff;
    background: #2c7d8c;
}

.tabs-tutorial>li>a:hover {
    color: #ffffff;
    background: #193648;
    border: none;
}

.tabs-tutorial>li>a:focus {
    border-bottom-color: #193648;
}

.tabs-tutorial>li.active>a,
.tabs-tutorial>li.active>a:hover,
.tabs-tutorial>li.active>a:focus {
    color: #fcee1b;
    cursor: default;
    background-color: #193648;
    border: 1px solid #193648;
}

.tutorial-content {
    border: 1px solid #193648;
    background: #193648;
    padding: 15px;
    color: #fff;
}

.nav-deposit {
    border-bottom: 1px solid #112532;
}

.nav-deposit>li>a {
    color: #FFFFFF;
}

.nav-deposit>li:hover a {
    color: #000000;
}

.nav-deposit>li.active>a,
.nav-deposit>li.active>a:hover,
.nav-deposit>li.active>a:focus {
    color: #fcee1b;
    cursor: default;
    background-color: #112532;
    border: 1px solid #112532;
    border-bottom-color: transparent;
}

.deposit-content {
    background: #112532;
    padding: 15px;
}

/***************************
***** Registration CSS *****
***************************/
.regTable>tbody>tr>td {
    padding: 2px;
}

.regDescrip {
    font-size: 11px;
}

.reg-btn {
    background: url(../images/common/btn-login.jpg) repeat-x;
    color: #000000;
    min-width: 100px;
    background-size: 100% 100%;
    box-shadow: inset 0px 0px 4px 1px #866d35;
}

.reg-btn:hover {
    filter: brightness(0.5);
    color: #000000;
}

/*************************
***** Afterlogin CSS *****
*************************/
.member-name {
    float: left;
    font-sie: 13px;
    color: #FFFFFF;
    padding-top: 8px;
}

.topBalance {
    float: left;
    margin-left: 6px;
}

.topBalance .fa-balance {
    font-size: 15px;
}

.topBalance .dropdown button>.fa {
    float: left;
    padding-top: 2px;
}

.topBalance .btn_balance,
.btn_balance:hover {
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
    background: linear-gradient(to bottom, rgba(58, 52, 54, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid #000000;
    width: 250px;
    text-align: right;
    font-size: 13px;
    color: #fff;
}

.topBalance .caret {
    margin-left: 5px;
}

.topBalance .dropdown-menu {
    padding: 2px 5px;
    background: #052d39;
    border: 1px solid #1d424b;
    border-radius: 4px;
    width: 250px;
}

.topBalance .dropdown-menu>li>div>span>a {
    display: inline;
    color: #333;
}

.topBalance .dropdown-menu>li>div>div.suite {
    width: 100px;
    float: left;
    padding: 3px 0px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
}

.topBalance .dropdown-menu>li>div>div.remaining {
    float: right;
    padding: 3px 0px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
}

.tabs-member {
    border-bottom: none;
    border-right: none;
}

.tabs-member>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-member>li {
    margin-right: 0px;
}

.tabs-member>li.active>a,
.tabs-member>li.active>a:hover,
.tabs-member>li.active>a:focus {
    border-bottom-color: #193648;
    border-right-color: transparent;
}

.tabs-member>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #ffffff;
    background: #2b7987;
    border: none;
}

.tabs-member>li>a:hover {
    color: #ffffff;
    background: #052d39;
    border-right: none;
}

.tabs-member>li.active>a,
.tabs-member>li.active>a:hover,
.tabs-member>li.active>a:focus {
    color: #fcee1b;
    cursor: default;
    background-color: #052d39;
    border: 1px solid #052d39;
    border-bottom-color: #052d39;
}

.member-content {
    border: 1px solid #193648;
    background: #052d39;
    padding: 15px;
    min-height: 384px;
    color: #fff;
}

.member-content .form-group {
    margin-bottom: 10px;
}

.member-content label {
    margin-bottom: 3px;
}

.nav-member {
    border-bottom: 1px solid #112532;
}

.nav-member>li>a {
    color: #FFFFFF;
}

.nav-member>li>a:hover {
    background: none;
    border: none;
}

.nav-member>li:hover a {
    color: #fcee1b;
}

.nav-member>li.active>a,
.nav-member>li.active>a:hover,
.nav-member>li.active>a:focus {
    color: #fcee1b;
    cursor: default;
    background-color: #112532;
    border: 1px solid #112532;
    border-bottom-color: transparent;
}

.member-incontent {
    background: #112532;
    padding: 15px;
}

.login-table {
    background: #18232b;
    border: 1px solid #2b7987;
    border-collapse: collapse;
}

.login-table>tbody>tr>th {
    background: url(../images/common/subpage-title.jpg) repeat-x;
    border: 1px solid #2b7987;
    padding: 7px;
    text-align: center;
    color: #fcee1b;
}

.login-table>tbody>tr>td {
    padding: 5px;
    border: 1px solid #2b7987;
    text-align: center;
    color: #fff;
}

.af-btn {
    background: url(../images/common/btn-login.jpg) repeat-x;
    color: #000000;
    min-width: 100px;
    background-size: 100% 100%;
    box-shadow: inset 0 1px 4px 1px #96773c;
}

.af-btn:hover {
    filter: brightness(0.5);
    color: #000000;
}

/********************
***** Modal CSS *****
********************/
.modal-content {
    background-color: #dcebed;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #0d3453;
}

.modal-body {
    padding: 10px;
    border-bottom: 1px solid #0d3453;
    border-top: 1px solid #124c78;
}

.modal-footer {
    padding: 10px;
    border-top: 1px solid #124c78;
}

.modal-header h4 {
    font-size: 16px;
    font-weight: bold;
}

.modal-table {
    background: #b5b5b5;
    border: 1px solid #387298;
    border-collapse: collapse;
}

.modal-table>tbody>tr>th {
    background: #2b7a89;
    border: 1px solid #2b7a89;
    padding: 7px;
    text-align: center;
    color: #fcee1b;
}

.modal-table>tbody>tr>td {
    padding: 3px 5px;
    border: 1px solid #387298;
}

.modal-btn {
    background: url(../images/common/btn-login.jpg) repeat-x;
    color: #000000;
    min-width: 124px;
}

.modal-btn:hover {
    background: #e8e20f;
    color: #000000;
}

.modal-content .form-control {
    height: 30px;
    padding: 5px;
}

.modal-yellow {
    color: #fcee1b;
    font-weight: bold;
}

.mRightTile {
    font-size: 15px;
    font-weight: bold;
}

.mRightDevice {
    font-size: 14px;
}

.mobDL {
    padding-top: 5px;
}

.mobDL a {
    color: #000000;
}

.mobDL a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* EDIT */
.center-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step-wrapper {
    width: 35%;
}

.jackpot-wrapper {
    align-items: center;
    display: flex;
    width: 65%;
    justify-content: end;
}

.jackpot-title-wrap .jackpot-title-en {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #093740;
    margin-right: 6px;
}

.jackpot-title-cn {
    font-size: 37px;
    color: #093740;
    font-weight: bold;
    margin-top: -8px;
}

.jackpot-currency {
    float: left;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #093740;
    font-size: 45px;
    margin-right: 10px;
}

.jackpot-digit {
    background: url(../images/common/jackpot-bg.png)no-repeat center top;
    width: 69%;
    font-size: 49px;
    /* margin-left: 18px; */
    font-weight: bold;
    letter-spacing: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.empty {
    width: 16px;
}

/* SPORTS */
.sport-bg {
    background: url(../images/bg-sp.jpg)no-repeat center top;
    padding-top: 35px;
    padding-bottom: 20px;
}

.sport-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sport-wrapper .sport-box {
    width: 25%;
    position: relative;
    text-align: center;
}

.sport-wrapper .sport-box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sport-wrapper .sport-box .btn-play-sports {

    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 5px;
}

.sport-wrapper .sport-box .btn-play-sports a {
    background: url(../images/common/btn-gold.png)repeat-x center;
    background-size: 100% 100%;
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 6px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 1px 1px 1px #000;
    font-weight: 900;
}

.sport-wrapper .sport-box .btn-play-sports:hover a {
    filter: drop-shadow(0px 1px 1px #000);
}

/* CASINO */
.casino-bg {
    background: #e7f1f3;
}

.pt-3 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.casino-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.casino-wrapper .casino-box {
    width: 100%;
    position: relative;
}

.casino-wrapper .casino-box img {
    width: 100%;
}

.casino-wrapper .casino-box .btn-play {
    color: #000;
    position: absolute;
    bottom: 5%;
    right: -53%;
    width: 30%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background: none;
    box-shadow: none;
}

.casino-wrapper .casino-box .btn-play a {
    background: url(../images/common/btn-gold.png)repeat-x center;
    background-size: 100% 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 6px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 1px 1px 1px #000;
    font-weight: 900;
    text-align: center;
}

.casino-wrapper .casino-box .btn-play a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    transition: all 0.3s;
    filter: drop-shadow(0px 2px 1px #000);
}

/* SLOT */
.slot-tab {
    border: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

.slot-tab li {
    background: url(../images/common/subgame-menu.jpg)repeat-x;
    border-radius: 0;
    margin: 0;
    color: #fff;
    border: none;
    padding: 10px 21px;
    font-weight: 800;
}

.slot-tab li:hover {
    background: url(../images/common/subgame-menu-active.jpg)repeat-x;
    border: none;
    color: #403c19;
    margin: 0;
}

.slot-tab li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slot-tab li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slot-tab li.active {
    background: url(../images/common/subgame-menu-active.jpg)repeat-x;
    color: #403c19;
}

.slot-tab li a {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}

.slot-tab>li.active>a,
.slot-tab>li.active>a:hover,
.slot-tab>li.active>a:focus {
    color: #403c19;
    background: none;
    border: none;
}

.slot-tab>li>a:hover,
.slot-tab>li>a:focus {
    background: none;
    color: #403c19;
}

.slots-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    /* max-width: 940px; */
    margin: auto;
    padding: 25px 0;
}

.slots_opt {
    padding: 10px 22px;
    display: inline-block;
}

.slots_opt img {
    max-height: 50px;
}

.slots_opt.active,
.slots_opt:hover {
    background: linear-gradient(to bottom, #fbe5ce 0%, #ba9c7a 100%);
}

.slotsbox {
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(45, 45, 45, 0.1), 0 4px 4px 0 rgba(49, 49, 49, 0.1), 0 8px 8px 0 rgba(42, 42, 42, 0.1), 0 16px 16px 0 rgba(32, 32, 32, 0.1);
}

.sg_name {
    white-space: nowrap;
    max-width: 100%;
    font-size: 13px;
    padding: 6px 2px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
}

.gm_hover {
    visibility: hidden;
    opacity: 0;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.slotsbox:hover .gm_hover {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
}

.plywrap {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.slotsbox:hover .gm_hover .plywrap {
    visibility: visible;
    opacity: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.play_slots {
    background: url(../images/common/btn-gold.png)repeat-x center;
    color: #000;
    box-shadow: 0 5px 10px 0 rgba(6, 8, 15, 0.3), inset 0 0 3px 0 #FFDD8F;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s;
    display: block;
    margin: auto;
    text-shadow: 1px 1px 8px #000;
    text-align: center;
    max-width: 100px;
    padding: 6px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
}

.play_slots:hover {
    color: #000;
    text-decoration: none;
}

.demo_play {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
}

.demo_play:hover {
    text-decoration: underline;
    color: #fff;
}

/* QIPAI */
.qipai-bg {
    background: url(../images/bg-qp.jpg)no-repeat;
}

.qipai-box {
    width: 19% !important;
}

/* HORSE */
.horse-bg {
    background: url(../images/hr-rcb.jpg)no-repeat top center;
    min-height: 650px;
}

.horse-wrapper {
    position: relative;
    min-height: 650px;
}

.btn-play {
    background: url(../images/common/btn-gold.png)repeat-x center;
    background-size: 100% 100%;
    width: 20%;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 6px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 1px 1px 1px #000;
    font-weight: 900;
    text-align: center;
    position: absolute;
    bottom: 26%;
    left: 12%;
}

.btn-play:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
    color: #000;
}
/* lottery */
.lottery-bg {
    background: url(../images/lot-tcg.jpg)no-repeat top center;
    min-height: 650px;
}

.lottery-wrapper {
    position: relative;
    min-height: 650px;
}

/* INBOX */
.inbox-table {
    margin-top: 30px;
}

.inbox-table table {
    margin: 0 auto;
    width: 100%;
}

.inbox-table table th {
    border: 1px solid #297684;
    padding: 10px;
    text-align: center;
    background: #2b7987;
    color: #fff;
}

.inbox-table table td {
    border: 1px solid #2b7a89;
    padding: 5px;
    text-align: center;
}

.inbox_msg_text {
    cursor: pointer;
}

.btn-close {
    background: url(../images/common/btn-login.jpg) repeat-x;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border: none;
    border-radius: 4px;
    background-size: 100% 100%;
}

.mr-2 {
    margin-right: 20px;
}

/* REBATE */
.text-center {
    text-align: center;
}

.mt-3 {
    margin-top: 30px;
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rebate-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.rebate-select strong {
    margin-right: 10px;
}

.ml-1 {
    margin-left: 10px;
}

/* DOWNLOAD */
.download-body {
    padding: 20px;
}

.title-provider {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.download-area {
    display: flex;
    justify-content: space-around;
    max-width: 420px;
    margin: 5px auto 20px;
    text-align: center;
}

.device-type {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.device-type i {
    color: #2e7f8e;
}

.device-type i {
    margin-right: 10px;
    font-size: 20px;
}

.qr-img {
    margin-bottom: 10px;
}

.qr-img img {
    max-width: 110px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 60%);
}

a.dl-btn {
    display: inline-block;
    background: url(../images/common/btn-login.jpg) repeat-x;
    color: #000;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
}

a.dl-btn:hover {
    box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.3);
    background: #AB0303;
}

.info-access {
    max-width: 500px;
    margin: auto;
    overflow: auto;
    margin-bottom: 15px;
}

table.info-table tr td {
    background: #000;
    color: #fff;
    padding: 8px 5px;
    border: 1px solid #1e606d;
}

table.info-table tr td:last-child {
    text-align: left;
    padding: 8px 10px;
}

input.access-input {
    border: none;
    background: #1b1b1b;
    padding: 5px;
    color: #fff;
}

.passtext {
    font-size: 10px;
    color: #989898;
}

button.password-btn {
    border: none;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 20px;
    background: url(../images/common/btn-login.jpg) repeat-x;
}

button.password-btn:hover {
    filter: brightness(0.5);
    box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.3);
}

/* BLOG */
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    border: 1px solid #274a54;
    border-radius: 10px;
    background: #3b3b3b;
    margin-top: 41px;
}

.blog-title-box {
    background: #052d39;
    padding: 7px;
    display: flex;
}

.blog-title-box i {
    font-size: 21px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-time-title {
    color: #fff;
}

.blog-content {
    color: #fff;
    margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #f0b90b;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}

.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    border-radius: 10px;
}

.moreinfo_btn {
    background: url(../images/common/btn-login.jpg) repeat-x;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.blog_details_txt {
    color: #fff;
}

.blog_details_title {
    color: #881850;
    font-size: 18px;
}

.blog-title-box i.fab_custom {
    font-size: 18px;
    color: #ffffff;
    margin-left: 0;
    margin-right: 16px;
    border: 1px solid #f1b90a;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}

.blog_back {
    align-self: center;
    margin-left: auto;
}

.position-relative {
    position: relative;
}

.slot-jackpot {
    background: url(../images/slots-jackpot-bg.png)no-repeat center top;
    position: absolute;
    bottom: 0;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    width: 100%;
}

.slotjackpot-digit {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-top: 47px;
}

/* BOTTOM LOBBY */
.bottom-lobby-wrapper {
    border-radius: 4px;
    padding: 5px;
    background: #062e36;
}

.top-lobby {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.top-lobby a {
    width: 100%;
}

.top-lobby-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    position: relative;
}

.bottom-lobby {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 10px;
}

.bottom-lobby a {
    width: 100%;
}

.top-lobby-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    position: relative;
}

.bottom-lobby-wrap {
    display: grid;
    grid-gap: 10px;
    position: relative;
}
/* 25/4/2022 */
.reg-bg{
    background: #00000017;
}
.phone-select {
    display: flex;
    padding: 0;
    align-items: center;
}

.phone-select select {
    width: 30%;
    padding: 0;
    border: none;
    height: 30px;
}

.phone-select input {
    background: none;
    border: none;
}

.veri-code {
    position: relative;
}

.veri-code img {
    position: absolute;
    right: 0;
    top: 0;
}

/************************* Deposit ***********************/
main.b-slot {
    padding-bottom: 90px;
}

.user-info {
    color: #687da8;
    margin-right: 15px;
    margin-left: 15px;
}

.af-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    padding-top: 10px;
}

.af_top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.af_user {
    color: #fff;
    margin-right: 10px;
}

.btn-acc {
    background: rgba(197, 171, 141, 1);
    background: -moz-linear-gradient(top, rgba(197, 171, 141, 1) 0%, rgba(254, 243, 221, 1) 16%, rgba(254, 243, 221, 1) 24%, rgba(176, 139, 97, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197, 171, 141, 1)), color-stop(16%, rgba(254, 243, 221, 1)), color-stop(24%, rgba(254, 243, 221, 1)), color-stop(100%, rgba(176, 139, 97, 1)));
    background: -webkit-linear-gradient(top, rgba(197, 171, 141, 1) 0%, rgba(254, 243, 221, 1) 16%, rgba(254, 243, 221, 1) 24%, rgba(176, 139, 97, 1) 100%);
    background: -o-linear-gradient(top, rgba(197, 171, 141, 1) 0%, rgba(254, 243, 221, 1) 16%, rgba(254, 243, 221, 1) 24%, rgba(176, 139, 97, 1) 100%);
    background: -ms-linear-gradient(top, rgba(197, 171, 141, 1) 0%, rgba(254, 243, 221, 1) 16%, rgba(254, 243, 221, 1) 24%, rgba(176, 139, 97, 1) 100%);
    border: 1px solid #f1d59b;
    padding: 4px 30px;
    border-radius: 0px;
    color: #2f1f15;
    margin-left: 5px;
    font-weight: bold;
}

.btn-acc:hover {
    background: rgba(176, 139, 97, 1);
    background: -moz-linear-gradient(top, rgba(176, 139, 97, 1) 0%, rgba(254, 243, 221, 1) 76%, rgba(254, 243, 221, 1) 84%, rgba(197, 171, 141, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176, 139, 97, 1)), color-stop(76%, rgba(254, 243, 221, 1)), color-stop(84%, rgba(254, 243, 221, 1)), color-stop(100%, rgba(197, 171, 141, 1)));
    background: -webkit-linear-gradient(top, rgba(176, 139, 97, 1) 0%, rgba(254, 243, 221, 1) 76%, rgba(254, 243, 221, 1) 84%, rgba(197, 171, 141, 1) 100%);
    background: -o-linear-gradient(top, rgba(176, 139, 97, 1) 0%, rgba(254, 243, 221, 1) 76%, rgba(254, 243, 221, 1) 84%, rgba(197, 171, 141, 1) 100%);
    background: -ms-linear-gradient(top, rgba(176, 139, 97, 1) 0%, rgba(254, 243, 221, 1) 76%, rgba(254, 243, 221, 1) 84%, rgba(197, 171, 141, 1) 100%);
}

.btn-afbtn {
    border: 2px solid #2e8190;
    padding: 5px 18px;
    border-radius: 0px;
    color: #ffffff !important;
    margin-left: 5px;
    font-weight: bold;
    -webkit-appearance: initial;
    border-radius: 25px;
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    font-size: 14px;
}

.btn-afbtn2 {
    border: none;
    padding: 3px 22px;
    border-radius: 0px;
    margin-left: 5px;
    font-weight: bold;
    -webkit-appearance: initial;
    border-radius: 25px;
    background: #f7ffc3;
    color: #000 !important;
    border: 1px solid #f7ffc3;
    position: relative;
    top: -3px;
    font-size: 14px;
}

.drop-in ul {}

.dropdown-menu {
    min-width: 260px;
    background: #000000ba;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border-radius: 8px;
    left: -17px;
    border: 1px solid #f7ffc3;
    margin-top: 1px;
}

.drop-in ul li {
    display: flex;
    cursor: pointer;
}

.drop-1 {}

.dropdown {
    display: flex;
}

.drop-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.dropdown {
    display: flex;
}

.af-in {
    display: flex;
    margin-top: 25px;
    padding-bottom: 25px;
justify-content: space-between;}

.af-menu {
    width: 20%;
    text-align: center;
    position: relative;
    display: table;
    border-radius: 8px;
    margin-right: 25px;
    flex: 1 0;
    background: #18232bd4;
    color: #fff;
border: 2px solid #2e8190;}

.vip-ico {}

.vip-ico h5 {
    font-size: 15px;
    margin: 20px 0px 10px 0px;
    font-weight: bold;
}

.vip-ico p {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #fef991;
}

.af-menu ul {
    margin-top: 35px;
    margin-bottom: 20px;
list-style: none;padding-left: 0;}

.af-menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 0px;
    border-left: 2px solid #fff0;
    font-weight: bold;
}

.af-menu ul li a:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
}

.af-menu ul li a.active {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
}




.af-detail {
    padding: 30px 33px;
    width: 100%;
    
    border: 1px solid #193648;
    background: #052d39;
    color: #fff;
}

.btn-top {
    display: flex;
    margin-bottom: 30px;
}

.btn-top a {
    border: 2px solid #fefa93;
    padding: 5px 12px;
    margin-right: 13px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: initial;
    text-align: center;
}

.btn-top a.active {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #000;
    border: 2px solid #fefa93;
}

.btn-top a:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #000;
    border: 2px solid #fefa93;
}

.btn-top3 {
    display: flex;
    margin-bottom: 30px;
}

.btn-top3 a {
    border: 2px solid #2e8190;
    padding: 5px 12px;
    margin-right: 13px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: initial;
    text-align: center;
    width: 150px;
}

.btn-top3 a.active {
    color: #fff;
    border: 2px solid #2e8190;
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
}

.btn-top3 a:hover {
    background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #ffffff;
    border: 2px solid #2e8190;
}

.form-group label {
    color: #fff;
    text-transform: uppercase;
}

.box-bank ul {
    display: flex;
    margin-top: 10px;
padding-left: 0;list-style: none;}

.box-bank ul li:first-child {
    margin-left: 0px;
}

.box-bank ul li {
    margin-left: 15px;
}

.form-group {
    margin-bottom: 2em;
}

.box-amount ul {
    display: flex;
    margin-top: 10px;
list-style: none;padding-left: 0;}

.btn-bank {
    background: #000000a6;
    width: 115px;
    padding: 9px 0px;
    border-radius: 8px;
    font-size: 14px;
    color: #e6ebf6;
    border: 2px solid #2e8190;
}

.btn-bank.active {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
}

.btn-bank:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
}

.box-amount ul li:first-child {
    margin-left: 0px;
}

.box-amount ul li {
    margin-left: 15px;
}


.af-in input.form-control {
    color: #000;
    height: 40px;
}

.af-in input.form-control:focus {
    color: #000;
}

input.form-control:focus {
    color: #fff;
}

.box-amount2 ul li:first-child {
    margin-left: 0px;
}

.box-amount2 ul li {
    margin-left: 15px;
}

.box-amount2 ul {
    display: flex;
    margin-top: 10px;
padding-left: 0;list-style: none;}

.btn-bank2 {
    background: #0000009e;
    width: 103px;
    padding: 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    color: #687dad;
    border: 2px solid #2e8190;
}

.box-amount2 ul li .active img {
    filter: brightness(0);
}

.box-amount2 ul li img {
    height: 30px;
    filter: brightness(0) invert(1);
}

.box-amount2 ul li:hover img {
    filter: brightness(0) invert(1);
}

.btn-bank2.active {
    background: linear-gradient(to right, rgba(233, 191, 55, 1) 0%, rgba(255, 252, 150, 1) 100%);
}

.btn-bank2:hover img {
    filter: brightness(0) !important;
}

.btn-bank2:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
}

.btn-amt {
    padding: 9px 0px;
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #e9c13a;
    background: #fff;
    width: 100%;
}

.box-amount3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
padding-left: 0;list-style: none;}

.box-amount3 ul li {
    
    margin-top: 14px;
}

.box-amount3 ul li:first-child {
    margin-left: 0px;
}

.box-amount3 ul li:nth-child(9) {
    margin-left: 0px;
}

.btn-amt:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #000;
}

.btn-amt.active {
    background: #687dad;
    color: #fff;
}

.af-date {
    display: flex;
}

.af-date .form-control {
    width: 35%;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}

.af-date .date-2 {
    width: 25%;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}

.af-date .date-3 {
    width: 25%;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}


.af-in select.form-control {
    padding: 0.375rem 0.75rem;
    height: auto;
    font-size: 14px;
    height: 40px;
}

.upload-file {
    display: flex;
    position: relative;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-file {
    background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
    padding: 5px 20px;
    height: 40px;
    top: 1px;
    position: relative;
    margin-left: 10px;
    border-radius: 20px;
border: 2px solid #2e8190;}

.btn-submt {
    width: 280px;
    background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #fff;
    font-size: 19px;
    padding: 10px 25px;
    border-radius: 25px;
    
    font-weight: bold;
border: none;}

.btn-submt:hover {}

.dropdown-menu ul li:first-child {
    margin-top: 1px;
}

.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0px 10px;
    cursor: pointer;
}

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
    color: #fff;
}

li {}

.am-prov {
    text-align: right;
    float: right;
    display: flex;
    position: relative;
    top: -2px;
}

.btn-in {
    padding: 3px 6px;
    font-size: 12px;
    background: #7ab529;
    margin-left: 8px;
    color: #fff;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 3px 5px;
    font-size: 12px;
    background: #b5171d;
    color: #fff;
}

.am-prov .prov-in {
    width: auto;
}

.prov-am {
    padding-top: 14px;
    font-size: 13px;
    line-height: 0px;
}

.drop-menu ul li:first-child {
    background: none;
    border: none;
    padding: 0px;
}

.drop-menu ul li a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px;
    color: #fff;
}

.dropdown-menu2 {
    min-width: 115px !important;
    left: 6px;
}

.drop-menu ul li {
    padding: 0px;
}

.drop-menu ul li a:hover {
    color: #000;
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
}

.drop-menu ul {}

.drop-menu ul li:last-child a:hover {
    border-radius: 0px 0px 6px 6px;
}

.drop-menu ul li:first-child a:hover {
    border-radius: 6px 6px 0px 0px;
}

.exp {
    display: table;
    margin-bottom: 25px;
}

.exp .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.exp label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.exp label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 2px solid #f7ffc2;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    top: -1px;
}

.exp label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #000000;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 4px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

.exp label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #000000;
    position: absolute;
    transform: rotate(305deg);
    top: 13px;
    left: 6px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

.exp label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}

.exp label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"] {
    display: none;
}

.exp input[type="checkbox"]:checked+label span {
    background-color: #fff;
    transform: scale(1.25);
}

.exp input[type="checkbox"]:checked+label span:after {
    width: 10px;
    background: #000000;
    transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked+label span:before {
    width: 5px;
    background: #000000;
    transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked+label:hover span {
    background-color: #9b93a6;
    transform: scale(1.25);
}

.exp input[type="checkbox"]:checked+label:hover span:after {
    width: 10px;
    background: #ffffff;
    transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked+label:hover span:before {
    width: 5px;
    background: #ffffff;
    transition: width 150ms ease 100ms;
}

.btn-top2 {
    display: flex;
    margin-bottom: 25px;
}

.af-ttle {
    color: #fdf58d;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    line-height: 32px;
}

.btn-amts {
    border: 2px solid #fdf58d;
    padding: 2px 0px;
    border-radius: 20px;
    color: #fdf58d;
    font-weight: bold;
    margin-right: 20px;
    font-size: 14px;
    line-height: 27px;
    width: 150px;
    text-align: center;
}

.btn-amts:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    color: #000;
}

.btn-amts2 {
    border: 2px solid #fef891;
    padding: 2px 0px;
    border-radius: 20px;
    color: #000000;
    font-weight: bold;
    background: #fdf68d;
    margin-right: 15px;
    font-size: 14px;
    line-height: 27px;
    width: 150px;
    text-align: center;
}

.btn-amts2:hover {
    border: 2px solid #d41819;
    background: none;
    color: #ffffff;
}

.btn-amts3 {
    border: 2px solid #fefa93;
    padding: 2px 0px;
    border-radius: 20px;
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    font-weight: bold;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    width: 150px;
    text-align: center;
}

.btn-amts3:hover {
    background: none;
    color: #ffffff;
}

.box-prov {
    padding: 23px;
    background: #000000;
    border-radius: 8px;
    margin-top: 5px;
    border: 1px solid #fdf58d;
}

.box-prov ul li {
    margin-left: 10px;
    border: 1px solid #fdf58d;
    width: 147px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.box-prov ul li:nth-child(5n+1) {
    margin-left: 0px;
}

.box-prov ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.prov-amot {
    background: #fff;
    border-radius: 20px;
    border: 2px solid #525252;
    margin: 0px 5px;
    margin-top: 5px;
    color: #000;
}

.box-prov ul li:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.box-prov ul li:hover {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
}

.box-prov ul li.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0);
}

.box-prov ul li a img {
    filter: brightness(0) invert(1);
}

.box-prov ul li:hover img {
    filter: brightness(0);
}

.box-prov ul li.active {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
}

.form-draw .form-group {
    margin-bottom: 0.9em;
}

.col4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    width: 25%;
}

.col8 {
    width: 75%;
}

.btn-top p {
    color: #fefb95;
    font-weight: bold;
}

.row {
    margin: 0px;
}

.srh-box {
    display: flex;
    background: #ebebeb;
    border-radius: 10px;
}

.input-group-text {
    border: none;
    background: none;
}

.srh-box .form-control {
    border: none;
    padding: 10px 0px;
    margin: 0px;
}

.srh-box span {}

.af-date span {
    margin: 5px 15px;
    line-height: 30px;
}

.btn-search {
  background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    border-radius: 20px;
    color: #000;
    padding: 7px 30px;
    margin-left: 15px;
    border: 1px solid #fefa93;
}

.btn-search i {
    margin-right: 10px;
}

.btn-search:hover {
    border: 1px solid #fefa93;
    background: none;
    color: #ffffff;
}

span.input-group-text {
    margin: 5px 5px;
}

.history-table {
    display: table;
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin: 0px;
    margin-top: 15px;
}

.history-cell {
    display: table-cell;
    text-align: center;
    padding: 10px 0px;
}

.co-3 {
    width: 20%;
}

.co-2 {
    width: 12%;
}

.co-1 {
    width: 16%;
}

.history-t tr td {
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
    color: #697eab;
}

.history-t {
    margin-top: 15px;
    background: #f6f9fa;
}

.history-t tr:nth-child(even) {
    background: #eaf2f5;
}

.search-bar .form-group {}

.af-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: inherit;
    align-content: stretch;
}

.af-box ul li {
    width: 49%;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 8px;
}

.grap-box-1 {
    padding: 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.af-box {
    width: 935px;
}

.grap-box-1 img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.af-box ul li h5 {
    color: #8d8d8d;
}

.grap-top {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.btn-gp-1 {
    background: #d54875;
    border: 1px solid #d54875;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

.btn-gp-1:hover {
    background: none;
    color: #d54875;
}

.btn-gp-2 {
    background: #9f64fa;
    border: 1px solid #9f64fa;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

.btn-gp-2:hover {
    background: none;
    color: #9f64fa;
}

.form-control:focus {}

select.form-control:focus {
    outline: none;
    border-color: #a164f8;
    box-shadow: none;
}
.box-amount3 ul{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 10px;
}
.step-wrap ul::before{
    display: none;
}
.step-wrap ul {
    display: flex;
    color: #fff;
    padding: 0px;
    justify-content: space-between;
    margin: 0px;
    position: relative;
    width: 250px;
    flex-direction: row;
    border: none;
z-index: 1;}

.step-wrap ul li {
    list-style: none;
    /* margin: 0px 41px; */
    z-index: 10;
}

.btn-step-act {
    background: #d7b556 !important;
}

.step-wrap ul li a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
    background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    z-index: 10;
    border: 2px solid #2e8190;
    color: #fff !important;
}

.step-wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.step-wrap ul::after {
    content: '';
    background-color: #2e8190;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 98%;
    z-index: 1;
    margin: 0px auto;
    right: 0;
}
.notice-wrap{
    background:#18232bd4;
    border:2px solid #2e8190;
    padding:15px;
    margin-top: 40px;
    border-radius: 10px;
    font-size: 18px;
}
.af-input-wrap{
    display: flex;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    align-items: center;
    justify-content: space-between;
}
.btn-wrap{
    justify-content: space-around;
    display: flex;
}
.btn-cpy{
    background: linear-gradient(to bottom, #2e8190 0%,#0e424d 100%);
    z-index: 10;
    border: 2px solid #2e8190;
    color: #fff !important;
    border-radius: 20px;
    padding: 1px 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border: none;
    box-shadow: none;
}
.ml-2{
    margin-left: 10px;
}
.qr_cs{
    text-align: center;
    margin-bottom: 30px;
}
.qr_cs img{
    max-width: 100px;
}
.copy_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_copy{
    right: 0;
    font-size: 15px;
    top: 0;
    padding: 8px;
width: 100%;}
.af-dtl{
    margin: 0;
    margin-left: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-4{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:stretch;width:25%;}
.col-8{width:75%;}
.w_amount_warp{
    display: flex;
    align-items: center;
}
/* 9/5/2022 */
.top-wrapper{
    display: flex;
    align-items: center;
}
.justify-content-end{
    justify-content: end;
display: flex;}
.media-controller{
    position: fixed;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    padding: 10px;
    z-index: 999;
    background: url(../images/common/menu-home.jpg) repeat-x;
}
.float-left{
    float:left;
}
.mr-2{
    margin-right: 10px;
}
.mt-2{
    margin-top: 10px;
}

.music-wrapper-bar{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.bottom-wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
    float: right;
margin-top: 5px;}
.controller{
    padding: 5px;
    border-radius: 5px;
    border: none;
}
/* 1/6/2022 */
.otp-sec{
    text-align: center;
}
.otp-sec form{
    display: block;
    width: 100%;
}
.otp-sec h4{
    color:#000;
}
#inputs{
    margin-top: 10px;
    margin-bottom: 10px;
display: flex;flex-wrap: wrap;justify-content: center;}
.digit{
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    color: transparent;
    box-shadow: 0px 2px 5px -2px #1492b4ce;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #040404bb;
    transition: 0.3s transform;
}
.resend{
    color: #000;
    margin-bottom: 10px;
}
button.close-modal{
    position: absolute;
    right: 15px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(to bottom, rgba(255, 174, 0, 1) 0%, rgba(255, 102, 0, 1) 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .modal-body img{
border: none!important;
}
.modal-body .btn-submt{
    width: 100%;
    color: #000;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    background: url(../images/common/btn-login.jpg) repeat-x;
    border: none;
background-size: 100% 100%;}
.congratz-wrap {
    text-align: center;
}

.congrat {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    color: #000;
}

/* 26082024 */
.esport-bg {
    background: url(../images/bg-esp.jpg)no-repeat center top;
    padding-top: 35px;
    padding-bottom: 20px;
}

.esport-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10%;
}

    .esport-wrapper .sport-box {
        width: 25%;
        position: relative;
        text-align: center;
    }

        .esport-wrapper .sport-box:hover {
            transform: translateY(-10px);
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

        .esport-wrapper .sport-box .btn-play-sports {
            color: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 5px;
            margin: 0 auto;
            border-radius: 5px;
        }

            .esport-wrapper .sport-box .btn-play-sports a {
                background: url(../images/common/btn-gold.png)repeat-x center;
                background-size: 100% 100%;
                width: 50%;
                display: block;
                margin: 0 auto;
                padding: 6px;
                border-radius: 5px;
                color: #000;
                box-shadow: 0 1px 1px 1px #000;
                font-weight: 900;
            }

            .esport-wrapper .sport-box .btn-play-sports:hover a {
                filter: drop-shadow(0px 1px 1px #000);
            }

.pro-cat .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .pro-cat .nav .nav-link.active, .pro-cat .nav .nav-link:hover {
        background: transparent;
        border: 0px;
        filter: drop-shadow(5px 5px 10px #092a73);
    }

    .pro-cat .nav::before,
    .pro-cat .nav::after {
        display: none;
    }

.pro-cat {
    width: 100%;
}

    .pro-cat .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: transparent;
        border: 0px;
    }

.reward-des {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reward-point {
    color: #00fff6;
}

    .reward-point h3 {
        margin: 0px;
    }

.btn-redeemreward {
    background: url(../images/reward/btn-redeem.png)no-repeat center;
    background-size: 100% 100%;
    color: #000;
    padding: 5px;
    display: block;
    height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    width: 80px;
    text-align: center;
    font-size: 15px;
}

.reward-name {
    color: #fff;
    font-size: 15px;
    height: 20;
}

.reward-div {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}

.prize-col {
    background: #062e36;
    border-radius: 10px;
    padding: 2px;
}

.prize-img img {
    border-radius: 10px 10px 0px 0px;
}

.prize-des {
    padding: 5px 10px;
}

.rewardlist {
    margin-top: 20px;
}

a.btn-redeemreward:hover {
    text-decoration: none;
    color: #000;
}

.modal-dialog.tnc {
    width: 900px;
    margin-top: 10%;
}

.modal-content.tnc {
    background: #000;
    box-shadow: 0px 0 11px 2px #00fff6;
    border-radius: 10px;
}

.tnc .modal-body {
    padding: 15px;
    position: relative;
}

.tnc .row {
    margin: 0;
}

.tnc .modal-body img {
    border-radius: 7px;
    width: 100%;
}

.tnc .product-name {
    display: flex;
    align-items: center;
}

.tnc .stock-sold meter {
    width: 55%;
}

.tnc .stock-sold span {
    color: #de00ff;
    width: 45%;
}

.tnc meter {
    height: 35px;
}

    .tnc meter::-webkit-meter-bar {
        background: #000;
        padding: 5px;
        border: 1px solid #fff;
        box-shadow: 0px 0px 3px #fff;
    }

    .tnc meter::-webkit-meter-optimum-value {
        background: #de00ff;
    }

button.wxclose {
    background: #000;
    box-shadow: 0px 0px 10px 3px #02debe;
    border-radius: 50%;
    color: #00fff6;
    border: none;
    padding: 5px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    font-weight: 700;
}

.product-des {
    padding: 10px;
}

.tnc-title {
    color: #00fff6;
    padding-top: 10px;
    margin-bottom: 20px;
}

.product-spec {
    color: #999999;
}

    .product-spec ul {
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

.product-add-more {
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    margin-top: 90px;
}

.add-more {
    width: 25%;
    margin-right: 10px;
}

.product-add-more input {
    background: #000;
    width: 33%;
    height: 28px;
    text-align: center;
    color: #fff;
}

.add-more-button {
    /* border: 1px solid #7a2986; */
    background: url(../images/btn-play.png)center no-repeat;
    width: 31%;
    background-size: 100% 100%;
    align-items: center;
    height: 31px;
    padding: 0 8px;
    margin-right: 10px;
}

    .add-more-button button {
        border: none;
        background: none;
        color: #fff;
    }

.product-add-more a {
    width: 33%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.border-none {
    border: none;
}

.product-add-more .btn-redeemreward {
    width: 140px;
    height: 40px;
}

.modal-tnc {
    display: flex;
    gap: 20px;
}

.p-2 {
    margin-top: 10px;
}

.pro-cat .nav .nav-link {
    margin: 0px;
    border: 0px;
    line-height: 0px;
    border-radius: 0px;
}

/* 13112024 */
.header-right {
    display: flex;
    align-items: center;
}

.token-balance p {
    margin-bottom: 0px;
}

.token-balance {
    background: linear-gradient(to bottom, rgba(58, 52, 54, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
}