*,
::after,
::before {
    box-sizing: border-box
}

@font-face {
    font-family: CenturyGothic;
    src: url('../../../../../template/fonts/GOTHIC.TTF')
}

body {
    font-family: CenturyGothic;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    letter-spacing: .01rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none
}

button:focus {
    outline: none
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0
}

h4,
.english_text {
    font-family: 'AzonixFont', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 21px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

input::placeholder {
    opacity: 0.4 !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.img_hover {
    display: none
}

.fade {
    transition: opacity .15s linear
}

/* Header Container */
.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto    
}
header {
    -webkit-box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, .7);
    box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, .7)
}

header .header-content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    height: auto
}

.header-content .header-left {
    width: 100%;
    /* height: 85px */
}

.header-content .header-center {
    height: 70px
}

.header-content .header-center .traceAmt-box {
    min-width: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    vertical-align: middle;
    margin-right: 20px;
    padding: 20px 0
}

.header-content .header-center .member-box {
    width: max-content;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    vertical-align: middle;
    margin-right: 15px;
    padding: 20px 0;
    font-weight: 700
}

.header-content .header-center .balance-box {
    min-width: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    vertical-align: middle;
    padding: 25px 0
}

.header-content .header-center .balance-box .wallet-balance {
    letter-spacing: 1.5px;
    display: block;
    margin: auto;
    width: 85%;
    font-weight: 700
}

.header-content .header-center .navi-box {
    padding: 20px 0
}

.header-content .header-center .navi-box .navi-content {
    cursor: pointer;
    font-weight: 700;
    width: max-content
}

.header-content .header-center .navi-box .navi-divider {
    margin: 5px
}

.header-content .header-center .btn-box {
    margin-right: 5px
}

.header-content .header-center .btn-box button {
    border: none;
    cursor: pointer
}

.header-content .header-center .btn-box button i {
    transform: rotateZ(0);
    transition: transform .5s ease-in-out
}

.header-content .header-center .btn-box button:hover i {
    transform: rotateZ(360deg);
    transition: transform .5s ease-in-out
}

.header-content .header-center .language-box {
    min-width: 180px;
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    padding: 20px 0;
    display: flex;
}

.header-content .header-center .language-box .title {
    width: 100%;
    margin: auto;
    display: flex;
    font-weight: 700;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.header-content .header-center .language-box .title .country-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

.header-content .header-center .language-box .title .country-icon.icon-MY {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_malay.webp')
}

.header-content .header-center .language-box .title .country-icon.icon-SGD {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_singa.webp')
}

.header-content .header-center .language-box .title .country-icon.icon-THB {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_thai.webp')
}

.header-content .header-center .language-box .title .country-icon.icon-INR {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_india.webp')
}

.header-content .header-center .language-box .title .country-icon.icon-ID {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_indo.webp')
}

.header-content .header-center .language-box .title .country-icon.icon-EN {
    background-image: url('./../../../images/templates/Template 2/country_icon/icon_language_en.webp')
}

.header-content .header-center .language-box .title .title-label {
    height: 100%;
    margin: auto 0;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 700;
    transition: .3s
}

.header-content .header-right .buttons {
    min-width: 180px
}

.header-content .header-right .buttons .button-big {
    width: 100%;
    height: 40px;
    border-width: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    transition: all .3s ease 0s
}

.header-right .buttons {
    margin-right: 10px
}
.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) {
    .header-container {
        max-width: 1200px
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1500px
    }
}

/* Container */
@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        /* max-width: 1140px */
        max-width: 1250px
    }
}

.buttonback {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

.buttonback::before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 43px
}

.btnbtt_text {
    font-size: 11px;
    width: 72px;
    position: absolute;
    right: -13px;
    top: 49px;
    color: black;
}

.buttonback.show {
    opacity: 1;
    visibility: visible
}

.form-group b {
    font-size: 13px
}

/* LOADING SCREEN */
.loading-panel {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85px
}

/* SIDE RIGHT */
.side-right {
    position: fixed;
    z-index: 99999
}

.social {
    position: fixed;
    perspective: 1000px;
    right: -8px;
    top: 35%;
    padding: 0;
    margin: 0;
    border-radius: 10px
}

.social li {
    display: block;
    position: relative;
    font-size: 20px;
    text-align: center;
    transition: background .5s ease .300ms
}

.social li a {
    display: flex;
    height: 50px;
    width: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch
}

span.np-ef {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 15px;
    min-width: 180px
}

.social li span {
    float: left;
    text-align: left;
    padding: 0px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(180deg);
    border-radius: 0px;
    transition: all .5s ease .300ms;
    position: absolute;
    top: 3px;
    right: 65px;
    width: 300px;
}

.social li:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -21px;
    top: 10px
}

.np-ef_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    font-size: 13px;
    padding: 10px
}

.np-ef_inner:last-child {
    margin-bottom: 0px
}

.np-ef_inner:hover {
    cursor: pointer
}

.np-ef_inner_title {
    font-weight: 700;
    line-height: initial
}

.np-ef_inner_link {
    line-height: initial
}

.np-ef_inner_title a.np-ef_inner_title_info {
    font-weight: 700;
    line-height: initial;
    width: auto;
    height: auto;
    padding: 10px
}

.icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.header-menu {
    min-height: 85px;
    position: relative
}

.logo img {
    max-height: 85px;
    /* padding: 10px */
}

.header_menu_ex {
    position: inherit;
    float:right;
}

