* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    background-color: #071125; /* Used if the image is unavailable */
    height: 100%; /* You must set a specified height */
    font-family: 'Microsoft YaHei',微软雅黑,'MicrosoftJhengHei',华文细黑,STHeiti,MingLiu;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.bg {
    background-image: url("../img/web/imgHomeBG-green.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-signup {
    background-image: url("../img/web/imgSignUpBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
    border-bottom: 0px solid red;
}

    .row::after {
        content: "";
        clear: both;
        display: table;
    }

[class^="col-"] {
    float: left;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.col-13 {
    width: 4.16%;
}

.c0l-14 {
    width: 4%;
}

.col-20 {
    width: 20%;
}

.col-48 {
    width: 48%;
}

.padding {
    padding: 15px;
}

.paddingTop {
    padding-top: 15px;
}

.paddingBottom {
    padding-bottom: 15px;
}

.paddingLeft {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingRight {
    padding-right: 15px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop7 {
    padding-top: 7px;
}

.paddingBottom5 {
    padding-bottom: 5px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingRight100 {
    padding-right: 200px;
}

.placeholder-font {
    font-size: 14px;
}

.formBtn {
    font-size: 14px;
    font-weight: bold;
}

.formBBtn {
    font-size: 16px;
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.lineHeightBtn {
    line-height: 41px;
}

.font-xxl {
    font-size: 20px;
}

.font-xl {
    font-size: 15px;
}

.font-md {
    font-size: 14px;
}

.font-sm {
    font-size: 12px;
}

.tiny-font {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.theme-font {
    color: #07FFFF;
}

.theme-font-white {
    color: white;
}

.theme-font-orange {
    color: #EBB24B;
}

.theme-font-cyanblue {
    color: #6097ff;
}

.theme-font-blue, .col-username input::placeholder {
    color: #466091;
}

.italic-font {
    font-style: italic;
    font-weight: normal;
}

.error {
    color: red;
}

.header {
    background-image: url("../img/web/imgHomeTopBarBG.png"); /* The image used */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
}

.wrapper, .content {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid white;
}

.col-logo {
    width: 240px;
    border: 0px solid red;
}


.col-menu {
    width: 960px;
    height: 120px;
    background-image: url("../img/web/imgHomeTopBarRepeatBG.png"); /* The image used */
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

.col-time { /* 180px */
    color: #324262;
    width: 178px;
    height: 32px;
    padding: 28px 0 0 0px;
    border: 0px solid red;
    font-family: arial;
}

.col-username {
    width: 174px;
    height: 60px;
    background-image: url("../img/web/imgUsernameNPassBG.png"); /* The image used */
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

    .col-username input { /* 160 of 174 */
        width: 140px;
        margin-left: 20px;
        margin-top: 16px;
        color: #466091;
        background-color: transparent;
        border: 0;
    }

        .col-username input:focus {
            outline: none;
        }

.col-fp { /* 77 */
    width: 69px;
    height: 42px;
    color: #324262;
    padding: 24px 0 0 8px;
    border-bottom: 0px solid white;
}

    .col-fp a {
        color: #324262;
        text-decoration: none;
        display: block;
    }

        .col-fp a:hover {
            color: #466091;
            text-decoration: none;
        }

.col-loginBtn { /* 147 */
    width: 137px;
    height: 60px;
    border-bottom: 0px solid white;
}

.col-member { /*425 */
    width: 265px;
    height: 42px;
    color: #466091;
    font-style: italic;
    border-bottom: 0px solid white;
}

.formBtn {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 137px;
    height: 45px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    outline: none;
}

.walletBtn {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 133px;
    height: 31px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    outline: none;
}

.btn {
    background-image: url("../img/web/imgBtnDefault.png"); /* The image used */
}

    .btn:hover {
        background-image: url("../img/web/imgBtnHover.png"); /* The image used */
    }

.col-flag { /* 38 */
    width: 36px;
    height: 50px;
    position: relative;
    border-bottom: 0px solid purple;
}

.col-arrow { /* 23 */
    width: 23px;
    height: 50px;
}

.flag, .arrow {
    cursor: pointer;
}

.language-selector {
    width: 80px;
    height: 40px;
    background-color: #324262;
    border: 1px solid #466091;
    position: absolute;
    right: -20px;
    display: none;
}

    .language-selector img {
        vertical-align: middle;
    }

    .language-selector a {
        margin: 0;
        padding: 0 0 0 0;
        border: 0px solid white;
        text-decoration: none;
        color: #FFFFFF;
    }

        .language-selector a:hover {
            color: #466091;
        }




ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu {
    display: â€‹ table;
    border: 0px solid red;
    padding: 0;
    margin: 0;
}

    /*update start*/
    .menu li {
        display: inline-block;
        padding: 0px;
        border: 0px solid white;
        vertical-align: bottom;
        width: 115px;
        height: 46px;
        margin: 0;
    }

.menu_default, .menu_active {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    width: 124px;
    height: 46px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 0px solid white;
}
/*update end*/

.menu_default {
    background-image: url("../img/web/imgBtnHomeTopMenuDefault.png"); /* The image used */
}

    .menu_default:hover {
        background-image: url("../img/web/imgBtnHomeTopHover.png"); /* The image used */
        color: #07FFFF;
    }

.menu_active {
    background-image: url("../img/web/imgBtnHomeTopSelected.png"); /* The image used */
    color: #EBB24B;
}

.bg-announce {
    background-image: url("../img/web/imgAnouncementBarBG.png"); /* The image used */
    background-repeat: no-repeat;
    width: 1200px;
    height: 44px;
}

marquee {
    width: 100%;
}

.col-contentL {
    width: 486px;
    height: 500px;
    border: 0px solid red;
    position: relative;
    z-index: 0;
}

.col-contentR {
    width: 712px;
    height: 500px;
    background-repeat: no-repeat;
    border: 0px solid yellow;
}

.switch-b0, .switch-b0_active, .switch-b1, .switch-b1_active, .switch-b2, .switch-b2_active, .switch-b3, .switch-b3_active, .switch-b4, .switch-b4_active, .switch-b5, .switch-b5_active {
    background-repeat: no-repeat;
    display: block;
    width: 140px;
    height: 153px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 0px solid white;
    position: absolute;
    transition: 0.5s;
    line-height: 210px;
    z-index: 1;
}

.switch-b0 {
    background-image: url(../img/web/imgHomeSiteMenuLotteryDefault.png); /* The image used */
    top: 30px;
    left: 100px;
}

    .switch-b0:hover, .switch-b0_active {
        background-image: url(../img/web/imgHomeSiteMenuLotterySelected.png); /* The image used */
        color: #07FFFF;
        top: 30px;
        left: 100px;
    }

.switch-b1 {
    background-image: url("../img/web/imgHomeSiteMenuLiveCasinoDefault.png"); /* The image used */
    top: 30px;
    left: 260px;
}

    .switch-b1:hover, .switch-b1_active {
        background-image: url("../img/web/imgHomeSiteMenuLiveCasinoSelected.png"); /* The image used */
        color: #07FFFF;
        top: 30px;
        left: 260px;
    }

.switch-b2 {
    background-image: url("../img/web/imgHomeSiteMenuSportsDefault.png"); /* The image used */
    top: 156px;
    left: 328px;
}

    .switch-b2:hover, .switch-b2_active {
        background-image: url("../img/web/imgHomeSiteMenuSportsSelected.png"); /* The image used */
        top: 156px;
        left: 328px;
        color: #07FFFF;
    }

.switch-b3 {
    background-image: url("../img/web/imgHomeSiteMenuSlotsDefault.png"); /* The image used */
    top: 282px;
    left: 260px;
}

    .switch-b3:hover, .switch-b3_active {
        background-image: url("../img/web/imgHomeSiteMenuSlotsSelected.png"); /* The image used */
        top: 282px;
        left: 260px;
        color: #07FFFF;
    }

.switch-b4 {
    background-image: url("../img/web/imgHomeSiteMenuFishingDefault.png"); /* The image used */
    top: 282px;
    left: 100px;
}

    .switch-b4:hover, .switch-b4_active {
        background-image: url("../img/web/imgHomeSiteMenuFishingSelected.png"); /* The image used */
        top: 282px;
        left: 100px;
        color: #07FFFF;
    }

.switch-b5 {
    background-image: url("../img/web/imgHomeSiteMenuPromotionDefault.png"); /* The image used */
    top: 156px;
    left: 30px;
}

    .switch-b5:hover, .switch-b5_active {
        background-image: url("../img/web/imgHomeSiteMenuPromotionSelected.png"); /* The image used */
        top: 156px;
        left: 30px;
        color: #07FFFF;
    }

.round {
    position: absolute;
    top: 122px;
    left: 142px;
    width: 210px;
    height: 215px;
    border: 0px solid red;
    z-index: 0;
}

.slider-box {
    width: 574px;
    height: 320px;
    margin: 40px 0 0 69px;
    border: 0px solid blue;
}


/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb051 .i .b {
        fill: #fff;
        fill-opacity: 0.5;
    }

    .jssorb051 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

.menu-bottom {
    width: 1200px;
    height: 56px;
    background-image: url("../img/web/imgHomeBottomMenuBG.png"); /* The image used */
    background-position: center;
    background-repeat: no-repeat;
    border: 0px solid purple;
    margin-top: 150px;
}

.switch_bottom {
    background-image: url("../img/web/imgBtnHomeBottomMenuDefault.png"); /* The image used */
}

    .switch_bottom:hover, .switch_bottom_active {
        background-image: url("../img/web/imgBtnHomeBottomMenuHover.png"); /* The image used */
        color: #07FFFF;
    }

.switch_bottom, .switch_bottom_active {
    background-position: center;
    background-repeat: no-repeat;
    width: 228px;
    height: 38px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    /*position : absolute;
		float : left;*/
    margin: 9px 4px;
    transition: 0.5s;
}

[class^="provider-"] {
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: block;
    width: 81px;
    height: 90px;
    text-decoration: none;
    cursor: default;
    overflow: hidden;
    border: 0px solid white;
    background-size: 65px 70px;
}

.provider-btn1 {
    background-image: url("../img/web/footer/imgBtnGameProviderSADefault.png"); /* The image used */
}

    .provider-btn1:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderSAHover.png"); /* The image used */
    }

.provider-btn2 {
    background-image: url("../img/web/footer/imgBtnGameProviderSXDefault.png"); /* The image used */
}

    .provider-btn2:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderSXHover.png"); /* The image used */
    }

.provider-btn3 {
    background-image: url("../img/web/footer/imgBtnGameProviderAGDefault.png"); /* The image used */
}

    .provider-btn3:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderAGHover.png"); /* The image used */
    }

.provider-btn4 {
    background-image: url("../img/web/footer/imgBtnGameProviderPTDefault.png"); /* The image used */
}

    .provider-btn4:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderPTHover.png"); /* The image used */
    }

.provider-btn5 {
    background-image: url("../img/web/footer/imgBtnGameProviderABDefault.png"); /* The image used */
}

    .provider-btn5:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderABHover.png"); /* The image used */
    }

.provider-btn6 {
    background-image: url("../img/web/footer/imgBtnGameProviderGDDefault.png"); /* The image used */
}

    .provider-btn6:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderGDHover.png"); /* The image used */
    }
	
.provider-btn7 {
    background-image: url("../img/web/footer/imgBtnGameProviderWMDefault.png"); /* The image used */
}

    .provider-btn7:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderWMHover.png"); /* The image used */
    }	

.provider-btn8 {
    background-image: url("../img/web/footer/imgBtnGameProviderHBDefault.png"); /* The image used */
}

    .provider-btn8:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderHBHover.png"); /* The image used */
    }

.provider-btn9 {
    background-image: url("../img/web/footer/imgBtnGameProviderICGDefault.png"); /* The image used */
}

    .provider-btn9:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderICGHover.png"); /* The image used */
    }

.provider-btn10 {
    background-image: url("../img/web/footer/imgBtnGameProviderKADefault.png"); /* The image used */
}

    .provider-btn10:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderKAHover.png"); /* The image used */
    }

