#formActionLogin input:-webkit-autofill,
#formActionLogin input:-webkit-autofill:hover,
#formActionLogin input:-webkit-autofill:focus,
#formActionLogin input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s !important;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out !important;
}

.text-color {
    color: black;
}


.login-btn {
    margin: 0px 8px;
    border: 1px solid rgba(255, 222, 168, 0.719);
    color: rgba(253, 232, 197, 0.6);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+1,5e5e5e+100 */
    background: rgb(14, 14, 14);
    /* Old browsers */
    background: -moz-linear-gradient(31deg, rgba(14, 14, 14, 1) 50%, rgba(94, 94, 94, 1) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(31deg, rgba(14, 14, 14, 1) 50%, rgba(94, 94, 94, 1) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(31deg, rgba(14, 14, 14, 1) 50%, rgba(94, 94, 94, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#5e5e5e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.register-btn {
    margin: 0px 8px;
    border: 1px solid rgba(255, 222, 168, 0.781);
    color: rgba(253, 232, 197, 0.6);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c021f+50,964a3f+52 */
    background: rgb(124, 2, 31);
    /* Old browsers */
    background: -moz-linear-gradient(31deg, rgba(124, 2, 31, 1) 50%, rgba(150, 74, 63, 1) 52%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(31deg, rgba(124, 2, 31, 1) 50%, rgba(150, 74, 63, 1) 52%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(31deg, rgba(124, 2, 31, 1) 50%, rgba(150, 74, 63, 1) 52%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c021f', endColorstr='#964a3f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.password-backgroundcolor {
    /* background: linear-gradient(180deg, black 0%, #434343 100%) !important; */
    background: #3d4145 !important;
    /* border: 1px solid rgb(255, 222, 168) !important; */
    border: 1px transparent !important;
    color: rgba(253, 232, 197, 0.486) !important;
}
.password-backgroundcolor .option-background-color{
    /* background: linear-gradient(180deg, black 0%, #434343 100%) !important; */
    background: #3d4145 !important;
    /* border: 1px solid rgb(255, 222, 168) !important; */
    border: 1px transparent !important;
}

button {
    cursor: pointer;
}
.logout{
    color:black;
    border-color:black;
}
.logout:hover{
    color:black;
    background-color:white;
    border-color:black;
}
/*theme*/

#Header{
    top: 0;
    z-index: 1071;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.nav{
    width:100%;
    font-family: Microsoft YaHei,Microsoft JhengHei,PingFangTC,Helvetica;
}
.member-nav{
    width:100%;
    float:left;
    height: 2rem;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    overflow-y:hidden ;
    background-color: #3d4145;
}
.member-nav-down{
   display:none;
}
.nav-menu{
    display:flex;
    margin:0 5px 0 auto;
    height: 100%;
    justify-content:flex-end;
}
.nav-menu-ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 26px!important;
}
.nav-menu-ul-li{
    display: inline-block;
    /* margin:3px 5px; */
    padding:3px 5px;
}
.nav-menu-ul-li a{
    cursor: pointer;
    color: silver!important;
    text-decoration: none;
}
.nav-menu-ul-li a:hover{
    color: white!important;
}



.button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
}
  
.button:active {
}

.button__text {
    transition: all 0.2s;
}

.button-loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
  




.btn-big {
    margin:auto 3px auto 5px;
    /* margin: 3px 5px; */
    line-height: 26px;
    height: 26px;
    min-width: 90px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    border:0;
    font-weight: 400;
    cursor: pointer;
}
.btn-big i {
    font-size: 1.5rem;
}
.btn-big:hover{
    background-color: #ee8f12;
    border-color: #ee8f12;
}
.btn-big-login{
    background-color: #01a69c;
    border-color:#01a69c;
}

.btn-big-policy{
    background-color: #ee8f12;
    border-color:#ee8f12;
}
.btn-big-logout:hover{
    color:#fff;
    text-decoration: none;
}
.btn-big-logout,.m-btn-big-logout{
    background-color: #01a69c;
    border-color:#01a69c;
}
.btn-big-logout  a,.m-btn-big-logout a{
    text-decoration: none;
    color:white;
    width: 100%;
}
.m-btn-big-logout{
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    display:none;
}
.btn-big-signup{
    background-color: #1c97ce;
    border-color:#1c97ce;
}

.m-logout{
    background-color:transparent;
    font-size:2rem;
    border:none;
    margin:auto 0px;
    display:none;
}
.m-logout a i{
    color:white!important;
}
.m-logout a i:hover {
    color:#ee8f12!important;
}

/* language-dropdown */

.language-dropdown{
    position:static;
    margin:auto 0;
    padding:0;
    height:100%;
    line-height:28px;
    color:goldenrod!important;
}
.language-dropdown-btn,.m-language-dropdown-btn{
    /* display:inline; */
    margin:auto 2px;
    padding:0;
    background-color:transparent;
    height:100%;
    line-height:28px;
}

.m-language-dropdown-btn{
    font-size: 1.1rem;
    line-height:1.1rem;
    display:none;
}

.language-dropdown-btn:hover {
    color:goldenrod!important;
}

.language-dropdown-menu{
    margin-top: 28px;
}
.language-input-label{
    width:100%;
    cursor: pointer;

    font-size: 1.2rem;
    padding: 6px;
}
.language-input-label:hover{
    background-color:goldenrod;
}
.language-label-block{
    margin:0 auto;
}

/* language-dropdown end*/
.game-nav{
    display:flex;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    text-align:center;
    background: white;
}

.realvision{
    order:6;
}
.esport{
    order:7;
}
.electronic{
    order:5;
}
.logo{
    order:4;
    padding: 0px 60px!important;
    line-height: 4em!important;
}

.lottery{
    order:3;
}
.argame{
    order:1;
}
.blockchain{
    order:2;
}
.service{
    order:8;
}
.qrcode{
    order:9;
}
.promotions{
    order:10;
}
.game-nav-container{
    display:flex;
    margin:auto;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
}
::-webkit-scrollbar {
    /*隱藏滾輪*/
    display: none;
}
.game-nav-item{
    height: 100%;
    flex-direction:center;
}

.dropbtn:hover .dropdown-content{
    /* height:340px; */
    height:300px;
    opacity: 1;
}
.dropdown-content {
    position: absolute;
    top:113px;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin:0;
    z-index: 10;
    margin-left: 0 !important;
    left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    float:left;
    height:0px;
    background-color: rgba(24,25,27,0.7);
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    transition: all .2s ease;
    opacity: 0;
}


.dropdown-content a {
    color: black!important;
    margin: 0px 0px;
    padding: 15px 15px;
    height:300px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
}
.dropdown-content a:hover {
    background: linear-gradient(0deg,rgba(0,0,0,1),transparent 50%,rgba(0,0,0,1));
    border-bottom: 5px solid red;
}

.dropdown-content a img {
    height:270px;
    width:auto;
}

.dropbtn{
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    line-height:5em;
    height: 5em;
}

/* .m-game-nav .dropbtn {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 0px 1px;
    text-decoration: none;
    line-height:5em;
    height: 5em;
} */

.game-item{
    height:100%;
}

.dropbtn a{
    color: #666;
    cursor: pointer;
    text-decoration: none;
}
.dropbtn a:hover{
    color:#00aeff!important;
}



#LobyEnter>#leaveBtn{
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 45px!important;
    height: 45px!important;
    background-image: url('/images/main-loby/leaveMobile.png');
    clip-path: circle(50% at 50% 50%);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 70%;
    z-index: 10000!important;
}
#LobyEnter>#leaveBtn:hover{
    opacity: 1;
}

#LobyEnter>i {
    position: absolute;
    top: 1%;
    right: 0;
    z-index: 1000;
    font-size: 45px;
    cursor: pointer;
    border-radius: 20%;
    color: aliceblue !important;
}

.loading-outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1070;
    background: rgba(255, 255, 255, 0.5);
}

.loading {
    position: fixed;
    border: 3px solid hsl(120, 54%, 43%);
    border-right: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
    height: 10rem;
    width: 10rem;
    border-radius: 99rem;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    #LobyEnter>#leaveBtn{
        width: 45px!important;
        height: 45px!important;
        background-image: url('/images/main-loby/leaveMobile.png');
        clip-path: circle(50% at 50% 50%);
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 70%;
    }
}
.m-game-nav{
    display: none;
}
.m-game {
    display: none;
}
.m-logo{
    display: none;
}
.LobyEnter-sidebar{
    display: inline;
    color:white;
    font-size:28px;
    margin:auto 4px auto 4px;
    text-decoration: none!important;
    cursor: pointer;
}
.m-LobyEnter-sidebar{
    display: none;
    color:white;
    font-size:28px;
    margin:auto 4px auto 4px;
    text-decoration: none!important;
    cursor: pointer;
}
.LobyEnter-sidebar:hover , .m-LobyEnter-sidebar:hover{
    color:orange;
}
.sidebar-item{
    cursor: pointer;
}