.main-menu {
    float: left;
    margin: auto;
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    display: inline-block;
    list-style-type: none;
    /* padding: 31px 15px; */
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.login_header {
    display: flex;
    padding: 25px 0px;
    align-items: center
}

.login_header_before {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700
}

.login_header_afterlogin {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center
}

.acc_pic {
    margin: auto;
    width: 40px;
    height: 40px
}

.acc_pic img {
    border-radius: 50%
}

.profile_rate {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.acc_login {
    /* display: flex;
    justify-content: space-between;
    margin-top: 8px; */
}

.option-drop {
    position: relative;
    text-align: right;
    margin-bottom: 2px
}

.btn_acc {
    font-size: 13px;
    width: 100px;
    background: none;
    border-radius: 16px
}

.dropdown-option {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    width: 250px;
    text-align: center;
    border-radius: 0;
    margin-top: 10px
}

.option-drop:hover .dropdown-option {
    display: block;
    z-index: 2
}

.dropdown-balance_emtpy {
    height: 11px;
    top: -12px;
    position: absolute;
    width: 100%
}

.main_btn_short {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    word-break: break-all;
    grid-gap: 10px;
    margin-top: 20px
}

.main_btn_short_custom {
    cursor: pointer
}

.main_btn_short_custom img {
    width: 35px
}

.main_btn_short_custom a {
    text-decoration: none
}

.afteractive {
    display: none
}

.main_btn_short_custom a.active .beforeactive {
    display: none
}

.main_btn_short_custom:hover a .beforeactive {
    display: none
}

.main_btn_short_custom a.active .afteractive {
    display: block;
    margin: auto
}

.main_btn_short_custom:hover a .afteractive {
    display: block;
    margin: auto
}

.main_btn_short_custom a .main_text {
    font-size: 12px;
    font-weight: 500
}

.menu_account {
    margin: 12px 0 0
}

.menu_account_inner {
    display: grid;
    grid-template-columns: 20% 80%
}

.menu_account_inner img {
    width: 25px;
    margin: 0 auto;
}

.menu_account a {
    text-decoration: none;
    font-weight: 500;
    padding: 13px 15px 13px 31px;
    font-size: 13px;
    text-align: left
}

.menu_account a.active .beforeactive {
    display: none
}

.menu_account a.active .afteractive {
    display: block
}

.menu_account a.menu_account_inner:hover .beforeactive {
    display: none
}

.menu_account a.menu_account_inner:hover .afteractive {
    display: block
}

.btn_logout {
    font-size: 13px;
    min-width: 180px;
    border-radius: 26px;
    min-height: 36px;
    margin-left: 18px;
    margin-bottom: 15px
}

.btn_bal {
    font-size: 13px;
    border-radius: 16px;
    border: none;
    min-width: 145px
}

.history_custom {
    display: grid;
    grid-template-columns: 355px 300px auto
}

.memberBank-wrapper {
    padding: 10px 0;
    width: 95%;
    margin: 0 auto
}

.memberBank-wrapper .memberBank-thead {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    font-weight: bold;
    margin: 0 10px
}

.memberBank-wrapper .memberBank-thead .thead-col {
    text-align: center;
    padding: 10px 0
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    display: flex
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-img {
    margin: 0 10px
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-img .bank-img {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-text {
    padding: 10px 0
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-text.bank-name {
    width: 100%;
    text-align: left
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-btn .btn-delete {
    font-size: 13px;
    min-width: 100px;
    border-radius: 26px;
    min-height: 36px;
    margin-left: 18px;
    margin-bottom: 15px
}

/* BODY */
.index_body_custom {
    padding: 0 0 30px 0;
    overflow: hidden
}

.for_float_use {
    position: relative
}


.pop-box {
    top: 0;
    z-index: -2;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .3s
}

.pop-box.fade {
    opacity: 1;
    z-index: 99999;
    transition: .3s
}

.pop-box .pop-inner {
    overflow-y: scroll;
    margin: 5% auto;
    height: 500px;
    padding: 20px
}

.pop-box .pop-inner .popBtn-wrap {
    float: right;
    font-size: 25px
}

.pop-box .pop-inner .popBtn-wrap button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff
}

.pop-box .pop-inner .popTitle-wrap {
    margin-bottom: 20px;
    padding: 20px 0;
    font-weight: 700;
    border-bottom: solid 2px #7d7d7d
}

.pop-box .pop-inner .popTitle-wrap .flag {
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    background: #b90000
}

.pop-box .pop-inner .popTitle-wrap .popTitle-item {
    color: #fff;
    padding-left: 15px;
    line-height: 10px
}

.announcement {
    border-radius: 20px;
    padding: 3px;
    margin: 20px 0 10px 0;
    border-radius: 20px
}

.announcementCustom {
    display: flex;
    align-items: center
}

.announcementCustom i {
    margin-left: 18px
}

.announcement-marquee {
    cursor: pointer
}

.announcement-marquee .marquee-wrapper {
    width: 95%;
    height: 20px;
    margin: 10px auto
}

.announcement-marquee .marquee-wrapper.adjusted {
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px
}

.announcement-marquee .marquee-wrapper.marquee-m90 {
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px
}

.announcement-marquee .marquee-icon {
    width: 3%;
    text-align: center
}

.announcement-marquee .marquee-content {
    width: 97%
}

.announcement-marquee .marquee-content marquee {
    height: 20px;
    font-weight: 700
}

.announcement-marquee .marquee-content {
    width: 100%;
    overflow: hidden;
}

.announcement-marquee .marquee-content p {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;

    -moz-animation: announcement-marquee-animation-left linear infinite;
    -webkit-animation: announcement-marquee-animation-left linear infinite;
    animation: announcement-marquee-animation-left linear infinite;
}


@-moz-keyframes announcement-marquee-animation-left {
    0%   { -moz-transform: translateX(100vw); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes announcement-marquee-animation-left {
    0%   { -webkit-transform: translateX(100vw); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes announcement-marquee-animation-left {
    0%   { 
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);        
    }
    100% { 
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); 
    }
}

.flex{
    display:flex !important;
}

.marqueePop-box {
    position: fixed;
}

.marqueePop-wrapper {
    background: #333;
}

.marqueePop-box .marqueePop-wrapper {
    width: 1000px
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap {
    /* height: 300px; */
    padding: 0 40px;
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #7d7d7d
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-content {
    color: #7d7d7d
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-title-box {
    padding-bottom: 10px;
    cursor: pointer;
    transition: padding-bottom .5s ease
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-title-box .flag {
    width: 25px;
    font-weight: 700
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-title-box i {
    line-height: 10px;
    margin-right: 10px;
    transform: rotateZ(0deg);
    transition: all .5s ease-in-out
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-title-box.show i {
    transform: rotateZ(180deg);
    transition: all .5s ease-in-out
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover .announce-content {
    text-align: justify;
    line-height: 25px;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden
}


.marquee_custom {
    font-size: 12px
}

.left,
.right {
    cursor: pointer;
    margin-top: -28px
}

.slider {
    height: auto;
    margin: 30px auto 0 auto
}

.slider img {
    border-radius: 20px;
    cursor: pointer;
}

/* .slider ul {
    padding-left: 0px
}

.slider ul li {
    border-radius: 20px;
    cursor: pointer;
    list-style: none
}

.slider ul li img {
    border-radius: 20px
} */

.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    justify-content: space-between
}

.bar_title_img {
    width: 400px
}

.bar_title_custom {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.text_game_title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 20px;
    
}

.sweep_light_text{
    display: inline-block;
    /* width: 300px; */
    background: #111  -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0 / 30px;
    background-position: -50% -50%;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .3);
    animation: sweepLight 2.5s ease-in infinite;
    -moz-animation: sweepLight 2.5s ease-in infinite;
    -webkit-animation: sweepLight 2.5s ease-in infinite;
}

.chineseFont_text {
    /* font-family: 'AdobeheitistdFont', Arial, sans-serif; */
    font-weight: normal;
    font-style: normal
}

.football {
    position: absolute;
    right: -176px;
    top: 358px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}

.football img {
    width: 70%
}

.poker-chip {
    position: absolute;
    right: -730px;
    top: 150px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    z-index:1;
}

.poker-chip2 {
    position: absolute;
    /* right: 0; */
    top: 150px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    z-index:1;
}

.poker-chip img{
    width: 55%;
    z-index:1;
    
}

.poker-chip2 img {
    width:55%;
    z-index:1;
}

.login_form{
    position:relative;
    z-index:2;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px)
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}

.megamenu {
    width: 100%;
    left: 0px;
    top: 86px;
    position: absolute;
    justify-content: center;
    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;
    z-index: 10001
}

.wbg3 {
    display: flex
}

.main-menu li>.megamenu {
    visibility: hidden
}

.main-menu li:hover>.megamenu {
    opacity: 1;
    visibility: visible
}

.container .gamelist{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 5px;
    /* max-width: 963px; */
    justify-items: center
}

.dropdown_btn_custom {
    padding: 10px 0
}

/* member pages */
.afterloginbodymain {
    display: grid;
    grid-template-columns: 250px auto;
    padding: 15px 0px 45px;
    margin-top: 65px
}

.main_profile {
    padding: 5px 0
}

.user_main {
    margin-top: 20px
}

.user_profile_img {
    position: relative;
    cursor: pointer
}

.user_profile_img img {
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.name_profile {
    margin: 10px 0
}

.main_profile_right {
    padding: 30px 20px;
    margin-left: 25px
}

.afterlogin_deposit.nav-tabs {
    border: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.afterlogin_deposit.nav-tabs .nav-item {
    margin-right: 20px;
    margin-bottom: 5px;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    min-width: 138px;
    border-radius: 40px;
    text-align: center;
    height: 43px;
    font-size: 14px;
    text-transform: uppercase
}

.afterlogin_deposit.nav .nav-item .nav-link.active,
.afterlogin_deposit.nav .nav-item .nav-link:hover {
    height: 43px
}

.afterloginform .specificUploadBtn .btnDepositReceipt {
    width: 100%;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase
}

.afterloginform .specificUploadBtn .form-control#depositReceipt {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 50%
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px
}

.bank-input-wrap.method {
    padding: 9px 9px;
    border-radius: 8px;
    width: max-content
}

.bank-input-wrap label {
    margin: 0 5px;
    margin-bottom: 0
}

.bank-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
    font-weight: 500;
    width: 98px;
    height: auto
}

.bank-input-wrap label .bank-type {
    border-radius: 10px
}

.bank-input-wrap label [type=radio]+.bank-type img {
    cursor: pointer;
    filter: grayscale(0.8);
    border-radius: 10px
}

.bank-input-wrap label [type=radio]:checked+.bank-type {
    background-position: right bottom;
    transition: none
}

.bank-input-wrap label [type=radio]:checked+.bank-type img {
    filter: grayscale(0)
}

.bnk-info {
    border-radius: 10px;
    width: 450px;
    padding: 10px
}

.bnk-info ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 14px
}

.afterloginform .form-control {
    border-radius: 0
}

.submit_btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 132px;
    border: none;
    min-height: 39px;
    border-radius: 34px
}

.copy_btn {
    border-radius: 20px;
    padding: 3px 10px;
    margin-left: 10px;
    cursor: pointer
}

.transfer_title_main {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.allout_btn {
    min-width: 117px;
    border: none;
    min-height: 34px;
    border-radius: 20px;
    font-size: 12px
}

.box-prov {
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 5px
}

.box-prov ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.box-prov ul li {
    margin-left: 10px;
    width: 185px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px
}

.prov-amot {
    border-radius: 9px;
    margin: 5px;
    word-break: break-all
}

.transfer_main {
    margin-top: 20px
}

.transfer-mini-btn {
    font-weight: 500;
    transition: .3s
}

.transfer_main label {
    font-weight: 500
}

.form-inline .form-control {
    width: 156px
}

.btn_transfer {
    font-size: 13px;
    width: 100%;
    border-radius: 26px;
    min-height: 36px
}

.toggle-btn {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 35px;
    margin-right: 5px
}

.toggle-btn .toggle-checkbox {
    display: none
}

.toggle-btn .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px
}

.toggle-btn .toggle-slider .on {
    display: none
}

.toggle-btn .toggle-slider .on,
.toggle-btn .toggle-slider .off {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 12px
}

.toggle-btn .toggle-slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: 7px;
    border-radius: 100%
}

.toggle-btn .toggle-checkbox:checked+.toggle-slider:before {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px)
}

.toggle-btn .toggle-checkbox:checked+.toggle-slider .on {
    display: block
}

.toggle-btn .toggle-checkbox:checked+.toggle-slider .off {
    display: none
}

/* Game Product div */
.nav-tabs.tabsection_main {
    display: table;
    width: 100%;
    border-bottom: none;
    /* margin-bottom: 20px */
}

.nav-tabs li:first-child{
    border-top-left-radius: 20px;
}

.nav-tabs li:last-child{
    border-top-right-radius: 20px;
}


.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: table-cell;
    width: auto;
    background: linear-gradient(360deg, #494949 -17%, #d9cfcf  40%);
    /* justify-content: center;
    align-items: center; */
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-item .nav-link {
    font-weight: 500
}

.tabsection_main .nav-item .nav-link {
    border: none
}

.tabsection_main .nav-item .nav-link.active,
.tabsection_main .nav-item .nav-link:hover {
    font-weight: 500
}

.tabsection_main .nav-item .nav-link.active,
.tabsection_main .nav-item .nav-link:hover,
.tabsection_main .nav-item .nav-link:focus {
    background-color: transparent;
    border: none
}

.game_tab {
    position: relative
}

.game_tab  {
    /* width: 128px;
    height: 50px; */
    /* border-radius: 50px; */
}

.tabsection_main li:has(> .nav-link.active),
.tabsection_main .nav-item:hover {
    background: var(--bg-btn-tab);
}

.game_tab_info {
    /* position: absolute; */
    display: grid;
    grid-template-columns: 30% 70%;
    bottom: -9px;
    justify-items: center;
    text-align: center;
    align-items: center;
    padding: 15px;
    font-size: 12px;
    font-weight: 700
}

.game_tab_info img {
    width: 76px
}

.index_tab {
    padding: 20px
}

.tab-content>.tab-pane {
    /*  display: block;
    height: 0; */
}

.tab-content>.active {
    /* height: auto;  */
}

.index_tab_content {
    padding-top: 20px
}

.tab_bar_tltle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

.tab_bar_tltle_sec {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal
}

.tab_bar_tltle_sec_inner {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal
}

.maintenance-border {
    width: fit-content;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem
}

.game_products{
    max-height:320px;
    overflow-y:scroll;
}

.game_products .gamelist{
    display: grid;
    grid-gap: 1px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.game_products_inner {
    cursor: pointer;
    text-align: center
}

.img_hover_product {
    display: none
}

.game_products_inner:hover .img_normal_product {
    display: none
}

.game_products_inner:hover .img_hover_product {
    display: inline-block
}

.game_products_text {
    text-align: center
}

.qualityservice_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px
}

.qualityservice_inner_img {
    text-align: center
}

.qualityservice_inner_title {
    font-size: 20px;
    font-weight: 700
}

.qualityservice_inner_content {
    font-size: 13px
}

/* SPORTS */
.nav-tabs.inner_main {
    border-bottom: none
}

.inner_main .nav-item .nav-link {
    padding: 0;
    border: none
}

.img_active {
    display: none
}

.inner_main .nav-item .nav-link.active .img_nonactive {
    display: none
}

.inner_main .nav-item .nav-link.active .img_active {
    display: block
}

.game_products_select {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 15px
}

.game_products_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.game_products_btn:focus {
    outline: none;
}

.game_products_btntext {
    position: absolute;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

/* LOGIN */
.login_body {
    background-position: center;
    padding: 14px;
    margin: 30px 0 30px 0;
    border-radius: 10px;
    background-size: cover
}

.login_title {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.login_form {
    margin: 20px auto 0 auto
}

.login_form .form-group .col-form-label {
    text-align: right;
    font-size: 14px
}

.login_form .form-group .form-control {
    border-radius: 20px;
    height: 32px
}

.login_form .form-group img {
    cursor: pointer
}

.btn_login_main {
    margin-top: 10px
}

.btn_login {
    min-width: 186px;
    height: 43px;
    border-radius: 8px;
    font-weight: 500
}

.registrationPassIcon {
    position: absolute;
    top: 10px;
    right: 10%;
    cursor: pointer
}

.btn_otp {
    min-width: 109px;
    height: 34px;
    border-radius: 8px
}

/* PROMOTION */
.promotion_main {
    margin-top: 45px
}

.filter-menu-bar {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.pmbox {
    font-size: 13px;
    font-weight: 700;
    border-radius: 29px;
    height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    text-transform: uppercase
}

.pmbox img {
    margin-right: 5px
}

.pmbox.active .img_active {
    display: block
}

.pmbox.active .img_nonactive {
    display: none
}

.promo-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    text-align: center;
    margin: 46px 0 10px 0
}

.promo-bx {
    border-radius: 10px
}

.promo-dl {
    position: relative
}

.promo-dl img {
    border-radius: 10px
}

.promo-dl-date {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    padding: 2px 8px;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px
}

.promoModal .modal-dialog {
    max-width: 800px
}

.promoModal .modal-header {
    font-size: 25px;
    font-weight: 700
}

.promoModal .modal-header .close {
    position: absolute;
    right: 20px
}

.promoModal .modal-body {
    padding: 30px 0
}

.promomodal {
    z-index: 9999999
}

.promomodal .modal-header {
    padding: 0;
    height: 2.6rem
}

.promomodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

.promomodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

.promomodal .modal-dialog {
    max-width: 600px
}

.promomodal .modal-dialog .modal-content {
    text-align: center
}

.btn-promo-back {
    font-size: 20px;
    font-weight: 700
}

.lotto_table {
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px
}

.lotto_table table {
    font-weight: 700;
    font-size: 15px
}

.lotto_table table thead tr td,
.lotto_table table tbody tr td {
    padding: 10px 2px
}

.lotto_table table thead tr td:first-child {
    border-top-left-radius: 7px
}

.lotto_table table thead tr td:last-child {
    border-top-right-radius: 7px
}

.lotto_table span.lotto_extra {
    font-size: 14px
}

.promotnc {
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 44px
}

.promotnccontent ul {
    list-style: none;
    padding-left: 26px
}

.promotnccontent ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
    font-size: 17px
}

.promoList-wrapper {
    width: 1250px;
    margin: 0 auto
}

.promoList-wrapper .promoList-separate {
    display: grid;
    grid-template-columns: 24.5% 1% 74.5%;
    margin-top: 10px
}

.promoList-wrapper .promoList-separate:first-child {
    margin-top: 0
}

.promoList-wrapper .promoList-separate:last-child {
    padding-bottom: 0;
    margin-bottom: 100px
}

.promo-wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 25px 0;
    border-bottom: 1px solid #ffffff29
}

.promo-wrapper .promoContent-left {
    height: 221px
}

.promo-wrapper .promo-img {
    margin-top: 10px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.promo-wrapper .date-range {
    margin-top: 10px
}

.promoList-separate .promoContent-left .promo-img {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.promoList-separate .promoContent-right {
    padding-left: 30px
}

.promoList-separate .promoContent-right .promo-description {
    display: flex;
    height: 205px
}

.promoList-separate .promoContent-right .promo-description .description-left {
    padding-top: 15px;
    position: relative
}

.promoList-separate .promoContent-right .promo-description .description-right {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title .text {
    padding: 5px 15px;
    font-weight: 700
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title {
    margin-bottom: 10px
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title .flag {
    width: 12px;
    height: auto
}

.promoList-separate .promoContent-right .promo-description .description-left .description-content {
    text-align: justify
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date {
    margin: 40px 10px
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date .date-title {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    background-color: #e4e4e4;
    padding: 10px
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date .date-range {
    font-weight: 700;
    margin-top: 10px
}

.promoList-separate .promoContent-right .promo-btn {
    padding-top: 15px;
    bottom: 0;
    position: absolute
}

.promoList-separate .promoContent-right .promo-btn button {
    width: 180px;
    border: none;
    padding: 10px 0;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px
}

.promoList-separate .promoContent-right .promo-info .info-wrap {
    text-align: justify;
    line-height: 25px;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content {
    -moz-transition: padding .5s;
    -ms-transition: padding .5s;
    -o-transition: padding .5s;
    -webkit-transition: padding .5s;
    transition: padding .5s
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content h3 {
    margin-bottom: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content table {
    width: 80%;
    margin-left: 12px;
    border-collapse: collapse
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content table td {
    padding: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content ul {
    list-style: disc;
    padding-left: 12px;
    margin-bottom: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content ul li table {
    margin-left: 0
}

.promoList-wrapper .promoList-not {
    min-height: 200px;
    width: 100%;
    padding: 50px;
    text-align: center
}


/* DOWNLOAD PAGE */
.downloadProducts {
    grid-template-columns: repeat(5, 1fr)
}

.downloadProducts .downloadItem {
    text-align: center
}

.downloadProducts .downloadItem .providerLogo {
    height: 180px
}

.downloadProducts .downloadItem .download_btn {
    margin: 0 auto;
    margin-top: 10px
}

.downloadmodal .modal-dialog {
    max-width: 800px
}

.downloadmodal .modal-header {
    padding: 0px
}

.downloadmodal .modal-header {
    padding: 0px
}

.downloadmodal .modal-header img {
    margin: 10px auto;
    width: 150px
}

.downloadmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px
}

.downloadmodal .modal-body {
    padding: 30px
}

.download_main2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
    text-align: center;
    grid-column-gap: 20px
}

.download_main3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-weight: 700;
    text-align: center;
    grid-column-gap: 20px
}

.download_box_column {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-top: 35px
}

.download_icon {
    position: absolute;
    top: -19px;
    left: 8px;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    font-size: 25px
}

.download_toptitle {
    border-radius: 5px;
    height: 33px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    left: 40px
}

.download_scan {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 36px auto 0 auto;
    display: flex;
    align-items: center
}

.download_text {
    margin-top: 20px;
    font-size: 19px
}

.btn_login_download {
    margin-top: 10px
}

.btn_download {
    border-radius: 30px
}

.download_table table tbody tr td {
    padding: 10px
}

.btn_login_download {
    margin-top: 10px
}

.btn_download {
    border-radius: 30px
}

/* INFO PAGES */
.sup_wrap_main {
    margin: 20px 0;
    font-size: 12px
}

.sub-side-nav {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    list-style-type: none;
    text-transform: uppercase
}

.sub-side-nav li {
    cursor: pointer;
    font-weight: 700;
    text-align: center
}

.sub-side-nav li a {
    padding: 20px;
    display: block;
    text-decoration: none
}

.sub-side-right {
    display: block;
    padding: 30px;
    margin-left: 212px;
    min-height: 400px
}

.sub-side-right-title {
    margin-bottom: 10px;
    text-transform: uppercase
}

/* FOOTER */
.t-footer {
    margin-top: auto;
}
.footer_section {
    padding: 10px 0
}

.index_logo_provider {
    padding: 15px;
    margin: 0;
    text-align: center
}

.index_logo_provider img {
    padding: 5px 12px;
    max-width: 100px
}

.footer_title {
    font-size: 16px
}

.footer_content {
    font-size: 10px
}

.footer_content_more {
    display: none
}

.footer_content_more_trigger span {
    cursor: pointer
}

.menu-footer a {
    padding: 0 10px;
    line-height: 1
}

.menu-footer a:last-child {
    border-right: none
}

/* add on css */
.box-prov ul li .prov-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px
}

.box-prov ul li .prov-btn.quickPlay {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0
}

.box-prov ul li .prov-btn button {
    border: none;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}

.box-prov ul li .prov-btn .btn-quickPlay {
    font-size: 16px;
    padding: 0
}

.box-prov ul li .prov-maintenance {
    border-radius: 2px;
    padding: 5px 2px;
    font-size: 12px
}

#restorelistmodal.modal {
    z-index: 9999999
}

#restorelistmodal.modal .modal-header {
    padding: 0;
    height: 50px;
}

#restorelistmodal.modal .modal-header label {
    margin: auto;
    font-weight: 500;
    font-size: 20px
}

#restorelistmodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

#restorelistmodal.modal .modal-body {
    padding: 10px
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable {
    margin-top: 10px
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    font-size: 14px
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-row div {
    padding: 10px 0
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-row.t-header div {
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-content {
    max-height: 300px
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-content.scroll {
    overflow-y: scroll
}

#transferplaymodal.modal .modal-dialog {
    max-width: 600px
}

#transferplaymodal.modal {
    z-index: 9999999
}

#transferplaymodal.modal .modal-body {
    padding: 20px
}

#transferplaymodal.modal .modal-header {
    padding: 0;
    height: 50px
}

#transferplaymodal.modal .modal-header .provider-name {
    margin: auto;
    font-weight: 500;
    font-size: 20px
}

#transferplaymodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

#transferplaymodal.modal .modal-body .provider_main {
    justify-items: center;
    text-align: center
}

#transferplaymodal.modal .modal-body .provider_main .providerimg {
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin: auto
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo {
    width: 90%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 50px;
    font-size: 14px
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .balance {
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 0 10px
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .maintenance {
    width: 90%;
    margin: auto;
    text-align: center
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .maintenance div {
    border-radius: 2px;
    padding: 5px 2px;
    font-size: 12px
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .status {
    width: 100%;
    margin: auto;
    text-align: right;
    padding: 0 10px
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo {
    padding: 10px 0;
    width: 90%;
    margin: auto
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .msg {
    text-align: left
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .msg span img {
    width: 15px
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable {
    margin-top: 10px
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable .t-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable .t-row div {
    padding: 5px 0;
    font-size: 12px
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable .t-row.t-header div {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable .t-content {
    max-height: 100px
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .restoreListTable .t-content .scroll {
    overflow-y: scroll
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 5px;
    margin: 10px 0
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col1 {
    display: block;
    grid-template-columns: none
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn button {
    border-radius: 5px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px;
    text-transform: uppercase
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col1 button {
    width: 40%;
    margin: auto
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col2 button {
    width: 80%;
    margin: auto
}

#transferplaymodal.modal .modal-body .provider_main .providernotice {
    border-radius: 10px;
    width: auto;
    padding: 10px
}

#transferplaymodal.modal .modal-body .provider_main .providernotice ul {
    list-style: disc;
    padding-left: 17px;
    margin-top: 10px;
    font-size: 10px;
    text-align: left
}

#transferplaymodal.modal .modal-body .provider_main .providernotice ul li {
    margin-bottom: 4px;
    margin-top: 3px
}

#colormodal {
    z-index: 9999999
}

#colormodal .modal-header {
    padding: 0;
    height: 2.6rem
}

#colormodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

#colormodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

#colormodal .modal-dialog {
    max-width: 600px
}

#colormodal .modal-dialog .modal-content {
    text-align: center
}

#colormodal .modal-dialog .modal-content ul li .color-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

#colormodal .modal-dialog .modal-content ul li .icon-gold {
    background: gold;
}
#colormodal .modal-dialog .modal-content ul li .icon-blue {
    background: blue;
}
#colormodal .modal-dialog .modal-content ul li .icon-green {
    background: green;
}
#colormodal .modal-dialog .modal-content ul li .icon-purple {
    background: purple;
}
#colormodal .modal-dialog .modal-content ul li .icon-pink {
    background: pink;
}

.color-content {
    margin: 0 30px;
}

.color-content .color-label {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.color-content .color-label .color-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.color-content .color-label .color-icon.icon-gold {
    background: gold;
}
.color-content .color-label .color-icon.icon-blue {
    background: blue;
}
.color-content .color-label .color-icon.icon-pink {
    background: pink;
}
.color-content .color-label .color-icon.icon-purple {
    background: purple;
}
.color-content .color-label .color-icon.icon-green {
    background: green;
}

.color-content .color-label .color-text {
    margin: auto;
    margin-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

#languagemodal {
    z-index: 9999999
}

#languagemodal .modal-header {
    padding: 0;
    height: 2.6rem
}

#languagemodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

#languagemodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

#languagemodal .modal-dialog {
    max-width: 600px
}

#languagemodal .modal-dialog .modal-content {
    text-align: center
}

#languagemodal .modal-dialog .modal-content ul {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between
}

#languagemodal .modal-dialog .modal-content ul li {
    margin: 10px 0;
    font-size: 16px
}

.language-content {
    margin-bottom: 5px
}

.language-content:last-child {
    border: none;
    margin-bottom: 0
}

.language-content .language-label {
    display: grid;
    grid-template-columns: 1fr 6fr;
    height: 50px
}

.language-content .language-label .language-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50%;
    margin: 0 auto
}

.language-content .language-label .language-icon.icon-MY {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_malay.png')
}

.language-content .language-label .language-icon.icon-SGD {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_singa.png')
}

.language-content .language-label .language-icon.icon-THB {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_thai.png')
}

.language-content .language-label .language-icon.icon-MMK {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_myan.png')
}

.language-content .language-label .language-icon.icon-INR {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_india.png')
}

.language-content .language-label .language-icon.icon-ID {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_indo.webp')
}

.language-content .language-label .language-icon.icon-EN {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_en.webp')
}

.language-content .language-label .language-icon.icon-AUS {
    background-image: url('../../../../../images/templates/Template 4/language_icon/icon_language_australia.png')
}

.language-content .language-label .language-text {
    margin: auto;
    margin-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.color_header .color-icon {
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100%;
}

.color_header .icon-gold {
    background-color: gold;
}
.color_header .icon-blue {
    background-color: blue;
}
.color_header .icon-green {
    background-color: green;
}
.color_header .icon-purple {
    background-color: purple;
}
.color_header .icon-pink {
    background-color: pink;
}

.language_header .country-icon {
    margin: auto;
    width: 35px;
    height: 35px
}

.market_header .market-icon {
    margin: auto;
    width: 30px;
    height: 30px
}

.modal {
    z-index: 1950
}

.modal-backdrop.show {
    z-index: 1949
}

#marketmodal {
    z-index: 9999999
}

#marketmodal .modal-header {
    padding: 0;
    height: 2.6rem
}

#marketmodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

#marketmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

#modalRegisterOTP {
    z-index: 9999999
}

#modalRegisterOTP .modal-header {
    padding: 0;
    height: 2.6rem
}

#modalRegisterOTP .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

#modalRegisterOTP .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

.game-page-label {
    margin: 10px 0;
    font-size: 25px;
}

.alertify .ajs-dimmer {
    z-index: 99999999
}

.alertify .ajs-modal {
    z-index: 99999999
}

.game_products.game_slot {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    max-height: 300px;
    overflow-y: scroll
}

.game_products.game_slot::-webkit-scrollbar {
    display: none
}

.slot-content .tab-pane .topContent {
    display: grid;
    /* grid-template-columns: 70% 30%; */
    margin: 0 20px
}

.slot-content .tab-pane .topContent .rightContent {
    text-align: right
}

.slot-content .tab-pane .topContent .rightContent img {
    width: 70%
}

.slot-content .tab-pane .topContent .leftContent .reglink {
    cursor: pointer;
    transition: .3s
}

.slot-content .tab-pane .topContent .leftContent .filter-menu-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 20px 0
}

.slot-content .tab-pane .topContent .leftContent .filter-menu-bar .slotbox {
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    margin: 4px;
    text-transform: uppercase;
    cursor: pointer
}

.slot-content .tab-pane .topContent .leftContent .downloadProv {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.slot-content .tab-pane .topContent .leftContent .downloadProv .downloadItem .downloadQR {
    text-align: center
}

.slot-content .tab-pane .topContent .leftContent .downloadProv .downloadItem .downloadQR img {
    width: 70%
}

.slot-content .tab-pane .topContent .leftContent .downloadProv .downloadItem .downloadLink {
    text-align: center;
    margin-top: 5px
}

.slot-content .tab-pane .topContent .leftContent .downloadProv .downloadItem .downloadLink button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    border-radius: 20px;
    padding: 5px 0
}

.slot-content .tab-pane .bottomContent .slot-list-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx {
    cursor: pointer
}

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    margin: 5px;
    border-radius: 10px;
}

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-prod,
.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-clt {
        width: 100%;
    box-sizing: border-box;
    color: #4d4d4d
} */

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-prod p {
    padding: 5px;
    width: 50%;
    border-top-left-radius: 10px;
    text-align: center;
    float: left;
    background-color: #FFE4E1
} */

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-clt p {
    padding: 5px;
    width: 50%;
    border-top-right-radius: 10px;
    text-align: center;
    float: right;
    background-color: #ADD8E6
} */

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .gameimg {
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .gamename {
    text-align: center;
    height: 60px;
    padding: 5px 0
}

.main-menu li>.megamenu {
    max-height: fit-content;
    /* overflow-y: scroll */
}

.main-menu li>.megamenu::-webkit-scrollbar {
    width: 5px
}

.main-menu li>.megamenu::-webkit-scrollbar-thumb {
    border-radius: 0
}

.balance-drop {
    margin-top: 2px
}

.balance-drop .dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    text-align: center;
    right: 0;
    margin-top: 2px;
    z-index: 99999
}

.balance-drop:hover .dropdown-balance {
    display: block
}

.balance-drop .dropdown-balance .dropdown-btn {
    display: flex;
    float: right;
    margin: 5px;
    margin-bottom: 0
}

.balance-drop .dropdown-balance .summary-wrapper {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-gap: 10px 0;
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px 5px;
    margin-bottom: 15px;
}

.balance-drop .dropdown-balance .summary-wrapper::-webkit-scrollbar {
    width: 5px
}

.balance-drop .dropdown-balance .summary-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0
}

.balance-drop .dropdown-balance .summary-wrapper .platform-item {
    font-weight: 500;
    padding: 5px o;
    text-align: left;
    font-size: 12px
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item {
    text-align: right
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item .balc {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item button.btn-in {
    display: inline-block;
    margin: 0 5px;
    margin-right: 0;
    height: 30px;
    width: 59px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item button.btn-out {
    display: inline-block;
    margin: 0 2px;
    height: 30px;
    width: 83px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item button.btn-quickplay {
    display: inline-block;
    height: 30px;
    width: 149px;
    padding: 0;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 2px;
    font-size: 13px
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item .wpDrop-maintenance {
    display: inline-block;
    border-radius: 2px;
    height: 30px;
    width: 149px;
    padding: 6px 0;
    margin-left: 4px;
    margin-right: 2px;
    font-size: 13px;
    text-align: center
}

ul#registerTab,
ul#loginTab,
ul#memberInfoTab {
    width: 100%;
    border: none
}

ul#registerTab .nav-item,
ul#loginTab .nav-item,
ul#memberInfoTab .nav-item {
    border: none;
    margin: 5px
}

ul#registerTab li a.nav-link,
ul#loginTab li a.nav-link,
ul#memberInfoTab li a.nav-link {
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

ul#registerTab li a.nav-link.active,
ul#loginTab li a.nav-link.active,
ul#memberInfoTab li a.nav-link.active {
    border: none;
    background: 0 0
}

.jackpot-bar {
    width: 100%;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.jackpot-bar .jackpot-amt {
    position: absolute;
    width: 100%;
    text-align: center
}

.history-list.dataTable td {
    text-align: center
}

.history-list.dataTable .btn-detail {
    width: 35px;
    text-align: center;
    border-radius: 10px
}

.referralModal.modal .modal-body .history-list {
    width: 100% !important
}

#bethistorymodal.modal .modal-dialog {
    min-width: 750px
}

#bethistorymodal.modal .modal-body .referralinfo {
    margin-bottom: 20px
}

#bethistorymodal.modal .modal-body .referralinfo div:nth-child(2) {
    text-align: right
}

#bonusmodal.modal .modal-dialog {
    min-width: 850px
}

.msgBox-wrap {
    display: block;
    padding: 30px;
    min-height: 400px
}

.msgBox-wrap .msgtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

.msgBox-wrap .msgContent {
    text-align: center
}

.msgBox-wrap .msgContent .error-btn {
    padding: .4rem 1rem;
    cursor: pointer
}

/* ANGPOW */
#angpowmodal {
    z-index: 9999999
}

#angpowmodal .modal-header {
    padding: 0;
    height: 2.6rem
}

#angpowmodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500
}

#angpowmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: .5
}

.sub-slider-wrapper {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-shadow: 2px 2px 5px #938767;
}

.bonus-wrapper {
    margin-top: 50px;
    overflow-x: hidden;
}

.bonus-wrapper .home-packet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.bonus-wrapper .angpow-wrapper .home-packet .angpow-wrap {
    display: grid;
    place-content: center;
    width: 210px;
    height: 200px;
    background-size: 100%;
    background-position: left 5px bottom 0px;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin: 20px 10px;
    cursor: pointer;
}

.bonus-wrapper .angpow-wrap .angpow-item {
    background-color: #2b2b2b;
    width: calc(100%/2.5);
    height: 160px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .7);
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.bonus-wrapper .angpow-wrap .itemWrap {
    position: relative;
    width: 210px;
    height: 200px;
}

.bonus-wrapper .angpow-wrap .itemWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(298deg, rgba(0, 0, 0, .6) 100%, rgba(0, 0, 0, .2) 0%);
}

.bonus-wrapper .masked .itemWrap:before {
    content: "";
    opacity: 1;
    cursor: default;
}

.bonus-wrapper .home-packet .angpow-wrap .title-info {
    overflow-wrap: break-word;
    inline-size: 120px;
    font-weight: bold;
    position: absolute;
    left: 45px;
    right: 0;
    top: 41%;
    transform: translateY(-50%);
    text-align: center;
}

/* EligibleGames */
.gamesList-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
    overflow-y: auto;
    height: 215px;
}

.gamesList-wrapper .games-wrapper .games-packet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gamesList-wrapper .games-wrapper .games-packet .angpowGame-wrap {
    width: 92px;
    height: 96px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin: 5px auto;
    cursor: pointer;
}

.gamesList-wrapper .games-packet .angpowGame-wrap .title-info {
    top: 35%;
    left: 20%;
    overflow-wrap: break-word;
    inline-size: 130px;
}

.banner {
    max-width: 100% !important;
}

.banner img {
    max-width: 100%;
    max-height: 100%;
}

.redeemImg {
    max-width: 40% !important
}

.redeemImg img {
    max-width: 100%;
    max-height: 100%;
}

.jumplink-angpow-wrapper {
    width: 140px;
    height: 150px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    margin: 0 10px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.jumplink-angpow-wrapper:hover {
    opacity: 1;
    transform: scale(1.15);
}

.jumplink-angpow-wrapper:hover:after {
    opacity: 1;
}

.jumplink-angpow-wrapper .btn-box img {
    max-width: 100%;
    max-height: 100%;
    animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down {
    from {
        transform: translatey(0px);
    }

    to {
        transform: translatey(-20px);
    }
}

/* angpow popBox */
.title-box {
    display: flex;
    margin-top: 50px;
    border-bottom: solid 1px;
}

.title-box .title {
    margin: 0 10px;
}

#angpowmodal .modal-dialog {
    width: 720px;
    height: 550px;
}

#angpowmodal .modal-dialog .angpowPopContent-wrap {
    overflow-y: auto;
    height: 450px;
}

#angpowmodal .modal-dialog .popContent-wrap {
    padding: 10px 0;
    line-height: 1.6
}

