.sports_main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}
.sportProduct a img{
    max-width: 100%;
}
.centereSportWrapper {
    width:100%; background:#1d1919 top center url(../images/en/esports/MainBanner.jpg) no-repeat; min-height:743px;
}
.centervSportWrapper {
    width:100%; background:#1d1919 top center url(../images/en/vsports/MainBanner.jpg) no-repeat; min-height:743px;
}
.centerfishWrapper {
    width:100%; background:#1d1919 top center url(../images/en/fishing/MainBanner.jpg) no-repeat; min-height:743px;
}
.casino_main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}
.casino_main a,.sportProduct{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.casino_main a:hover{
  top: -10px;
}
.sportProduct:hover{
    top: -10px;
    filter: brightness(1.15) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.p2p_main{
  position: relative;
  top: 0;
  transition: top ease 0.5s;   
}
.p2p_main:hover{
  top: -10px;    
}
.slots_main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}
.slotbg img{
    width: 100%;
}

/*blog*/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-title-box {
    background: #186dbb;
    padding: 5px;
    display: flex;
}
.blog-title-box i {
    font-size: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    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: #00cbff;
}
.blog-content {
    color: #fff;
    margin-bottom: 15px;
}
.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    min-width: 18%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.blog-boxer .moreinfo_btn i {
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    width: 17px;
    height: 17px;
    padding: 2px;
}
.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.moreinfo_btn{
    background-color: #00cbff;
    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: #00cbff;
    font-size: 18px;
}
.blog-title-box i.fab_custom{
    font-size: 15px;
    color: #123871;
    margin-left: 0;
    margin-right: 16px;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}
.blog_back{
    align-self: center;
    margin-left: auto;
}
.table{
  color: #fff;
}
/*blogEND*/

.afterlogin_main .tab-content > .tab-pane {
    padding: 0;
    overflow-y: unset;
    border: none;
    background-color: transparent;
}
.nav.deposit_tab > li > a {
    color: #fff;
    font-weight: bold;
    min-width: 130px;
    text-align: center;
}
.deposit_tab.nav-pills > li > a {
    border-radius: 0px;
}
.deposit_tab.nav-pills > li.active > a, .deposit_tab.nav-pills > li.active > a:hover, .deposit_tab.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #006cc0;
    font-weight: bold;
    min-width: 130px;
}
.msgmodal_cla {
    cursor: pointer;
}
.msgmodal_cla i {
    margin-right: 4px;
}
.msg_body{
  border-top:1px solid #fff;
}
#msgmodal .modal-title {
    padding: 0 0 0 10px;
    height: 40px;
    color: #fff;
}

.acc{
    background-color: #b0b0b0;
    margin-left: 10px;
    color: #006cc0;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0px;
    height: 30px;
    padding: 0px 14px;
}
.acc_drop .dropdown-menu{
    background: #b0b0b0;
    width: auto;
    padding: 0;
    border: none;
    left: -34px;    
    border-radius: 0px;
}
.msg_icon{
    margin: 0px 5px;
}
#login11 .modal-header{
    background:none;
    background-color: #000;
}
.modal-title .logo {
    padding: 0px 0 0 150px;
    height: 33px;
}

/*indexnewadd*/
.jackpot_main{
    display: grid;
    grid-template-columns: 30% 45% 25%;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}
.jackpot_bg{
    background-image: linear-gradient(#026cc0, #021c36);
}
.jackpot_prog{
    align-self: self-end;
}
.cashbg_custom{
    padding: 5px 0px;
    position: relative;
}
.cash_text{
    position: absolute;
    color: #fff;
    font-size: 43px;
    bottom: 12px;
    left: 0;
    right: 0;
}
.jackpot_main img{
    width: 100%;
}
.jackpot_btn{
    padding: 0px 0px;
}
.joinanimate img {
    -moz-transition:all .5s ease-in-out 0s;
    -o-transition:all .5s ease-in-out 0s;
    -webkit-transition:all .5s ease-in-out 0s;
}
.joinanimate img:hover { 
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
}
.homecategories1 .title {
    color: #00cbff;
    font-size: 20px;
    margin-top: 10px;
}
.homecategories1 a img{
    transition: transform .5s; /* Animation */   
}
.homecategories1 a img:hover{
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.homecategories1 .categories1PLAY i{
    color: #00cbff;
}

/*promotion*/
.mix {
    display: none;
}
.filter-menu-bar {
    margin: 43px 0;
    min-height: : 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.promotion_text{
    background: #006cc0;
    color: #fff;
    font-size: 18px;
    border-radius: 19px;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -10px;
    position: absolute;
    left: 0;
    right: 0;
}
.pmbox{
    cursor: pointer;
    margin: 0px 20px;
    position: relative;
}
.pmbox img{
    width: 120px;
}
.pmbox.active img{
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
}
.pmbox:hover img{
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
}

/*slide right menu*/
#contactUs {
    position: fixed;
    top: 140px;
    right: -66px;
    z-index: 2;
    transition: all 0.3s;
}

    #contactUs:hover {
        right: 134px;
    }

    #contactUs .side-menu-btn {
        -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
    }

    #contactUs .contact-us {
        transform: rotate(-90deg);
        padding: 10px 10px;
        height: 48px;
        width: 180px;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: -59px;
        margin-top: 113px;
        box-shadow: -2px -2px 4px 0px rgb(0 0 0 / 25%);
        color: #ffffff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    #contactUs .side-menu-content {
        position: absolute;
        top: 47px;
        left: 55px;
        z-index: -1;
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }

        #contactUs .side-menu-content ul {
            padding: 0;
            margin: 0;
            min-height: 280px;
            list-style: none;
        }

        #contactUs .side-menu-content li {
            padding: 0px 5px;
            text-align: center;
            margin: 6px 0px;
            transition: all .3s;
        }

            #contactUs .side-menu-content li:not(:last-child) {
                border-bottom-style: none;
                border-bottom-width: 1px;
            }

        #contactUs .side-menu-content i {
            font-size: 16px;
        }

        #contactUs .side-menu-content .t-ico {
            max-width: 20px;
        }

        #contactUs .side-menu-content .t-contact-img {
            max-height: 120px;
        }