.provider-btn11 {
    background-image: url("../img/web/footer/imgBtnGameProviderRTGDefault.png"); /* The image used */
}

    .provider-btn11:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderRTGHover.png"); /* The image used */
    }

.provider-btn12 {
    background-image: url("../img/web/footer/imgBtnGameProviderSPDefault.png"); /* The image used */
}

    .provider-btn12:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderSPHover.png"); /* The image used */
    }

.provider-btn13 {
    background-image: url("../img/web/footer/imgBtnGameProviderJKDefault.png"); /* The image used */
}

    .provider-btn13:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderJKHover.png"); /* The image used */
    }

.provider-btn14 {
    background-image: url("../img/web/footer/imgBtnGameProviderBBINDefault.png"); /* The image used */
}

    .provider-btn14:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderBBINHover.png"); /* The image used */
    }

.provider-btn15 {
    background-image: url("../img/web/footer/imgBtnGameProviderDTDefault.png"); /* The image used */
}

    .provider-btn15:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderDTHover.png"); /* The image used */
    }

.provider-btn16 {
    background-image: url("../img/web/footer/imgBtnGameProviderEBDefault.png"); /* The image used */
}

    .provider-btn16:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderEBHover.png"); /* The image used */
    }
	
.provider-btn17 {
    background-image: url("../img/web/footer/imgBtnGameProviderIBCDefault.png"); /* The image used */
}

    .provider-btn17:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderIBCHover.png"); /* The image used */
    }

.provider-btn18 {
    background-image: url("../img/web/footer/imgBtnGameProviderSBODefault.png"); /* The image used */
}

    .provider-btn18:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderSBOHover.png"); /* The image used */
    }

.provider-btn19 {
    background-image: url("../img/web/footer/imgBtnGameProviderCMDDefault.png"); /* The image used */
}

    .provider-btn19:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderCMDHover.png"); /* The image used */
    }	
	
.provider-btn20 {
    background-image: url("../img/web/footer/imgBtnGameProviderDGDefault.png"); /* The image used */
}

    .provider-btn20:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderDGHover.png"); /* The image used */
    }

.provider-btn21 {
    background-image: url("../img/web/footer/imgBtnGameProviderPPDefault.png"); /* The image used */
}

    .provider-btn21:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderPPHover.png"); /* The image used */
    }

.provider-btn22 {
    background-image: url("../img/web/footer/imgBtnGameProviderLV22Default.png"); /* The image used */
}

    .provider-btn22:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderLV22Hover.png"); /* The image used */
    }	
    
.provider-btn23 {
    background-image: url("../img/web/footer/imgBtnGameProviderXEDefault.png"); /* The image used */
}

    .provider-btn23:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderXEHover.png"); /* The image used */
    }	
.provider-btn24 {
    background-image: url("../img/web/footer/imgBtnGameProviderEVO8Default.png"); /* The image used */
}

    .provider-btn24:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderEVO8Hover.png"); /* The image used */
    }   
.provider-btn25 {
    background-image: url("../img/web/footer/imgBtnGameProviderMEGADefault.png"); /* The image used */
}

    .provider-btn25:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderMEGAHover.png"); /* The image used */
    }   
    .provider-btn26 {
    background-image: url("../img/web/footer/imgBtnGameProviderSCR2Default.png"); /* The image used */
}

    .provider-btn26:hover {
        background-image: url("../img/web/footer/imgBtnGameProviderSCR2Hover.png"); /* The image used */
    }   