#angpowmodal .bonusList-wrapper .description-content {
    white-space: pre-line;
}

/* before login show loginBox */
#angpowmodal .login-box {
    border-top: dashed 2px #7d7d7d;
    margin: 50px;
}

#angpowmodal .login-box .login-wrap .login_form_inner a {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: none;
}

/* claim button box */
.bonusList-wrapper .btnBox {
    text-align: center;
    margin: 10px;
}

.bonusList-wrapper .btnBox .claimBtn {
    width: 100px;
    border: none;
    font-size: 13px;
    font-weight: bold;
    min-width: 180px;
    border-radius: 26px;
    min-height: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
}

#angpowclaimmodal .claimPop-wrapper {
    width: 500px
}

.claimList-wrapper .bonus-img {
    width: 100%;
    height: 360px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.claimList-wrapper .bonus-img .description-title .text {
    text-align: center;
    font-size: 1.2rem;
}

/* angpow popBox */

/* FreeCredit in transfer page */
.row .transaction-btn {
    display: flex;
    margin-bottom: 10px;
}

freeCreditTransfer-wrap .transaction-freeCredit-title {
    font-size: 20px;
}

.transactionChangeTab-btn {
    display: flex;
    padding: 5px;
}

.transactionChangeTab-btn .active,
.referralChangeTab-btn .active {
    background-color: #8abdd1;
    font-weight: 900;
    color: white;
    transition: .3s;
}

.transactionBtn {
    border-radius: 10px;
    background-color: #2e2e2e;
    border: 0px;
    color: #fff;
    width: 180px;
    padding: 12px 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.transactionBtn:hover {
    background-color: #526268;
    color: white;
    transition: .3s;
}

.transactionChangeTab-btn .freeCreditBtn,
.referralChangeTab-btn .referralReport {
    left: -15px;
    position: relative;
}

.transactionChangeTab-btn .notification {
    position: absolute;
    top: -13px;
    left: 77%;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.transaction-list {
    position: relative;
}

.transaction-list:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
    background: rgb(0 0 0 / 70%);
    border-radius: 22px;
    height: 125px;
    width: 813px;
}

.transaction-list.masked:before {
    content: "";
    cursor: default;
    z-index: 1;
    opacity: 1;
}

.transaction-list.masked .maskedText {
    position: absolute;
    top: 27%;
    left: 13%;
    z-index: 1;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.freeCreditWrapper .transaction-list {
    width: 100%;
    height: 190px;
    padding: 16px;
    margin-bottom: 1em;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: space-around;
    border-radius: 19px;
    grid-template-columns: 30% 50% 20%;
    background-image: url('../../../../../images/templates/Template 4/angpow/claimCreditBackground.png');
}

.freeCreditTransfer-wrap .freeCreditAmt {
    text-align: center;
    font-weight: 600;
    font-size: 55px;
}

.freeCreditTransfer-wrap .freeCreditTitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    inline-size: 280px;
    font-weight: 700;
}

.freeCreditTransfer-wrap .freeCreditContent {
    overflow-wrap: break-word;
    inline-size: 280px;
    white-space: pre-line;
    line-height: 1.6;
}

.freeCreditTransfer-wrap .moreInfoBtn {
    cursor: pointer;
    margin-left: 180px;
}

/* FreeCredit in transfer page */

/* REWARD POINT */
.memberPoint-wrap {
    min-width: 145px;
    display: flex;
    margin: 10px 40px;
}

.memberPoint-wrap .rewardPoint {
    font-size: 13px;
    border: none;
    min-width: 145px;
    margin-top: 6px;
}

.memberPoint-wrap .refreshBtn-box {
    padding: 4px;
}

.memberPoint-wrap .refreshBtn-box div {
    border: none;
    cursor: pointer;
    background: none;
}

.memberPoint-wrap .refreshBtn-box div i {
    transform: rotateZ(0);
    transition: transform .5s ease-in-out;
}

.memberPoint-wrap .refreshBtn-box div:hover i {
    transform: rotateZ(360deg);
    transition: transform .5s ease-in-out
}

.memberPoint-wrap .refreshBtn-box div:active {
    transform: translateY(4px);
}

/* REWARD POINT */

/* MEMBER UPDATE */
.memberUpdate-menu.header-menu {
    min-height: 46px
}

.memberUpdate-menu .login_header_afterlogin {
    float: right
}

.memberUpdate_body.index_home {
    background-size: cover
}

.memberUpdate_body.index_body_custom {
    padding: 0 0 290px
}

.memberUpdate_body .main_profile_right {
    text-align: center;
    margin: 5rem auto 2rem
}

.memberUpdate_body .updateName {
    border-radius: 20px;
    height: 32px;
    max-width: 300px;
    margin: auto
}

/* MEMBER UPDATE */


.contact-wrapper {
    border-radius: 20px;
    padding: 20px 0;
}

.contact-mall {
    border-radius: 12px;
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 7px 20px;
    align-items: center
}

.contact_main_title {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 10px;
}



.wallet-box {
    background: #d7b238;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content:end;
    padding-right:30px;
    box-shadow: 0px 1px 5px 0px #52525236;
    transition: all 0.3s ease-in-out;
}
.wallet-icon-div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #ffffff4f;
    border-radius: 50px;
    color: #ffffff;
    position: absolute;
    left: 13px;
    top: 18px;
    font-size: 26px;
}

.wallet-icon-div:before {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 2px dashed #ffffff8a;
    border-radius: 50%;
    animation: rotate 9s linear infinite;
}
.wallet-p{
    display: flex;
    align-items: center;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.wallet-num{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.wallet-btn{
    background-color:#FDB813;
    color: #fff;
    border-radius: 35px;
    padding:10px 30px;
    border: unset;

}

.wallet-btn:hover{
    background-color:#FDB813;
    color: #b82e1f;
    opacity: 70%;
    cursor: pointer;

}

.rtp-prod {
    background: linear-gradient(to right, #8e9eab 0%, #eef2f3 51%, #8e9eab 100%);
    color: red;
    width: 120px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 15px; 
}

.rtp-clt {
    background-image: linear-gradient(to right, #FDFC47 -10%, #24FE41 55%, #FDFC47 110%);
    color: red;
    width: 100px;
    height: 25px;    
    display: flex;
    justify-content: center;
    align-items: center;    
    border-bottom-left-radius: 15px;
}


.filter-wrapper {
    width: 100%
}

.filter-wrapper .filter-type,
.filter-wrapper .filter-btn {
    width: 1250px;
    margin: 0 auto;
    padding: 10px 0
}

.filter-wrapper .filter-type .filter-title {
    /* display: none; */
    margin: auto;
    margin-right: 14px;
    width: 10%;
    font-weight: 700
}

.filter-wrapper .filter-type .filter-title.provider-title {
    margin: 0;
    font-size: 30px;
    width: auto;
    font-weight: 700
}

.filter-wrapper .filter-type .filter-option {
    width: 90%
}

.filter-wrapper .filter-type .filter-option .filter-list {
    margin-bottom: 5px
}

.filter-wrapper .filter-type .filter-option .filter-list:last-child {
    margin-bottom: 0
}

.filter-wrapper .filter-type .filter-option .filter-list li .option {
    width: 154px;
    text-align: center;
    padding: 10px 5px;
    margin-right: 2px;
    cursor: pointer;
    font-weight: 700
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child {
    margin-right: 0
}

.filter-wrapper .filter-type .filter-option .filter-list li .option-input {
    opacity: 0;
    position: absolute;
    width: 154px;
    height: 40px;
    cursor: pointer
}

.filter-wrapper .filter-type .filter-option .filter-list li:first-child .option {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child .option {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.font-16{
    font-size:16px;
}

.newgamelist-item .newgamelist-item-mask {
    /* display: none; */
    opacity: 0;
}

.newgamelist-item:hover .newgamelist-item-mask {
    display: flex;
    opacity: 1;
    cursor: pointer;
    transition: opacity .20s linear;
    -webkit-transition: opacity .20s linear;
    -moz-transition: opacity .20s linear;
    -o-transition: opacity .20s linear;
}

.btn-play.yellow {
    border-radius: 3px;
    min-height: 35px;
    font-weight: 700
}

.btn-play:last-child {
    margin-right: 0
}

.content-wrapper .menu-wrap .menu-item .mask .btn-box .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100px
}

.download-wrapper .download-item .content-box .img-box .mask .download-detail .btn-box .btn-play,
.downloadList-wrapper .download-item .content-box .img-box .mask .download-detail .btn-box .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 120px
}

.provider-wrap .provider-item .mask .provider-detail .btn-box .btn-play,
.gameList-wrap .gameListTab .provider-item .mask .provider-detail .btn-box .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100px
}

.toast-success{
    background-color: #51a351 !important;
}


@media(min-width:1024px) and (max-width:1499px) {

    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        width: 80% !important;
        min-width: 980px
    }
}

@media(max-width:1024px) {

    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        padding: 0 20px
    }
}

@media(min-width:1500px) {

    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        max-width: 1400px
    }
}

footer .img-wrapper {
    margin-bottom: 20px;
    padding: 20px
}

footer .img-wrapper .title-box {
    margin: 5px 0;
    padding-bottom: 5px
}

footer .img-wrapper .title-box .icon {
    font-size: 25px;
    width: 45px;
    text-align: center
}

footer .img-wrapper .title-box .title {
    padding: 5px 0;
    font-weight: 700
}

footer .footer-middle .middle-separate:last-child {
    display: grid;
    grid-template-columns: 79% 1% 20%;
}

footer .img-wrapper .platform-content .content-wrap {
    width: 100%;
    justify-content: center
}

footer .img-wrapper .img-content .content-wrap .content-item {
    width: 145px;
    height: 40px;
    border-radius: 10px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

footer .img-wrapper .platform-content .content-wrap .content-item {
    margin: 10px 0
}

.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mega_menu{
    position:static;
}
.mege_area{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    margin:0;
    padding:15px;
} 
.dropdown-menu{
    background: #000000;
}
.dropdown-item{
    padding:5px;
}

.navbar-expand-lg .navbar-nav{
    flex-direction: row;
}

.space-around{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.reg-label-white{
    color: #EEE;
}

.dropdown_btn_custom:hover {
    transform: scale(1.05);
    transform-origin: bottom;
}

.other-slider-wrapper .other-wrapper {
    display: grid;
    grid-template-rows: 50% 50%;
}

.other-slider-wrapper .other-wrapper .join-wrap {
    display: flex;
    margin: auto 0;
    /* width: 300px; */
    background: #81724b  -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0 / 20px;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .3);
    animation: sweepLight 5s ease-in infinite;

}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate {
    width: calc(100%/4);
    display: grid;
    grid-template-columns: 80% 20%
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img {
    justify-content: center
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img .img {
    margin: 0 auto;
    font-size: 60px;
    width: fit-content
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img .title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto
}

@media(max-width:1348px) {
    .other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img .title {
        font-size: 15px
    }
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-arrow {
    font-size: 40px;
    width: fit-content;
    margin: auto
}

.text-guide{
    color: #b3a581;
}

@keyframes sweepLight{
    0%{
        background-position: -50% -50%;
    }

    100%{
        background-position: 150% 150%;
    }
}

.bar_title_reverse{
    transform: rotateX(180deg);
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child .option{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tabsection_main li:first-child:has(>.nav-link.active) a{
    border-top-left-radius: 20px;
}

.tabsection_main li:last-child:has(>.nav-link.active) a{
    border-top-right-radius: 20px;
}

.tabsection_main li:first-child:has(>.nav-link) a:hover{
    border-top-left-radius: 20px;
}

.tabsection_main li:last-child:has(>.nav-link) a:hover{
    border-top-right-radius: 20px;
}

.custom-input-ellipsis{
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.register_sub_channel_input input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0 !important;
  }

.register_sub_channel_input input[type="radio"]:checked + label {
    background: linear-gradient(315deg,#ead8ad -17%,#a78b41 40%);
    border: 1px solid #59564f;
}
  
.register_sub_channel_label{
    border-radius: 10px;
    width: 100px;
    /* height: 60px; */
    margin: 5px;
    color: #000;
    background-color: #f0f0f0;  
    cursor: pointer;
    text-align: center;
}       