.m-game-block{
    display: none;
}

.bottom-nav {
    display: none;
}






.close{
    color:white!important;
}

.GameCredit{
    
}
#GameCredit{
    padding:0 5px;
    display:inline-block;
    border-radius:2rem;
    width:auto;
    height:2rem;
    line-height:2rem;
    margin:auto 0;
}
.formGameTrade{
    display:inline-block;
    background:goldenrod;
    border-radius:28px;
    width:28px;
    height:28px;
    line-height:28px;
    cursor: pointer;
}
.GameCredit .TradeBack:hover{
    font-weight: 900;
    color:orangered!important;
}
.GameCredit .TradeIn:hover{
    font-weight: 900;
    color:orangered!important;
}


.order-prompt{
    width:32px;
    height:32px;
}
.order-prompt-i{
    background-color:red;
    border-radius:999em;
    display:inline-block;
    width:28px;
    height:28px;
    cursor: pointer;
    margin: 2px auto;
    -webkit-animation-name: scaleDown;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
}
@keyframes scaleDown{
    0%{
        transform: scale(1.1);
    }
    25%{
        transform: scale(0.8);
        /* background-color:rgb(0, 238, 255); */
        /* color:red; */
    }
    50%{
        transform: scale(1.1);
    }
    75%{
        transform: scale(0.8);
        /* background-color:rgb(0, 238, 255); */
        /* color:red; */
    }
}