.pollSlider {
    position: fixed;
    height: 180px;
    background: none;
    width: 150px;
    right: 0px;
    top: 200px;
    margin-right: -120px;
    z-index: 9999999999999;
}

#pollSlider-button {
    background-image: url("../img/web/phone.png"); /* The image used */
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 300px;
    z-index: 2;
}

.pollSliderLeft {
    position: fixed;
    height: 180px;
    background: none;
    width: 150px;
    left: -150px;
    top: 150px;
    margin-left: -120px;
    z-index: 9999999999999;
}
/*
#pollSliderLeft-button {
    background-image: url("../img/web/imgBtnFAQ.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 157px;
    z-index: 2;
}
*/
.overlay {
    width: 100%;
    height: 90%;
    padding-top: 10%;
    background-color: #000;
    opacity: 0.9;
    position: fixed;
    top: 0;
    display: none;
    z-index: 999999999;
}

.compas {
    width: 300px;
    display: block;
}

@keyframes blink {
    /**
		 * At the start of the animation the dot
		 * has an opacity of .2
		 */
    0% {
        opacity: .2;
    }
    /**
		 * At 20% the dot is fully visible and
		 * then fades out slowly
		 */
    20% {
        opacity: 1;
    }
    /**
		 * Until it reaches an opacity of .2 and
		 * the animation can start again
		 */
    100% {
        opacity: .2;
    }
}

.loading span {
    /**
		 * Use the blink animation, which is defined above
		 */
    animation-name: blink;
    /**
		 * The animation should take 1.4 seconds
		 */
    animation-duration: 1.4s;
    /**
		 * It will repeat itself forever
		 */
    animation-iteration-count: infinite;
    /**
		 * This makes sure that the starting style (opacity: .2)
		 * of the animation is applied before the animation starts.
		 * Otherwise we would see a short flash or would have
		 * to set the default styling of the dots to the same
		 * as the animation. Same applies for the ending styles.
		 */
    animation-fill-mode: both;
    font-size: 18px;
}

    .loading span:nth-child(2) {
        /**
		 * Starts the animation of the third dot
		 * with a delay of .2s, otherwise all dots
		 * would animate at the same time
		 */
        animation-delay: .2s;
    }

    .loading span:nth-child(3) {
        /**
		 * Starts the animation of the third dot
		 * with a delay of .4s, otherwise all dots
		 * would animate at the same time
		 */
        animation-delay: .4s;
    }


.customer_service {
    background-image: url("../img/web/imgCustomerSupportPanelBG.png"); /* The image used */
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 400px;
    /*position:fixed;
		top:200px;
		right:0;
		border:0px solid red;
		z-index:1;*/
}

.col-cs_img {
    width: 100%;
    height: 96px;
    text-align: center;
    padding-top: 5px;
}

    .col-cs_img img, .col-cs_divider img, .col-cs-left img {
        border: 0;
    }

.col-cs_divider {
    width: 100%;
    height: 2px;
    text-align: center;
    border: 0px solid red;
}

.col-cs-left {
    width: 24px;
    height: 24px;
    padding-left: 8px;
    padding-top: 5px;
}

.col-cs-right {
    width: 80px;
    height: 40px;
    padding-left: 8px;
    border: 0px solid red;
}

    .col-cs-right a {
        color: #FFFFFF;
        text-decoration: none;
    }

.cs-font {
    font-size: 14px;
    display: block;
    line-height: 50px;
    margin-left: 19px;
}

    .cs-font:hover {
        color: #07FFFF;
    }

.faq-font {
    margin-left: 0px;
    height: 62px;
    line-height: 80px;
}

.faq-div {
    width: 100%;
    text-align: center
}

/*addon*/
.lineHeight-30 {
    line-height: 30px;
}

.lineHeight-50 {
    line-height: 50px;
}

.background-01 {
    background-color: #00000080;
}

.form-bg {
    background-image: url("../img/web/imgSignUpPanelBG.png"); /* The image used */
    width: 100%;
    height: 713px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1200px 700px;
}
/*tabs*/
.padding5 {
    padding: 5px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingLeft {
    padding-left: 50px;
}

.paddingLeft80 {
    padding-left: 80px;
}

.tabs-01 {
    height: 40px;
    background-color: rgba(0,255,255,0.050980392156862744);
    border: 0;
    cursor: pointer;
}

.tabsd-01 {
    height: 40px;
    background-color: rgba(0,255,255,0.050980392156862744);
    border: 0;
    cursor: pointer;
}

.w3-red, .tabs-01:hover {
    color: #EBB24B;
    outline: none;
    cursor: pointer !important;
}

.w3d-red, .tabsd-01:hover {
    color: #07ffff !important;
    outline: none;
    cursor: pointer !important;
}

.op-40 {
    width: 100%;
    height: 40px;
    border: 1px solid #a1dcf5;
    background-color: rgba(0, 0, 0, 71);
    color: white;
    text-align: left;
    padding-left: 5px;
}

.op-40-b {
    width: 75%;
    height: 40px;
    border: 1px solid #a1dcf5;
    background-color: rgba(0, 0, 0, 71);
    color: white;
    text-align: left;
    padding-left: 5px;
}

.op-35 {
    height: 35px;
}

.op-50 {
    width: 50%;
}

.borderBottom {
    border-bottom: 2px solid #a1dcf5;
}

.floatRight {
    float: right;
}

.imgsize {
    cursor: pointer;
    margin-right: 1px;
    margin-left: 2px;
    width: 15px;
    height: 15px;
    padding-top: 6px;
}
/*registered*/
.captchaimg {
    height: 34px;
    float: left;
    margin-left: 10px;
}

.comslot-hb:hover, .comslot-icg:hover, .comslot-ka:hover, .comslot-rtg:hover, .comslot-sp:hover, .comslot-sg:hover, .comslot-pt:hover, .comslot-jk:hover, .comslot-bbin:hover, .comslot-dt:hover, .comslot-pp:hover, .comslot-lv22:hover {
    -webkit-transform: scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1); /*Mozilla scale version*/
    -o-transform: scale(1.1); /*Opera scale version*/
    box-shadow: 0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow: 0px 0px 30px gray; /*Safari shadow version*/
    -moz-box-shadow: 0px 0px 30px gray; /*Mozilla shadow version*/
    opacity: 1;
    transition: 0.3s;
}