.t-side-menu .t-div .t-bg1, .t-side-menu .t-div .t-bg2 {
    background: #006cc0;
}

.t-side-menu .t-div .t-text2-alt {
    color: #fff;
}

.t-side-menu .t-div .t-text2 {
    color: #1f1f1f;
}

.t-side-menu .t-div .t-bg2-hover:hover {
    background: transparent;
}

.t-side-menu .t-div .t-text2-hover:hover {
    color: #fff;
}

.t-side-menu .t-div .t-border2-hover:hover {
    border-color: #1f1f1f;
}

.livechat-box {
    padding: 10px 20px;
    background-color: #315ebe;
    margin: 0px 15px;
    border-radius: 50px;
    font-size: 15px;
}

    .livechat-box a {
        color: #fff;
    }

    .livechat-box:hover {
        background-color: #274ea1;
    }

.livechat_inner {
    display: flex;
    justify-content: flex-start;
}

.livechat_inner_icon {
    margin-right: 15px;
}

.contact_us_icon {
    font-size: 24px;
    transform: rotate( 90deg);
    padding: 1px 6px;
}

.contact_imglive img {
    width: 135px;
}

.member_txt {
    color: #fff;
    font-size: 19px;
}
/*slide right menu END*/


/*vip*/
.vip_bg {
    background: top center url(../images/en/vip/bg_vip.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.vip_title {
    color: #50b2ff;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 0px 20px 0px;
}

.vip_badge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 0px 100px 50px 100px;
}

.vip_badge_title {
    color: #50b2ff;
    font-size: 22px;
    text-transform: uppercase;
}

.vip_table table {
    color: #50b2ff;
    font-size: 18px;
}

    .vip_table table tr td {
        border: 1px solid #50b2ff;
        text-align: center;
        padding: 10px;
    }

        .vip_table table tr td:first-child {
            text-align: left;
            padding-left: 20px;
        }
/*vipEND*/

/*14/9/2023 addlivetransaction*/

.table_index {
    color: #fff;
    text-align: center;
    /*border-right: 1px solid #632876;*/
    /* background: url(../images/index/ranking-bg.jpg); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.table_grid .table_index:last-child tbody tr {
    border-right: none;
}

.index_topten_table {
    margin: 20px;
    /* background: url(../images/index/ranking-bg.jpg); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.table_index tbody tr th {
    /* background: linear-gradient(180deg, rgba(255,229,148,1) 0%, rgba(229,155,0,1) 60%, rgba(229,155,0,1) 80%, rgba(255,198,18,1) 100%); */
    /* color: #000; */
    padding: 5px;
    font-weight: 900;
    font-size: 18px;
}

.table_index tbody tr {
    border-right: 1px solid #006cc0;
}

.table_index tbody tr:first-child {
    border-right: none;
}

.table_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #006cc02e;
    border: 1px solid #006cc0;
    border-radius: 10px;
}

.hot-blink-me {
    animation: hotblinkme 0.5s linear infinite;
    color: #ffd600;
    font-weight: 900;
    width: 32px;
}
.live_icon {
    animation: hotblinkme 1.5s linear infinite;
    background-color: red;
    padding: 0px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 63px;
    color: #fff;
    font-weight: 500;
    margin-left: auto;
    height: 26px;
    justify-content: center;
}
.live_icon span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    margin: 2px 5px 2px 3px;
}
.index_topten_tit {
    color: #02cbff;
    text-align: left;
    font-weight: 500!important;
    border-bottom: 1px solid #006cc0;
}
.table_index tbody tr th.deposit_index_r {
    /* background: green; */
    color: #59bb46;
    font-size: 17px;
    text-align: left;
}

