@CHARSET "UTF-8";
/*
@media only screen and (orientation:landscape) {
    #turn{display:block;}
    .container{display:none;}
    .container-fluid{display:none;}
    .vh-85{display:none;}
 }

 @media only screen and (orientation:portrait) {
    #turn{display:none;}
 }
 */
/* CSS Document */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #0c63b9; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 12px 8px 12px 17px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 36px;
    padding-top: 0;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* 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) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/* ------------------------------------------------------------------------------------------------------------------------*/
.vh-7{
    height: 7vh;
}
.vh-8{
    height: 8vh;
}
.vh-10{
    height: 10vh;
}
.vh-85{
    height: 85vh;
    overflow: auto;
    background: #449ef7;
}
.header-content{
    top: 0;
    margin: 0;
    background-color: #0c63b9;
    overflow: hidden;
    z-index: 10;
}
.foot-btm-wrap {
    width: 100%;
    bottom: 0;
    display: flex;
    padding: 2% 10px;
    background: #0c63b9;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}
.foot-btm-wrap a {
    width: 15%;
    margin: 0 auto;
}
.btnIcon {
	width: 26px;
	margin-left: auto;
	margin-right: auto;
}
.bottom-nav-link.active{
	padding: 5px;
    margin-top: -2px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #4e4e40;
    background: rgb(0 0 0 / 8%);
}
.content-wrap {
    background: #333;
    width: 100%;
}
.anno-wrap {
    width: 100%;
    background: rgba(0,0,0,.6);
    line-height: 20px;
    font-size: 11px;
    height: 20px;
    position: relative;
    margin: -20px 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.game_tabs{
    background: linear-gradient(to bottom, #0c63b9 20%, #449ef7 70%);
}
.game-box {
    width: 100%;
    position: relative;
    height: auto;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    margin: 0 0 10px;
    border: 1px solid #be9318;
    padding: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.page-content{
    min-height: 70vh;
    background-color: #0c63b9;
    padding-bottom: 8vh;
}
.text-green{
    color: #0c63b9;
}
.rmb {
    font-size: 14px;
    position: inherit;
    top: -2px;
    color: #5f6c7b;
}
.btn_tac {
    width: 35%;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #e1b09f;
    font-weight: bold;
    line-height: 32px;
    margin-top: 12px;
    border: 2px solid #e1b09f;
    background:#000000;
}
.btn-login {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    background: #449ef7;
}
.btn-login:hover {
    color: #ffdf1b;
}

.w-20{
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}