/* SLOT */
.bg_slot {
    background-image: url("../img/web/imgSlotsBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_casino {
    background-image: url("../img/web/imgLiveCasinoBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_signup {
    background-image: url("../img/web/imgSignUpBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_sport {
    background-image: url("../img/web/imgSportsBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_fish {
    background-image: url("../img/web/imgFishingBG.jpg"); /* The image used */
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-slotCompany {
    width: 25%;
    height: 188px;
}

[class^="comslot-"] {
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: block;
    width: 100%;
    height: 188px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 0px solid white;
}

.comslot-hb {
    background-image: url("../img/web/game/imgBtnSlotsHBDefault.png?v=1.2");
}

.comslot-hb:hover, .comslot-hb-active {
	background-image: url("../img/web/game/imgBtnSlotsHBSelected.png?v=1.2");
}

.comslot-icg {
    background-image: url("../img/web/game/imgBtnSlotsICGDefault.png?v=1.2");
}

.comslot-icg:hover, .comslot-icg-active {
	background-image: url("../img/web/game/imgBtnSlotsICGSelected.png?v=1.2");
}

.comslot-ka {
    background-image: url("../img/web/game/imgBtnSlotsKADefault.png?v=1.2");
}

.comslot-ka:hover, .comslot-ka-active {
	background-image: url("../img/web/game/imgBtnSlotsKASelected.png?v=1.2");
}

.comslot-rtg {
    background-image: url("../img/web/game/imgBtnSlotsRTGDefault.png?v=1.2");
}

.comslot-rtg:hover, .comslot-rtg-active {
	background-image: url("../img/web/game/imgBtnSlotsRTGSelected.png?v=1.2");
}

.comslot-sp {
    background-image: url("../img/web/game/imgBtnSlotsSPDefault.png?v=1.3");
}

.comslot-sp:hover, .comslot-sp-active {
	background-image: url("../img/web/game/imgBtnSlotsSPSelected.png?v=1.3");
}

.comslot-sg {
    background-image: url("../img/web/game/imgBtnSlotsSGDefault.png?v=1.2");
}

.comslot-sg:hover, .comslot-sg-active {
	background-image: url("../img/web/game/imgBtnSlotsSGSelected.png?v=1.2");
}

.comslot-pt {
    background-image: url("../img/web/game/imgBtnSlotsPTDefault.png?v=1.2");
}

.comslot-pt:hover, .comslot-pt-active {
	background-image: url("../img/web/game/imgBtnSlotsPTSelected.png?v=1.2");
}

.comslot-jk {
    background-image: url("../img/web/game/imgBtnSlotsJKDefault.png?v=1.2");
}

.comslot-jk:hover, .comslot-jk-active {
	background-image: url("../img/web/game/imgBtnSlotsJKSelected.png?v=1.2");
}

.comslot-bbin {
    background-image: url("../img/web/game/imgBtnSlotsBBINDefault.png?v=1.2");
}

.comslot-bbin:hover, .comslot-bbin-active {
	background-image: url("../img/web/game/imgBtnSlotsBBINSelected.png?v=1.2");
}

.comslot-dt {
    background-image: url("../img/web/game/imgBtnSlotsDTDefault.png?v=1.2");
}

.comslot-dt:hover, .comslot-dt-active {
	background-image: url("../img/web/game/imgBtnSlotsDTSelected.png?v=1.2");
}

.comslot-pp {
    background-image: url("../img/web/game/imgBtnSlotsPPDefault.png?v=1.2");
}

.comslot-pp:hover, .comslot-pp-active {
	background-image: url("../img/web/game/imgBtnSlotsPPSelected.png?v=1.2");
}

.comslot-xe {
    background-image: url("../img/web/game/imgBtnSlotsXEDefault.png?v=1.2");
}

.comslot-xe:hover, .comslot-xe-active {
	background-image: url("../img/web/game/imgBtnSlotsXESelected.png?v=1.2");
}

.comslot-lv22 {
    background-image: url("../img/web/game/imgBtnSlotsLV22Default.png?v=1.2");
}

.comslot-lv22:hover, .comslot-lv22-active {
	background-image: url("../img/web/game/imgBtnSlotsLV22Selected.png?v=1.2");
}

.comslot-evo8 {
    background-image: url("../img/web/game/imgBtnSlotsEVO8Default.png?v=1.2");
}

.comslot-evo8:hover, .comslot-evo8-active {
    background-image: url("../img/web/game/imgBtnSlotsEVO8Selected.png?v=1.2");
}

.comslot-mega {
    background-image: url("../img/web/game/imgBtnSlotsMEGADefault.png?v=1.2");
}

.comslot-mega:hover, .comslot-mega-active {
    background-image: url("../img/web/game/imgBtnSlotsMEGASelected.png?v=1.2");
}

.comslot-pus8 {
    background-image: url("../img/web/game/imgBtnSlotsPUS8SlotsDefault.png?v=1.2");
}

.comslot-pus8:hover, .comslot-pus8-active {
    background-image: url("../img/web/game/imgBtnSlotsPUS8SlotsSelected.png?v=1.2");
}

.paddingSlot0 {
    padding: 15px 63px 0;
}

.paddingSlot {
    padding: 0 63px 15px 63px;
}

.paddingSlot1 {
    padding: 0 63px;
}

/*SLOT*/
.slotbox {
    width: 175px;
    border: 2px solid transparent;
    position: relative;
    float: left;
}
.slotboxcontent {
    width: 50%;
    border: 2px solid transparent;
    position: relative;
    float: left;
}

/*.image {
	  opacity: 1;
	  display: block;
	  width: 175px;
	  border:0;
	  height: auto;
	  transition: .5s ease;
	  backface-visibility: hidden;
	}*/

.image {
    width: 175px;
    border: 0;
    height: auto;
}

.micro_image {
    width: 164px;
    height: 136px;
    background-position: 19px 0px;
    background-repeat: no-repeat;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 5px 0 0 0;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.slotbox:hover .micro_image {
    background-color: rgba(255, 255, 255, 0.3);
    background-color: rgb(255, 255, 255,0.3);
}

.text {
    background-color: none /*#EBB24B*/;
    padding: 8px 8px;
}

#MainContent_content_ka, #MainContent_content_sp, #MainContent_content_bs, #MainContent_content_btx, #MainContent_content_dt {
    display: none;
}
/* SLOT END */

/*lottery start*/
.col-lotteryCompany {
    width: 50%;
    height: 188px;
}

.comlottery-ig:hover {
    -webkit-transform: scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1); /*Mozilla scale version*/
    -o-transform: scale(1.1); /*Opera scale version*/
    box-shadow: 0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow: 0px 0px 30px gray; /*Safari shadow version*/
    -moz-box-shadow: 0px 0px 30px gray; /*Mozilla shadow version*/
    opacity: 1;
    transition: 0.3s;
}

.comlottery-vr:hover {
    -webkit-transform: scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1); /*Mozilla scale version*/
    -o-transform: scale(1.1); /*Opera scale version*/
    box-shadow: 0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow: 0px 0px 30px gray; /*Safari shadow version*/
    -moz-box-shadow: 0px 0px 30px gray; /*Mozilla shadow version*/
    opacity: 1;
    transition: 0.3s;
}



[class^="comlottery-"] {
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: block;
    width: 100%;
    height: 188px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 0px solid white;
}

.comlottery-sbb {
    background-image: url("../img/web/imgBtnHongKongCaiDefault.png");
}

.comlottery-ig {
    background-image: url("../img/web/imgBtnShiShiCaiDefault.png");
}

    .comlottery-ig:hover, .comlottery-ig-active {
        background-image: url("../img/web/imgBtnShiShiCaiSelected.png");
    }

.comlottery-vr {
    background-image: url("../img/web/imgBtnVRGamingDefault.png");
}

    .comlottery-vr:hover, .comlottery-vr-active {
        background-image: url("../img/web/imgBtnVRGamingSelected.png");
    }

.lotterybox:hover, .lotterybox-active {
    background-image: url("../img/web/imgBtnLotteryGameThumbHover.png");
}

.lotterybox {
    background-image: url("../img/web/imgBtnLotteryGameThumbDefault.png");
    height: 207px;
    position: relative;
}

.image-lottery {
    opacity: 1;
    display: block;
    width: 115px;
    border: 0;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    padding-top: 17px;
    padding-bottom: 5px;
    padding-left: 32px;
}

.txc {
    line-height: 38px;
}

.text-color {
    font-size: 16px;
    color: #07FFFF;
}

    .text-color:hover {
        color: #f15e22;
    }

#content-ighk {
    display: none;
}
/*lottery end*/


.cus-profile {
    color: white;
    font-size: 14px;
    border: 1px solid #018fde;
    border-radius: 5px;
    width: 150px;
    height: 32px;
    float: left;
    text-align: center;
    line-height: 32px;
    margin-top: 8px;
    margin-left: 10px;
}


    .cus-profile:hover {
        color: #07ffff;
        border: 1px solid #07ffff;
    }

/* YAP EDIT START */
[class^="navlist-"] {
    position: relative;
    z-index: 1;
}

[class^="navsublist-"] {
    position: absolute;
    z-index: 999999999999999;
    background: rgba(7,17,37,0.9019607843137255);
    border-radius: 5px;
    -webkit-box-shadow: 1px 8px 19px 0px #6097ff;
    -moz-box-shadow: 1px 8px 19px 0px #6097ff;
    box-shadow: 1px 8px 19px 0px #6097ff;
    border: 2px solid #2CBDF6;
    display: none;
}

    [class^="navsublist-"] a {
        /*padding: 15px 10px;
		display:block;		
		border-bottom:1px dotted #2CBDF6;*/
    }

        [class^="navsublist-"] a:hover {
            color: #07FFFF;
            text-shadow: #07FFFF 1px 0 10px;
        }


.navlist-sports:hover .navsublist-sports {
    display: block;
}

.navlist-casino:hover .navsublist-casino {
    display: block;
}

.navlist-lottery:hover .navsublist-lottery {
    display: block;
}

.navlist-slot:hover .navsublist-slot {
    display: block;
}

.navlist-arcade:hover .navsublist-arcade {
    display: block;
}

.navsublist-sports {
    height: auto;
    position: absolute;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
}

.navsublist-casino {
    height: auto;
    position: absolute;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
}

.navsublist-lottery {
    height: auto;
    position: absolute;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
}

.navsublist-slot {
    height: auto;
    position: absolute;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
}

.navsublist-arcade {
    height: auto;
    position: absolute;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
}

.menu-product {
    width: 200px;
    height: 220px;
    float: left;
    text-align: center
}

.game-btn {
    background: #000; /*THEME COLOR */
    border: 0.5px solid #00E9DD;
    color: #00EDD6;
    padding: 8px;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
    height: auto;
    width: 103px;
    margin: 0 auto;
    margin-top: 20px;
}

/*YAP EDIT END */

/* Transfer Modal */


.divTransfer {
    width: 500px !important;
    height: 448px !important;
    background: linear-gradient(to top, #0b2351 0%, #1a4b7f 50%, #0b2351 100%) !important;
}

.txt_transfer {
    width: 276px;
    height: 48px;
    color: #ffcc00 !important;
    border-radius: 17px;
    padding-right: 17px;
    text-align: right;
}

.iziModal.hasScroll .iziModal-wrap {
    overflow: hidden !important;
}

#modal {
    background: linear-gradient(to top, #0b2351 0%, #1a4b7f 50%, #0b2351 100%);
    border-radius: 10px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

    #modal .iziModal-header {
        background: linear-gradient(to top, #375EAA 0%, #324F6F 50%, #273246 100%) !important;
    }

    #modal .iziModal-header-title {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #FEE5E2 !important
    }

    #modal img {
        border-radius: 10px !important;
    }

    #modal span, #modal li {
        font-weight: normal !important;
        color: white !important;
        font-size: 12px !important;
    }

    #modal strong, #modal b {
        font-weight: normal;
        color: yellow;
        font-size: 12px;
    }

    #modal::after {
        clear: both;
    }

