@font-face {
  font-family: 'Krasar';
  src: url('fonts/KRASAR-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Krasar';
  src: url('fonts/KRASAR-BOLD.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*  */
@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 400;
    src: local("Battambang"), url(font/battambang.woff2);format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 700;
    src: local("Battambang Bold"), local("Battambang-Bold"), url(font/battambang-bold.woff2) format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/*paginat*/
.table-responsive > .table-bordered{
    margin-bottom: 1px!important;
}
ul.pagination {
    /*display: inline-block;*/
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0;
}
ul.pagination > li {
    float: left;
    margin-right: 10px;
}
ul.pagination .fa, .far, .fas {
    color: #a15a00;
}
ul.pagination > li > a.current-page {
    color: #000;
    font-weight: bold;
}

.row .table-responsive{
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

/*end*/
a, a:hover, a:visited, a:link, a:focus {
    text-decoration: none
}
a{color:#666}
.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
	  /* background: #001336 url("../images/bg-pattern-010.svg") repeat; */
    background: #000000;
}
.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: fixed;
    z-index: 1031;
    background-color: #373737;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(to left, #4f4c44db 0%, #3a3a3a 100%);
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 240px;
        border-radius: 0 20px 20px 0;
        height: auto;
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	/* background: #102756 url("../images/bg-pattern-010.svg") repeat;
	background-size: 47px, 59px, auto; */
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #614f00;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}
.navbar-toggler{-webkit-box-sizing:border-box;box-sizing: border-box!important;}
.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}
.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: .85rem
}

.menu-link:focus {
    background: #744010
}
html, body {
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    background: #131313 !important;
    font-family: Battambang, Arial, "Helvetica Neue","Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #c26600;
    margin: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu > div {
    font-size: .9rem
}

.navbar-brand img {
    height: 40px
}
.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}
.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}
.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon,header .navbar-toggler-icon {
    background-image:url(../images/menu_left.png);
}

.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}
.clearfix {
    clear: both
}

.row.no-gutters-5{
    margin-left: -5px;
    margin-right: -5px;
}
.row.no-gutters-5 a span{
    color:#000;
    padding-top: 8px;
}
.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.container{
	padding-right:0 !important;
    padding-left:0 !important;
	}
/*----------------------  me 2   ---------------------------------*/
/* === Sidebar styles === */
.c-menu {
  position: fixed;
  top: 0;
  left: -280px; /* hide by default */
  color: white;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 999;
}
.c-menu.active {
  left: 0; /* show sidebar */
}

/* === Close button === */
.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 26px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.layout-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	display:block;
	}
.btn1{
	border-radius:0px;
	}
.nav-game{
	width:100%;
	height:auto;
	text-align:center;
	padding:45px 5px;
	margin:30px auto;
	}
.box-game-nav{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:5px  auto;
	border:1px solid #5e5e5e;
	border-radius:3px;
	display:block;
	}
.box-game-nav a img{
	width:100%;
	max-width:29px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.t-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.6rem;
	display:block;
	}
.nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #5e5e5e;
	position:relative;
	}
.quicklinks{
	width: 100%;
    max-width: 150px;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 5px auto;
    padding: 5px 0;
    font-size: .9rem;
    color: #fffdfd;
    background: #0c2045;
    display: block;
	}
.quick{
	width:100%;
	margin:0 auto;
	padding:20px 5px;
	display:block;
	}
.icon-nav2{
	width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    border: 1px solid #1c4aaa;
    background: #14367d91;
    border-radius: 10px;
    display: block;
	}
.t-nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:1rem;
	display:block;
	}
.t-casino{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.7rem;
	display:block;
	}
