@import "global.css?v=4";
@import "animations.css?v=4";

.content-header-banner{
  max-width: 100%;
  width: 100%;
  min-height:106px;
  overflow: hidden;
  border-radius: 10px;
}
.bottom-nav {
  background: black;
  padding-top: 0.5em;
  flex: 0;
  justify-content: space-around;
  padding: 0.75em 0.5em;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 3px -4px 10px rgba(0,0,0,0.3);
}
.nav-logo{
  margin:0.5em;
  width: 140px;
}
.nav-header{

}
.nav-right{
  color:white;
  padding:10px 15px;
  font-family: "Helvetica"
}

/* Mobile Menu */
.menu-left-btn-container{
  padding:5px 5px 9px 15px;
}
.menu-left-btn {
  background: linear-gradient(to bottom, #393939, #292929);
  box-shadow: 0 5px 7px 0 #000000;
  border-radius: 15px;
  width: 66px;
  height: 55px;
  text-align: center;
  flex-wrap: wrap;
  padding: 7px 0;
  font-weight: bold;
  font-family: var(--systemfont);
  cursor: pointer;
}
.active.menu-left-btn{
  background: linear-gradient(to bottom, #e7d39d, #b19560);
}
.menu-left-btn img {
  width: 27px;
  height: 27px;
}
.top-section{
  position: fixed;
  background: var(--body-background);
  width: 100%;
  z-index: 11;
}
.active .menu-icon-active {
  width: 42px;
  height: 42px;
  margin-top: -8px;
}
.active .menu-text{
  margin-top:-3px;
  }
.menu-text{
  margin-top:4px;
  font-size: 9px;
}
.menu-icon-active + .menu-text{
  color:white;
}
.game_card_container{
  display: inline-block;
  position: relative;
}
.game_card_container:empty{
  display: none;
}
.game_card{
  width: 100%;
  height:100%;
  position: relative;
  border-radius: 10px;
  padding: 5px;
}
.game_image{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}
.game_label{
  display:none;
  position: absolute;
  bottom:0;
  left:0;
  right: 0;
  background:rgba(0,0,0,0.75);
  font-weight: bold;
  text-align: center;
  padding:5px;
  border-radius: 0 0 10px 10px;
  color:white;
  animation: fadeIn 0.25s forwards;
}
.game_image:hover + .game_label{
  display: initial;
}
.nav-container{
  padding:0;
  overflow: auto;
  scroll-behavior:auto;
  overflow: auto;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  position: relative;
  width: 90px;
  -webkit-overflow-scrolling: auto;
}
.nav-container:hover::after ,.game-container:hover::after{
  pointer-events: none; 
}

.nav-container::-webkit-scrollbar { 
    width: 0;
    height: 0;
    display: none;
    pointer-events: none;
    z-index:-999;
    opacity: 0;
}
.content-header-container {
  box-shadow: 2px 7px 6px #2b2b2b;
  z-index: 0;
  position: relative;
  top:0;
  margin-bottom: 4px;
  padding: 5px 5px 5px 15px;
  overflow: hidden;

}
.game-container{
  padding:0 10px 0 0;
  overflow: auto;
}
.bottom-nav img{
  width: 25px;
  height: 25px;
}

.padding{
  height:120px;
}
.transfer-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top:0;
  text-align: center;
  padding: 1em;
  z-index: 13;
}
.transfer-backdrop2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(147deg, #1d1b18, #494335);
    min-height: 490px;
}
.transfer-backdrop2.error{
  min-height: 385px;
}
.transfer-backdrop{
  content : " ";
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top:0;
  background: linear-gradient(147deg, #1b1a1720, #4a4535ff);
  z-index: 5;
}
.transfer-content{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  z-index: 13;
}
.transfer-load{
  bottom:50%;
}
.transfer-modal{
  background: black;
  color:white;
  border-radius: 20px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.36);
  padding:1.5em;
  margin:1em 2.5em;
}
.transfer-start{
  padding:0.75em;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color:black;
  border-radius: 5em;
  width: 100%;
  min-width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.transfer-plate{
  background: black;
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  height:70%;
}
.transfer-input{
  padding: 0.5em;
  margin: 1em 0 0;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  display:inline-block;
  width: 100%;
  border-color: black;
}
.transfer-input.red{
  border-color:var(--red);
}
.transfer-image img{
  width: 150px;
}
.transfer-logo img{
  width: 80px;
  margin-top:10px;
}
.transfer-close{
  font-size:40px;
}
.transfer-balance-header{
  opacity: 0.5;
}.transfer-credit{
  color:#8b8b8b;
}
.more-menu-wrapper{
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.more-menu{
  position: fixed;
  z-index: 20;
  right:0;
  top:0;
  bottom:0;
  max-width: 75%;
  width: 300px;
  background: black;
  padding:1em;
}
.more-menu-item{
  margin:1em 1em 2.5em 1em;
  cursor:pointer;
  color:#e1cc96;
}
.more-menu-close{
  position: fixed;
  left:0;
  bottom:0;
  top:0;
  right:0;
}
.transfer-all-table{
  width: 100%;
}
.transfer-all-table td{
  padding:1em 0.5em;
}
.transfer-all-table thead{
  border-top:1px solid #876c35;
  border-bottom:1px solid #876c35;
}
.transfer-all-table tbody tr{
  color:white;
  border-bottom:1px solid #876c35cc;
}
.balance-section{
  height:600px;
  overflow: auto;
}
.new-label {
  position: absolute;
  width: 35px;
}
.content-section {
    margin-top: 55px;
}
.content-section2 {
    margin-top: 128px;
}
.dark-backdrop{
  background: rgba(0,0,0,0.5);
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.dark-backdrop2{
  background: rgba(0,0,0,0.5);
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 200;
}
.transfer-input:focus{
  outline:0;
}

.transfer-modal2 {
    padding-bottom: 1.0em;
}
.transfer-cashout {
    padding: 0.3em 1.5em;
    background: transparent;
    border: 1px solid #ebc76e;
    border-radius: 5em;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}
.lh{
    line-height: 80%;
}
.credit-left{
    padding-left: 15px;
}
.credit-balance {
    font-size: 24px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: bold;
}
.credit-right{
    padding-right: 10px;
}
.credit-item{
    padding: 0.75em 0.5em;
    display: block;
    color: white;
}
.menu_mt {
    margin-top: 50px;
}

.btm_banner {
    bottom: 70px;
    position: fixed;
}

    .btm_banner_img {
        width: 90%;
        display: block;
        margin: auto;
    }

.nav-login{
    position: fixed;
    right:0;
}
.nav-center {
    display:flex;
    justify-content:center;
    align-items:center;
}
.navbar {
    margin: 0 auto;
    border-radius: 0;
    background-color: #000;
    padding: 0px;
    font-size: 1.2em;
    border: 0;
    position: absolute;
    display: block;
    width: 100%;
}

.navbar-header {
    background-color: #000;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-brand {
    float: left;
    min-height: 55px;
    padding: 15px;
    margin-bottom: 0px;
}

/*
.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus, .navbar-inverse .navbar-nav .active a:hover {
	color: blue;
	background-color: #FFC;
}
*/

.navbar-inverse .navbar-nav li a {
    color: #e1cc96;
    column-width: 150px;
}

    .navbar-inverse .navbar-nav li a:hover {
        color: #9f7d3e;
    }


.navbar-toggle, .icon-bar {
    color: #deaf33;
    border: 2px solid #eadebf;
    background-color: black;
}

.nav > li > a {
    padding: 10px 15px;
    display: block;
    color: #e1cc96;
    font-size: 12pt;
}