#modalMain {
    background: linear-gradient(to top, #0b2351 0%, #1a4b7f 50%, #0b2351 100%);
    border-radius: 10px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

    #modalMain .iziModal-header {
        background: linear-gradient(to top, #375EAA 0%, #324F6F 50%, #273246 100%) !important;
    }

    #modalMain .iziModal-header-title {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #FEE5E2 !important
    }

    #modalMain img {
        border-radius: 10px !important;
    }

    #modalMain span, #modalMain li {
        font-weight: normal !important;
        color: white !important;
        font-size: 12px !important;
    }

    #modalMain strong, #modalMain b {
        font-weight: normal;
        color: yellow;
        font-size: 12px;
    }

    #modalMain::after {
        clear: both;
    }

.mymodalcontent {
    padding: 1vw;
}


.dlbox {
    position: fixed;
    top: 234px;
    left: -208px;
    z-index: 99999;
    cursor: pointer;
}

.dlbox-right {
    position: fixed;
    top: 210px;
    right: -270px;
    z-index: 99999;
    cursor: pointer;
}

.dlboxtable {
    border-radius: 15px;
}

.dlbox01 {
    width: 208px;
    z-index: 999;
}

.dlicon {
    height: 3px;
}

.dlicon01 {
    height: 40px;
}

.dlicon02 {
    height: 50px;
}

.dlboxtable01 {
    width: 50%;
}

.dlboxtable02 {
    width: 50%;
    background-color: #560806;
}

.dlboxbar {
    width: 40px !important;
    height: 155px;
}

.dlbaricon {
    position: relative;
    font-size: 20px;
    left: -9px;
}

::-webkit-scrollbar {
    width: 12px;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9c95cc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.align-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.ws-preline {
    white-space: pre-line !important;
}

.ws-nowrap {
    white-space: nowrap !important;
}

.flex-align-center {
    align-items: center !important;
}

.f-basis-100 {
    flex-basis: 100% !important;
}

.d-none {
    display: none !important;
}

.p-5 {
    padding: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.walletIcon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.table-responsive {
    width: 100% !important;
}

.dataTables_filter > label {
    color: unset !important;
    font: unset !important;
}

    .dataTables_filter > label:after {
        content: unset !important;
    }

    .dataTables_filter > label > input {
        padding-left: unset !important;
    }

#GOTOP,
#GOTOP i {
    text-align: center;
}

#GOTOP {
    border-radius: 3px;
    display: none;
    width: 0;
    height: 40px;
    cursor: pointer;
    right: 10px;
    background-color: rgba(255, 255, 255, .5);
    color: #000;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
}

    #GOTOP:hover {
        background-color: #fff;
    }

    #GOTOP span {
        line-height: 40px;
    }

    #GOTOP .fa-chevron-up {
        width: 100%;
        height: 40px;
    }

    #GOTOP i {
        display: block;
        vertical-align: middle;
        font-size: 24px;
        margin-top: 6px;
        opacity: .1;
    }

    #GOTOP.active {
        width: 40px;
    }

        #GOTOP.active i {
            opacity: 1;
        }

/*Modal css start*/
/*.modal-container {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

    .modal-container.show-modal {
        display: block;
    }

.modalWindow {
    background: linear-gradient(to top, #0b2351 0%, #1a4b7f 50%, #0b2351 100%);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 695px;
    max-height: 650px;
    height: 100%;
    width: 90%;
}

.modalWindow--MUI {
    max-width: 600px;
    max-height: 490px;
}

.modalWindow--SP {
    max-width: 800px;
    max-height: 560px;
}

.modalWindow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: linear-gradient(to top, #375EAA 0%, #324F6F 50%, #273246 100%);
}

    .modalWindow__header h3 {
        margin: 0;
        text-align: center;
        color: #FFCF4C;
    }

.modalWindow__content {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 30px 60px 0 60px
}

.modalWindow__content--SP {
    padding: 3%;
}

.modalWindow__content::-webkit-scrollbar {
    width: 12.34px;
}

.modalWindow__content::-webkit-scrollbar-thumb {
    background-color: #454543;
    outline: #5f5f5f solid 1px;
}

.modalWindow__content::-webkit-scrollbar-track {
    background-color: #151515;
}

.modalWindow__content .depositNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .modalWindow__content .depositNav .depositTab {
        flex: 0 1 32%;
    }

.modalWindow__content .transactionNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .modalWindow__content .transactionNav .transactionTab {
        flex: 0 1 19%;
    }

.modalWindow__footer {
    padding: 0 60px 20px 60px;
    margin-top: 10px;
}

.modalWindow__footer__content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-top: 2px solid #fff;
}

.close-btn {
    background: transparent;
    font-size: 25px;
    position: absolute;
    top: 12px;
    right: 24px;
    cursor: pointer;
}

    .close-btn span {
        color: white;
        font-size: 1.5rem;
    }*/

.pdjBtn {
    background-image: url(../img/web/imgBtnDefault.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 137px;
    height: 45px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    outline: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pdjBtn:hover {
        background-image: url("../img/web/imgBtnHover.png") !important;
    }

/*.renniboBtn:hover {
        background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, rgba(149, 149, 149, 1) 100%);
    }

.renniboBtn--lg {
    padding: 5px 25px;
}*/

#announcePanel .itemContainer {
    padding: 0 20px 15px 20px !important;
    margin-bottom: unset !important;
}

#announcePanel .itemHeader {
    cursor: pointer;
}