.table_index tbody tr th.withdraw_index_r {
    /* background: red; */
    color: #e53434;
    font-size: 17px;
    text-align: left;
}
.table_index tbody tr td:first-child{
    text-align: left;
}
.table_index tbody tr td{
    padding: 5px;
    font-size: 15px;
}


@keyframes hotblinkme {
    0% {
        opacity: 0;
    }

    38% {
        opacity: 0;
    }

    39% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
.promo_wrap_inn{
    display: flex;
    grid-template-columns: none;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 2rem);
    padding-bottom: 5%;
    cursor: grab;
    grid-gap: 10px;
}
.promo_product{
    display: block;
}
.indextext_title{
    font-weight: 800;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.promo_product img{
    max-width: 120px;
}
.promo_product.active{
    filter: brightness(0.6);
    /* pointer-events:none; */
}
.modal_promo_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
}

.modal_promo_wrap_content p {
    color: #ffde00;
    margin-bottom: 0;
}

.modal_content_promo_txt1 {
    margin: 20px 0;
}

.modal_content_promo_txtul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.modal_content_promo_txtulred {
    color: #ff7c7c;
}

.modal_content_promo_txtul .fa-check-circle {
    color: #4bd37b;
    margin-right: 5px;
}

.modal_content_promo_txtul .fa-times {
    color: #ff5a79;
    margin-right: 5px;
}

.modal_promo_wrap_2 {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-gap: 15px;
    align-items: center;
    margin: 20px 0 0 0;
}

.btn_promo_m_close {
    border-radius: 5px;
    border: 1px solid #006cc0;
    background-color: #000;
    color: #fff;
    min-height: 47px;
}

.btn_promo_m_claim {
    border-radius: 5px;
    border: 1px solid #006cc0;
    background-color: #006cc0;
    color: #fff;
    min-height: 47px;
}

/* 03102023 */
.headerWrapper {
    height: 120px;
}

.ref-title {
    font-size: 20px;
    margin-top: 75px;
    flex: 10%;
}

.referral-qr {
    display: flex;
}

.referral-custom input {
    padding: 1px 5px;
    border-radius: 5px;
    border: 0.01rem solid #d1d1d1;
    margin-right: 0.12rem;
    width: 300px;
    font-size: 12px;
    height: 40px;
    background: #efefef;
}

.share-box input {
    width: 615px;
}

.share-box {
    width: 100%;
    align-items: center;
    cursor: unset;
    color: #6f6f70;
    margin-top: 10px;
    padding: 0;
    display: flex;
    position: relative;
}

.share-btn {
    border-radius: 5px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    right: 385px;
}

.share-btn img {
    width: 20px;
}

.referral-date {
    display: flex;
    margin-top: 10px;
    gap: 15px;
}

.referral-qr .ref-qr {
    flex: 60%;
}

.submitbtt {
    font-family: 'Abel', sans-serif;
    padding: 3px 0px;
    height: 30px;
    font-size: 17px;
    font-weight: bold;
    width: 130px !important;
    color: #fff;
    background: #006cc0;
    text-align: center;
    border: none;
}

.referral-btn{
    display: flex;
    margin-top:10px;
}

.ref-btn {
    flex: 60%;
}

.ref-btn1 {
    flex: 10%;
}

.promo-item {
    position: relative;
}

.promo-desc {
    position: absolute;
    color: #fff;
    bottom: 60px;
    width: 100px;
    left: 10px;
}

/* 09102023 */

.wsmenu-list li>.megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    visibility: hidden;
}
.wbg3 {
    background: rgb(0 0 0 / 60%);
}
.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 43px;
    color: #fff;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.menu-in ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-top: 10px;
}

.menu-in ul li {
    width: auto;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    height: 172px;
}

.menu-col {
    float: left;
}

.menu-col-logo {
    padding: 0px 10px;
}

.megamenu img:hover {
    opacity: 0.9;
}
.megamenu img {
    height: 140px;
}

/* 21112024 */
.footer-provider img {
    max-width: 100px;
}

.footer-provider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* 26122024 */
.promo_modal_custom .modal-content {
    background-color: black;
    border: 2px solid #990bc7;
    border-radius: 10px;
    overflow: hidden;
}

.promo_modal_custom .modal-header .close {
    color: #fff;
}

.promo_modal_custom .modal-title {
    color: #ffc600;
    text-align: center;
    font-size: 35px;
    padding-top: 20px;
    font-weight: bolder;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #990bc7;
    color: #ffffff;
    background: rgb(0 0 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.promo_modal_custom .modal-body {
    background: rgb(0 0 0);
    color: #fff;
    padding: 25px;
}

.close-btn {
    width: 29%;
    background: #e90d23;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}

.claim-btn {
    width: 70%;
    background: #018100;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}