.header{
	width: 100%;
	height: auto;
	/* background: #173a7e url("../images/home/bg-pattern-010.svg") repeat; */
  background: #000000;
	background-size: 67px, 359px, auto;
	box-shadow: 0 0 16px rgb(var(--stb-black) / .5), 0 10px 20px rgb(var(--stb-black) / .3);
	border-bottom: 2px solid #000000;
}
.navbar{
	display: none;
}
.logo{
	text-align: left;
}
.logo img{
	width: auto;
	height: 80px;
	padding: 5px 0;
  max-width: max-content;
}
.navbar-toggler{
	border: none;
}
.header-form{
	text-align: right;
	padding: 20px 0;
	display: flex;
    gap: 5px;
	justify-content: end;
	
}
.btn-01{
     height: max-content;
    margin-top: 10px;
}
.btn-login{
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	border-radius: 5px;
	/* background: url("../images/btn.png") no-repeat; 
  background-size: 100% 100%;*/
  display: inline-block;
    background: linear-gradient(to left, #0077fa 0%, #0044e8 100%);
}
 .btn-regis{
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	border-radius: 5px;
	/* background: url("../images/btn.png") no-repeat; 
  background-size: 100% 100%;*/
  display: inline-block;
    background: linear-gradient(to left, #d80d00 0%, #d80d00 100%);
}
.bg-nav-pc{
	  padding: 10px 0;
    background: #3a3a3a;
    display: block;
    max-width: 1320px;
    border-radius: 10px;
    margin: auto;
}
.nav-pc ul{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
	display: flex;
}
.nav-pc ul li{
	flex: 1;
	padding: 4px 0;
	margin: 0 10px;
	/* background: url("../images/home/bg-nav.png") no-repeat; */
	background-size: 100% 100%;
}
.nav-pc ul li:before{
	position: absolute;
    z-index: 0;
    inset: var(--stb-category-border-inset);
    border-radius: calc(var(--stb-category-border-radius) - var(--stb-category-border-inset));
    background: var(--stb-category-bg-gradient-default);
    background-size: 50px, 300px, auto;
    content: "";
}


small {
    color: #fff;
}
.nav-pc ul li a span{
	display: block;
	padding: 5px 0;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
  text-transform: uppercase;
}
.nav-justified {
    text-align: center;
}
.nav-justified li a {
    color: #fff;
    font-size: 20px;
}
.nav-pc ul li a span img{
	width: 50px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.thumbnail{
	width: 100%;
	height: auto;
	/* background: url("../images/home/bg-games.png") no-repeat; */
	background-size: 100% 100%;
	padding: 0px;
	position: relative;
	display: block;
}
.img-wrap {
  margin: 0 auto;
  display: table;
  margin-top: 2%;
  img {
    height: auto;
    width: 100%;
    transition: transform 0.5s;
  }
  
}
.titlegams{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 1.1rem;
	color: #000000;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-transform: uppercase;
	z-index: 9;
}

.section{
	padding: 10px 0;
}
/* Style the tab */
.header-best-game {
  width: 100%;
  height: auto;
}

/* Style the buttons inside the tab */
.header-best-game button {
    display: inline-block;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% 100%;
    color: black;
    padding: 5px 40px;
    border: 1px solid #ebd197;
    /* border: none; */
    outline: none;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    background: linear-gradient(to left, #ebd197 0%, #a2790d 100%) !important;
     font-weight: 900;
}

/* Change background color of buttons on hover */
.header-best-game button:hover {
  background:url("../images/btn-active.png") no-repeat;
	background-size: 100% 100%;
}

/* Create an active/current "tab button" class */
.header-best-game button.active {
  background:url("../images/btn-active.png") no-repeat;
	background-size: 100% 100%;
}

/* Style the tab content */
.tabcontent {
  padding: 10px 0px;
  width: 100%;
  height: auto;
}
.recom-hot{
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	background: #288113;
	border-radius: 10px;
	overflow: hidden;
}
.hot-recom {
  position: relative;
  width: 100%;
	
}

.image-rh {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hot-recom:hover .image-rh {
  opacity: 0.3;
}

.hot-recom:hover .middle {
  opacity: 1;
}

.icon-play {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.title-recom span{
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	flex: 1;
}
.title-recom span img{
	height: 20px;
	width: auto;
	text-align: right!important;
}
.icon-play img{
	width: 55px;
	height: auto;
}
.title-recom span.logo-game{
	text-align: right !important;
}
.title-recom{
	width: 100%;
	height: auto;
	padding: 5px;
	display: flex;
}
.recom-hot:hover> .hot-recom{
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.bestgame{
	width: 100%;
	height: auto;
	padding: 10px;
	background: linear-gradient(to bottom, #288113 0%, #053e19 100%);

    border-radius: 10px;
	border-radius: 10px;
}
.appbanner {
  position: relative;
    width: 250px;
    height: 440px;
    margin-top: 100px;
    margin-left: 100px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(0.8);
    transition: 0.5s;
}
.appbanner img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
	border-radius: 10px;
	box-shadow: 0 10px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%) !important;
}
.appbanner img:nth-child(4) {
  transform: translate(160px, -160px);
  opacity: 1;
}
.appbanner img:nth-child(3) {
  transform: translate(120px, -120px);
  opacity: 0.8;
}
.appbanner img:nth-child(2) {
  transform: translate(80px, -80px);
  opacity: 0.6;
}
.appbanner img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 0.4;
}
.app{
	width: fit-content;
}
.app h3{
	font-size: 45px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #cf13a9 0%, #21c50f 24.13%, #630aea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0;
	text-align: center;
	font-weight: bold;
}
.qrbanner{
	padding: 10px 0;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.images-qr{
	width: 100%;
	height: auto;
	padding: 30px;
	flex: 1;
	background: url("../images/home/border-app.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 15px;
	display: block;
}
.images-qr a img{
	width: 100%;
	border-radius: 10px;
}
.text-app{
	width:100%;
	height:auto;
	display: flex;
}
.text-app h3{
	flex: 1;
	font-size: 30px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #1c4597 0%, #21c50f 24.13%, #630aea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
}
.bg-footers {
    background: linear-gradient(to bottom, #14316c 0%, #08142b 100%);
}
.footerpc {
  background: #131313 !important;
    background:url("../images/bg-pattern-010.svg") repeat;
	background-size: 67px, 359px, auto;
    padding: 5px 20px;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #E4E4E4;
    font-size: 1.1rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #B5B5B5;
    font-size: 1rem;
}
.community ul {
    width: 100%;
    height: auto;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 5px 5px;
    display: block;
    white-space: nowrap;
    margin-left: 80px;
  
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 60px;
    height: auto;
}
.networks_cryto ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks_cryto ul li {
    display: inline-block;
    margin: 5px;
}
.networks_cryto ul li a img {
    width: 60px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.btn-paly-now{
	padding: 5px 10px;
	color: #ffffff;
}
.sport-thumbnail{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.btn-paly-now{
	position: absolute;
	left: 20%;
	top: 70%;
	transform: translate(-50%, -50%);
	background: url("../images/play-now.png") no-repeat;
	background-size: 100% 100%;
	padding: 10px 20px;
	font-size: 0.9rem;
	font-weight: bold;
}
.thumbnails:hover> .btn-paly-now{
	background: url("../images/play-now-active.png") no-repeat;
	background-size: 100% 100%;
	color: #161616;
}
.thumbnails img{
	width: 100%;
}
.thumbnails:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.info-games{
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}
.thumbnails:hover> .info-games button.btn-paly-01{
	background: url("../images/play-now-active.png") no-repeat;
	background-size: 100% 100%;
	color: #161616;
}
.thumbnails{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.btn-paly-01{
	background: url("../images/play-now.png") no-repeat;
	background-size: 100% 100%;
	padding: 10px 20px;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
}
.info-games h3{
	font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #0a58ca 0%, #0dcaf0 24.13%, #0a58ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0;
    text-align: center;
    font-weight: 900;
}
.title-02{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	left: 0;
	bottom: 10px;
	display:block;
}
.title-02 h3{
	width: 100%;
	height: auto;
	font-size: 1.1rem;
	color: #ffffff;
	font-weight: bold;
	display:block;
}
.menu-slot{
	width: 100%;
	height: auto;
	background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
	border-radius: 15px;
	overflow: hidden;
	display: block;
}
.bg-menu-slot{
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background: url("../images/bg-pattern-010.svg") repeat;
	background-size: 67px, 359px, auto;
}
#toggle-container {
  position: relative;
  background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
  width: 100%;
  height: auto;
  color: #000;
   border: 1px solid #4c72ba;
	border-radius: 15px;
  z-index: 99;
}
#toggle-button {
  transition: color 0.2s linear;
  padding: 6px 10px;
  text-align: right;
  vertical-align: middle;
  background: url("../images/bg-pattern-010.svg") repeat;
	background-size: 67px, 359px, auto;
}
#toggle-button i {
  transition: all 0.2s linear;
  cursor: pointer;
	background: url("../images/hamburger.png");
	width: 25px;
	height: 25px;
	display: inline-block;
}
i.active {
  color: lightblue;
  transform: rotate(90deg);
  background: url("../images/hamburger.png");
}
#toggle-button i:hover {
  color: lightblue;
}

#nav {
	width: 100%;
    position: relative;
    transition: transform 0.2s linear;
    height: auto;
    background: linear-gradient(to bottom, #08142b 0%, #14316c 100%);
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 10px;
    display: block;
}
.bg-down{
	width: 100%;
	height: auto;
	background: url("../images/bg-pattern-010.svg") repeat;
	background-size: 67px, 359px, auto;
	padding: 20px 10px;
	display: block;
	overflow: hidden;
}
#nav.hide {
  transform: translateY(-104%);
}
#nav a {
  text-decoration: none;
  color: inherit;
}
#nav > * {
  display: inline;
}
#nav-item {
  text-align: center;
  padding: 0px 10px;
  transition: all 0.2s linear;
  white-space: nowrap;
}
#nav-item:hover {
  background-color: #777;
}
.btn-slot span img{
	width: auto;
	height: 25px;
}
.btn-slot span{
	padding: 0 5px;
}
.bg-sl{
	width: 100%;
	height: auto;
	background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
	border-radius: 5px;
	border: 1px solid #4c72ba;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.btn-slot{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 0.9rem;
	color: #ffffff;
	background: url("../images/bg-pattern-010.svg") repeat;
	background-size: 67px, 359px, auto;
	display: block;
}
.show-game{
	text-align: left;
	display: inline-block;
	float: left;
	font-size: 0.9rem;
	color: #ffffff;
	vertical-align: middle;
	font-weight: bold;
}
.show-game img{
	width: 55px;
	height: auto;
}

@media (max-width: 500px) { 
	.navbar{
		display: block;
	}
	.iconnav-logo{
		width: 100%;
		height: auto;
		display: flex;
	}
	.iconnav-logo span{
		flex: 1;
		vertical-align: middle;
		text-align: center;
	}
	.btn-01{
	font-size: 0.9rem;
	font-weight: bold;
	color: #001336;
	padding: 7px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	background: url("../images/btn.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
	.header-form{
	display: flex;
	text-align: right;
	padding: 2rem .5rem;
}
.btn-01{
  display: none;
}
	.bg-nav-pc{
	display: none;
}
	.bg-nav-pc{
		display: none;
	}
	.section{
	padding: 5px 5px;
}
	.mobile-block{
		display: none;
	}
	.title-recom span {
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
		white-space: nowrap;
    flex: 1;
}
	.header-best-game button {
    display: inline-block;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% 100%;
    color: black;
    padding: 5px 10px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: 900;
   
    border: 1px solid #ebd197;
}
	.bg-color{
		/* background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%); */
		border-radius: 10px;
		/* border: 1px solid #4c72ba; */
		overflow: hidden;
		margin: -20px auto;
		display: block;
	}
	.itmem-nav{
    width: 100%;
    height: auto;
    text-align: left;
    /* background: url("../images/bg-pattern-010.svg") repeat; */
    background-size: 45px, 259px, auto;
    padding: 0 10px;
    display: block;
    margin-top: -10px;
	}
	.nav-mobile span{
		vertical-align: middle;
		font-size: 1.1rem;
		font-weight: 600;
		color: #ffffff;
    text-transform: uppercase;
	}
	.nav-mobile span.icon-mobile{
    width: 70px;
    height: 70px;
		padding: 5px;
		/* background: url("../images/home/bg-nav.png") no-repeat; */
		background-size: 100% 100%;
		margin: 5px;
		overflow: hidden;
		display: inline-block;
	}
	.icon-mobile img{
		width: 50px;
		height: auto;
		text-align: center;
		margin: 0 auto;
	}
	.nav-mobile{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.bg-language{
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
		border-radius: 10px;
		border: 1px solid #4c72ba;
	}
	.bg-img{
		background: url("../images/bg-pattern-010.svg") repeat;
		background-size: 45px, 259px, auto;
	}
	.bg-img span{
		padding: 5px;
		overflow: hidden;
		vertical-align: middle;
		font-weight: bold;
		color: #ffffff;
	}
	.bg-img span img{
		width: 25px;
		padding: 5px 0;
	}
	.icon-nav2 a img{
		width: 30px;
	}
	.titlegams {
    width: 100%;
    height: 8px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #000000;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    z-index: 9;
}
.header{
  height: 60px;
}
}
/*  */
.modal-standard .modal-content,
.modal-transfer-credit .modal-content,
#modal-register-congratulations .modal-content,
.modal-auth .modal-content {
  background: var(--background-darkgreen-color);
  background: #198754;
  border-radius: 12px;
  margin-top: -230px;
  width: 98%;

}

.modal-standard .modal-header,
.modal-transfer-credit .modal-header,
#modal-register-congratulations .modal-header,
.modal-auth .modal-header {
  display: flex;
  border-bottom: 0px;
  position: relative;
  max-height: 80px;
  height: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {

  .modal-standard .modal-header,
  .modal-transfer-credit .modal-header,
  #modal-register-congratulations .modal-header,
  .modal-auth .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-standard .modal-header:after,
.modal-transfer-credit .modal-header:after,
#modal-register-congratulations .modal-header:after,
.modal-auth .modal-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ffc107;
}

.modal-standard .modal-header h2,
.modal-transfer-credit .modal-header h2,
#modal-register-congratulations .modal-header h2,
.modal-auth .modal-header h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: var(--text-white-color);
}

.modal-standard .modal-header .modal-logo,
.modal-transfer-credit .modal-header .modal-logo,
#modal-register-congratulations .modal-header .modal-logo,
.modal-auth .modal-header .modal-logo {
  max-width: 100px;
  height: auto;
}

@media (max-width: 1199px) {

  .modal-standard .modal-header .modal-logo,
  .modal-transfer-credit .modal-header .modal-logo,
  #modal-register-congratulations .modal-header .modal-logo,
  .modal-auth .modal-header .modal-logo {
    max-width: 100px;
  }
}

.modal-standard .modal-header .modal-header-right,
.modal-transfer-credit .modal-header .modal-header-right,
#modal-register-congratulations .modal-header .modal-header-right,
.modal-auth .modal-header .modal-header-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 150px;
}

.modal-standard .modal-header .btn-close,
.modal-transfer-credit .modal-header .btn-close,
#modal-register-congratulations .modal-header .btn-close,
.modal-auth .modal-header .btn-close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0;
  opacity: 1;
  padding: 0px;
  outline: unset;
  box-shadow: unset;
  margin: 0px;
}

@media (max-width: 1199px) {
  .modal-standard .modal-header .btn-close,
  .modal-transfer-credit .modal-header .btn-close,
  #modal-register-congratulations .modal-header .btn-close,
  .modal-auth .modal-header .btn-close {
    width: 20px;
    height: 20px;
  }
}

.modal-standard .modal-header .btn-close img,
.modal-transfer-credit .modal-header .btn-close img,
#modal-register-congratulations .modal-header .btn-close img,
.modal-auth .modal-header .btn-close img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: baseline;
}

.modal-standard .modal-body,
.modal-transfer-credit .modal-body,
#modal-register-congratulations .modal-body,
.modal-auth .modal-body {
  padding: 0px 40px;
  padding-top: 60px !important;
}

#modal-register-congratulations .modal-body,
.modal-auth .modal-body {
  padding-top: 40px !important;
}

@media (max-width: 1199px) {

  .modal-standard .modal-body,
  .modal-transfer-credit .modal-body,
  #modal-register-congratulations .modal-body,
  .modal-auth .modal-body {
    padding: 0px 20px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

#daily-checkin-modal .modal-content {
  background: unset;
}

.modal-auth .modal-title {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .modal-auth .modal-title {
    margin-top: -25px;
    margin-bottom: 20px;
  }
}

.modal-auth .modal-title h2 {
  font-size: 20px;
  color: var(--text-lightgreen-color);
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .modal-auth .modal-title h2 {
    font-size: 18px;
  }
}

.modal-auth .modal-register-link {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .modal-auth .modal-register-link {
    margin-top: 20px;
  }
}

.modal-auth .modal-register-link span {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .modal-auth .modal-register-link span {
    font-size: 12px;
  }
}

.modal-auth .modal-register-link span a {
  color: #ffc32e;
  text-decoration: none;
}

.modal-auth .modal-forgot-link {
  margin-top: -10px;
}

.modal-auth .modal-forgot-link a {
  font-size: 12px;
  color: #ffc32e;
  text-decoration: none;
}

.modal-auth .hr {
  color: var(--text-lightgrey-color);
}

.modal-auth .modal-footer-link {
  margin-top: 10px;
}

.modal-auth .modal-footer-link span {
  color: var(--text-white-color);
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.modal-auth .modal-footer-link span span {
  color: var(--theme-color-text);
  display: inline-block;
}

.modal-auth .modal-footer-link span a {
  color: var(--text-lightgreen-color);
  color: var(--theme-color-text);
  text-decoration: none;
}

#modal-register-congratulations .modal-logo {
  max-width: 250px;
  max-width: 200px;
  height: auto;
  margin: 0px auto;
  margin-bottom: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  #modal-register-congratulations .modal-logo {
    max-width: 200px;
  }
}

#modal-register-congratulations .modal-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 1199px) {
  #modal-register-congratulations .modal-title {
    gap: 10px;
  }
}