.order-prompt-i:hover {
    background-color:yellow;
    color:brown!important;
    -webkit-animation-name: scaleStop;
}
@keyframes scaleStop{
    100%{
        transform: scale(1);
    }
}

.outfit-time{
    font-size: 20px;
    padding:0px 10px!important;
    height:40px;
    
}
.outfit-msg{
    font-size: 20px;
    padding:0px 10px!important;
    height:40px;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 100%;
}

.lobby-info{
    border-radius:8px;
    margin:auto 2px;
    background-color: white;
    height:28px;
}
.lobby-info-i{
    display:inline-block;
    border-radius:8px 0 0 8px;
    background-color:goldenrod;
    height:28px;
    width:20px;
}

.lobby-info-i-api-credit{
    display:inline-block;
    border-radius:8px 0 0 8px;
    background-color:rgb(252, 85, 113);
    height:28px;
    width:25px;
}
.lobby-info-block{
    border-radius:0 8px 8px 0;
    display:inline-block;
    background-color:white;
    height:28px;
    min-width: 65px;
}
.lobby-info-block #lobby-info-account{
    display:inline-block;
    margin:auto 1px;
    height:28px;
}
.lobby-info-block #lobby-info-credit{
    display:inline-block;
    margin:auto 1px;
    height:28px;
}
.lobby-info-block #lobby-api-credit{
    display:inline-block;
    margin:auto 1px;
    height:28px;
}