/*.itemContainer {
    background-color: #d8d8d8;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

    .itemContainer .info__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .itemContainer .info__header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 90%;
    }

        .itemContainer .info__header__container .property {
            font-weight: 300;
            font-size: 1.5rem;
            color: black;
            padding: 15px 0;
        }

    .itemContainer .info__footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-top: 1px solid #979797;
    }

    .itemContainer .info__footer__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 90%;
    }

        .itemContainer .info__footer__container .property {
            font-weight: 300;
            font-size: 1.5rem;
            color: black;
            padding: 15px 0;
        }*/

/*.panel .pagination {
    display: flex;
}*/

/*.itemContainer__norecords {
    justify-content: center;
}

.itemContainer__records {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .itemContainer__records div {
        font-size: 1.5rem;
        flex-basis: 50%;
        line-height: 2rem;
    }

        .itemContainer__records div .success {
            color: dodgerblue;
        }

        .itemContainer__records div .failure {
            color: #e00000;
        }*/

/*.panelGroup .panel {
    background-color: unset;
}*/

/*Modal css end*/

/*Kai update css start*/
/*Master style*/
.loginedPanel {
    padding-left: 45px;
    padding-right: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 0 0 40px 40px;
    width: 100%;
}

    .loginedPanel .renniboBtn {
        flex: 0 1 9%;
        font-size: 13px !important;
    }

    .loginedPanel .mainFunc {
        width: 290px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.mainFunc span, .iconName {
    color: #fff;
}

.mainFunc span {
    position: relative;
    font-size: 2.4rem;
    cursor: pointer;
    transform: translateY(-6px)
}

.iconName {
    position: absolute;
    white-space: nowrap;
    font-size: .85rem;
}

.user {
    flex: 0 1 auto;
    max-width: 92px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.user__info {
    flex: 1 1 100%;
}

.user__avatar span {
    font-size: 3.8rem;
    background: linear-gradient(180deg, rgba(216, 216, 216, 1) 0%, rgba(155, 162, 170, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user__name {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
}

.user__status {
    max-width: 62px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .user__status span {
        font-size: 1rem;
        letter-spacing: -3px;
    }

.renniboBtn {
    cursor: pointer;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, #018fde 100%);
    color: #231F20;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
}

    .renniboBtn:hover {
        background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, #07ffff 100%);
    }

.renniboBtn--lg {
    padding: 5px 25px;
}

.loginedPanel .item {
    width: 215px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

    .loginedPanel .item div a {
        white-space: nowrap;
        text-decoration: none;
        cursor: pointer;
    }

.modal-container {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

    .modal-container.show-modal {
        display: block;
    }

.modalLayer {
    width: 100%;
    height: 100%;
}

.modalWindow {
        /* background: linear-gradient(to top, #0b2351 0%, #1a4b7f 50%, #0b2351 100%); */
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    max-height: 650px;
    height: 100%;
    width: 90%;
    padding: 11px 34px;
}

.modalWindow__title {
    font-weight: 500;
    font-size: 24px;
    color: #FFCF4C;
}

.modalWindow--MUI {
    max-width: 600px;
    max-height: 490px;
}

.modalWindow--SP {
    max-width: 900px;
    max-height: 560px;
}

.modalWindow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    flex-basis: 90%;
    /*background: linear-gradient(to top, #375EAA 0%, #324F6F 50%, #273246 100%);*/
}

    .modalWindow__header span {
        border: 2px solid #32C5FF;
        box-shadow: 0 0 4px 0 #FFFFFF;
        flex: 0 0 35.5%;
    }

    .modalWindow__header .modalWindow__title {
        margin: 0;
        text-align: center;
        color: #FFFFFF;
        flex: 0 0 23%;
    }

.modalWindow__contentContainer {
    overflow-y: auto;
}

.modalWindow__content--SP {
    padding: 3%;
}

.modalWindow__content::-webkit-scrollbar {
    width: 12.34px;
}

.modalWindow__content::-webkit-scrollbar-thumb {
    background-color: #454543;
    outline: #5f5f5f solid 1px;
}

.modalWindow__content::-webkit-scrollbar-track {
    background-color: #151515;
}

.modalWindow__content .depositNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .modalWindow__content .depositNav .depositTab {
        flex: 0 1 32%;
    }

.modalWindow__content .transactionNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .modalWindow__content .transactionNav .transactionTab {
        flex: 0 1 19%;
    }

.modalWindow__footer {
    padding: 0 60px 20px 60px;
    margin-top: 10px;
}

.modalWindow__footer__content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-top: 2px solid #fff;
}

.close-btn {
    /*background: #FFFFFF;*/
    font-size: 25px;
    /*position: absolute;*/
    top: 6px;
    right: 28px;
    cursor: pointer;
    position: fixed;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .close-btn span {
        color: black;
        font-size: 2rem;
        z-index: 9;
    }

    .close-btn:before,
    .close-btn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 2px;
        height: 86px;
        margin-top: -41px;
        z-index: 1;
    }

    .close-btn:after {
        left: auto;
        right: 0;
        margin-top: -45px;
        height: 92px;
    }

.inner {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: white;
    border-width: 2px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
}

    .inner:before,
    .inner:after {
        -webkit-transform: rotate(45deg);
        content: "";
        position: absolute;
        width: 2px;
        height: 85px;
        margin-top: -41px;
        z-index: 1;
        right: auto;
        left: 27px;
        bottom: auto;
        top: 27px;
    }

    .inner:after {
        height: 90px;
        right: 30px;
        left: auto;
        bottom: -13px;
        top: auto;
    }

.depositTab {
    padding-bottom: 10px;
    cursor: pointer;
}

    .depositTab.active {
        border-bottom: 2px solid white;
    }

    .depositTab .renniboBtn {
        /*width: 100%;*/
        font-size: 1.2rem;
        font-weight: 400;
    }

.transactionTab {
    padding-bottom: 10px;
    cursor: pointer;
}

    .transactionTab.active {
        border-bottom: 2px solid white;
    }

    .transactionTab .renniboBtn {
        /*width: 100%;*/
        font-size: 1.2rem;
        font-weight: 400;
    }

.panelGroup .panel {
    display: none;
    background-color: unset;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

form .btn-group {
    display: flex;
}

    form .btn-group .renniboBtn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #D8D8D8;
        flex: 1 1 auto;
        padding: 10px;
        font-size: 1.2rem;
        font-weight: 400;
        border: 1px solid #8b8b8b;
    }

        form .btn-group .renniboBtn:first-child {
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

        form .btn-group .renniboBtn:last-child {
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

        form .btn-group .renniboBtn:hover {
            background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, #07ffff 100%);
        }

.panelGroup .panel:first-child {
    display: block;
}

span.yellow {
    color: #FFCF4C;
}

.notice {
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 1.1rem;
}

.panelNav {
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    border: 1px solid #D8D8D8;
}

.panelNav__tab {
    color: #D8D8D8;
    font-size: 1.2rem;
    flex: 1 1 auto;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

    .panelNav__tab.active {
        background-color: #D8D8D8;
        color: black;
    }

.boxesGroup .box {
    display: none;
    width: 100%;
}

    .boxesGroup .box:first-child {
        display: block;
    }

    .boxesGroup .box form {
        margin-top: 30px;
    }

        .boxesGroup .box form .form-group {
            width: 100%;
        }

.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        display: inline-block;
        margin-bottom: .5rem;
    }

.form-control {
    display: block;
    width: 96%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: rgba(0, 0, 0, 71);
    /*background-clip: padding-box;*/
    border: 1px solid #a1dcf5;
    text-align: left;
    /*border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

select.form-control {
    width: 100% !important;
    height: calc(1.5em + 1.75rem + 0.5px) !important;
}

.form-control option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.centerFlex .renniboBtn {
    margin: 30px auto;
    font-size: 1.5rem;
}

.boxesGroup .box form .centerFlex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel form .centerFlex {
    width: 100%;
    display: flex;
    justify-content: center;
}

form .centerFlex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel .centerFlex {
    width: 100%;
    display: flex;
    justify-content: center;
}

p.white {
    padding: 10px;
    color: #fff;
}

.boxesGroup .box form .centerFlex ul {
    color: #fff;
    line-height: 2;
    width: 100%;
    margin-top: 15px;
}

    .boxesGroup .box form .centerFlex ul li {
        color: #fff;
        line-height: 2;
    }

#announcePanel .itemContainer {
    padding: 0 20px 15px 20px !important;
    margin-bottom: unset !important;
}

#announcePanel .itemHeader {
    cursor: pointer;
}

.itemContainer {
    background-color: #d8d8d8;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-weight: 300;
}

    .itemContainer .info__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .itemContainer .info__header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 90%;
    }

        .itemContainer .info__header__container .property {
            font-weight: 300;
            font-size: 1.1rem;
            color: black;
            padding: 15px 0;
        }

    .itemContainer .info__footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-top: 1px solid #979797;
    }

    .itemContainer .info__footer__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 90%;
    }

        .itemContainer .info__footer__container .property {
            font-weight: 300;
            font-size: 1.1rem;
            color: black;
            padding: 15px 0;
        }

.panel .pagination {
    display: flex;
}

.itemContainer__norecords {
    justify-content: center;
    font-weight: 300;
}

.itemContainer__records {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .itemContainer__records div {
        font-size: 1.1rem;
        flex-basis: 50%;
        line-height: 2rem;
        font-weight: 300;
    }

        .itemContainer__records div .success,
        .itemContainer span.success,
        .itemContainer__amount_total .success {
            color: dodgerblue;
        }

        .itemContainer__records div .failure,
        .itemContainer span.failure,
        .itemContainer__amount_total .failure {
            color: #e00000;
        }

.itemContainer__amount_total {
    display: flex;
    justify-content: center;
}

.amount_total {
    background-color: #d8d8d8;
    border-radius: 28px;
    padding: 20px;
}

.dropDownBox {
    display: none;
    padding: 10px 0 20px;
    width: 100%;
    border-top: 1px solid #979797;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .dropDownBox.active {
        display: flex;
    }

    .dropDownBox div {
        padding: 10px 20px;
        border-radius: 3px;
        font-size: 1.1rem;
        font-weight: 300;
        border: 1px solid #979797;
        flex: 0 1 48%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .dropDownBox .listItem {
        color: #6D7278;
        padding: 0;
        border: unset;
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

        .dropDownBox .listItem:nth-child(even) {
            justify-content: flex-end;
        }

        .dropDownBox .listItem .orange {
            color: #F77462;
        }

        .dropDownBox .listItem span {
            color: #231F20;
        }

.paginationContainer .pagination select {
    width: 50px !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-item {
    display: list-item;
    text-align: -webkit-match-parent;
}

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.switchBox {
    /*border: 1px solid red;*/
    display: flex;
    justify-content: space-between;
    height: 500px;
}

    .switchBox .uiContainer {
        flex: 0 1 60%;
        /*border: 1px solid #0044d7;*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 8px 15px 15px;
        padding: 20px;
        background-color: transparent;
        border: 2px solid #a1dcf5;
    }

        .switchBox .uiContainer form {
            /*border: 1px solid #d7cc00;*/
            width: 100%;
        }

            .switchBox .uiContainer form .form-group {
                margin-bottom: 1rem;
            }

                .switchBox .uiContainer form .form-group .col-sm-9 {
                    flex: 0 0 75%;
                    max-width: 75%;
                    display: flex;
                }

                .switchBox .uiContainer form .form-group .col-form-label {
                    padding-top: calc(.375rem + 1px);
                    padding-bottom: calc(.375rem + 1px);
                    margin-bottom: 0;
                    font-size: inherit;
                    line-height: 1.5;
                    width: 25%;
                }

            .switchBox .uiContainer form .form-control-sm {
                height: calc(1.5em + .5rem + 2px);
                font-size: 1rem;
                line-height: 1.5;
                border-radius: .2rem;
            }

            .switchBox .uiContainer form .form-control {
                width: 100%;
                /*height: 40px;*/
                border: 1px solid #a1dcf5;
                background-color: rgba(0, 0, 0, 71);
                color: white;
                text-align: left;
                /*padding-left: 5px;*/
            }

            .switchBox .uiContainer form .row {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 20px;
                position: relative
                /*margin-right: -15px;*/
                /*margin-left: -15px;*/
            }

    .switchBox .itemBox {
        padding: 10px;
        flex: 0 1 40%;
        display: flex;
        flex-direction: column;
        margin: 15px 15px 15px 8px;
        max-width: 323px;
        max-height: 542px;
        background-color: transparent;
        border: 2px solid #a1dcf5;
    }

        .switchBox .itemBox .headerBox {
            height: 57px;
            width: 100%;
            display: flex;
            border-bottom: 2px solid #a1dcf5;
            margin-bottom: 10px;
            justify-content: space-between;
            align-items: baseline;
        }

            .switchBox .itemBox .headerBox .name {
                /*flex: 1 1 33.33%;*/
                color: #6097ff;
            }

            .switchBox .itemBox .headerBox .surplus {
                text-align: right;
                /*flex: 1 1 33.33%;*/
                color: #6097ff;
                justify-items: baseline;
                display: flex;
            }

            .switchBox .itemBox .headerBox span {
                text-align: right;
                flex: 1 1 10%;
                color: #0091FF;
            }

        .switchBox .itemBox .listBox {
            max-height: 377px;
            overflow-y: scroll;
        }

        /*.switchBox .itemBox .listBox::-webkit-scrollbar {
                width: 12.34px;
            }

            .switchBox .itemBox .listBox::-webkit-scrollbar-thumb {
                background-color: #454543;
                outline: #5f5f5f solid 1px;
            }

            .switchBox .itemBox .listBox::-webkit-scrollbar-track {
                background-color: #151515;
            }*/

        .switchBox .itemBox .listContainer {
            height: 25px;
            width: 100%;
            display: flex;
            border-bottom: 1px solid rgba(255, 255,255,0.25);
            margin-bottom: 5px;
        }

            .switchBox .itemBox .listContainer:last-child {
                border-bottom: unset;
            }

            .switchBox .itemBox .listContainer .name {
                flex: 1 1 33.33%;
                color: #6097ff;
            }

            .switchBox .itemBox .listContainer .surplus {
                text-align: right;
                flex: 1 1 33.33%;
                color: gold;
            }

            .switchBox .itemBox .listContainer span {
                text-align: right;
                flex: 1 1 10%;
                color: #0091FF;
            }

            .switchBox .itemBox .listContainer .category_title {
                color: gold !important;
                background-color: black !important;
            }

        .switchBox .itemBox .submitBtn {
            background-image: linear-gradient(225deg, #2120E0 0%, #0081F7 100%);
            color: #fff;
            border: none;
            width: 100%;
            padding: 6px;
            border-radius: 19px;
            margin-top: 20px;
        }

/*franchise*/
.franchise {
    padding-bottom: 30px;
    background: rgb(38, 88, 168);
    background: linear-gradient(180deg, rgba(38, 88, 168, 1) 0%, rgba(6, 0, 0, 1) 100%);
}

    .franchise .title {
        color: #FFCF4C;
        font-size: 2rem;
        padding: 1.5625rem;
        background: rgb(109, 114, 120);
        background: linear-gradient(180deg, rgba(109, 114, 120, 1) 0%, rgba(0, 0, 0, 1) 100%);
    }

.franchise__box {
    max-width: 1015px;
    margin: 0 auto;
}

    .franchise__box .title {
        width: fit-content;
        margin: 15px auto;
        border-radius: 50px;
        padding: 1.5625rem 2rem;
    }

.question {
    font-size: 1.5rem;
    text-align: left;
    color: #FFCF4C;
    margin-bottom: 8px;
}

.answer {
    text-align: left;
    line-height: 1.8;
}

.QABox {
    margin: 10px auto;
}

.franchiseBox {
    display: flex;
    justify-content: space-between;
}

.franchiseItem {
    flex: 0 1 48.5%;
}

.franchiseBox .franchiseItem .title {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    color: #000;
    background: linear-gradient(180deg, #FDF8A2 3%, #F4D97A 47%, #EEC462 100%);
    margin-bottom: 30px;
}

.franchiseItem ol {
    padding-left: 0;
    color: #fff;
    line-height: 1.6;
}

    .franchiseItem ol li {
        text-align: justify;
        margin-left: 20px;
        list-style: decimal;
    }

.franchiseItem ul {
    padding-left: 0;
    display: block;
    margin-top: 30px;
    color: #fff;
    line-height: 1.6;
}

    .franchiseItem ul li {
        text-align: justify;
    }

.franchiseItem p {
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

.rayGroup {
    max-width: 600px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

    .rayGroup .ray {
        color: white;
        background-position: center;
        background-size: contain;
        height: 123px;
        width: 123px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.6;
    }

.sectionTitle {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .sectionTitle .titleGroup {
        flex: 1 1 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .sectionTitle .titleGroup .subject {
            padding: 10px;
        }

/*Kai update css end*/

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/*Boostrap table style start*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
    top: 51% !important;
}
/*Boostrap table style end*/

#ModalLayer.layui-layer-content {
    max-height: 80vh !important;
    height: auto !important;
}

.layerContainer {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    margin-right: auto;
    margin-left: auto;
}

.transferLayerUpperContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    padding: 40px;
}

.transferLayerLowerContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 40px 10px;
}

.g-no-plpr {
    padding-right: unset !important;
    padding-left: unset !important;
}

.g-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.g-col-3,
.g-col-4,
.g-col-5,
.g-col-5-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.g-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.g-col-4 {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
}

.g-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.g-col-5-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.g-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.g-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.g-col-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.g-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.g-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.transferLayerLowerContent .lightBtn,
.transferLayerLowerContent .darkBtn {
    width: 100%;
    height: 48px;
    border: 2px solid #018fde;
    border-radius: 12px;
    cursor: pointer;
}

.transferLayerLowerContent .lightBtn {
    color: #ffcc00;
    background-color: #033b78;
    font-size: 20px;
}

.transferLayerLowerContent .darkBtn {
    color: white;
    background-color: #09162f;
    font-size: 18px;
}

    .transferLayerLowerContent .darkBtn.dark-goldBtn {
        background-color: #b98c29 !important;
    }

#ContactLayer {
    padding: unset !important;
}

.contactRow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 7px 0;
    border-bottom: 1.4px solid black;
    color: white;
    text-align: left;
}

    .contactRow:last-child {
        border-bottom: unset !important;
    }

.lc-box {width: 160px; height: 357px; cursor: pointer;}	
.lc-bg-sa {background-image: url("../img/web/game/en/imgBtnLiveCasinoSADefault.png");}
.lc-bg-sa:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoSAHover.png");}
.lc-bg-sx {background-image: url("../img/web/game/en/imgBtnLiveCasinoSXDefault.png");}
.lc-bg-sx:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoSXHover.png");}
.lc-bg-ag {background-image: url("../img/web/game/en/imgBtnLiveCasinoAGDefault.png");}
.lc-bg-ag:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoAGHover.png");}
.lc-bg-pt {background-image: url("../img/web/game/en/imgBtnLiveCasinoPTDefault.png");}
.lc-bg-pt:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoPTHover.png");}
.lc-bg-ab {background-image: url("../img/web/game/en/imgBtnLiveCasinoABDefault.png");}
.lc-bg-ab:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoABHover.png");}
.lc-bg-gd {background-image: url("../img/web/game/en/imgBtnLiveCasinoGDDefault.png");}
.lc-bg-gd:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoGDHover.png");}
.lc-bg-wm {background-image: url("../img/web/game/en/imgBtnLiveCasinoWMDefault.png");}
.lc-bg-wm:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoWMHover.png");}
.lc-bg-dg {background-image: url("../img/web/game/en/imgBtnLiveCasinoDGDefault.png");}
.lc-bg-dg:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoDGHover.png");}
.lc-bg-eb {background-image: url("../img/web/game/en/imgBtnLiveCasinoEBDefault.png");}
.lc-bg-eb:hover {background-image: url("../img/web/game/en/imgBtnLiveCasinoEBHover.png");}
.lc-bg-ibc {background-image: url("../img/web/game/en/imgBtnSportsbookIBCDefault.png");}
.lc-bg-ibc:hover {background-image: url("../img/web/game/en/imgBtnSportsbookIBCHover.png");}
.lc-bg-sbo {background-image: url("../img/web/game/en/imgBtnSportsbookSBODefault.png");}
.lc-bg-sbo:hover {background-image: url("../img/web/game/en/imgBtnSportsbookSBOHover.png");}
.lc-bg-cmd {background-image: url("../img/web/game/en/imgBtnSportsbookCMDDefault.png");}
.lc-bg-cmd:hover {background-image: url("../img/web/game/en/imgBtnSportsbookCMDHover.png");}

.lc-bg-sa-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoSADefault.png");}
.lc-bg-sa-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoSAHover.png");}
.lc-bg-sx-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoSXDefault.png");}
.lc-bg-sx-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoSXHover.png");}
.lc-bg-ag-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoAGDefault.png");}
.lc-bg-ag-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoAGHover.png");}
.lc-bg-pt-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoPTDefault.png");}
.lc-bg-pt-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoPTHover.png");}
.lc-bg-ab-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoABDefault.png");}
.lc-bg-ab-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoABHover.png");}
.lc-bg-gd-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoGDDefault.png");}
.lc-bg-gd-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoGDHover.png");}
.lc-bg-wm-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoWMDefault.png");}
.lc-bg-wm-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoWMHover.png");}
.lc-bg-dg-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoDGDefault.png");}
.lc-bg-dg-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoDGHover.png");}
.lc-bg-eb-cn {background-image: url("../img/web/game/cn/imgBtnLiveCasinoEBDefault.png");}
.lc-bg-eb-cn:hover {background-image: url("../img/web/game/cn/imgBtnLiveCasinoEBHover.png");}
.lc-bg-ibc-cn {background-image: url("../img/web/game/cn/imgBtnSportsbookIBCDefault.png");}
.lc-bg-ibc-cn:hover {background-image: url("../img/web/game/cn/imgBtnSportsbookIBCHover.png");}
.lc-bg-sbo-cn {background-image: url("../img/web/game/cn/imgBtnSportsbookSBODefault.png");}
.lc-bg-sbo-cn:hover {background-image: url("../img/web/game/cn/imgBtnSportsbookSBOHover.png");}
.lc-bg-cmd-cn {background-image: url("../img/web/game/cn/imgBtnSportsbookCMDDefault.png");}
.lc-bg-cmd-cn:hover {background-image: url("../img/web/game/cn/imgBtnSportsbookCMDHover.png");}

.truncate {
  width: 142px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottombut {
    display: block;
    width: 59px;
    text-align: center;
    position: fixed;
    z-index: 99999999;
    top: 164px;
    right: -13px;
}

.modalWindow__content {
    background-image: url(../img/web/imgSignUpPanelBG.png);
    background-size: 100% 100%;
    height: calc(100% - 60px);
    /* overflow-y: auto; */
    padding: 50px 60px;
}