#modal-register-congratulations .modal-title h3 {
  color: var(--text-white-color);
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  #modal-register-congratulations .modal-title h3 {
    font-size: 24px;
  }
}

#modal-register-congratulations .modal-title p {
  color: var(--text-white-color);
  font-size: 14px;
}

@media (max-width: 1199px) {
  #modal-register-congratulations .modal-title p {
    font-size: 12px;
  }
}
.input-group {
  clip-path: rect(0 100% 100% 0 round 10px);
}

.input-group .input-group-text_ {
  background: #212529 !important;
  border: unset;
  padding: 10px;
}

.input-group .input-group-text_ img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.input-group input {
  outline: unset;
  box-shadow: unset;
  border: unset;
}

.input-group input:focus {
  outline: unset;
  box-shadow: unset;
}

.input-group-gap-3 {
  display: flex;
  gap: 1rem;
  flex-flow: row nowrap;
  align-items: center;
}

.input-group-gap-3 input,
.input-group-gap-3 select {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.btn-eye {
     border: unset;
    outline: unset;
    padding: 0px 20px;
    border-radius: 8px;
    z-index: 4;
    background: #212529;
}

.btn-eye img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.btn-theme {
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  padding: 18px 24px;
  line-height: 15px;
  text-align: center;
  width: 100%;
  outline: unset;
  box-shadow: unset;
  text-decoration: none;
  display: block;
  color: var(--btn-color);
  --btn-color: #fff;
  /* background: linear-gradient(to right, #fadd56, #feb80c); */
  background: linear-gradient(to left, #d80d00 0%, #d80d00 100%);
  border: 1px solid #d80d00;
  white-space: nowrap;
  box-shadow: 0 0 5px 1px #d80d00;
}
.btn-outline-theme {
  font-size: 15px;
  /* font-weight: 600; */
  border-radius: 8px;
  padding: 10px 10px; 
  line-height: 15px;
  text-align: center;
  width: 100%;
  outline: unset;
  box-shadow: unset;
  text-decoration: none;
  display: block;
  color: var(--btn-color);
  --btn-color: var(--text-lightgreen-color);
  color: #efbe22;
  background: transparent;
  border: 1px solid #efbe22;
}
/* lang dropdown */
/* Language Dropdown */
.language-dropdown {
position: relative;
display: inline-block;
}

.dropbtn {
/* background: linear-gradient(to bottom, #FFD34E 0%, #FF9900 100%); */
background: none;
color: white;
padding: 6px 15px;
font-size: 15px;
border: none;
border-radius: 8px;
cursor: pointer;
display: inline-block;
align-items: center;
gap: 8px;
transition: background 0.2s;
}

.dropbtn:hover {
/* background-color: #FF9900; */
}

.dropbtn img {
width: 40px;
height: auto;
/* border-radius: 3px; */
}

.arrow {
font-size: 10px;
}

.dropdown-content {
display: none;
position: absolute;
right: 0;
background-color: #001131;
border-radius: 10px;
margin-top: 8px;
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
min-width: 180px;
z-index: 9999;
}

.lang-option {
color: white;
padding: 10px;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
transition: background 0.2s;
}

.lang-option:hover {
background-color: #FF9900;
}

.lang-option img {
width: 25px;
height: auto;
border-radius: 3px;
}
.lang-option span{
color: #fff;
margin-left: 10px;
}
.lang-option a{
margin-left: 20px;
}

.show {
display: block;
}

/* Hide dropdown section on mobile */
@media (max-width: 768px) {
.language-dropdown {
display: block;
margin-top: -25px;
}
}
/* acc */
#header .header-dropdown {
      height: max-content;
    margin-top: 10px;
}

@media (max-width: 1024px) {
#header .header-dropdown {
aspect-ratio: 1/1;

}
}