.api-info{
    border-radius:8px;
    margin:auto 2px;
    background-color: white;
    height:28px;
}
.api-info-i{
    display:inline-block;
    border-radius:8px 0 0 8px;
    background-color:rgb(252, 85, 113);
    height:28px;
    width:35px;
}
.api-credit-block{
    /* position: absolute;  
    left:calc(0%);
    top:100%;
    width:100%;
    opacity:0.7;
    background-color:black;
    height:28px;
    z-index: 1; */
}
.m-api-credit-block{
    position: absolute;  
    left:calc(0%);
    top:100%;
    width:100%;
    /* opacity:0.7; */
    /* background-color:black; */
    /* background-color:transparent; */
    height:28px;
    z-index: 100;
    display: none;
}
.api-credit-container{
    max-width:180px;
    opacity:1;
}
.api-info-block{
    border-radius:0 8px 8px 0;
    display:inline-block;
    background-color:white;
    height:28px;
    max-width: 100px;
    width:100%;
}
.api-info-block .lobby-api-credit{
    display:inline-block;
    margin:auto 1px;
    height:28px;
}



/* .game-col-info{
    border-radius:28px;
    background-color: white;
    height:28px;
    width:100%;
    max-width:173px;
} */
.game-col-info-i{
    display:inline-block;
    border-radius:28px;
    background-color:goldenrod;
    height:28px;
    width:20px;
}
.game-col-info-block{
    border-radius:28px;
    display:inline-block;
    /* background-color:white; */
    /* min-width: 65px; */
    /* max-width:100px; */
    width: calc(100% - 56px);
}
.game-col-info-block 
.game-col-info-credit{
    display:inline-block;
    line-height:28px;
    margin:0 auto;
    
}
.game-col-info
.TradeBack{
    float:left;
}
.game-col-info
.TradeIn{
    float:right;
}





    /* The navigation menu links */
.gamebar-item {
    padding: 10px 10px 10px 10px;
    text-align: center;
    /* padding: 20px 0px 12px 32px; */
    text-decoration: none;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: orange!important;
    display: block;
    transition: 0.3s;
    background-color:#3d4145;
}







/* The side navigation menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    opacity:1;
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
.sidebar-item {
    padding: 10px 10px 10px 10px;
    text-align: center;
    /* padding: 20px 0px 12px 32px; */
    text-decoration: none;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: orange!important;
    display: block;
    transition: 0.3s;
    background-color:#3d4145;
}

/* When you mouse over the navigation links, change their color */
.sidebar-item:hover {
    color: yellow!important;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 50px;
    margin-left: 50px;
    color:white;
    text-decoration: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

#Sidebar-container{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1080; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
}

#Sidebar-mask{
    height:100%;
    width:100%;
    background-color:black;
    transition: 0.5s;
    opacity:0.4;
    z-index: 1080;
}

.menu-item{
    padding: 8px 8px 8px 32px;
    font-size: 20px!important;
    color:white!important;
    text-decoration: none;
    display: block;
}
.menu-item:hover{
    color: yellow!important;
    text-decoration: none;
}

.member-nav-i{
    position:absolute;
    left:calc(50% - 16px);
    display:inline;
    font-size:50px;
    text-align:center;
    cursor: pointer;
}

.member-nav-down{
    top:-20px;
}
.member-nav-up{
    top:-4px;
}
.member-nav-up i{
    color:white;
}
.member-nav-down i{
    color:white;
}
.member-nav-i{
    z-index:2000;
}

.navbar-shrink{
    height: 0rem!important;
    transition: 0.5s;
}
.navbar-expand{
    height: 3rem!important;
    transition: 0.5s;
}

.gamebar-container{
    display: none;
    background-color:rgb(0,0,0,0.4);
    position:fixed;
    bottom:0px;
    width:100%;
    height:0;
    z-index:50;
}
.m-member-nav-down{
    display:none;
}
.m-member-nav-up{
    display:none;
}

.loby-dropdown-container{
    position: absolute;
    left:0;
    top:32px;
    height:380px;
    display: none;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    text-align:center;
    background:transparent;
    z-index: 1000;
}

.loby-dropdown-container-hover{
    display: flex;
}

.loby-dropdown-container-bg{
    position: absolute;
    left:0;
    top:0px;
    height:80px;
    width: 100%;
    background: white;
}

