@charset "utf-8";
/* CSS Document */
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-family: Roboto;
	font-size: 0.8rem;
	overflow: hidden;
	display: block;
}
* {box-sizing: border-box}
.pc{
	display: inline-block;
}
.m{
		display: none;
	}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.header{
	z-index: 9;
	background: #ffffff;
}
.logo a img{
	width: 80px;
	height: auto;
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	color: #465586;
	font-weight: 500;
	font-size: 1.0rem;
	display: block;
}
.nav ul li a i.icon-nav{
	max-width: 20px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.nav ul li a i.icon-home{
	background: url("../images/icon/home.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-home, .nav ul li.nav-active> a i.icon-home{
	background: url("../images/icon/active/home.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a, .nav ul li.nav-active> a{
	color: #dc3545;
}
.nav ul li a i.icon-sport{
	background: url("../images/icon/sport.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-sport, .nav ul li.nav-active> a i.icon-sport{
	background: url("../images/icon/active/sport.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-casino{
	background: url("../images/icon/casino.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-casino, .nav ul li.nav-active> a i.icon-casino{
	background: url("../images/icon/active/casino.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-slot{
	background: url("../images/icon/slot.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-slot, .nav ul li.nav-active> a i.icon-slot{
	background: url("../images/icon/active/slot.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-lottery{
	background: url("../images/icon/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-lottery, .nav ul li.nav-active> a i.icon-lottery{
	background: url("../images/icon/active/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-number{
	background: url("../images/icon/number.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-number, .nav ul li.nav-active> a i.icon-number{
	background: url("../images/icon/active/number.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-cocks{
	background: url("../images/icon/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-cocks, .nav ul li.nav-active> a i.icon-cocks{
	background: url("../images/icon/active/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-poker{
	background: url("../images/icon/poker.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-poker, .nav ul li.nav-active> a i.icon-poker{
	background: url("../images/icon/active/poker.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-promo{
	background: url("../images/icon/promo.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-promo, .nav ul li.nav-active> a i.icon-promo{
	background: url("../images/icon/active/promo.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.slide-promo{
	margin-top: 55px;
	background: #0f0f0f;
}
.carousel-item img{
	border-radius: 10px;
}
.promo-slide{
	padding: 10px 0;
}
.info-promo{
	width: 100%;
	height: auto;
	max-width: 300px;
	position: absolute;
	text-align:left;
	margin: 0 auto;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.info-promo h3{
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: left;
	font-size: 1.2rem;
	color: #ffffff;
	display: block;
}
.info-promo p{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.0rem;
	color: #ffffff;
	display: block;
}
.matches-thumbnail{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #2b3452;
	display: block;
}
.header-matches{
	border-bottom: 1px solid #465586;
	margin: 3px auto;
}
.logo-matches{
	width: 100%;
	height: auto;
	display: flex;
}
.logo-matches .logo-team{
	flex: 1;
	text-align: center;
	margin: 5px;
	padding: 5px;
	display: block;
}
.logo-team img{
	width: 40px;
	height: 40px;
}
.header-matches p{
	color: #ffffff;
}
.teams p{
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.btn-block{
	width: 100%;
}
.matches{
	width: 100%;
	height: auto;
	display: block;
}
.matches-thumbnail{
	margin: 10px auto;
}
.contain-matches{
	padding: 5px 0;
}
.title-section{
	width: 100%;
	height: auto;
	text-align:left;
	padding: 10px 0;
	display: block;
}
.title-section span{
	font-size: 1.2rem;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.section{
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.right-header-section{
	width: 180px;
}
.right-header-section a, .right-header-section a span{
	display: inline-block;
	margin-right: 10px;
	color: #ffffff;
	font-size: 0.9rem;
}
.footer-effect-games{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.logo-games-lobby{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.logo-games-lobby img{
	width: auto;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.down-info p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1rem;
	color: #465586;
    padding: 15px 0;
}
.qr {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    display: block;
}
.qr-code {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0 25px;
    height: auto;
    background: url(../images/download/border-app.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: block;
}
.qr-code img {
    width: 100%;
    border-radius: 10px;
}
.btn-app span {
    margin-right: 10px;
}
.btn-app {
    width: 100%;
    margin: 15px 25px;
    font-weight: bold;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #ffffff;
    font-size: 0.9rem;
    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: #ffffff;
    font-size: 0.7rem;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #ffffff;
    display: block;
}
.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: 35px;
    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;
}
.bg-footers{
	background: #13182b;
	padding-top: 10px;
	margin-top: 20px;
}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.bg-slots {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.sport-lobby {
    background: url(../images/lobby/sport/sport-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.lobby-section {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
   background: linear-gradient(-45deg, #500000, #ee9191, #d80000, #821414);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.games-thumbnail{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.games-thumbnail:hover{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: none !important;
	overflow: hidden;
	display: block;
	
}
.games-thumbnail:hover> img{
	opacity: 0.8;
}
.games-thumbnail img{
	width: 100%;
}
.logo-games{
	width: 50px;
	height: auto;
	padding: 2px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.logo-games img{
	height: 31px;
	width: 36px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.title-games-01{
	width: 150px;
	height: auto;
	text-align: left;
	position: absolute;
	left: 30%;
	top: 60%;
	transform: translate(-50%, -50%);
	display: block;
}
.title-games-01 h1{
	font-size: 2.9rem;
	color: #001f83;
	line-height: 24px;
}
.title-games-01 p{
	font-size: 1.2rem;
	color: #640001;
	font-weight: bold;
}
/* Style the tab */
.nav-best-game {
	width: 100%;
	height: auto;
	padding: 20px 0;
  overflow: hidden;
	text-align: left;
	display: block;
}

/* Style the buttons inside the tab */
.nav-best-game button.btn-category {
	width: 150px;
	height: auto;
	background-image: linear-gradient(#465586 0, #2c3554 23%, #6979b0 83%, #465586 100%);
	color: #ffffff;
	font-weight: bold;
  transition: 0.3s;
}
.nav-best-game button.btn-category:hover {
  color: #ffffff;
  background-image: linear-gradient(#dc3545 0, #ad1f2d 23%, #e05260 83%, #dc3545 100%);
}

/* Create an active/current tablink class */
.nav-best-game button.active {
  color: #ffffff;
  background-image: linear-gradient(#dc3545 0, #ad1f2d 23%, #e05260 83%, #dc3545 100%);
}

/* Style the tab content */
.category {
  display: none;
  padding: 10px 0;
}
.banner-cotegory{
	width: 100%;
	height: 244px;
	background: url("../images/games/topgames/bg.jpg") no-repeat;
	background-size: 100% 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.object-games{
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.object-games img{
	width: 150px;
}
.info-best-games{
	width: 100%;
	height: auto;
	max-width: 300px;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.info-best-games h1{
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}
.float {
      animation: float 6s ease-in-out infinite; }
@keyframes float {
  0% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); }
  50% {
    -webkit-filter: drop-shadow(25px 15px 15px #222);
    filter: drop-shadow(25px 15px 15px #222);
    transform: translatey(-20px); }
  100% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); } }
.casino-lobby {
    background: url("../images/games/topgames/casino/casino-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.poker-best-lobby{
	 background: url("../images/games/topgames/poker/bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.fishing-best-lobby{
	background: url("../images/games/topgames/fishing/slot-lobby-bg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
}
.container-games-best{
	padding-left: 10px;
}
.object-02{
	position: absolute;
    left: 48%;
    top: 25%;
    transform: translate(-50%, -50%);
}
.object-03{
	position: absolute;
    right: 0%;
    top: 86%;
    transform: translate(-50%, -50%);
}
.hot-game-item {
  	position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00526c82;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.hot-game-item:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-palynow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.title-hot-game{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background-image: linear-gradient(#46558600 0, #001e7e 100%);
	overflow: hidden;
	z-index: 1;
	display: block;
}
.title-hot-game h1{
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
}
.info-promo-home{
	width: 100%;
	height: auto;
	max-width: 260px;
	text-align: left;
	position: absolute;
	left: 20px;
	top: 60px;
}
.info-promo-home p{
	font-size: 1.2rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 28px;
	display: block;
}
.promo-first{
	border-radius: 10px;
	overflow: hidden;
}
.promo-first:hover img{
	opacity: 0.8;
}
.promo-first img{
	width: 100%;
}
.sport-section a{
	margin: 5px;
}
.poker-lobby {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
  background: #465586 url("../images/lobby/getimgs.svg") no-repeat; }
.box img {
  width: 100%;
  height: 100%; }
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #120b6f;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #120b6f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
.box p {
  font-size: 15px; }
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }
@media (max-width: 600px){
	.pc{
	display: none;
}
	.m{
		display: inline-block;
	}
	.logo a img {
    width: 130px;
    height: auto;
}
	.container{
		width: 100%;
		height: auto;
		padding: 0 5px;
		margin: 0 auto;
		display: block;
	}
	.promo-matches, .matches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display:block;
}
	.info-promo {
		width: 100%;
		height: auto;
		max-width: 250px;
		position: absolute;
		text-align: left;
		margin: 0 auto;
		left: 37%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: block;
    }
	.info-promo h3 {
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: left;
		font-size: 1.0rem;
		color: #ffffff;
		display: block;
    }
	.info-promo p {
		width: 100%;
		height: auto;
		text-align: left;
		font-size: 0.8rem;
		color: #ffffff;
		line-height: 18px;
		display: block;
}
	.btn-m{
	--bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
	.slide-promo {
       margin-top: 55px !important;
	   background: #0f0f0f;
}
	.effect-ruby {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #3085a3;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
	.logo-games-lobby img{
	width: auto;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
	.card-game-item__name p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.7rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
}
.sport-item {
    width: 100%;
    height: 170px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/lobby/sport/bg-sport.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    position: relative;
	margin: 5px;
    z-index: 1;
}
	.sport-item__logo--title .sport-title-container .title {
    color: #fff;
    font-family: Roboto;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 18px !important;
    text-transform: uppercase;
}
	.sport-item__logo--title .sport-title-container .icon{
    width: 25px;
		display: none !important;
}
.sport-item__logo {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 2;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.offcanvas{
		width: 100%;
		max-width: 300px;
		background: #efefef;
	}
	.offcanvas-title a img{
		width: auto;
		height: 30px;
	}
	.close{
		width: 15px;
		height: 15px;
		background: url("../images/close.png") no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.contian-nav{
		width: 100%;
		height: auto;
		padding: 10px 0;
		/*border-bottom: 1px solid #333333;*/
		display: block;
	}
	.item-nav-m{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 0px;
		margin: 5px auto;
		display: block;
	}
	.item-nav-m a{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 7px 5px;
		font-size: 0.9rem;
		color: #202846;
		border-bottom: 1px solid #e0e0e0;
		display: block;
	}
	.item-nav-m a span{
		margin-right: 10px;
	}
	.item-nav-m a span img{
		width: 20px;
		height: auto;
	}
	    .thumbnails-bg a {
        position: relative;
        display: block;
        height: 135px !important;
        background-size: cover;
    }
	.icon-menu img{
		width: 25px;
		height: 25px;
	}
	.title-games-01{
	width: 150px;
	height: auto;
	text-align: left;
	position: absolute;
	left: 55%;
	top: 60%;
	transform: translate(-50%, -50%);
	display: block;
}
	.title-games-01 h1{
	font-size: 1.2rem;
	color: #001f83;
	line-height: 15px;
}
	.title-games-01 p{
	font-size: 0.8rem;
	color: #640001;
	font-weight: bold;
}
	.logo-games{
	width: 35px;
	height: auto;
	padding: 0px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.logo-games img{
	height: 25px;
	width: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
	.title-hot-game h1 {
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
}
	.thumbnails-bg a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    transition-duration: 0.3s;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
	.lobby-section {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}
	
}