#header .header-dropdown:focus-within .dropdown-body {
display: block;
}

#header .header-dropdown .dropdown-body {
position: absolute;
background: #282828;
width: 230px;
list-style: none;
display: none;
-webkit-backdrop-filter: blur(22px) brightness(1.15);
backdrop-filter: blur(22px) brightness(1.15);
padding: 0;
top: 60px;
right: 160px;
margin-top: 11px;
border-radius: var(--border-radius-small);
z-index: 999;
border-radius: 10px;
}

#header .header-dropdown .dropdown-body ul {
padding: 10px 0px;
list-style: none;
}

#header .header-dropdown .dropdown-body ul li {
padding: 0px 10px;
}

#header .header-dropdown .dropdown-body ul li a {
display: flex;
align-items: center;
gap: 20px;
text-decoration: none;
font-size: 14px;
color: var(--text-white-color);
font-weight: 300;
position: relative;
border-radius: var(--border-radius-small);
padding: 10px 20px;
}

#header .header-dropdown .dropdown-body ul li a.active,
#header .header-dropdown .dropdown-body ul li a:hover {
/* background: #393319; */
-webkit-backdrop-filter: blur(22px) brightness(1.15);
backdrop-filter: blur(22px) brightness(1.15);
color: var(--theme-color-text);
}

