@import "global.css?v=5";
@import "animations.css?v=4";

@media screen and (min-width: 960px) {
  .content-header-container, .swiper-container, .category-container{
    max-width: 960px!important;
    margin: auto!important;
  }
}

.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);
  height: 7%;
}
.nav-logo{
  margin:0.5em;
  height: 37px;
}
.nav-header{

}
.nav-right {
    color: white;
    padding: 10px 15px;
    font-family: "Helvetica";
}
.nav-right2 {
    color: white;
    font-family: "Helvetica";
    line-height: 3px;
    font-size: 8.5px !important;
    right: 15px !important;
    min-width: 25%;
}

/* 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;
  white-space: nowrap;
}
.menu-icon-active + .menu-text{
  color:white;
}
.game_card_container{
  display: inline-block;
  position: relative;
  width: 50%;
}
.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;
  z-index: 10;
}
.more-menu{
  position: fixed;
  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;
}

.content-freecoin-banner{
  max-width: 100%;
  width: 100%;
  min-height:70px;
  overflow: hidden;
  border-radius: 10px;
}

.time{
    position: fixed;
    left: 38px;
}

.timecontainer {
    white-space: nowrap;
    line-height: 10px;
    position: relative;
    top: 1px;
    color: #cbcbcb;
    font-size: 7.5px;
    width: 60px;
    margin-right: 9px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.color-gold {
    color: #ebc76e;
}

.font-small{
    font-size: 10px !important;
}

.toggle-bar2 {
    padding: 0;
    position: relative;
    top: .185rem
}

.balance-container {
    background-image: url(../images/bg-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px !important;
    background-position: right 0 center
}

.icn-coin{
    position: relative;
    right: 1px;
    width: 16px
}

.icn-chevron {
    position: relative;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 4px;
    width: 10px;
    height: auto;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: transform
}

.chevron-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.btn-black {
    color: #f8d707 !important;
    border: 0;
    border-radius: none;
    padding: 1px 0 1px 0;
    font-size: 11px
}

.btn-black-label {
    position: relative;
    top: 1.5px
}

.right-container {
    line-height: 3px;
    position: relative;
    top: 4px;
    font-size: 8.5px !important
}

text-vertical-center {
    display: flex !important;
    align-items: center !important;
    height: 100% !important
}

.transfer-row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
}

.transfer-row2 {
    padding-left: 0px;
}

.text-balance-header {
    color: #efc47e;
    font-size: 10px;
    text-align: left
}

.refresh-balance-icon {
    width: 23px;
    height: auto
}

.navbar-balance {
    background-image: linear-gradient(180deg,#2a2a2a,#000) !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important
}
.provider-wrap {
    background-image: linear-gradient(180deg,#393939,#292929);
    border-radius: 10px;
    margin: 5px 5px;
    padding: 4px 4px 0 4px
}
.icon-wrap {
    background-image: url(../images/bg-icon.png?v2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 9px;
    padding: 5px
}
.game-icon {
    width: 100%;
    height: 41px;
    -o-object-fit: contain;
    object-fit: contain
}
.balance-text {
    color: #f8d707;
    font-size: 10px;
    font-weight: 600
}

.balance-text-container {
    min-height: 1.7rem;
    line-height: 10px
}

.label-center, .text-vertical-center {
    display: flex !important;
    align-items: center !important;
    height: 100% !important
}

.label-center {
    justify-content: center !important
}

.transfer-container2 {
    border-radius: 7px;
    border: 1px solid #403b3b;
    background-image: linear-gradient(180deg,rgba(0,0,0,.27),#000);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    float: right;
    padding: .5rem .5rem;
    margin-right: 5px
}

.text-balance-header {
    color: #efc47e;
    font-size: 10px;
    text-align: left
}

.wallet-icon {
    width: 14px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.toggle-container > .toggle-on {
    background: #24cf09 !important;
    border-color: #24cf09 !important
}

.toggle-container > .toggle-off {
    background: #929298 !important;
    border-color: #929298 !important
}

.toggle-container > .toggle {
    border: 8px solid inherit;
    height: 10px;
    width: 22px;
    margin-left: 8px
}

.toggle-container:focus {
    box-shadow: none !important;
    outline: none !important;
}

.toggle-container * .toggle-handle {
    width: 10px;
    height: 10px
}

.text-danger {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    color: #fc5151
}
.text-err-msg {
    font-size: 9px;
    font-weight: 600
}
.text-err-msg2 {
    font-size: 13px;
    font-weight: 600
}


.svg:not(:root).svg-inline--fa{
    overflow: hidden;
}

.svg-inline--fa.fa-w-16{
    width: 1em;
}