.loby-dropdown-menu{
    display:flex;
    margin:auto;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
    z-index: 100;
}
.nav-menu-ul-li .type-select-a{
    color:#666!important;
}

.loby-dropdown-content {
    position: absolute;
    top:80px;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin:0;
    z-index: 10;
    margin-left: 0 !important;
    left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    float:left;
    height:300px;
    background-color: rgba(24,25,27,0.7);
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    transition: all 1.2s ease;
    display:none;
}

.loby-dropdown-content-hover{
    display:block!important;
}

.loby-dropdown-content a {
    color: black!important;
    margin: 0px 0px;
    padding: 15px 15px;
    height:300px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
}
.loby-dropdown-content a:hover {
    background: linear-gradient(0deg,rgba(0,0,0,1),transparent 50%,rgba(0,0,0,1));
    border-bottom: 5px solid red;
}

.loby-dropdown-content a img {
    height:270px;
    width:auto;
}
.loby-dropbtn {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    line-height:5em;
    height: 5em;
}

.loby-dropbtn a{
    color: #666;
    cursor: pointer;
    text-decoration: none;
}
.loby-dropbtn a:hover{
    color:#00aeff!important;
}


.neon {
    color: white;
    text-shadow: 0 0 50px #fff,0 0 150px #fff,0 0 20px #fff;
    animation: neon2 1.2s ease-in-out infinite alternate;
}
:root {
    --neon-color-1: #fff;
    --neon-color-2: #fff;
    --neon-color-3: #fff;
}
@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 20px var(--neon-color-1), 0 0 100px var(--neon--2), 0 0 20px var(--neon-color-3);
    }
    75% {
        text-shadow: 0 0 50px var(--neon-color-1), 0 0 185px var(--neon-color-2), 0 0 50px var(--neon-color-3);
    }
    50% {
        text-shadow: 0 0 80px var(--neon-color-1), 0 0 180px var(--neon-color-2), 0 0 80px var(--neon-color-3);
    }
}

@keyframes neon2 {
    0%, 100% {
      text-shadow: 0 0 80px rgba(255, 255, 255, 0.5), 0 0 50px rgba(0, 0, 0, 0.5);
    }
    50% {
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 70px rgba(0, 0, 0, 0.8);
    }
}