#header .header-dropdown .dropdown-body ul li a.red-dot p {
position: relative;
}

#header .header-dropdown .dropdown-body ul li a.red-dot p:after {
content: "";
position: absolute;
background: red;
top: 0px;
right: -20px;
width: 7px;
height: 7px;
display: block;
border-radius: 50%;
}

#header .header-dropdown .dropdown-body ul li a .total-notification {
padding: 5px;
background: red;
border-radius: 50%;
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
}

#header .header-dropdown .dropdown-body ul li a .total-notification span {
color: var(--text-white-color);
font-size: 12px;
}

#header .header-dropdown .dropdown-body ul li a img {
width: 30px;
aspect-ratio: 1/1;
}

#header .header-actions {
display: flex;
flex-flow: row nowrap;
max-width: 285px;
width: 100%;
gap: 25px;
}

@media screen and (max-width: 1024px) {
#header .header-actions {
max-width: 200px;
max-width: 255px;
gap: 5px;
}
}

.header-dropdown .dropdown-body .icon-dropdown {
width: 30px;
height: 30px;
}

.header-dropdown .dropdown-body .icon-profile {
background: url(../images/icon/my-profile.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-deposit {
background: url(../images/icon/deposit.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-withdraw {
background: url(../images/icon/withdraw.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-history {
background: url(../images/icon/history.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-top-vip {
background: url(../img/header/icon/profile-menu/vip.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-referral {
background: url(../img/header/icon/profile-menu/referral.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-inbox {
background: url(../img/header/icon/profile-menu/inbox.png) center no-repeat;
background-size: 100%;
}

.header-dropdown .dropdown-body .icon-logout {
background: url(../images/icon/logout.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-password {
background: url(../images/icon/password.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-transfer {
background: url(../images/icon/transfer.png) center no-repeat;
background-size: 100%;
}
.header-dropdown .dropdown-body .icon-turnover {
background: url(../images/icon/turnover.png) center no-repeat;
background-size: 100%;
}
#header .icon-btn {
background-color: #434343;
backdrop-filter: blur(22px) brightness(1.15);
border: none;
padding: 5px 8px;
height: 100%;
border-radius: 20px;
transition: transform 0.3s ease-in-out;
padding-right: 40px;
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
justify-content: center;
border-radius: 10px;
}

@media (max-width: 1024px) {
#header .icon-btn {
padding: 5px;
justify-content: center;
width: 43px;
height: 43px;
margin-top: -5px;
}
}

#header .icon-btn span {
color: #fff;
}

@media (max-width: 1024px) {
#header .icon-btn span {
display: none;
}
}

#header .icon-btn img {
max-width: 30px;
aspect-ratio: 1/1;
}

@media (max-width: 1024px) {
#header .icon-btn img {
max-width: 30px;
}
}
@media (max-width: 767px) {
.info-games h3 {
font-size: 1rem;} 
}
.mb-0 {
color: #fff;
}
#header .icon-btn:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 10px;
height: 10px;
background: url(../images/arrow-down-white.png) no-repeat center center;
background-size: contain;
transform: translateY(-50%);
transition: transform 0.3s;
}
@media (max-width: 1199px) {
  #header .icon-btn:after {
    display: none;
  }
  .header-dropdown{
    position: relative;
    top: -25px;
    right: -14px;
  }
  #header .header-dropdown .dropdown-body{
   top: 21px;
    right: -25px;
  }
  #header .icon-btn{
    border-radius: 30px;
  }
}
.err_div{
color: red;
}
img{
display: inline !important;
}
.promo_ img{
width: 100%;
}
.section.pc {
display: none;
}

/* Show only on mobile (screens 767px and smaller) */
@media (max-width: 767px) {
.section.pc {
display: block;
}
.title-section{
font-size: 1rem;
margin-left: 10px;
}
.networks ul li{
margin: 0px;
}
.networks ul li a img{
width: 28px;
}
.networks_cryto ul li{
margin: 0px;
}
.networks_cryto ul li a img{
width: 28px;
}
}
/* Make it responsive on small screens */
@media (max-width: 576px) {
/* Container styling */
.lo-re {
width: 100%;
padding: 10px;
text-align: center;
}

/* Button styles */
.btn-lo-re {
width: 100%;
padding: 12px 0;
font-size: 16px;
font-weight: 600;
border-radius: 4px;
border: none;
transition: 0.3s;
}
.logo img{
      margin-left: 50%;
      height: 60px;
}
/* Make buttons look nice on hover */
.btn-lo-re:hover {
opacity: 0.9;
transform: scale(1.02);
}

.btn-lo-re {
font-size: 18px;
}
.btn_{
color: #fff;
}
.btn-danger {
background: linear-gradient(to left, #d80d00 0%, #d80d00 100%);

}
.btn-warning{
background: linear-gradient(to left, #0077fa 0%, #0044e8 100%);
}
}
.pc {
display: none;
}

/* Show only on screens smaller than 768px */
@media (max-width: 767px) {
.pc {
display: block;
}
.networks_cryto {
  float: inline-end;
}
}
.networks_cryto {
  float: inline-end;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section.pc {
    display: block;
  }
  .pc {
    display: block;
}
  .navbar{
		display: block;
	}
	.iconnav-logo{
		width: 100%;
		height: auto;
		display: flex;
	}
	.iconnav-logo span{
		flex: 1;
		vertical-align: middle;
		text-align: left;
	}
	.btn-01{
	font-size: 0.9rem;
	font-weight: bold;
	color: #001336;
	padding: 7px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	background: url("../images/btn.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
	.header-form{
	display: flex;
	text-align: right;
	padding: 2rem .5rem;
}
.btn-01{
  display: none;
}
	.bg-nav-pc{
	display: none;
}
	.bg-nav-pc{
		display: none;
	}
	.section{
	padding: 5px 5px;
}
	.mobile-block{
		display: none;
	}
	.title-recom span {
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
		white-space: nowrap;
    flex: 1;
}
	.header-best-game button {
    display: inline-block;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% 100%;
    color: black;
    padding: 5px 10px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: 900;
   
    border: 1px solid #ebd197;
}
	.bg-color{
		/* background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%); */
		border-radius: 10px;
		/* border: 1px solid #4c72ba; */
		overflow: hidden;
		margin: -20px auto;
		display: block;
	}
	.itmem-nav{
    width: 100%;
    height: auto;
    text-align: left;
    /* background: url("../images/bg-pattern-010.svg") repeat; */
    background-size: 45px, 259px, auto;
    padding: 0 10px;
    display: block;
    margin-top: -10px;
	}
	.nav-mobile span{
		vertical-align: middle;
		font-size: 1.1rem;
		font-weight: 600;
		color: #ffffff;
    text-transform: uppercase;
	}
	.nav-mobile span.icon-mobile{
    width: 70px;
    height: 70px;
		padding: 5px;
		/* background: url("../images/home/bg-nav.png") no-repeat; */
		background-size: 100% 100%;
		margin: 5px;
		overflow: hidden;
		display: inline-block;
	}
	.icon-mobile img{
		width: 50px;
		height: auto;
		text-align: center;
		margin: 0 auto;
	}
	.nav-mobile{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.bg-language{
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
		border-radius: 10px;
		border: 1px solid #4c72ba;
	}
	.bg-img{
		background: url("../images/bg-pattern-010.svg") repeat;
		background-size: 45px, 259px, auto;
	}
	.bg-img span{
		padding: 5px;
		overflow: hidden;
		vertical-align: middle;
		font-weight: bold;
		color: #ffffff;
	}
	.bg-img span img{
		width: 25px;
		padding: 5px 0;
	}
	.icon-nav2 a img{
		width: 30px;
	}
	.titlegams {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 1.7rem;
    color: #000000;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    z-index: 9;
}
.header{
  height: 90px;
}
.lo-re {
  width: 100%;
  padding: 10px;
  text-align: center;
  }
  
  /* Button styles */
  .btn-lo-re {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  transition: 0.3s;
  }
  .logo img{
        margin-left: 50%;
        height: 96px;
  }
  /* Make buttons look nice on hover */
  .btn-lo-re:hover {
  opacity: 0.9;
  transform: scale(1.02);
  }
  
  .btn-lo-re {
  font-size: 18px;
  }
  .btn_{
  color: #fff;
  }
  .btn-danger {
  background: linear-gradient(to left, #d80d00 0%, #d80d00 100%);
  
  }
  .btn-warning{
  background: linear-gradient(to left, #0077fa 0%, #0044e8 100%);
  }
  .language-dropdown{
    margin-top: -9px;
  }
  .networks ul li a img{ width: 57px;}
  .header-dropdown {
    top: -9px;
    right: -4px;
}
}