/**
* ver 1.0.2
**/
.mbl-menu-btn{
    display:none;
    width:28px;
    height:21px;
    top:0;
    bottom:0;
    left:8px;
    margin:auto;
    position:absolute;
    z-index:99;
    font-size:30px;
    border:none;
    background-color:transparent;
    background-image:url(/images/client/ui2/btnmenu2.png);
    background-repeat:no-repeat;
    background-size:28px 21px;
}
.mbl-menu-btn:hover{
    outline: none;
    box-shadow: none;
}
.bettingbox .mobile-header{
    height:20px;
    margin:10px 0;
    display:none;
    align-content: center;
    justify-content:center;
}
.bettingbox .mobile-header .close-btn{
    width:38%;
    background-color:transparent;
    border:none;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    position:relative;
    transition:0.3s;
    outline:none;
    border:none;
    color:#fc230d;
    font-size:12px;
    border-right:1px solid #333333;
    padding:0;
    background-color:transparent;
    padding:0 0 0 11px;
}
.bettingbox .mobile-header .close-btn i{
    font-size:17px;
    margin-right:5px;
    position:relative;
    top:-1px;
}

/* Automatic Checkbox */

.bettingbox .mobile-header .cart-switch{
    width:62%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bettingbox .mobile-header .cart-switch span{
    color:#cccccc;
    font-size:12px;
}
.bettingbox .mobile-header .cart-switch input{
    width:18px;
    height:18px;
    margin:0 0 0 6px;
}

/* Cart Button */

.mbl-cart-btn{
    display:none;
    width: 80px;
    height:68px;
    bottom:10px;
    right:10px;
    position:fixed;
    padding:0;
    border:none;
    background-color:transparent;
    background-image:url(/images/client/ui2/cart-bg.png);
    background-size:cover;
    padding:2px 0 0;
    align-items:center;
    justify-content:center;
    z-index:1;
    border-radius:8px;
    color:#fff;
    font-size:38px;
    text-shadow:0 1px 1px #000;
}
.mbl-cart-btn:hover{
    outline: none;
    box-shadow: none;
}
.mbl-cart-btn img{
    display:block;
    margin:0 auto;
    pointer-events:none;
}
.mbl-cart-btn .bet-count{
    width:20px;
    height:20px;
    position:absolute;
    right:-5px;
    top:-5px;
    border-radius:50%;
    color: #fff;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:red;
    pointer-events:none;
    display:none;
}
.mbl-overlay{
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    transition:0.3s;
    top:55px;
    left:0;
    opacity:0;
    z-index:1039;
    pointer-events:none;
}
.account-info{
    width:calc(100% - 150px);
    max-width:300px;
    height:100%;
    position:absolute;
    right:5px;
    top:-3px;
    margin:0 0;
    padding:5px 0;
    display:none;
    z-index:0;
}
.account-info .cont{
    width:100%;
    height:50%;
    margin:0;
    float:left;
    background-color:rgba(0,0,0,0.5);
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    color:#fff;
    font-size:11px;
    padding:2px 2px 0 20px;
    margin:2px 0 0;
    position:relative;
    white-space:nowrap;
}
.account-info .cont.two{
    padding:0;
}
.account-info .cont .divider{
    width:50%;
    height:100%;
    margin:0;
    float:left;
    position:relative;
    padding:2px 2px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account-info .cont .icon-cont{
    width:20px;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3ac2e6;
    font-size:12px;
}
.account-info .cont span{
    font-family:dotum;
}
.account-info .cont .level{
    color:#b984ff;
}
.account-info .cont .symbol{
    color:#b5b5b5;
    margin-left:3px;
}
.animated{
    width:100%;
    display:inline-block;
    animation:none;
    margin:0 0 5px !important;
}
.back-top-btn{
    width:calc(100% - 6px);
    height:40px;
    color:#cccccc;
    font-size:14px;
    font-family:SCDream4;
    background-color:#333333;
    border-radius:10px;
    border:1px solid #494646;
    display:none;
    margin:0 3px 40px 3px;
    outline:none;
}
@media(max-width:1380px){
    .page-with-two-sidebar #ajax-content {
        width:calc(100% - 552px);
        position:absolute;
        left:0;
        right:0;
        margin: 0 auto 0;
    }
    .page-with-two-sidebar .transfer-money #ajax-content {
        width:100%;;
        position:relative;
        margin:0;
    }
    .aklogo{
        margin:12px 0 0 10px !important;
    }
}
@media(max-width:1200px){
    .header .container-fluid {
        border-bottom:1px solid #26342c;
    }
    .back-top-btn{
        display:inline-block;
    }
    .betlistbox {
        width: 100%;
        margin:1px 0 3px 0;
    }
    .height-100-pro { height:auto !important; }
    .page-with-two-sidebar #ajax-content {
        width:100%;
    }
    .sports-scroll{
        max-height:initial;
        overflow-y:auto;
    }
    .navbar-right {
        display:none;
    }
    .header.navbar {
        height:55px;
        background-size: cover !important;
    }
    .aklogo{
        width: 90px !important;
        margin:19px 0 0 30px !important;
    }
    .bettingbox .mobile-header{
        display:flex;
    }
    .games-navigation{
        display:none;
    }
    .message-head .f-s-14{
        font-size:11px !important;
        margin-top:2px !important;
    }
    .message-head .f-s-12{
        font-size:10px !important;
    }
    .message-head .m-r-10{
        margin-right:5px !important;
    }
    .custom-head .m-r-10{
        margin-right:3px !important;
    }
    .custom-head .m-r-5{
        margin-right:0px !important;
    }
    .custom-head .f-s-14{
        font-size:10px !important;
        margin-top:3px !important;
    }
    .account-info{
        display:block;
    }
    .mess-table pre{
        font-size: 12px;
        width: 100%;
        white-space: pre-wrap;
        padding:5px 10px !important;
    }
    .cancel-condition .progress-bar, .cancel-condition .btn{
        font-size: 12px;
    }
    .cancel-condition .time-condition{
        bottom: -18%;
        left: -22%;
    }
    .cancel-condition .desc{
        font-size: 12px;
    }
    .f-s-history{
        font-size: 10px;
    }
    .width-fixed {
        min-width:100%;
        overflow-x:hidden;
    }
    .top-menu{
        display:none;
    }
    .mbl-menu-btn{
        display:block;
    }
    .mbl-cart-btn{
        display:flex;
    }
    .bettingbox .desk-big{
        height:auto;
    }
    .sidebar {
        left:-100%;
        transition:0.3s;
        padding-top:0;
        top:55px;
        padding-bottom:100px;
        z-index:1040;
        background-color: #171818;
        border-right:1px solid #333;
    }
    .sidebar-right{
        border-left:1px solid #333;
        border-right:none;
    }
    .sidebar.active{
        left:0;
    }
    .sidebar-right .width-side {
        border:none;
        border-radius:0;
     }
     .sidebar .bettingbox {
        border:none;
        border-radius:0;
    }
    .page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
        right:-100%;
        transition:0.3s;
    }
    .page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right.active{
        right:0;
    }
    .mbl-overlay{
        display:block;
    }
    .mbl-overlay.active{
    }
    .page-with-two-sidebar #ajax-content {
        padding:4px 0;
    }
    .width-side {
        width: 100% !important;
    }
    .panel .panel-heading{
        padding:6px !important;
    }
    .panel .custom-head{
        padding-bottom:11px !important;
    }
    .panel .panel-heading .alert{
        background:#33446e;
    }
    .panel .panel-heading .alert .p-0.m-0:first-child{
        display:block;
    }
    .panel .panel-heading .alert .p-0.m-0{
        /*display:none;*/
    }
    .panel .panel-heading .alert .p-0.m-0 a{
        width:37px;
        height:37px;
        float:left;
        color: #fff !important;
        text-shadow:none;
        background-color: #0b773e;
        box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 0 #053a1d;
        border:none;
        background-image:none;
        border-radius: 3px;
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:center;
        margin:0 2px;
    }
    .panel .panel-heading .alert .p-0.m-0 a img{
        width:16px;
    }
    .panel-body{
        width:100% !important;
    }
    .panel-body .width-full{
        margin:0;
        padding:0 !important;
    }
    .panel-body.height-full{
        height:auto !important;
    }
    
    .sports2box{
        width:100%;
    }
    .panel-body .width-full .sports2box .btn .posrighticonclass{
        display:none;
    }
    .sports2boxtopin {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-align: center;
        color: #fff;
        padding: 0px;
        max-width:200px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sports2boxtopin.pull-right{
        position:absolute;
        top:0;
        right:55px;
        padding:4px 3px !important;
    }
    .list-box-mg {
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:flex-start;
        width:100%;
        padding-right:45px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sports2box{
        margin-top: 26px;
        padding-top: 0px;
    }
    .list-box-mg .pull-left{
        width:100%;
        overflow-x: hidden;
        white-space: nowrap;
        letter-spacing:-1px;
    }
    .list-box-g {
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:space-between;
        height:auto;
        margin-top:20px;
        margin-bottom:4px;
    }
    .clockbox{
        margin-top:-15px;
    }
    .panel-body .col-md-12 .clockbox{
        padding-bottom:13px !important;
    }
    .panel-body .width-full .list-box-g .btn{
        height:50px;
        padding:3px !important;
    }
    .list-box-g .p-t-10{
        padding-top:0 !important;
    }
    .list-box-g .rounded-corner{
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:center;
        position:absolute;
        right:5px;
        top:0;
        bottom:0;
        margin:auto;
    }
    .glist{
        width:100%;
        height:auto;
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:center;
        margin-top:22px;
        margin-bottom:4px;
    }
    .glist .home-t{
        width:42%;
    }
    .glist .vs-t{
        width:16%;
    }
    .glist .away-t{
        width:42%;
    }
    .panel-body .width-full .glist .btn{
        width:100%;
        height:41px;
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:space-between;
        padding:0 4px !important;
    }
    .glist .hva-txt.text-left{
        width:75%;
        height:auto;
        display:flex;
        align-items: center;
    }
    .glist .away-t .hva-txt.text-right{
        width:59%;
        display:flex;
    }
    .glist .hva-txt span{
        width:100%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sports2box .collapse .v-box1{
        display:block;
        float:left;
    }
    .sports2box .collapse .v-box2{
        display:block;
        float:left;
    }
    .sports2box .collapse .col-md-5{
        width:100% !important;
        float:left;
        padding:0 !important;
    }
    .sports2box .collapse .col-md-7{
        width:100% !important;
        float:left;
        padding:0 !important;
    }
    .crossbox{
        width:100%;
        display:flex;
        align-items: center;
    }
    .cross-date{
    display:block;
    color:#ebebeb;
    }
    .crossbox .home-t{
        width:42%;
        display:block;
        float:left;
    }
    .crossbox .vs-t{
        width:16%;
        display:block;
        float:left;
    }
    .vs-t .hva-txt{
        padding: 0;
        margin: auto;
    }
    .crossbox .away-t{
        width:42%;
        display:block;
        float:left;
    }
    .crossbox .home-t .hva-txt.text-left{
        width:70%;
        height:auto;
        display:flex;
        align-items: center;
        justify-content:flex-start;
    }
    .crossbox .home-t .hva-txt.text-right{
        width:30%;
    }
    .crossbox .away-t .hva-txt.text-right{
        width:50%;
        display:flex;
    }

    .crossbox .btn .hva-txt span{
        width:100%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .crossbox .btn .hva-txt .odd {
        margin:0 4px;
    }
    .plus-btn{
        padding: 0;
        width: 8%;
    }
    .plus-btn .btn{
        border:none;
    }
    .plus-btn .hva-txt{
        font-size:20px;
        font-weight:bold;
        margin:0 auto;
    }
    .crossbox .btn{
        width:100%;
        height:41px;
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:space-between;
        padding:0 4px !important;
    }
    .crossbox .btn-sports-date, .crossbox.collapse{
        display:none;
    }
    .crossbox.show{
        display: flex !important;
    }
    .panel .panel-body .ulis{
        display:block !important;
    }
    .panel-body .ulis .liis:last-child{
        display:block;
    }
    .panel .panel-body .ulis .liis{
        display:block !important;
    }
    .ulis .liis .v-box-live{
        width:100%;
        display:block !important;
    }
    .ulis .liis .v-box-live .etc-live-r .hva-txt{
        display:inline !important;
    }
    .mob-live-body{
        position:relative;
        display:flex !important;
        flex-wrap:wrap;
    }
    .mob-live-body div:first-child{
        order:2;
        width:100%;
        margin-bottom:5px !important;
    }
    .mob-live-body div:last-child{
        order:1;
        width:100%;
        margin-bottom:5px !important;
    }
    .mob-live-body .p-t-10 {
        padding-top:8px !important;
        padding-bottom:0 !important;
    }
    .panel-body .mob-live-body .livebox{
        height:37px !important;
        margin-bottom:-5px !important;
    }
    .mob-live-body .livebox .liveboxtitle{
        width:75px !important;
    }
    .mob-live-body .livebox .liveboxintxt{
        height:100% !important;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        padding:0 5px !important;
        padding-top:8px !important;
    }
    .mob-live-body .livebox .liveboxintxt div{
        width:auto !important;
    }
    .panel-body .v-box-live .width-full .list-box-g .btn{
        height:40px;
        display:flex !important;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
    }
    .panel-body .matches{
        background-color:#1c1e21 !important;
    }
    .bg-black-darker2-1 {
        margin:0;
    }
    .v-box1 {
        width:100% !important;
        display:block !important;
    }
    .v-box2 {
        width:100% !important;
        display:block !important;
    }
    .mob-none{
        display:none;
    }

    .liveboxoutline2{
        display:block;
        height:auto;
    }
    .v-box-live2{
        width:100%;
        display:block !important;
    }
    .v-box-live2 .panel-title{
        max-width:200px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .v-box-live2 .list-box-g{
        margin-bottom:0;
        height:27px !important;
    }
    .v-box-live2 .text-info{
        position:absolute;
        right:0;
        left:0;
        top:5px;
        margin:0 auto !important;
        color:#818fab !important;
    }
    .v-box-live2 td{
        display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content:center;
        float:left;
        height:65px;
    }
    .v-box-live2 td:first-child{
        width:41%;
    }
    .v-box-live2 td:nth-child(2){
        width:18%;
    }
    .v-box-live2 td:nth-child(2) .text-width2{
        font-size:16px !important
    }
    .v-box-live2 td:last-child{
        width:41%;
    }
    .v-box-live2 td .text-width2{
        width:100%;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display:block;
        padding:0 10px !important;
        margin:auto;
    }

    .table-b>td{
        /*min-width:30px;*/
    }
    .table-b>td{
        max-width:70px;
    }
    .mob-login{
        display: block
    }
    .mob-login input{
        border:1px solid #000
    }

    .text-center{
        text-align:center !important;
    }
    .width-49pro{
        width:49% !important;
    }
    .mobile-menu li .btn .tit{
        position:absolute;
        left:7px;
        bottom:6px;
        font-family:HelveticaNeue-bold,AppleSDGothicNeo-Bold,Sans-serif;
        font-size:14px;
        color:#fff;
        text-shadow:1px 1px 0 rgba(0,0,0,.9);
        z-index:1;
    }
    .mobile-menu li .btn .sub{
        position:absolute;
        right:7px;
        top:8px;
        font-family:HelveticaNeue-bold,AppleSDGothicNeo-Bold,Sans-serif;
        font-size:9px;
        text-shadow:1px 1px 0 rgba(0,0,0,.7);
        color:#8c95a6;
        z-index:1;
    }
    .mobile-menu li .btn .img{
        position:absolute;
        left:0;
        top:0;
        width:41px;
        height:72px;
        content:"";
    }
    .mobile-menu li .btn .bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 57px;
        height: 72px;
        content: "";
    }
    .mobile-menu li .btn .sp{
        background: url(/images/client/ui2/m_sp_common.png) no-repeat;
        -webkit-background-size:304px 944px;
        background-size:304px 944px;
    }
    .mobile-menu li .btn--menu1 .img{background-position:0 -64px}
    .mobile-menu li .btn--menu1 .bg{background-position:-41px -64px}
    .mobile-menu li .btn--menu2 .img{background-position:-103px -64px}
    .mobile-menu li .btn--menu2 .bg{background-position:-144px -64px}
    .mobile-menu li .btn--menu3 .img{background-position:-206px -64px}
    .mobile-menu li .btn--menu3 .bg{background-position:-247px -64px}
    .mobile-menu li .btn--menu4 .img{background-position:0 -141px}
    .mobile-menu li .btn--menu4 .bg{background-position:-41px -141px}
    .mobile-menu li .btn--menu5 .img{background-position:-103px -141px}
    .mobile-menu li .btn--menu5 .bg{background-position:-144px -141px}
    .mobile-menu li .btn--menu6 .img{left:3px;background-position:-206px -141px}
    .mobile-menu li .btn--menu6 .bg{background-position:-247px -141px}
    .mobile-menu li .btn--menu7 .img{background-position:0 -218px}
    .mobile-menu li .btn--menu7 .bg{background-position:-41px -218px}
    .mobile-menu li .btn--menu8 .img{background-position:-103px -218px}
    .mobile-menu li .btn--menu8 .bg{background-position:-144px -218px}
    .mobile-menu li .btn--menu9 .img{background-position:-206px -218px}
    .mobile-menu li .btn--menu9 .bg{background-position:-247px -218px}
    .mobile-menu li .btn--menu10 .img{background-position:0 -295px}
    .mobile-menu li .btn--menu10 .bg{background-position:-41px -295px}
    .mobile-menu li .btn--menu11 .img{background-position:-103px -295px}
    .mobile-menu li .btn--menu11 .bg{background-position:-144px -295px}
    .mobile-menu li .btn--menu12 .img{background-position:-206px -295px}
    .mobile-menu li .btn--menu12 .bg{background-position:-247px -295px}
    .mobile-menu li .btn--menu13 .img{background-position:0 -372px}
    .mobile-menu li .btn--menu13 .bg{background-position:-41px -372px}
    .mobile-menu li .btn--menu14 .img{width:47px;background-position:-103px -372px}
    .mobile-menu li .btn--menu14 .bg{width:51px;background-position:-150px -372px}
    .mobile-menu li .btn--menu15 .img{width:47px;background-position:-206px -372px}
    .mobile-menu li .btn--menu15 .bg{width:51px;background-position:-253px -372px}
    .mobile-menu li .btn--menu16 .img{width:40px;background-position:0 -620px}
    .mobile-menu li .btn--menu16 .bg{width:52px;background-position:-46px -620px}

    .mobile-wizard{
        margin: 0;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        font-size: 14px !important;
        border-radius: 3px !important;
        overflow: hidden !important;
        display: table !important;
        width: 100% !important;
    }
    .login-v2 {
        width:100%;
        margin:0 auto;
    }
    .login-v2 .login-content {
        padding:10px 5px;
        width:100%;
    }
    .point-header{
        width:100%;
        height:78px;
        float:left;
        margin:10px 0 !important;
    }
    .point-header strong{
        width:100%;
        float:left;
        margin-top:-3px;
    }
    .point-header .panel-heading-btn{
        width:100%;
        float:left;
        margin-top:5px;
    }
    .point-header .panel-heading-btn .btnstyle1{
        width:30.33%;
        height:30px;
        float:left;
        white-space:nowrap;
        margin:0 1% 5px 0 !important;
    }
    .point-header .panel-heading-btn .btnstyle1:last-child{
        width:37.33%;
        margin-right:0 !important;
    }
    .point-convert td{
        padding:10px 5px !important;
    }
    .panel .money-header{
        width:100%;
        height:auto;
        padding:0 !important;
    }
    .money-header .alert-info{
        width:100%;
        height:78px;
        margin:0 0 !important;
    }
    .money-header strong{
        width:100%;
        float:left;
        margin-top:-3px;
    }
    .money-header .panel-heading-btn{
        width:100%;
        float:left;
        margin-top:5px;
    }
    .money-header .panel-heading-btn .btn-group{
        width:100%;
        float:left;
    }
    .money-header .panel-heading-btn .btnstyle1{
        width:30.33%;
        height:30px;
        float:left;
        white-space:nowrap;
        margin-right:1%;
    }
    .money-header .panel-heading-btn .btnstyle1:last-child{
        width:37.33%;
        margin-right:0;
    }
    .money-tbl > tbody > tr > td:first-child{
        white-space:nowrap;
    }
    .money-tbl > tbody > tr > td{
        padding:10px 5px !important;
    }
    .money-tbl > tbody > tr > .btn-grp > button{
        width:24% !important;
        margin:1px 0.50% !important;
        float:left;
    }
    .mess-table{
        width:100%;
        float:left;
    }
    .mess-table thead tr td{
        padding:10px 0;
    }
    .mess-table tbody tr td{
        padding:5px;
    }
    .mess-table .td-date{
        width:50px;
        font-size:10px;
    }
    .mess-table .td-state{
        width:40px;
    }
    .mess-table .td-delete{
        width:40px;
    }
    .mess-table .show{
        width:180px;
    }
    .mess-table .show .m-10{
        margin:5px 0 !important;
    }
    .mess-table .show div{
        padding:5px !important;
        white-space: wrap;
        word-break: all;
    }
    .crossbox .btn .hva-txt img{
        margin:0 4px;
    }
    .live-tmenu-name {
        font-size:9pt;
    }

    .live-mobile{
        padding:10px 5px !important;
    }
    .live-mobile .col-md-6{
        padding:0 !important;
    }
    .clockbox .pull-left{
        margin-left:0 !important;
    }
    .clockbox .pull-left .p-l-20{
        padding-left:10px !important;
    }
    .clockbox .pull-left .p-l-50{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .flip-clock-wrapper{
        margin-right:0 !important;
        position:relative;
        left:50%;
        transform:translateX(-50%);
    }
    .live-mobile .list-box-g li{
        height:92px;
        position:relative;
    }
    .mobile-2 li{
        width:50%;
    }
    .mobile-3 li{
        width:33.33%;
    }
    .mobile-4 li{
        width:25%;
    }
    .live-mobile .list-box-g li .btn{
        width:100%;
        height:100%;
        padding:0;
        padding-bottom:0 !important;
        position:relative;
    }
    .etc-live .btn .list-box-mg {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        right:0;
        left:0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-right:0;
    }
    .etc-live .btn .list-box-mg .hva-txt{
        width:100%;
    }
    .etc-live .btn .list-box-mg .hva-txt .f-s-18{
        font-size:14px !important;
    }
    .live-mobile .list-box-g li .rounded-corner{
        right:0;
        left:0;
        width:60px !important;
        height:60px !important;
    }
    .mgm-ifrm-right{
        display:none;
    }
    .lotus-single{
        height:450px;
        position:relative;
        overflow:hidden;
    }
    .lotus-single iframe{
        left:50%;
        top:50%;
        position:absolute;
        transform:translate(-50%,-50%) scale(0.6);
    }
    .lotusbg{
        height:450px;
        position:relative;
        overflow:hidden;
    }
    .lotusbg iframe{
        left:50%;
        top:calc(50% + 14px);
        position:absolute;
        transform:translate(-50%,-50%) scale(0.7);
    }
    .lotus-baccarat{
        position:relative;
        height:310px;
    }
    .live-mobile .lotus-baccarat .hva_bt_sub1{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        pointer-events:none;
    }
    .live-mobile .lotus-baccarat li .btn.bac-p{
        width:33.33%;
        height:150px !important;
        position:absolute;
        margin:0 auto;
        left:0;
        top:0;
        pointer-events:auto;
    }
    .live-mobile .lotus-baccarat li .btn.bac-tie{
        width:33.33%;
        height:150px;
        position:absolute;
        left:0;
        right:0;
        top:0;
        margin:0 auto;
        pointer-events:auto;
    }
    .live-mobile .lotus-baccarat li .btn .rounded-corner{
        top:-10px;
    }
    .live-mobile .lotus-baccarat li .bac-tie .rounded-corner{
        top:-50px;
    }
    .live-mobile .lotus-baccarat li .bac-tie .rounded-corner.width-150{
        width:70px !important;
        height:70px !important;
    }
    .live-mobile .lotus-baccarat li .bac-tie .rounded-corner .text-green{
        margin:0 auto !important;
        left:0;
        right:0;
        top:25px;
    }
    .live-mobile .lotus-baccarat li .bac-pp .rounded-corner .text-blue{
        position:relative;
        top:-5px;
    }
    .live-mobile .lotus-baccarat li .bac-bb .rounded-corner .text-red{
        position:relative;
        top:-5px;
    }
    .live-mobile .lotus-baccarat li .btn.bac-b{
        width:33.33%;
        height:150px !important;
        position:absolute;
        right:0;
        top:0;
        pointer-events:auto;
    }
    .live-mobile .lotus-baccarat li .btn.bac-pp{
        width:50%;
        height:150px !important;
        position:absolute;
        left:0;
        bottom:0;
        pointer-events:auto;
    }
    .live-mobile .lotus-baccarat li .btn.bac-bb{
        width:50%;
        height:150px !important;
        position:absolute;
        right:0;
        bottom:0;
        pointer-events:auto;
    }
    .live-mobile .lotus-baccarat li .btn .text-white{
        position:relative;
        display:block;
        top:35px;
    }
    .live-mobile .lotus-baccarat li .btn .text-gray{
        position:relative;
        top:42px;
    }
    .live-mobile .lotus-baccarat li .bac-tie .text-gray{
        top:47px;
    }
    .live-mobile .lotus-baccarat li .bac-tie .text-white{
        top:30px;
    }
    .live-mobile .dt li {
        height:170px;
        padding:0 !important;
    }
    .live-mobile .dt li .rounded-corner{
        width:80px !important;
        height:80px !important;
        top:-52px;
        display:block;
    }
    .live-mobile .dt li .text-white{
        position:absolute;
        bottom:5px;
        width:100%;
        text-align: center;
    }
    .live-mobile .dt li .text-red{
        position:absolute;
        bottom:45px;
        width:100%;
        text-align: center;
    }
    .live-mobile .dt li .text-blue{
        position:absolute;
        bottom:45px;
        width:100%;
        text-align: center;
    }
    .live-mobile .dt li .text-green{
        position:absolute;
        bottom:45px;
        width:100%;
        text-align: center;
    }
    .roulet-bet{
        position:relative;
    }
    .roulette .col-md-4{
        padding:0 !important;
    }
    .roulet-head{
        height:43px !important;
    }
    .roulet-head .list-box-g{
        margin-top:0;
        margin-bottom:0;
    }
    .roulet-head .etc-live{
        width:100%;
        padding-right:60px;
    }
    .roulet-body{
        width:100%;
        padding-right:60px !important;
        margin-top:0;
        margin-bottom:0;
    }
    .live-mobile .roulet-body .etc-live{
        height:43px;
    }
    .roulet-side{
        width:60px !important;
        height:100%;
        position:absolute;
        right:0;
        top:0;
        margin-top:0;
        margin-bottom:0;
        align-items:flex-start;
    }
    .live-mobile .roulet-side .etc-live{
        width:100%;
        height:130px;
    }
    .roulet-foot{
        width:100%;
        height:43px;
        padding-right:60px !important;
    }
    .roulet-foot .list-box-g{
        width:33.33% !important;
        float:left;
        margin-top:0;
        margin-bottom:0;
    }
    .roulet-foot .list-box-g .etc-live{
        width:100%;
        height:43px;
    }
    .live-tmenu-name {
        font-size: 9pt;
    }
    body .btn-sports span{
        font-size:11px;
    }
    body .btn-sports{
        padding-right:6px !important
    }
    .subOdds>.hva-txt:first-child {
        width: 50%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .subOdds>.hva-txt:nth-child(2) {
        width: 25%;
    }
    .subOdds>.hva-txt:nth-child(3) {
        width: 25%;
        text-align:right;
        overflow-x: visible;
    }

    .live_d:nth-child(odd){
        width: 44%;
    }
    .live_d:nth-child(even){
        width: 12%;
    }
    .mob-only input{
        background-color:#242a30;
        border:1px solid #000;
        border-radius:0;
        height:32px;
    }
    .mob-only input:nth-child(3){
        border-top:none;
    }
    .vs-nav .center{
        width:100%;
    }
    .minigame-tbl{
        justify-content:center;
    }
    .dog-race .list-box-mg{
        padding-right:0;
        justify-content:center;
    }
    .dog-race .btn{
        text-align:center;
        padding:0 3px !important;
    }
    .dog-race .btn .text-white{
        width:100%;
        max-width:86px;
        text-anchor:center;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display:inline-block;
        font-size:11px !important;
    }
    .dog-race {
        margin-top: 5px !important;
    }
    .virtual-soccer{
        margin-top:5px !important;
    }
    .virtual-soccer li{
        height:34px !important;
        padding:0 !important;
    }
    .virtual-soccer .list-box-mg{
        padding-right:0;
    }
    .virtual-soccer .list-box-mg .hva-txt{
        width:100%;
    }
    .virtual-soccer .minigame-tbl{
        justify-content:space-between;
    }
    .virtual-soccer .minigame-tbl.center{
        justify-content:center;
    }
    .virtual-soccer .btn{
        text-anchor:center;
        padding:0 2px !important;
    }
    .virtual-soccer li:nth-child(1){
        width:10%;
    }
    .virtual-soccer li:nth-child(2){
        width:36%;
    }
    .virtual-soccer li:nth-child(3){
        width:10%;
    }
    .virtual-soccer li:nth-child(4){
        width:36%;
    }
    .virtual-soccer li:nth-child(5){
        width:8%;
    }
    .virtual-soccer .btn strong{
        font-weight:400;
        font-size:9px;
        display:inline-block;
        max-width:60px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .virtual-soccer .minigame-tbl .time{
        font-size:9px !important;
        line-height:13px;
    }
    .virtual-soccer .minigame-tbl .bet{
        font-size:9px !important;
    }

    /* Gamreresult 02 */

    .gameresult-table{
        margin:0 0 15px;
    }
    .gameresult-table tr{
        width: 100%;
        height:60px;
        float:left;
        display:flex;
        align-content:center;
        justify-content:flex-end;
        position:relative;
        background-color: #a6bbaf;
        border-top: 1px solid #c4decf;
        border-bottom: 1px solid #6d7f75;
    }
    .gameresult-table tr td{
        padding:0 3px;
        background-color:transparent;
        border-top:none;
        border-bottom:none;
        height:auto;
    }
    .gameresult-table tr .date-td{
        width: 100px !important;
        height: 20px;
        position: absolute;
        left:5px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius: 0;
        background-color: transparent;
        padding-left:0;
        margin-top:10px;
    }
    .gameresult-table tr td:last-child{
        padding-right:0;
        margin-right:5px;
    }
    .gameresult-table tr .li-td{
        width:auto;
        height: 20px;
        position: absolute;
        left:5px;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:10px;
        margin-top:30px;
    }
    .gameresult-table tr .ii-td{
        width:auto;
        position: absolute;
        left:25px;
        display:inline-block;
        max-width:calc(40% - 30px);
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height:auto;
        margin-top:33px;
    }
    .gameresult-table td .league-img {
        width:20px;
        margin-right: 5px;
    }
    .gameresult-table tr .stats-td{
        width:auto;
        height: 20px;
        position: absolute;
        right:89px;
        top:0;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .gameresult-table td.nav-md{
        width:40%;
        display:flex;
        align-items:center;
        justify-content:flex-start;
        position:absolute;
        left:40%;
        float:left;
        padding:0 1px;
    }
    .gameresult-table .left-item{
        margin-top:12px;
    }
    .gameresult-table .right-item{
        margin-top:33px;
    }
    .gameresult-table .score-td {
        width:30px;
        padding: 0 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gameresult-table .colon-td {
        width:5%;
        padding:12px 0 0;
    }
    .gameresult-table td.nav-sm{
        display:none;
    }
    .gameresult-table .nav-md .team-name{
        max-width:120px;
    }
    #pagination{
        text-align:center;
        padding:10px 0 5px !important;
        margin:10px 0 5px !important;
    }
    .pagination > li > a {
        width:23px;
        height:22px;
        padding:0;
        margin-left:3px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .pagination > .turn-pg > a > .p-txt{
        display:none;
    }
    .pagination > .turn-pg > a > span{
        font-size:16px;
    }
    .v-box1{
        padding:0 !important
    }

    .matgoGuide .instruction-images{
        height:auto;
        overflow-y:auto;
    }

    .panel-body .col-md-12{
        padding:0 0 !important;
    }
    .panel-body .live-mobile{
        padding:10px 5px !important;
    }
    .panel-body .crossbox.p-t-8{
        padding-top:8px !important;
    }
    .p-10 {
        padding: 10px 0 !important;
    }
    .panel-body .panel.panel-inverse.text-center.m-10{
        margin:10px 0 !important;
    }
}
/* Minigames */

@media(max-width:960px){
    .playerbox3.ntry_iframe{
        height:300px;
        overflow:hidden;
    }
    .playerbox3.mgm_iframe{
        height:270px;
        overflow:hidden;
    }
    .playerbox3.ntry_iframe iframe {
        position: absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%) scale(0.48);
    }
    .playerbox3.mgm_iframe iframe {
        position: absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%) scale(0.45);
    }
}
@media(max-width:375px){
    .playerbox3.ntry_iframe{
        height:276px;
    }
    .playerbox3.mgm_iframe{
        height:240px;
    }
    .playerbox3.ntry_iframe iframe {
        transform:translate(-50%,-50%) scale(0.45);
    }
    .playerbox3.mgm_iframe iframe {
        transform:translate(-50%,-50%) scale(0.45);
    }
}
@media(max-width:360px){
    .playerbox3.ntry_iframe{
        height:264px;
    }
    .playerbox3.mgm_iframe{
        height:230px;
    }
    .playerbox3.ntry_iframe iframe {
        transform:translate(-50%,-50%) scale(0.43);
    }
    .playerbox3.mgm_iframe iframe {
        transform:translate(-50%,-50%) scale(0.38);
    }
}

/* Virtual Soccer Dog Race */

@media(max-width:800px){
    .virtualsoccer-iframe{
        height:282px;
        position:relative;
        overflow:hidden;
    }
    .virtualsoccer-iframe iframe {
        position: absolute;
        left:50%;
        top:calc(50% - 22px);
        transform:translate(-50%,-50%) scale(0.52);
    }
    .vs-nav {
        position:absolute;
        left:0;
        bottom:0;
    }
    .dograce-iframe{
        height:238px;
        position:relative;
        overflow:hidden;
    }
    .dograce-iframe iframe {
        position: absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%) scale(0.52);
    }
}
@media(max-width:375px){
    .virtualsoccer-iframe{
        height:260px;
    }
    .virtualsoccer-iframe iframe {
        top:calc(50% - 22px);
        transform:translate(-50%,-50%) scale(0.47);
    }
    .dograce-iframe{
        height:214px;
    }
    .dograce-iframe iframe {
        transform:translate(-50%,-50%) scale(0.47);
    }
}
@media(max-width:360px){
    .virtualsoccer-iframe{
        height:250px;
    }
    .virtualsoccer-iframe iframe {
        top:calc(50% - 22px);
        transform:translate(-50%,-50%) scale(0.45);
    }
    .dograce-iframe{
        height:206px;
    }
    .dograce-iframe iframe {
        transform:translate(-50%,-50%) scale(0.45);
    }
}

/* Lotus */

@media(max-width:767px){
    .lotus-single{
        height:380px;
        overflow:hidden;
    }
    .lotus-single iframe{
        transform:translate(-50%,-50%) scale(0.5);
    }
    .lotusbg{
        height:315px;
        overflow:hidden;
    }
    .lotusbg iframe{
        transform:translate(-50%,-50%) scale(0.5);
    }
}
@media(max-width:375px){
    .lotus-single{
        height:340px;
    }
    .lotus-single iframe{
        transform:translate(-50%,-50%) scale(0.45);
    }
    .lotusbg{
        height:280px;
    }
    .lotusbg iframe{
        transform:translate(-50%,-50%) scale(0.45);
    }
}
@media(max-width:360px){
    .lotus-single{
        height:325px;
    }
    .lotus-single iframe{
        transform:translate(-50%,-50%) scale(0.43);
    }
    .lotusbg{
        height:270px;
    }
    .lotusbg iframe{
        transform:translate(-50%,-50%) scale(0.43);
    }
}

@media(max-width:600px){
    .transfer-form {
        width:96%;
        max-width:initial;
        margin: 10px 2%;
    }
    .sc-container {
        margin:0;
    }
    .sc-btn{
        width:48%;
        margin:4px 1% 40px;
    }
    .sc-btn .foot {
        padding: 0 3px;
    }
    .sc-btn .foot img{
        max-width:80px;
    }
    .sc-btn .foot .name{
        font-size:12px;
    }
    .gamelist-menu a {
        width: 33.33%;
        width: calc(33.33% - 1px);
    }
    .gamelist-menu a:last-child{
        display:none;
    }
    .gamelist-menu a img {
        max-width:70px;
    }
    .game-btn {
        width: 31.33%;
        margin: 5px 1%;
    }
    .minigame-menu-table{
        height:auto !important;
    }
    .mini-live-tmenu{
        display: flex;
        align-items:center;
        justify-content:center;
        float:left;
        width:25%;
        height:38px;
        border-width:2px !important;
    }
}
.playerbox3.ntry_iframe .graph-iframe{
    transform: scale(1);
    position:relative;
    left:0;
    top:0;
}

/* Matgo Mobile */

@media(max-width:767px){
    .matgo-wrap .panel .center .mg-form{
        width:100%;
        margin:15px 0;
        padding:0 0;
    }
}
@media(max-width:640px){
    .matgo-wrap .main_container .logo {
        margin-top:10px;
    }
    .matgo-wrap .main_container .logo img{
        width:80%;
    }
    .matgo-wrap .header .left {
        width: 100%;
        text-align: center;
        padding:0 10px;
    }
    .matgo-wrap .header .right {
        width: 100%;
        text-align: center;
        padding:0 10px;
    }
    .matgo-wrap .money_info div {
        width:100%;
        margin-top:0;
    }
    .matgo-wrap .money_info div p{
        font-size:24px;
        margin-top:11px;
    }
    .matgo-wrap .money_info div p:last-child{
        margin-left:5px;
    }
}
@media(max-width:500px){
    .matgo-wrap .main_container {
        padding: 20px 5px;
    }
    .matgo-wrap .panel .center {
        padding: 13px 0;
    }
}
@media (max-width: 600px){
    .ingong-powerball{
        padding:0 !important;
    }
    .ingong-powerball .v-box1{
        padding:0 !important;
    }
    .ingong-powerball .v-box2{
        padding:0 !important;
    }
    .panel-body .ingong-powerball .col-md-12{
        padding:0 2px !important;
    }
    .ingong-powerball .etc-live.p-r-10{
        padding-right:5px !important;
    }
    .ingong-powerball .etc-live.p-r-18{
        padding-right:10px !important;
    }
    .ingong-powerball .list-box-g{
        margin:10px 0 !important;
    }
    .ingong-powerball .mobile-10 .etc-live{
        width:20%;
        padding-bottom:5px !important;
    }
    .ingong-powerball .etc-live .mob-big{
        width:100%;
        font-size:24px;
        font-weight:bold;
        display:block;
    }
    .ingong-powerball .mobile-2 .etc-live{
        height:50px !important;
    }
    .ingong-powerball .mobile-2 .etc-live .mob-big{
        font-size:20px;
        display:inline-block;
        width:auto;
    }
    .ingong-powerball .mobile-10 .etc-live{
        height:70px !important;
    }
    .ingong-powerball .mobile-10 .etc-live:nth-child(5){
        padding-right:0px !important;
    }
    .ingong-powerball .mobile-10 .etc-live .mob-big{
        font-size:38px;
        margin-bottom:-5px !important;
    }
    .ingong-powerball .btn.btn-sports .text-white{
        width:100%;
    }
    .ingong-powerball .mobile-2 .btn.btn-sports .m-l-40{
        margin-left:0 !important;
        width:auto;
    }
    .ingong-powerball .list-box-mg{
        overflow-x:initial;
    }
}

@media(max-width:1160px){
    .list-box-g .hva_bt_sub1 .btn-btn-bonus .list-box-mg .pull-left {
        padding-top:0px !important;
    }
    .list-box-g .hva_bt_sub1 .btn-btn-bonus .list-box-mg .pull-right{
        padding-top:0 !important;
    }
}

@media(max-width:1160px){
    .cross-date {
        display: none;
    }
    .crossbox {
        flex-wrap: wrap;
    }
    .panel-body .crossbox.p-t-8 {
        padding-top: 5px !important;
    }
    .crossbox .btn-sports-date{
        width: auto;
        height: auto;
        min-height: initial;
        display:flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        box-shadow: none;
        margin-left: calc(100% - 102px);
        margin-bottom:5px;
        padding: 2px 8px !important;
        background-color: rgba(0,0,0,0.25);
        border-radius: 4px;
        color: #fff;
    }
    .crossbox .btn-sports-date.transparent{
        display: none;
    }
    .col-md-12.m-t-12.p-0.p-l-4 .panel-title.text-gray.f-s-14.pull-left{
        margin-bottom: -40px;
        transform: translateY(8px);
        z-index: 1;
        position: relative;
    }
}