.myGamebar-row{
    width:100vw;
    height:calc(100vh - 146px);
}
.gamebar-img{
    padding-top:10px;
    padding-bottom:10px;
    height:100%;
    min-height:85px;
}
@media screen and (max-width: 932.98px) and (orientation:portrait){

    .game-col-info{
        border-radius:28px;
        /* margin:auto 10px; */
        background-color: white;
        height:28px;
        /* width:160px; */
        width:100%;
        /* max-width:173px; */
    }

    .gamebar-menu{
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        min-height:82px; 
        height:calc(calc(100vh - 95px) / 6);
        box-shadow: -20px 0 50px 2px black
    }
    .gamebar-menu-bg-1{
        background: #1d1d1d;
    }
    .gamebar-menu-bg-2{
        background: #5a5a5a;
    }
    .gamebar-menu-bg-3{
        background: #1d1d1d;
    }
    .gamebar-menu-bg-4{
        background: #5a5a5a;
    }
    .gamebar-menu-bg-5{
        background: #1d1d1d;
    }
    .gamebar-menu-bg-6{
        background: #5a5a5a;
    }
    .pc-game{
        display: none!important;
    }
    
    .game-nav{
        display:none;
    }
    .m-game-nav{
        display:flex;
        height: 5em;
        width:100%;
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        text-align: center;
        background: white;
    }
    .game-nav-container .logo{
        display: none;
    }
    
    .m-logo{
        display: block;
    }

    .m-LobyEnter-sidebar {
        display:inline;
    }
    .LobyEnter-sidebar {
        display:none;
    }


    .btn-big{
        font-weight: 700;
        height: 36px;
        font-size: 110%;
        margin: auto 6px auto 6px;
    }
    .m-dropdown-content {
        position: absolute;
        top:113px;
        min-width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        margin:0;
        z-index: 10;
        margin-left: 0 !important;
        left: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        float:left;
        height:0px;
        background-color: #3d4145;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        transition: all .2s ease;
        opacity: 0;
    }


    #LobyLanguage {
        display: block;
        cursor: pointer;
        height: 32px;
        padding: 0px 0px;
        line-height: 32px;
        font-size: 14px;
        color: white!important;
        border-radius: 0;
    }

    .m-game {
        display:block;
        margin: 4px 1px 4px 1px;
        color: #9aa4c2;
        text-align: center;
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        box-shadow: 0 3px 5px 0 rgba(65,70,92,.2);
        background: linear-gradient(200deg,#f0f1f5,#ebecf1 48%,#ebecf1 50%,#fafafc 80%,#eff0f5);
        border: 1px solid #d5ddf4;
        border-radius: 15px;
    }
    .m-game span{
        font-size: 15px;
    }
    .m-game:hover {
        border-color: #d9bfa7;
        background: linear-gradient(200deg,#f9ecdc,#e1cbb5 50%,#cfb498);
        box-shadow: 0 3px 5px 0 rgba(168,135,102,.5);
        color: #fff;
    }
    .m-game-item{
        width: 72px;
        height: 43px;
        display: block;
        margin: 10px auto 0;
        color: #aebcdd;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .m-game-nav .dropbtn{
        /* display: inline-block; */
        color: #666;
        text-align: center;
        padding: 0px 1px;
        text-decoration: none;
        line-height: 0.5em;
        height: 4.5em;
    }
    .dropbtn {
        display: inline-block;
        color: #666;
        text-align: center;
        padding: 0px 8px;
        text-decoration: none;
        line-height: 0.5em;
        height: 4.5em;
    }
    .dropbtn a:hover {
        color: white!important;
    }

    #LoginLanguage{
        padding: 0px 0px;
    }
    .m-game-block{
        display:block;
        position: relative;
        width:100%;
        overflow: auto;
        background-color: transparent;
    }
    .m-game-container{
        position:absolute;
    }
    .m-game-block-item img{
        height:auto;
        margin:0px;
        padding:0 10px 0 10px;
    }
    
    .bottom-nav {
        color: hsla(0,0%,100%,.4);
        width: 100%;
        height: 3rem;
        background-color: transparent;
        position: fixed;
        left: 0;
        bottom: 2rem;
        display: block;
    }
    .bottom-nav li {
        text-align: center;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        position: relative;
        color: white;
        font-family: arial,sans-serif;
        margin: 4px auto;;
    }
    .bottom-nav li i {
        font-size: 24px;
        display: block;
    }
    .bottom-nav>ul {
        display: -ms-flexbox;
        display: flex;
        box-shadow: 0 -3px 5px rgba(65,70,92,.2);
        background-color: #3d4145;
    }
    .bottom-nav li>h3 {
        font-size: 14px;
        text-decoration:none;
        font-weight: 900;
        margin:0;
    }
    .bottom-nav-li:hover {
        color: orange;
    }

    .member-nav {
        height: 3rem;
    }
    .nav-menu{
        display: none!important;
    }

    .m-language-dropdown-btn , .m-btn-big-logout, .m-logout{
        display:inline-block;
    }
    .language-dropdown-btn , .btn-big-logout{
        display:none;
    }
    .pc-policy{
        display:none;
    }
    .m-language-dropdown-btn{
        font-size:2rem;
        margin-left:3px;
        margin-right:8px;

    }
    .dropdown-toggle::after{
        border:none;
        display:block;
    }

    .language-input-label{
        font-size: 1.5rem;
        padding: 7px;
    }
    .language-dropdown-menu{
        margin-top: 42px;
    }

    .m-member-nav-i{
        position:absolute;
        left:calc(50% - 18px);
        /* right:25px; */
        display:inline;
        font-size:60px;
        text-align:center;
        /* line-height:50px; */
        z-index: 5000;
    }

    .m-api-credit-block{
        display: none;
    }

    .gamebar {
        height:calc(100vh - 95px);
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1100; /* Stay on top */
        left: 0;
        background-color: #111; /* Black*/
        opacity:1;
        overflow-x: hidden; /* Disable horizontal scroll */
        /* padding-top: 60px; */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    .gamebar-container{
        display: block;
    }
    .m-member-nav-down{
        top:-42px;
    }
    .m-member-nav-up{
        top:6px;
    }
    
    .m-member-nav-up i{
        color:white;
       animation: m-member-nav-up-i 0.6s ease-in-out infinite alternate;
    }

    @keyframes m-member-nav-up-i {
        0%{
            color:white;
        }
        50% {
            color:#ffdd6c;
        }
        100% {
            color:#ffd755;
        }
    }
    
    
    
    .m-member-nav-down i{
        color:white;
       animation: m-member-nav-down-i 0.6s ease-in-out infinite alternate;
    }

    @keyframes m-member-nav-down-i {
        0%{
            color:white;
        }
        50% {
            color:#ffdd6c;
        }
        100% {
            color:#ffd755;
        }
    }

    
    .m-navbar-shrink{
        height: 0rem!important;
        transition: 0.5s;
    }
    .m-navbar-expand{
        height: 3rem!important;
        transition: 0.5s;
    }
    .member-nav-down{
        display:none;
    }
    .member-nav-up{
        display:none;
    }
}


@media screen and (max-width: 932.98px)  and (orientation:landscape){

    .game-col-info{
        border-radius:28px;
        /* margin:auto 10px; */
        background-color: white;
        height:28px;
        /* width:160px; */
        width:100%;
        max-width:173px;
    }

    .gamebar-menu{
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        min-height:82px; 
        height:calc(calc(100vh - 95px) / 3);
        box-shadow: -20px 0 50px 2px black
    }
    .gamebar-menu-bg-1{
        background: #1d1d1d;
    }
    .gamebar-menu-bg-2{
        background: #1d1d1d;
    }
    .gamebar-menu-bg-3{
        
        background: #5a5a5a;
    }
    .gamebar-menu-bg-4{
        background: #5a5a5a;
    }
    .gamebar-menu-bg-5{
        
        background: #1d1d1d;
        
    }
    .gamebar-menu-bg-6{
        background: #1d1d1d;
    }

    .member-nav {
        height: 3rem;
    }
    .nav-menu{
        display: none!important;
    }

    .m-language-dropdown-btn , .m-btn-big-logout, .m-logout{
        display:inline-block;
    }
    .language-dropdown-btn , .btn-big-logout{
        display:none;
    }
    .m-language-dropdown-btn{
        font-size:2rem;
        margin-left:3px;
        margin-right:8px;
    }
    .dropdown-toggle::after{
        border:none;
        display:block;
    }
    .language-input-label{
        font-size: 1.5rem;
        padding: 7px;
    }
    .language-dropdown-menu{
        margin-top: 42px;
    }
    .pc-game{
        display: none!important;
    }
    
    .game-nav{
        display:none;
    }
    .m-game-nav{
        display:flex;
        height: 5em;
        width:100%;
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        text-align: center;
        background: white;
    }
    .game-nav-container .logo{
        display: none;
    }
    
    .m-logo{
        display: block;
    }

    .m-LobyEnter-sidebar {
        display:inline;
    }
    .LobyEnter-sidebar {
        display:none;
    }

    .btn-big {
        margin:auto 3px auto 3px;
        line-height: 36px;
        height: 36px;
        min-width: 90px;
        text-align: center;
        font-size: 20px;
        border-radius: 4px;
        color: #fff;
        border:0;
        font-weight: 700;
        cursor: pointer;
    }

    .m-dropdown-content {
        position: absolute;
        top:113px;
        min-width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        margin:0;
        z-index: 10;
        margin-left: 0 !important;
        left: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        float:left;
        height:0px;
        background-color: #3d4145;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        transition: all .2s ease;
        opacity: 0;
    }

    #LobyLanguage {
        display: block;
        cursor: pointer;
        height: 32px;
        padding: 0px 0px;
        line-height: 32px;
        font-size: 14px;
        color: white!important;
        border-radius: 0;
    }

    .m-game {
        display:block;
        margin: 4px 1px 4px 1px;
        color: #9aa4c2;
        text-align: center;
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        box-shadow: 0 3px 5px 0 rgba(65,70,92,.2);
        background: linear-gradient(200deg,#f0f1f5,#ebecf1 48%,#ebecf1 50%,#fafafc 80%,#eff0f5);
        border: 1px solid #d5ddf4;
        border-radius: 15px;
    }
    .m-game span{
        font-size: 15px;
    }
    .m-game:hover {
        border-color: #d9bfa7;
        background: linear-gradient(200deg,#f9ecdc,#e1cbb5 50%,#cfb498);
        box-shadow: 0 3px 5px 0 rgba(168,135,102,.5);
        color: #fff;
    }
    .m-game-item{
        width: 72px;
        height: 43px;
        display: block;
        margin: 10px auto 0;
        color: #aebcdd;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .dropbtn {
        display: inline-block;
        color: #666;
        text-align: center;
        padding: 0px 1px;
        text-decoration: none;
        line-height: 0.5em;
        height: 4.5em;
    }
    .dropbtn a:hover {
        color: white!important;
    }

    #LoginLanguage{
        padding: 0px 0px;
    }
    .m-game-block{
        display:block;
        position: relative;
        width:100%;
        overflow: auto;
        background-color: transparent;
    }
    .m-game-container{
        position:absolute;
    }

    .m-member-nav-i{
        position:absolute;
        left:calc(50% - 18px);
        display:inline;
        font-size:60px;
        text-align:center;
        z-index: 5000;
    }

    .m-api-credit-block{
        display: none;
    }
    .gamebar-container{
        display: block;
    }
    .m-member-nav-down{
        top:-42px;
        /* top:-740px; */
    }
    .m-member-nav-up{
        top:6px;
    }

    .gamebar {
        height:calc(100vh - 95px);
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1100; /* Stay on top */
        left: 0;
        background-color: #111; /* Black*/
        opacity:1;
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }
    .gamebar-img{
        padding-top:10px;
        padding-bottom:10px;
        height:100%;
        min-height:85px;
    }


    .m-member-nav-up i{
        color:white;
       animation: m-member-nav-up-i 0.6s ease-in-out infinite alternate;
    }

    @keyframes m-member-nav-up-i {
        0%{
            color:white;
        }
        50% {
            color:#ffdd6c;
        }
        100% {
            color:#ffd755;
        }
    }
    
    
    
    .m-member-nav-down i{
        color:white;
       animation: m-member-nav-down-i 0.6s ease-in-out infinite alternate;
    }

    @keyframes m-member-nav-down-i {
        0%{
            color:white;
        }
        50% {
            color:#ffdd6c;
        }
        100% {
            color:#ffd755;
        }
    }




    .m-navbar-shrink{
        height: 0rem!important;
        transition: 0.5s;
    }
    .m-navbar-expand{
        height: 3rem!important;
        transition: 0.5s;
    }
    .member-nav-down{
        display:none;
    }
    .member-nav-up{
        display:none;
    }


    .bottom-nav {
        color: hsla(0,0%,100%,.4);
        width: 100%;
        height: 3rem;
        background-color: transparent;
        position: fixed;
        left: 0;
        bottom: 2rem;
        display: block;
    }
    .bottom-nav li {
        text-align: center;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        position: relative;
        color: white;
        font-family: arial,sans-serif;
        margin:0 auto;;
    }
    .bottom-nav li i {
        font-size: 24px;
        display: block;
    }
    .bottom-nav>ul {
        display: -ms-flexbox;
        display: flex;
        box-shadow: 0 -3px 5px rgba(65,70,92,.2);
        background-color: #3d4145;
        padding:3px;
    }

    .bottom-nav li>h3 {
        font-size: 14px;
        text-decoration:none;
        margin:0;
    }

    .bottom-nav-li:hover {
        color: orange;
    }

}




