@charset "UTF-8";
/*==============================================
Author: Tripleone Technology
Version:    1.0
Created:    08 July 2021
Last updated:    
Template:  Mobile/Web HTML/
================================================*/
/*
[Table of Contents]
★ 00 Commons
★ 01 Header
★ 02 Homepage
★ 03 Crash
★ 04 Double
★ 05 Promotions
★ 06 VIP Club
★ 07 Live Casino / Slot
★ 08 Download
★ 09 Footer
★ 10 Terms / Privacy
★ 11 Announcement
★ 12 Lucky Roulette
★ 13 Ping
★ 14 Terms/Policy/FAQ
★ 15 Championship

★ 00 Media Querries


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 00 Commons
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px; }

::selection {
  color: #fff;
  background-color: #de1176; }

::-moz-selection {
  color: #fff;
  background-color: #de1176; }
body {
  background: #050505;
  color: #fff;
}
body,
ul,
ol {
  margin: 0;
  padding: 0; }
figure {
  margin: 0;
}
li {
  list-style: none;
}
a {
  transition: all 0.4s;
  text-decoration: none; }
a:hover {
  text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
.red-bg {
	background: #f23e2f !important;
	color: #fff !important;
}
.green-bg {
	background: #009944 !important;
	color: #fff !important;
}
.light-blue-bg  {
	background: #37334b !important;
	color: #b4b2bf !important;
}
.orange-bg {
	background: #fe551b !important;
	color: #fff !important;
}
.gray-bg {
	background: #5c6573 !important;
	color: #fff !important;
}
.white-bg {
	background: #fff !important;
	color: #f4321f !important;
}
.purple-bg {
  background: #5e1cd9 !important;
  color: #fff !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.is-mobile {
  display: none;
}

@font-face {
  font-family: 'twoTech';
  src: url('../font/2TECH2.TTF') format('truetype');
}

main {
  transition: all 0.5s;
  margin-top: 78px;
  padding: 20px;
}

iframe {
  z-index: 1;
}

/* loading pages */
#page-content{
  display: none;
}
#loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding-top: 40vh;
  background: #030409 url('/includes/images/xmas_bg.jpg') center no-repeat;
}
.loading-content{
  display: grid;
  justify-items: center;
}
.loading-content img{
  width: 250px;
}
.loading-content .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}


body::-webkit-scrollbar { width: 0 !important }
body{ overflow: -moz-scrollbars-none; }

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 01 Header
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
/** Desktop Menu **/
header .logo__bg {
  background: url(../images/hamburger-bg.png) no-repeat 0 0;
  background-size: contain;
  width: 292px;
  height: 88px;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
}
header .logo__bg a.brand-logo {
  position: absolute;
  left: 44px;
  top: 32px;
  width: auto;
}
header .logo__bg a.brand-logo img {
  width: 20px;
}
header .logo__bg a.smash__logo {
  display: inline-block;
  position: absolute;
  left: 43px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 141px;
  top: 22px;
}
header .logo__bg a.smash__logo img {
  width: 145px;
}
header nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #141414;
  z-index: 999;
  width: 250px;
  transition: all 0.5s ease;
  max-height: 3000px;
  overflow: auto;
}

header nav .nav-wrapper a.brand-logo {
  left: 40px;
  z-index: 10;
}

header nav .nav-wrapper a.brand-logo img {
  width: 20px;
}

header nav .nav-wrapper ul.left {
  padding: 90px 0 0 20px;
  width: 100%;
  float: none !important;
  position: relative;
}

header nav .nav-wrapper ul.left li {
  float: unset;
  position: relative;
  transition: all 0.3s ease 0s;
  background: transparent;
}

body.om-side header nav .nav-wrapper ul.left li.breaker__line {
  border-bottom: 1px rgb(255 255 255 / 27%) solid;
  width: 89%;
  padding-bottom: 55px;
}
header nav .nav-wrapper ul.left li.breaker__line {
  border-bottom: 1px rgb(255 255 255 / 27%) solid;
}

body.om-side header nav .nav-wrapper ul.left li.promo__nav {
  padding-top: 25px;
}

header nav .nav-wrapper ul.left li a.active:before,
header nav .nav-wrapper ul.left li:hover a.active:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  height: 24px;
  width: 4px;
  border-radius: 8px;
  background: #f4321f;
  transition: all 0.3s ease 0s;
}

header nav .nav-wrapper ul.left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #484848;
  transition: all 0.3s ease 0s;
}

header nav .nav-wrapper ul.left li a img.side-hot-icon {
  width: 18px;
  padding-left: 5px;
  display: block;
}

header nav .nav-wrapper ul.left li a:hover  {
  background: transparent;
  color: #c3c3c3;
}

header nav .nav-wrapper ul.left li a.active {
  color: #fff;
}

header nav .nav-wrapper ul.left li.active a  {
  background: transparent;
  color: #ffa600;
}

header nav .nav-wrapper ul.left li.app__dl {
  margin-left: -50px;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl {
  text-align: center;
  line-height: 25px;
  padding: 15px 0 0 0;
  margin-left: 0;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl img,
header nav .nav-wrapper ul.left li.app__dl img {
  width: 150px;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl p, 
header nav .nav-wrapper ul.left li.app__dl p{
  margin: 0;
  padding: 0;
  color: #a0a09f;
}

header .top__header__wrapper {
  padding: 0 20px;
  background-color: #191919;
  position: fixed;
  left: 250px;
  right: 0;
  z-index: 999;
  height: 77px;
}

body.om-side header .top__header__wrapper {
  left: 250px;
}

body header .top__header__wrapper.is-sticky {
  top: 0;
  transition: all 0.5s;
  animation: headerFixedTop .35s;
  box-shadow: rgb(0 0 0 / 36%) 0px 6px 11px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

header .top__header__wrapper .top__header,
header .top__header__wrapper .top__header .logo__search__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
}
header .top__header__wrapper .top__header .logo__search__wrapper {
  padding-left: 70px;
}
header .top__header__wrapper .top__header {
  position: relative;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul {
  background: #242424;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 150px;
  position: relative;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li {
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li .coming__soon__tootip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 35px;
  left: 6px;
  background: rgb(94 28 217 / 66%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  border-radius: 180px;
  transition: all 0.3s ease 0s;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li .coming__soon__tootip p {
  font-size: 11px;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.sport__link:hover .coming__soon__tootip {
  opacity: 1;
  visibility: visible;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active {
  background: #5e1cd9;
  border-radius: 150px;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a {
  color: #fff;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a {
  color: #c3c3c3;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover {
  background: #5e1cd9;
  border-radius: 150px;
  color: #fff;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a {
  color: #fff;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i,
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn i {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: contain !important;
  margin-right: 8px;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i.game-icon {
  background: url(../images/icon/header-game-icon-dark.png) no-repeat 0 0;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a i.game-icon,
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a i.game-icon {
  background: url(../images/icon/header-game-icon-white.png) no-repeat 0 0;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i.sport-icon {
  background: url(../images/icon/header-sport-icon-dark.png) no-repeat 0 0;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a i.sport-icon,
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a i.sport-icon {
  background: url(../images/icon/header-sport-icon-white.png) no-repeat 0 0;
}
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn {
  background: #242424;
  padding: 5px 15px;
  border-radius: 150px;
  margin-left: 10px;
  color: #c3c3c3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn:hover {
  background: #5e1cd9;
  border-radius: 150px;
  color: #fff;
}
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn i {
  background: url(../images/icon/header-roulette-icon.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__wrapper {
  padding-right: 15px;
}

header .top__header__wrapper .top__header .logo__wrapper a img {
  width: 155px;
}

header .top__header__wrapper .top__header .header__search__wrapper {
  display: none;
  position: relative;
  top: -5px;
}

header .top__header__wrapper .top__header .header__search__wrapper i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #4c465f;
}

header .top__header__wrapper .top__header .header__search__wrapper input {
  background: #2c2640;
  border-bottom: 0;
  padding-left: 45px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  width: 500px;
  margin-bottom: 0;
}

header .top__header__wrapper .top__header .header__search__wrapper input:focus {
  border:  0 !important;
  box-shadow: none !important;
}

header .top__header__wrapper .top__header .header__search__wrapper input::-webkit-input-placeholder {
  color: #4c465f;
}

header .top__header__wrapper .top__header .header__user__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper {
  margin-right: 10px;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 31px;
  height: 31px;
  border-radius: 180px;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper a img {
  width: 24px;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper a.user__name {
  background: transparent;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper a.user__name img {
  width: auto;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .logout__wrapper {
  margin-left: 20px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a {
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent !important;
  color: #945ffc !important;
  height: 35px;
  border: 2px #945ffc solid;
  transition: all 0.3s ease 0s;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.withdraw__btn {
  border: 0;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.waves-effect.btn.yellow-orange-bg {
  background: #5e1cd9 !important;
  color: #fff !important;
  border: 0;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.deposit__btn {
  background: #f23e2f;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.deposit__btn:hover {
  background: #c72113;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.withdraw__btn:hover {
 background: #f23e2f;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.logout__btn {
  padding: 0px 20px;
  height: 55px;
  border-radius: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a img {
  width: 25px;
  display: block;
  margin-left: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.red-bg:hover {
  background: #cd2517;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.green-bg:hover {
  background: #037736;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.waves-effect.btn.red-bg {
  margin-right: 10px;
}


header .top__header__wrapper .top__header .header__user__wrapper img.user__icon {
  height: 50px;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper {
  display: block;
  padding-left: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper p {
  font-size: 15px;
  font-weight: 600;
}
header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper p a.playername {
  color: #fff !important;
  border: 0;
}
header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper span.name__2 {
  color: #fff;
  font-size: 12px;
}

header .top__header__wrapper .top__header .header__user__wrapper .button__wrapper {
  margin-right: 15px;
}
header .top__header__wrapper .top__header .header__user__wrapper .button__wrapper a {
  background: #5e1cd9;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 150px;
}

header nav.hide-menu {
  margin-left: -240px;
}

header nav.hide-menu .nav-wrapper a.brand-logo {
  left: 210px;
}

header nav.hide-menu .nav-wrapper ul.left li a i.menu_icon {
  position: absolute;
  right: 13px;
}

header nav.hide-menu .nav-wrapper ul.left li a.active:before {
  top: 25px;
  height: 17px;
  width: 2px;
}

body.om-side nav.main-nav .nav__banner__wrapper,
nav.main-nav .nav__banner__wrapper {
  margin: 20px auto;
  width: 90%;
  position: relative;
}
body.om-side nav.main-nav .nav__banner__wrapper div {
  margin: 0 0 8px 0;
}
body.om-side nav.main-nav .nav__banner__wrapper div a {
  display: block;
  line-height: 0;
  cursor: pointer;
  position: unset;
}
nav.main-nav .nav__banner__wrapper div a {
  position: absolute;
  cursor: pointer;
}
nav.main-nav .nav__banner__wrapper div a.br__1 {
  right: 0;
  top: -6px;
}
nav.main-nav .nav__banner__wrapper div a.br__2 {
  right: 0;
  top: 58px;
}
nav.main-nav .nav__banner__wrapper div a.br__3 {
  right: 0;
  top: 113px;
}
body.om-side nav.main-nav .nav__banner__wrapper div a img.nav__img__br {
  display: block;
  width: 100%;
  border-radius: 15px;
}
body.om-side nav.main-nav .nav__banner__wrapper div a img.nav__img__icon {
  display: none;
}
body nav.main-nav .nav__banner__wrapper div a img.nav__img__br {
  display: none;
}
body nav.main-nav .nav__banner__wrapper div a img.nav__img__icon {
  display: block;
  width: 30px;
}

/** Mobile Menu **/
#mobile-menu {
	background:#171127;
}

header .sidenav .logged__user {
	padding: 30px 25px 0;
}

header .sidenav .logged__user .user__info {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .sidenav .logged__user .user__info img.user__icon {
	height: 70px;
}

header .sidenav .logged__user .user__info span.name__wrapper {
	display: block;
    padding-left: 15px;
}

header .sidenav .logged__user .user__info span.name__wrapper p.name {
    font-size: 24px;
}

header .sidenav .logged__user .user__info span.name__wrapper span.name__2 {
	color: #696575;
}

header .sidenav .logged__user .user__balance {
	text-align: center;
    padding: 30px 0;
}

header .sidenav .logged__user .user__balance p {
	font-size: 42px;
}

header .sidenav .logged__user .user__balance span {
	color: #696575;
    font-size: 18px;
}

header .sidenav .logged__user .dep__with__btn {
	display: flex;
    justify-content: space-around;
    align-items: center;
}

header .sidenav .logged__user .dep__with__btn a {
	padding: 5px 20px;
    border-radius: 80px;
}

header .sidenav ul {
	background: #08001d;
    border-radius: 50px 50px 0 0;
    padding: 30px 0;
    margin-top: 40px;
}

header .sidenav ul li {
	height: 80px;
}

header .sidenav ul li.line__breaker {
	height: 30px;
}

header .sidenav ul li.line__breaker span {
	width: 85%;
    background: #2c2640;
    height: 1px;
    margin: 0 30px;
    display: block;
}

header .sidenav ul li a {
	padding: 0 25px;
	color: #fff;
	font-weight: 200;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

header .sidenav ul li a i.material-icons {
	color: #605e68;
    position: absolute;
    right: 0;
    top: 0;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon {
	background: url(../images/icon/side-nav-icon.png?=v0.3) no-repeat;
	height: 37px;
  width: 37px;
  background-size: cover;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon.home,
header nav .nav-wrapper ul li a i.menu_icon.home {
	background-position: 0 0;
}
header .sidenav ul li a i.menu_icon.dice,
header nav .nav-wrapper ul li a i.menu_icon.dice {
	background-position: 0 -323px;
}

header nav .nav-wrapper ul li.dice:hover a i.menu_icon.dice {
  background-position: 0 -486px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.dice {
  background-position: 0 -119px;
}

header .sidenav ul li a i.menu_icon.crash,
header nav .nav-wrapper ul li a i.menu_icon.crash {
	background-position: 0 -252px;
}

header nav .nav-wrapper ul li.crash:hover a i.menu_icon.crash {
  background-position: 0 -452px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.crash {
  background-position: 0 -41px;
}

header .sidenav ul li a i.menu_icon.double,
header nav .nav-wrapper ul li a i.menu_icon.double {
	background-position: 0 -288px;
}

header nav .nav-wrapper ul li.double:hover a i.menu_icon.double {
  background-position: 0 -486px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.double {
  background-position: 0 -82px;
}

header .sidenav ul li a i.menu_icon.slots,
header nav .nav-wrapper ul li a i.menu_icon.slots {
	background-position: 0 -356px;
}

header nav .nav-wrapper ul li.slots:hover a i.menu_icon.slots {
  background-position: 0 -550px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.slots {
  background-position: 0 -152px;
}

header .sidenav ul li a i.menu_icon.livecasino,
header nav .nav-wrapper ul li a i.menu_icon.livecasino {
	background-position: 0 -386px;
}

header nav .nav-wrapper ul li.livecasino:hover a i.menu_icon.livecasino {
  background-position: 0 -579px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.livecasino {
  background-position: 0 -185px;
}

header .sidenav ul li a i.menu_icon.sport,
header nav .nav-wrapper ul li a i.menu_icon.sport {
	background-position: 0 -163px;
}

header .sidenav ul li a i.menu_icon.promo,
header nav .nav-wrapper ul li a i.menu_icon.promo {
	background-position: 0 -196px;
}

header .sidenav ul li a i.menu_icon.vip,
header nav .nav-wrapper ul li a i.menu_icon.vip {
	background-position: 0 -237px;
}

header .sidenav ul li a i.menu_icon.affiliate,
header nav .nav-wrapper ul li a i.menu_icon.affiliate {
	background-position: 0 -410px;
}

header .sidenav ul li a i.menu_icon.setting,
header nav .nav-wrapper ul li a i.menu_icon.setting {
	background-position: 0 -273px;
}

header .sidenav ul li a i.menu_icon.rocket, 
header nav .nav-wrapper ul li a i.menu_icon.rocket {
  background-position: 0 -338px;
}

header .sidenav ul li a i.menu_icon.bistro, 
header nav .nav-wrapper ul li a i.menu_icon.bistro {
  background-position: 0 -646px;
  height: 27px;
}

header nav .nav-wrapper ul li.bistro:hover a i.menu_icon.bistro {
  background-position: 0 -677px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.bistro {
  background-position: 0 -617px;
}

header .sidenav__bottom__wrapper {
  border-top: 1px #1d1d1d solid;
  padding-top: 30px;
  width: 85%;
  margin: 20px auto;
  padding-left: 15px;
}
header .sidenav__bottom__wrapper .f-button-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 10px;
  width: 100%;
}
header .sidenav__bottom__wrapper .f-button-wrapper a {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidenav__bottom__wrapper .f-button-wrapper a.t-btn {
  background: #242424;
  border-radius: 15px;
  margin-bottom: 5px;
  height: 53px;
}
header .sidenav__bottom__wrapper .f-button-wrapper a.t-btn>div {
  position: relative  ;
}
header .sidenav__bottom__wrapper .f-button-wrapper a img.t-icon {
  width: 16px;
  padding-right: 5px;
}
header .sidenav__bottom__wrapper .f-button-wrapper a span.message__count {
  background: #dc4913;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -13px;
  top: -1px;
  border-radius: 150px;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidenav__bottom__wrapper .f-button-wrapper a img.b-icon {
  
}
header .sidenav__bottom__wrapper .app-dl-wrapper {
  padding: 30px 0 20px 0;
}
header .sidenav__bottom__wrapper .app-dl-wrapper a {
  background: #5e1cd9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  border-radius: 15px;
  font-size: 18px;
}
header .sidenav__bottom__wrapper .app-dl-wrapper a img {
  width: 18px;
  padding-right: 5px;
}
header .sidenav__bottom__wrapper .socialmedia-wrapper {
  padding-top: 20px;
}
header .sidenav__bottom__wrapper .socialmedia-wrapper p {
  padding-bottom: 20px;
  color: #484848;
  line-height: 0;
}
header .sidenav__bottom__wrapper .socialmedia-wrapper > div {
  display: grid;
  grid-template-columns: repeat(5,1fr)!important;
  grid-gap: 10px;
  width: 100%;
}
header .sidenav__bottom__wrapper .socialmedia-wrapper div a {
  line-height: 0;
}
header .sidenav__bottom__wrapper .socialmedia-wrapper div a img {
  
}
header .sidenav__bottom__wrapper .change-lang-wrapper {
  margin-top: 30px;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a {
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 10px;
  background: #242424;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a img {
  width: 25px;
  margin-right: 8px;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a span {
  color: #fff;
  font-size: 14px;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 83px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul {
  background: #2c2640;
  border-radius: 15px;
  min-width: 155px;
  height: auto!important;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul li {
  
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul li a {
  display: flex;
  align-items: center;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul li a img {
  width: 25px;
  margin-right: 8px;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul li a span {
  color: #fff;
  font-size: 14px;
}


/** Inner Header **/
header .inner__header__wrapper {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
}

header .inner__header__wrapper .back__box {
  position: absolute;
  left: -3px;
  top: 17px;
}

header .inner__header__wrapper .back__box i {
	color: #fff;
}

header .inner__header__wrapper .page__name {
	font-size: 18px;
}

.user__pre__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px #30333c solid;
  padding: 5px 5px 5px 5px;
  border-radius: 150px;
  margin-right: 0px;
}

.balance__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 0 5px;
}

.balance__wrapper span._player_balance {
  padding: 0;
  margin: 0 5px 0 10px;
}
.balance__wrapper span._player_balance span.t1t_currency span.currency_symbol {
  font-weight: 700;
  color: #ffde3b;
  display: inline-block;
  padding-right: 10px;
}

.balance__wrapper span._player_balance_refresh {
  cursor: pointer;
  position: relative;
  top: 3px;
  right: -7px;
}

.balance__wrapper span._player_balance_refresh img {
  width: 15px;
}

.depowith__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
}

.depowith__wrapper a {
  padding: 0 15px !important;
  height: 27px !important;
}

.depowith__wrapper a.withdraw__btn {
  margin-left: 10px;
}

#slots__search{
  display: flex;
  background-color: #171127;
  margin-left: 10px;
  border-radius: 16px;
  padding: 0 10px;
}
#slots__search  .material-icons {
  padding-top: 5px;
}

#search_game{
  color: #fff !important;
  padding: 2px 10px;
  margin: 0;
  height: 30px;
}

.lds-ellipsis-container{
  display: grid;
  place-content: center;
  min-height: 400px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fd8444;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* nav */
.main-nav{
  overflow: hidden;
}
.main-nav .nav-wrapper{
  width: 100%;
  height: 100%;
  padding-right: 20px;
  box-sizing: content-box;
  overflow-x: hidden;
}

/** RL Floating Icon **/
body.om-side .lr__floating__wrapper {
  position: fixed;
  z-index: 999;
  left: 420px;
  top: -10px;
  transition: all 0.5s;
}
.lr__floating__wrapper {
  left: 215px;
  position: fixed;
  z-index: 999;
  top: -10px;
  transition: all 0.5s;
}
.lr__floating__wrapper .spin__wrapper {
  position: relative;
}
.lr__floating__wrapper .spin__wrapper a img.lr-img-snow {
  position: absolute;
  left: 9px;
  top: 13px;
  z-index: 1;
  width: 141px;
}
.lr__floating__wrapper .spin__wrapper a img.lr-img-2 {
  position: absolute;
  left: 20px;
  top: 6px;
  width: 97px;
  z-index: 10;
}
.lr__floating__wrapper .spin__wrapper a img.lr-img-light {
  position: absolute;
  left: 31px;
  top: 24px;
  width: 74px;
}
.lr__floating__wrapper .spin__wrapper a img.lr-img-xmastree {
  position: absolute;
  left: 30px;
  top: 23px;
  width: 101px;
  z-index: 11;
}
.rotate-center {
  -webkit-animation: rotate-center 4s linear infinite both;
          animation: rotate-center 4s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/** Modal Login - Register **/
header #modal-login-reg {
  width: 40%;
  min-height: 670px;
  border-radius: 30px;
  background: transparent;
}
header #modal-login-reg .modal-content,
header #modal-login-reg .modal-content .log-reg-wrapper .col.s6 {
  padding: 0;
}
header #modal-login-reg .modal-content .row {
  margin-bottom: 0;
}
header #modal-login-reg .modal-content .log-reg-wrapper .col.s6.lfc {
  background: #3f1a84;
}
header #modal-login-reg .modal-content .log-reg-wrapper .col.s6.rgc {
  background: #242424;
}
header #modal-login-reg .log-reg-wrapper {

}
header #modal-login-reg .log-reg-wrapper .logreg-left-content {
  background: url(../images/log-reg-bg-left.png) no-repeat -150px -60px;
  background-size: 170%;
  height: 670px;
  position: relative;
}
header #modal-login-reg .log-reg-wrapper .logreg-left-content a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
header #modal-login-reg .log-reg-wrapper .logreg-left-content a img {
  width: 120px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content {
  height: 670px;
  padding: 30px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content a.modal-close {
  float: right;
  display: block;
  padding-bottom: 5px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content a.modal-close img {
  width: 20px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs {
  background: transparent;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li {
  height: 40px;
  line-height: 40px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li.indicator {
  display: none;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li a {
  color: #484848;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li a.active {
  background: #5e1cd9;
  color: #fff;
  border-radius: 150px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form {

}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form {

}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .input-field {
  position: relative;
  margin: 0 0 5px 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .input-field span.req-ast {
  color: #cf4715;
  position: absolute;
  right: 15px;
  top: 14px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form input {
  background: #2c2c2c;
  border: 0;
  height: 45px;
  border-radius: 10px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #c3c3c3;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form select {
  border: 0;
  height: 45px;
  border-radius: 10px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #c3c3c3;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form input:focus {
  box-shadow: none;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper {
  background: #2c2c2c;
  border-radius: 10px;
  margin-bottom: 13px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper input {
  padding-left: 15px;
  background: transparent;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper svg {
  fill: #c3c3c3;
  right: 10px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i {
  display: block;
  background-size: contain !important;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 10px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.user-icon {
  background: url(../images/icon/user-icon.png) no-repeat 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.lock-icon {
  background: url(../images/icon/lock-icon.png) no-repeat 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.phone-icon {
  background: url(../images/icon/phone-icon.png) no-repeat 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.refer-icon {
  background: url(../images/icon/refer-icon.png) no-repeat 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 30px 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span,
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span {
  padding-left: 25px;
  color: #fff;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span a.terms-pri {
  color: #945ffc;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span:before {
  top: 4px;
  left: 2px;
  width: 6px;
  height: 11px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span:before {
  top: 4px;
  left: 2px;
  width: 6px;
  height: 11px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span:after {
  width: 16px;
  height: 16px;
  top: 5px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span:after {
  width: 16px;
  height: 16px;
  top: 5px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper a.forgot__pass {
  color: #945ffc;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form p.req-text {
  color: #dc4913;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.login__btn,
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.reg__btn {
  background: #5e1cd9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.reg__btn {
  margin: 30px 0 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper {
  padding: 20px 0 0 0;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  width: 170px;
  margin: 20px auto;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box:before {
  content: '';
  display: block;
  height: 1px;
  width: 35px;
  background: #363636;
  position: absolute;
  left: 0;
  top: 11px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box:after {
  content: '';
  display: block;
  height: 1px;
  width: 35px;
  background: #363636;
  position: absolute;
  right: 0;
  top: 11px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .fb-g-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .fb-g-wrapper img {
  width: 50px;
  margin: 0 10px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .ccs__fr__wrapper {
  color: #484848;
  padding-top: 43px;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .ccs__fr__wrapper a.ccs-btn {
  color: #945ffc;
}
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form  .ccs__fr__wrapper a.free-reg-btn {
  color: #945ffc;
  display: block;
}
.data__link a {
  cursor: pointer;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 02 Homepage
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.slider__section {
	margin: 10px 0 0 0;
}

section.slider__games__section {
	padding: 15px 0 10px 0;
}

section.slider__games__section .hp__swiper__games {
  padding-bottom: 35px;
}

section.slider__games__section .swiper-pagination {
  bottom: 5px;
}
section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
section.slider__games__section .swiper-button-prev {
  background: url(../images/icon/swiper-left-btn.png) no-repeat 0 0;
  background-size: cover !important;
  top: 122px;
}
section.slider__games__section .swiper-button-next {
  background: url(../images/icon/swiper-right-btn.png) no-repeat 0 0;
  background-size: cover !important;
  top: 122px;
}

section.slider__section .swiper-pagination .swiper-pagination-bullet,
section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	width: 15px;
  height: 15px;
}

section.slider__section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.slider__games__section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

section.slider__section .swiper-slide img,
section.slider__games__section .swiper-slide img,
section.new__games__section .swiper-slide img {
	border-radius: 25px;
}

section.slider__section .swiper-slide a {
  position: relative;
  display: block;
}

img.responsive-img, video.responsive-video {
  width: 100%;
}

section.slider__section .swiper-slide a .text_banner {
  position: absolute;
  top: 67px;
  color: #fff;
  left: 55px;
}

section.slider__section .swiper-slide a .text_banner .title1 {
  font-size: 55px;
  font-weight: bold;
}

section.slider__section .swiper-slide a .text_banner .title2 {
  font-size: 32px;
  position: relative;
  top: 10px;
}

section.slider__section .swiper-slide a .text_banner button {
  width: 260px;
    padding: 25px 0;
    font-size: 25px;
    border-radius: 15px;
    border: 0;
    background: #f53220;
    color: #fff;
    position: relative;
    top: 67px;
}

section.new__games__section,
section.hotgames__section {
	border-radius: 15px;
}

section.new__games__section {
  margin: 40px 0 50px 0;
}

section.slider__games__section .swiper-slide a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

section.slider__games__section .swiper-slide a .text-item {
  position: absolute;
  top: 23px;
  left: 26px;
}

section.slider__games__section .swiper-slide a .text-item .item-title {
  font-size: 27px;
    font-weight: 700;
}

section.slider__games__section .swiper-slide a .text-item .sub-text {
  display: inline-block;
  position: absolute;
  left: 114px;
  top: 11px;
  text-transform: capitalize;
  font-weight: bold;
}

section.slider__games__section .swiper-slide a .text-item .item-t {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 8px;
}

.lh1 {
  line-height: 1;
}

.lime-textc {
  color: #97d248;
}

.yellow-text {
  color: #fccd1b;
}

section.slider__games__section .swiper-slide a .text-item button {
  background: none;
    border-radius: 30px;
    border: 2px solid #73a82e;
    padding: 15px 35px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 25px;
    cursor: pointer;
}

section.new__games__section .new__games__wrapper,
section.hotgames__section .hotgames__wrapper {
	padding: 10px 20px 30px 20px;
}

.game__title {
  padding: 20px 0;
}
.game__title > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.game__title > div img.house-icon {
  padding-right: 20px;
}
.game__title h4 {
	font-weight: 500;
	padding: 0 0 0 0;
  margin: 0;
}
.game__title p {
  color: #8c8c8c;
  padding-top: 5px;
}

.game__title a {
	color: #696575;
  font-weight: 500;
}

section.new__games__section .new__games__wrapper .game__container .game__box {
	border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter {
  background: rgb(5 5 5 / 40%);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter img {
  width: 16px;
  padding-right: 5px;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter span#game-count-user {
  color: #fff;
}

section.new__games__section .new__games__wrapper .game__container .game__box img.xmas-gift {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 55px;
  z-index: 1;
  border-radius: 0;
}

section.new__games__section .new__games__wrapper .game__container .game__box span.new__icon {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  clip-path: polygon(29% 0, 0 0, 0 29%);
  background: #ffc107;
  width: 240px;
  height: 240px;
} 

section.new__games__section .new__games__wrapper .game__container .game__box span.new__icon span.new__text {
  display: block;
    transform: rotate(317deg);
    position: absolute;
    top: 12px;
    left: 7px;
} 

section.new__games__section .new__games__wrapper .game__container .game__box .img_thumb img {
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  transition: transform .5s,
  -webkit-transform .5s;
  will-change: transform;
  height: auto;
}

section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  background: rgb(49 52 60 / 73%);
  opacity: 0;
  z-index: 2;
}

section.new__games__section .new__games__wrapper .game__container .game__box:hover .overlay__box {
	opacity: 1;
}

section.new__games__section .new__games__wrapper .game__container .game__box:hover .img_thumb img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box a img {
	width: 50px;
}

section.new__games__section .new__games__wrapper .game__container .hp__swiper__newgames2 {
	margin: 30px 0;
}

section.hotgames__section .hotgames__list__wrapper {

}

section.hotgames__section .hotgames__list__wrapper .hotgames__box {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
	width: 138px;
  border-radius: 25px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 70px;
  border-bottom: 1px #2c2640 solid;
  height: 138px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 {
  position: relative;
  display: table;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 div.hot__wrapper {
  position: absolute;
  top: -11px;
  right: -32px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 div.hot__wrapper img {
  width: 25px;
  border-radius: 0;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename span {
	color: #696575;
  font-size: 18px;
  font-weight: 500;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
	padding: 8px 20px;
 	border-radius: 150px;
   white-space: nowrap;
}

/* Home page Slots */

.hotgames__section .hotgames__wrapper .tabs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hotgames__section .hotgames__wrapper .tabs__wrapper .pro__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
}
.hotgames__section .hotgames__wrapper .tabs__wrapper .pro__title img {
  width: 30px;
  margin-right: 20px;
}
.hotgames__section .hotgames__wrapper .tabs__wrapper ul.tabs {
  overflow: hidden;
  background: 0 0;
  color: #fff;
  border-radius: 6px;
  margin-left: 35px;
  height: 32px;
}
.hotgames__section .hotgames__wrapper .tabs__wrapper ul.tabs li {
  flex-grow: unset;
}
.hotgames__section .hotgames__wrapper .tabs li.indicator {
  display: none;
}
.hotgames__section .hotgames__wrapper .tabs li a {
  line-height: 32px;
  color: #fff;
  height: 32px;
}
.hotgames__section .hotgames__wrapper .tabs li a img {
  position: relative;
  top: 3px;
  left: -5px;
}
.hotgames__section .hotgames__wrapper .tabs li a.active {
  background-color: #5e1cd9;
  color: #fff;
  border-radius: 150px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper {
  margin-top: 25px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs {
  margin: 0;
  margin-left: auto;
    margin-bottom: 25px;
  background: transparent;
  box-shadow: none;
  height: auto;
  border-radius: 0;
  max-width: 300px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li {
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li.tab:las {
  border-bottom: 0;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li a {
  text-transform: capitalize;
  background: #696575;
  padding: 0;
  border-radius: 4px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li a.active {
  background: #fa493a;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabgames .allgames__wrapper{
  grid-gap: 20px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabgames .viewAll {
  font-size: 16px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #FFEB3B;
  outline: 0;
  margin-top: 20px;
}
.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabgames .allgames__wrapper .games__wrapper figure p.game__name {
  font-size: 14px;
  position: relative;
  bottom: 38px;
}
.games__wrapper.last-top-item {
  display: none;
}
@media (max-width:1536px) {
  .hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabgames .allgames__wrapper {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .games__wrapper.last-top-item {
    display: block;
  }
}

section.sb__section {
  padding: 15px 0 0 0;
}

section.sb__section .row .col.s6 {
  padding-left: 0;
}

section.sb__section .row .col.s6.r-n-p {
  padding-right: 0;
  padding-left: .75rem;
}

section.sb__section .gameinfo__wrapper {
  background: url(../images/gi_bg.jpg?=v0.3) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 340px;
  overflow: hidden;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

section.sb__section .gameinfo__wrapper .bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 84%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

section.sb__section .gameinfo__wrapper:hover .bg__overlay {
  opacity: 1;
  visibility: visible;
} 

section.sb__section .gameinfo__wrapper .bg__overlay .ov__btn__wrapper {
  
}

section.sb__section .gameinfo__wrapper .bg__overlay .ov__btn__wrapper a {
  background: #f4321f;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 180px;
  box-shadow: 0 0 20px #f4321f;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
  text-align:center
}

section.sb__section .gameinfo__wrapper.bg2 {
  background: url(../images/gi_bg2.jpg?=v0.2) no-repeat 0 0;
  background-size: cover;
}

section.sb__section .gameinfo__wrapper .betting__wrapper {
  width: 75%;
  margin-right: 30px;
}

section.sb__section .gameinfo__wrapper .betting__wrapper .bet__title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  color: #707f89;
  font-size: 18px;
}

section.sb__section .gameinfo__wrapper .betting__wrapper .bet__title span {
  width: 50%;
  padding: 0 0 0 20px;
  font-weight: 600;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 145px;
  position: relative;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 25px;
}

body.om-side section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
  position: absolute;
  top: 44px;
  left: 293px;
  transition: all 0.5s;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
  left: 327px;
  position: absolute;
  transition: all 0.5s;
} 

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg {
  background: #fff;
  border-radius: 180px;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg.game2 {
  background: transparent;
  height: 65px;
  border-radius: 180px;
  width: 65px;
  box-shadow: none;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg span {
  font-weight: 700;
  font-size: 20px;
  color: #f4321f;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg.game2 span {
  top: 0;
  color: #fff;
  font-weight: 700;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper {
  position: relative;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper p {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  color: #707f89;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper {
  height: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.currency {
  font-size: 22px;
  color: gold;
  background: url(../images/j-bg-1.png) no-repeat;
  width: 32px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
  letter-spacing: 16.3px;
  position: relative;
  top: 0;
  font-size: 32px;
  left: 4px;
  color: gold;
  font-family: twoTech;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span {
  font-size: 32px;
  color: gold;
  font-family: twoTech;
  background: url(../images/j-bg-2.png) no-repeat;
  width: 37px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(12),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(12) {
  background: url(../images/j-bg-3.png) no-repeat;
  width: 38px;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(3),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(6),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(3),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(6) {
  margin-right: 10px;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(3):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(6):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(3):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(6):after {
  content: ',';
  width: 12px;
  height: 62px;
  background: url(../images/j-bg-4.png) no-repeat;
  position: absolute;
  right: -11px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(10),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(10) {
  width: 12px;
  height: 62px;
  background: url(../images/j-bg-4.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}


section.sb__section .gameinfo__wrapper .jackpot__wrapper .jackpot__glow__bot {
  background: url(../images/jackot-glow.png?=v0.1) no-repeat;
  background-size: contain;
  width: 454px;
  height: 59px;
  position: absolute;
  bottom: -30px;
  left: -18px;
  z-index: 1;
  opacity: 0.6;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .jackpot__glow__bot.glow2 {
  background: url(../images/jackot-glow2.png?=v0.2) no-repeat;
  bottom: -26px;
  left: -34px;
}
 
section.sb__section .gameinfo__wrapper .player__ranking__wrapper {
  width: 25%;
  background: rgb(0 0 0 / 40%);
  border-radius: 15px;
  text-align: center;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper span.pr__title {
  display: block;
  padding: 15px 0;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul {
  padding: 0 0 10px 0;
  margin: 0 20px 20px 20px;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul li {
  padding: 0;
  line-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px #282828 solid;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul li img {
  display: block;
  padding-right: 10px;
}

.crash__frame__section,
.double__frame__section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.crash__frame__section.show,
.double__frame__section.show {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  margin-top: 10px;
}

.crash__frame__section.show .crash__frame__wrapper iframe,
.double__frame__section.show .crash__frame__wrapper iframe {
  width: 100%;
  height: 930px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s;
}

section.ranking__section {
  padding: 30px 0 50px 0;
  display: none;
}
section.ranking__section .ranking__wrapper {
  
}
section.ranking__section .ranking__wrapper .row {
  display: flex;
  justify-content: flex-start;
  align-items: center; 
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .trophy__img {
  padding-right: 30px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .trophy__img img {
  width: 230px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper {

}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper img.rank-flo {
  width: 10px;
  margin: 0 5px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span {
  color: #c3c3c3;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper p {
  color: #c3c3c3; 
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span.date__one {
  padding-right: 5px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span.date__two {
  padding-left: 5px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper p.cpp {
  color: #484848;
  padding: 10px 0;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span.rs {
  background: #ffa600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-weight: 600;
  font-style: italic;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool {
  color: #ffa600;
  font-weight: 700;
  font-size: 24px;
  padding-right: 10px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper p {
  font-size: 24px;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper {

}
section.ranking__section .ranking__wrapper .new__bet__wrapper .nb__title {
  background: url(../images/icon/ranking_newbet.png) no-repeat 0 0;
  background-size: contain;
  width: 112px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper .nb__title p {
  
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table {

}
section.ranking__section .ranking__wrapper .new__bet__wrapper table thead tr th,
section.ranking__section .ranking__wrapper .player__ranking__wrapper table thead tr th {
  color: #484848;
  font-weight: 500;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table thead tr th {
  width: 25%;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td {
  padding: 5px 0px;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td .game__rank__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td .game__rank__icon img {
  width: 20px;
  margin-right: 10px;
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td p {
  
}
section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td span.rs,
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.rs {
  display: inline-block;
  background: #ffa600;
  width: 20px;
  height: 20px;
  border-radius: 150px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 10px;
  margin-right: 5px;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.green__text {
  color: #07af1a;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td img.rank_img {
  width: 25px;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.num__rank {
  color: #c3c3c3;
}









/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 03 Crash
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.crash__game__section,
section.crash__tabs,
section.tabs__user__info,
section.double__game__section,
section.double__game {
	background: #1c1930;
	padding-bottom: 10px;
	margin-bottom: 10px;
  margin-top: 10px;
}

.game__item__wrapper {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

.game__item__wrapper .game__item__list {
	overflow: hidden;
	margin-right: 8px;
}

.game__item__wrapper .game__item__list .swiper-slide span {
	display: block;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
}

.game__item__wrapper .time__box a {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
} 

.game__item__wrapper .time__box a i {
	font-size: 28px;
}

.tab__crash__wrapper ul,
.tab__userinfo__wrapper ul {
	background: transparent;
}

.tab__crash__wrapper ul li,
.tab__userinfo__wrapper ul li {
	flex-grow: unset !important;
	text-transform: unset !important;
}
.tab__crash__wrapper ul li.indicator {
	background: #fff !important;
	width: 30px;
	margin-left: auto;
  margin-right: auto;
  height: 4px;
  border-radius: 120px;
  background: #cecdd6 !important;
}

.tab__userinfo__wrapper ul li.indicator {
	background: #fff !important;
	width: 30px;
	margin-left: auto;
  margin-right: auto;
  height: 4px;
  border-radius: 120px;
  background: #f4321f !important;
}

.tab__crash__wrapper ul li a,
.tab__userinfo__wrapper ul li a {
	color: #605e68 !important;
	font-weight: 500 !important;
	font-size: 18px !important;
}

.tab__crash__wrapper ul li a.active {
	color: #cecdd6 !important;
}

.tab__userinfo__wrapper ul li a.active {
	color: #f4321f !important;
}

.tab__crash__wrapper ul li a:focus.active {
	background: transparent !important;
	color: #fff !important;
}

.tab__userinfo__wrapper ul li a:focus.active {
	background: transparent !important;
	color: #f4321f !important;
}

.tab__crash__wrapper .crash__form__wrapper .input-field input {
  background: #272237;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding-left: 10px;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	height: 4rem;
}

.tab__crash__wrapper .crash__form__wrapper .input-field input:focus {
	border-bottom: none;
	box-shadow: none;
}

.tab__crash__wrapper .crash__form__wrapper .input-field label {
	left: 10px;
	top: 8px;
}

.tab__crash__wrapper .crash__form__wrapper .input-field label.active {
	transform: translateY(-2px) scale(0.7);
	color: #68666f !important;
}

.tab__crash__wrapper .crash__form__wrapper .input-field span.money__sign {
	color: #bdbdbd;
	position: absolute;
	right: 10px;
	top: 20px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper {
	padding-top: 5px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
	flex-grow: 1;
	color: #fff;
  text-align: center;
  margin: 0 5px;
  display: flex;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
	color: #a7a5b2;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a:first-of-type,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a:first-of-type {
	margin-left: 0;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a:last-of-type,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a:last-of-type {
	margin-right: 0;
}

.tab__crash__wrapper .crash__form__wrapper a.game__btn {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 18px;
}

.tabs__content__wrapper table {
	font-size: 18px;
}

.tabs__content__wrapper table tr {
	border-bottom: 1px #242137 solid !important;
}

.tabs__content__wrapper table thead tr th {
	color: #a7a5b2;
}

.tabs__content__wrapper table tbody tr td {
	color: #939393;
}

.tabs__content__wrapper table tbody tr td.user__name {
  padding-left: 10px;
}

.tabs__content__wrapper table tbody tr td.user__name div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.tabs__content__wrapper table tbody tr td.user__name img {
	display: block;
  padding-right: 15px;
  float: left;
}

.tabs__content__wrapper table tbody tr:hover {
	background-color: rgb(242 242 242 / 6%);
}

main.crash__game .crashframe__section,
main.double__game .doubleframe__section {
  margin-top: 20px;
}

main.crash__game .crashframe__section .crash__frame__wrapper iframe {
  width: 100%;
  min-height: 1327px;
  border-radius: 15px;
  margin-bottom: 15px;
}

main.double__game .doubleframe__section .double__frame__wrapper iframe {
  width: 100%;
  min-height: 1292px;
  border-radius: 15px;
  margin-bottom: 15px;
  padding-bottom: 5%;
  background: #171127;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 04 Double
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.double__game__section .game__item__wrapper .game__item__list .swiper-slide span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  padding: 0;
}

section.double__game__section .time__box a {
  width: 60px;
  height: 60px;
  border-radius: 150px;
}

section.double__game__section .time__box a i {
	font-size: 40px;
}

section.double__game {
	padding-top: 5px;
}

section.double__game .times__bet__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

section.double__game .times__bet__wrapper a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 150px;
  margin: 0 40px;
}

section.double__info .tabs__content__wrapper thead  tr th.tb__title {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13px;
}

section.double__info .tabs__content__wrapper thead  tr th span.cicle__icon {
	width: 15px;
  height: 15px;
  display: block;
  border-radius: 120px;
  margin-right: 10px;	
}

section.double__info .tabs__content__wrapper thead  tr th.tbets {
	color: #f4321f;
}

section.double__info .tabs__content__wrapper thead  tr th:last-of-type,
section.double__info .tabs__content__wrapper tbody  tr td:last-of-type {
	text-align: right;
}




/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 05 Promotions
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
body.promo__page .sidenav-overlay {
  display: none !important;
}

section.promo__cat {
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
}

section.promo__cat .row {
	margin-bottom: 0;
}

.promo__cat__wrapper .swiper-slide a {
	color: #9997a5;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.promo__cat__wrapper .swiper-slide.selected a {
	color: #fff;
  position: relative; 
  background: #f4321f;
  border-radius: 5px;
}

.promo__cat__wrapper .swiper-slide.selected a:before {
	content: '';
  background: #f4321f;
  width: 30px;
  height: 4px;
  border-radius: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  display: none;
}

.promo__wrapper {
  padding-top: 10px;
}

.promo__wrapper .m4.s6 {
  margin-bottom: 20px;
}

.promo__wrapper .promo__content__wrapper {
  background: #1c1930;
  overflow: hidden;
  border-radius: 10px;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper {
  padding: 8px;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper h4 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper p {
  color: #707f89;
}

section.promo__contents .sidenav {
  width: 100%;
  z-index: 10;
  background: #171127;
  margin-top: 70px;
  padding-top: 20px;
  height: 100%;
  padding-bottom: 5%;
}

section.promo__contents .sidenav.open {
  transform: translateX(0%) !important;
}

.promo__content__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
}

.promo__content__header .back {
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
  display: none;
}

.promo__content__header .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.promo__content__header .promo__page__name {
  font-size: 18px;
  display: none;
}

.promo__details {
  padding: 15px;
  font-family: arial;
}
.promo__details h4 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ff9c00;
}

.promo__details h6 {
  color: #9997a5;
}

.promo__details p {
  /* color: #707f89; */
  color: #fff;
  line-height: 26px
}

.promo__details ul {
  padding: 10px 0px 0 15px;
}

.promo__details ul li {
  color: #707f89;
  line-height: 30px;
  list-style: decimal;
}

.promo__details a.promo__btn {
  display: block;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin: 20px 0;
}

.promo__details ul.super__champ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 0;
}
.promo__details ul.super__champ li {
  list-style: none;
  line-height: 0;
  margin-right: 10px;
}
.promo__details ul.super__champ li a {
  height: auto;
  line-height: 0;
  padding: 0;
}
.promo__details ul.super__champ li a img {
  width: 30px;
}

.promo__details a.promo__btn.long-btn {
  width: 360px;
}

.promo__details table,
.promo__details table tr th,
.promo__details table tr td {
  border: 1px #2a2143 solid;
}
.promo__details table tr th,
.promo__details table tr td {
  text-align: center;
}

.promo__contents  table {
  margin: 15px 0;
}

.promo__contents  table tr th {
  background: rgba(0,0,0,.5);
}

.promo__contents  table tr th, .promo__contents  table tr td {
  border: 1px solid rgba(255,255,255,.5);
  padding: 6px;
  text-align: center;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 06 VIP Club
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
body.vip {
  background: #050505;
}

.vip__banner {
  padding-top: 20px;
}

.vip__privileges__wrapper {
  background: #0f0022;
  padding: 30px 20px 0;
  border-radius: 10px;
}

.vip__privileges__wrapper .vip__content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.vip__privileges__wrapper .vip__content__wrapper .vip__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.vip__privileges__wrapper .vip__content__wrapper .vip__title span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 30px;
}

.vip__privileges__wrapper .vip__content__wrapper .vip__stars {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vip__privileges__wrapper .vip__content__wrapper .vip__stars img {
  margin-left: 10px;
}

.vip__qualify__wrapper {
  background: url(../images/banner/vip-bg-banner.jpg) no-repeat 0 0;
  width: 100%;
  height: 315px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
}

.vip__qualify__wrapper .vip__qualify__content {
  padding: 10px;
}

.vip__qualify__wrapper .vip__qualify__content h2 {
  color: #aeff00;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}

.vip__qualify__wrapper .vip__qualify__content h6 {
  color: #00cf83;
  font-weight: 600;
  font-size: 22px;
}

.vip__qualify__wrapper .vip__qualify__content h6.op_txt {
  padding-top: 30px;
}

.vip__qualify__wrapper .vip__qualify__content p {
  color: #00a96b;
}

.vip__condition__wrapper {
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 0 110px 0px;
}

.vip__condition__wrapper table thead tr th {
  text-align: center;
  color: #9997a5;
  font-size: 24px;
  font-weight: 600;
}

.vip__condition__wrapper table tbody tr {
}

.vip__condition__wrapper table tbody tr td {
  border: 1px #191919 solid;
  color: #707f89;
  padding-left: 15px;
}
.vip__condition__wrapper table tbody tr td img.vip-img {
  width: 75px;
}
.vip__condition__wrapper table tbody tr td.vip-img-center {
  text-align: center;
}
.vip__condition__wrapper table tbody tr td strong {
  color: #9997a5;
  font-size: 18px;
  font-weight: 600;
}

.vip__priqua__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr)!important;
  grid-gap: 25px;
}

.vip__pri {
  background: url(../images/icon/vip_top.png) no-repeat 40px -20px;
  background-size: 44%;
}
.vip__pri h1 {
  text-align: center;
  color: #ffde3b;
  font-weight: 700;
  font-size: 96px;
}
.vip__pri .vip__star__privileges {
  width: 50%;
  margin: 70px 0 60px auto;
  padding-right: 5%;
}
.vip__pri .vip__star__privileges .vip__content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title img {
  width: 40px;
}
.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 30px;
}
.vip__pri .vip__star__privileges .vip__content__wrapper .vip__stars {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.vip__pri .vip__star__privileges .vip__content__wrapper .vip__stars img {
  margin-left: 10px;
  width: 45px;
}
.vip__qualified__wrapper {
  background: #191919;
  background: -moz-linear-gradient(top, #191919 0%, #040404 100%);
  background: -webkit-linear-gradient(top, #191919 0%,#040404 100%);
  background: linear-gradient(to bottom, #191919 0%,#040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#040404',GradientType=0 );
  padding: 25px;
  border-radius: 35px;
  text-align: center;
}
.vip__qualified__wrapper .vip-qua-wrapper {
  position: relative;
}
.vip__qualified__wrapper .vip-qua-wrapper span.rib-bg {
  background: url(../images/icon/ribbon_panter.png) no-repeat 0 0;
  background-size: contain;
  width: 450px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot {

}
.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot h3 {
  font-weight: 600;
  padding: 30px 0 10px 0;
}
.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot h4 {
  font-weight: 600;
  padding-bottom: 15px;
}
.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot p {
  color: #484848;
  font-size: 18px;
}
.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot p span.ylw-color {
  color: #ffde3b;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 07 Live Casino / Slot
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.search {
  background: #171127;
}

.search__wrapper .input-field {
  margin-top: 0;
}

.search__wrapper .input-field input {
  background: #2c2640;
  border-bottom: 0;
  padding-left: 45px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}

.search__wrapper .input-field input::-webkit-input-placeholder {
  color: #4c465f;
}

.search__wrapper .input-field input:focus {
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.search__wrapper .input-field i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #4c465f;
}

section.games__section {
  margin-top: 20px;
}

.allgames__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 30px;
  margin-bottom: 4px;
}

.allgames__wrapper .games__wrapper {
  flex-shrink: 0;
  padding-bottom: 15px;
}

.allgames__wrapper .games__wrapper figure {
  text-align: center;
  position: relative;
  height: 285px;
}

.allgames__wrapper .games__wrapper figure + p{
  text-align: center;
}

.allgames__wrapper .games__wrapper figure .img__thumb {
  height: 285px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 30px;
}

.allgames__wrapper .games__wrapper figure .img__thumb img {
  height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    margin-left: 0 !important;
    width: auto !important;
}

.allgames__wrapper .games__wrapper figure p.game__name {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
}
.allgames__wrapper .games__wrapper figure.vio__more {
  background: #963cef;
  background: -moz-linear-gradient(left, #963cef 0%, #5d1cda 100%);
  background: -webkit-linear-gradient(left, #963cef 0%,#5d1cda 100%);
  background: linear-gradient(to right, #963cef 0%,#5d1cda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#963cef', endColorstr='#5d1cda',GradientType=1 );
  height: 285px;
  border-radius: 35px;
}
.allgames__wrapper .games__wrapper figure a.bg-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 285px;
  background: url(../images/circle-bg.png) no-repeat -19px 5px;
  background-size: cover;
}
.allgames__wrapper .games__wrapper figure p.view__more {
  color: #fff;
  font-size: 26px;
}
.gp__gc__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allgames__wrapper .games__wrapper figure figcaption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 29%);
  transition: all .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -o-transition: .6s;
  -ms-transition: all .6s;
}
.allgames__wrapper .games__wrapper figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.allgames__wrapper .games__wrapper figure:hover p.game__name {
  display: none;
}
.allgames__wrapper .games__wrapper figure:hover .img__thumb img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.allgames__wrapper .games__wrapper figure figcaption a {
  width: 100%;
}
.allgames__wrapper .games__wrapper figure figcaption a p.gamename {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.allgames__wrapper .games__wrapper figure figcaption a img {
  width: 80px;
  padding: 40px 0;
}
.allgames__wrapper .games__wrapper figure figcaption a p.gameprovider-name {
  color: #fff;
  font-size: 22px;
}


section.gpgc__sec {
  padding: 20px 0 1px 0;
}

.gp__gc__wrapper .gamepro__wwrapper button {
  background: #171127;
  border: 0;
  color: #696575;
  padding: 10px 0 10px 15px;
  border-radius: 150px;
  width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.gp__gc__wrapper .gamepro__wwrapper button img {
  display: block;
  padding-right: 10px;
}

.gp__gc__wrapper .gamepro__wwrapper button span,
.gp__gc__wrapper .gamecat__wwrapper .swiper-slide a {
  color: #fff;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}

.gamepro__wwrapper ul.show {
  display: block !important;
  position: relative;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a {
  color: #696575;
    cursor: pointer;
    padding: 20px;
  white-space: nowrap;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide.selected a {
  background: #2c2640;
  border-radius: 150px;
  color: #fff;
  padding: 2px 20px;
  display: block;
}
.gp__gc__wrapper .gamepro__wwrapper {
  position: relative;
}

.gp__gc__wrapper .gamepro__wwrapper button img.dd__icon {
  position: absolute;
  right: 7px;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 350px;
  background: rgb(34 26 56);
  z-index: 9;
  border-radius: 10px;
  transition: all 0.4s;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li {
  padding: 10px 15px;
  cursor: pointer;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li:hover {
  background-color: rgba(0,0,0,.3);
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a img {
  display: block;
  padding-right: 10px;
}

.gp__gc__wrapper .gamecat__wwrapper {
  padding-left: 300px;
  overflow: hidden;
flex-grow:1;
}

.gp__gc__wrapper .gamecat__wwrapper .swiper-slide {
  text-align: center;
}

.gp__gc__wrapper .gamecat__wwrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.gp__gc__wrapper .gamecat__wwrapper .swiper-slide.selected a {
  background: #2c2640;
  border-radius: 150px;
  color: #fff;
}

main.live__casino .games__section .allgames__wrapper__livecasino {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}

main.live__casino .allgames__wrapper__livecasino .games__wrapper figure img {
  border-radius: 25px;
}

main.live__casino .games__section h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
}

main.live__casino .games__section {
  padding-bottom: 30%;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 08 Download
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
body.dl__page {
  background: #050505;
}
body.dl__page main {
  padding: 0;
}
.dl__cp__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 750px;
  padding: 0px;
  background: url(../images/phone_app_download.png) 0px -270px / 70% no-repeat;
}

.dl__cp__wrapper .dl__content__wrapper {
  position: absolute;
  left: 510px;
  bottom: 270px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 690px;
  padding: 30px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content img {
  width: 230px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content > div {
  margin-left: 20px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content > div p {
  color: #8c8c8c;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content h3 {
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 600;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 30px 0 0;
}




/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 09 Footer
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
footer {
  background: #242424;
  padding: 20px;
}

.footer__wrapper {
  padding: 30px 0;
}

.footer__wrapper .footer__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__wrapper .footer__top .footer__logo__wrapper img {
  width: 190px;
}

.footer__wrapper .footer__top .footer__links__wrapper {
  padding-left: 160px;
}

.footer__wrapper .footer__top .footer__links__wrapper h5 {
  font-weight: 600;
  font-size: 14px;
}

.footer__wrapper .footer__top .footer__links__wrapper ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr) !important;
  grid-gap: 60px;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li {
  flex-shrink: 0;
  padding: 0;
  text-align: center;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li a {
  color: #615f71;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li a:hover {
  color: #fff;
}

.footer__wrapper .logo__payment {
  border-bottom: 1px #2c2640 solid;
  border-top: 1px #2c2640 solid;
  padding: 30px 0;
  margin: 40px 0;
}

.footer__wrapper .logo__payment ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__wrapper .logo__payment ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__wrapper .logo__payment ul li a img {
  opacity: .4;
}

.footer__wrapper .logo__payment ul li a img.wd-40 {
  width: 40px;
}

.footer__wrapper .license__wrapper {
  border-bottom: 1px #2c2640 solid;
  padding: 0 0 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer__wrapper .license__wrapper .license__content {
  padding-left: 50px;
}

.footer__wrapper .license__wrapper .license__content p {
  color: #615f71;
}

.footer__wrapper .license__wrapper .license__content p span.site__name {
  color: #f23e2f;
}

.footer__wrapper .license__wrapper .license__content p strong {
  color: #fff;
}

.footer__wrapper .allright__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.footer__wrapper .allright__wrapper p {
  color: #615f71;
  font-weight: 500;
}


/** New Footer **/
.footer-wrapper {
  padding: 0 0;
}
.footer-wrapper .footer-top .footerlinks__wrapper h5 {
  font-weight: 600;
  font-size: 18px;
}
.footer-wrapper .footer-top .footerlinks__wrapper ul li {
  line-height: 30px;
} 
.footer-wrapper .footer-top .footerlinks__wrapper ul li a {
  color: #484848;
  font-weight: 600;
}
.footer-wrapper .footer-top .license__wrapper .logo-bot-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
} 
.footer-wrapper .footer-top .license__wrapper .logo-bot-wrapper img.footer__logo {
  width: 155px;
  margin-right: 20px;
}
.footer-wrapper .footer-top .license__wrapper .logo-bot-wrapper img.logbot-1 {
  margin-right: 25px;
}
.footer-wrapper .footer-top .license__wrapper .license__content {
  padding-top: 15px;
}
.footer-wrapper .footer-top .license__wrapper .license__content p {
  color: #615f71;
}
.footer-wrapper .footer-top .license__wrapper .license__content p span.site__name {
  color: #f23e2f;
}
.footer-wrapper .allright__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.footer-wrapper .allright__wrapper p {
  color: #484848;
}
.footer-wrapper .allright__wrapper p:last-of-type {
  padding-top: 10px;
}
/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 10 Terms / Privacy
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.site__info__wrapper h3 h6 {
  color: #5b5471;
  font-size: 24px;
  font-weight: 500;
}

.site__info__wrapper .site__content__wrapper ul {
  padding: 0 0 0 15px;
}

.site__info__wrapper .site__content__wrapper ul li {
  list-style: decimal;
  margin-bottom: 15px;
}

.site__info__wrapper .site__content__wrapper ul li strong {
  color: #f23e2f;
  font-size: 22px;
}

.site__info__wrapper .site__content__wrapper ul li p {
  padding: 5px 0;
  white-space: pre-line;
}

.site__info__wrapper .site__content__wrapper ul li p span.sub__head {
  color: #8a83b2;
  font-weight: 500;
}

.site__info__wrapper .site__content__wrapper ul li p .hg__text {
  color: #9d95b9;
}

.site__info__wrapper .site__content__wrapper ul li p .c__link {
  color: #f23e2f !important;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 11 Announcement
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.ann_section {
  padding-top: 5px;
}

.ann_section .row {
  margin-bottom: 0;
}

.ann_section .announcement__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 180px;
  padding: 5px;
  overflow: hidden;
  height: 40px;
}

.ann_section .announcement__wrapper .ann__icon__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 2px;
  margin-right: 5px;
}

.ann_section .announcement__wrapper .ann__icon__wrapper img {
  width: 30px;
}

.ann_section .announcement__wrapper ._public_news {
  border: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
  overflow: hidden;
  line-height: 30px;
}

.ann_section .announcement__wrapper ._public_news .js-marquee span.entry {
  padding-left: 15px;
}

.ann_section .announcement__wrapper ._public_news .js-marquee {
  cursor: pointer;
}


.player_announcement_popup_container.show {
  background-color: transparent !important;
  width: 100% !important;
  max-height: 100% !important;
}
.player_announcement_popup_container.modal .modal-content {
  background-color: #08001d !important;
}
.player_announcement_popup_container.modal .modal-heading {
  background: #2c2640;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 12 Lucky Roulette
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.green__bg {
  background: #236923;
  background: -moz-linear-gradient(left, #236923 0%, #459945 54%, #167716 100%);
  background: -webkit-linear-gradient(left, #236923 0%,#459945 54%,#167716 100%);
  background: linear-gradient(to right, #236923 0%,#459945 54%,#167716 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#236923', endColorstr='#167716',GradientType=1 );
}
.blue__bg {
  background: #00164f;
  background: -moz-linear-gradient(left, #00164f 0%, #052473 54%, #001241 100%);
  background: -webkit-linear-gradient(left, #00164f 0%,#052473 54%,#001241 100%);
  background: linear-gradient(to right, #00164f 0%,#052473 54%,#001241 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164f', endColorstr='#001241',GradientType=1 );
}
section.rl__bg {
  padding: 0;
  border-radius: 20px 20px 0 0;
}
section.rl__bg.green__gradient__bg {
  overflow: hidden;
  background: #459945;
  background: -moz-linear-gradient(top, #459945 0%, #08001d 50%, #08001d 100%);
  background: -webkit-linear-gradient(top, #459945 0%,#08001d 50%,#08001d 100%);
  background: linear-gradient(to bottom, #459945 0%,#08001d 50%,#08001d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459945', endColorstr='#08001d',GradientType=0 );
}
section.rl__bg.blue__gradient__bg {
  overflow: hidden;
  background: #052473;
  background: -moz-linear-gradient(top, #052473 0%, #08001d 43%, #08001d 100%);
  background: -webkit-linear-gradient(top, #052473 0%,#08001d 43%,#08001d 100%);
  background: linear-gradient(to bottom, #052473 0%,#08001d 43%,#08001d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052473', endColorstr='#08001d',GradientType=0 );
}
section.rl__bg .luckyr__wrapper .row .col.s12 {
  padding-left: 0;
  padding-right: 0;
}
.luckyr__wrapper {
  background: url(../images/roulette/coins-bg.png?=v0.4) no-repeat;
  background-position: 357px 990px;
}
.luckyr__wrapper h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.56rem;
}
.luckyr__wrapper .top-banner-bg {
  /* background: url(../images/roulette/lr-banner.jpg) no-repeat 0 0;
  background-size: 100%;
  height: 550px; */
  /* padding-top: 50px; */
  position: relative;
}
.luckyr__wrapper .top-banner-bg> .top-banner-bg-img{
    width: 100%;
    max-height: 550px;
}
.luckyr__wrapper ul.tabs {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 50px 0; */
}
.luckyr__wrapper ul.tabs li {
  width: 22%;
  margin: 0;
}
.luckyr__wrapper ul.tabs li.indicator {
  display: none;
}
.luckyr__wrapper ul.tabs li a {
  color: #fff !important;
  /* border-radius: 120px; */
}
.luckyr__wrapper ul.tabs li a.active.green__bg {
  border: 2px #fadf4b solid; 
}
.luckyr__wrapper ul.tabs li a.active.blue__bg {
  border: 2px #0b50ff solid; 
}
.luckyr__wrapper .top-banner {
  position: relative;
  top: -10px;
}
.luckyr__wrapper .top-banner img {

}
.rl__bg.green__gradient__bg .luckyr__wrapper .roulette__content table.today__table {
  width: 80%;
  margin: 0 auto;
  border: 1px #3f8e3f solid;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content table.today__table {
  width: 80%;
  margin: 0 auto;
  border: 1px #0b50ff solid;
}
.rl__bg.green__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td {
  border: 1px #3f8e3f solid;
  text-align: center;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td {
  border: 1px #0b50ff solid;
  text-align: center;
}
.luckyr__wrapper .roulette__content table.today__table tr td.title-t {
  font-weight: 700;
  text-align: center;
}
.luckyr__wrapper .roulette__content table.today__table tr td.bet__ref {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
}
.luckyr__wrapper .roulette__content table.today__table tr td img.refresh-icon {
  padding: 0 0 0 20px;
  cursor: pointer;
}
.rl__bg.green__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td span.bet__amount,
.rl__bg.green__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td span.spin__time {
  color: #58d758;
  font-size: 22px;
  font-weight: 800;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td span.bet__amount,
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content table.today__table tr td span.spin__time {
  color: #0b50ff;
  font-size: 22px;
  font-weight: 800;
}
.luckyr__wrapper .roulette__content .right__content__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 20px;
  font-weight: bold;
}
.luckyr__wrapper .roulette__content .right__content__wrapper .earn__text {
  /* font-size: 28px; */
  padding-right: 5px;
}
.luckyr__wrapper .roulette__content .right__content__wrapper .betnow__text {
  /* font-style: italic;
  font-weight: 800;
  font-size: 36px; */
  

}
.luckyr__wrapper .roulette__content .right__content__wrapper .betnow__text a {
  color: #fadf4b;
  text-decoration: underline;  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  /* padding: 0px 30px; */
}
.luckyr__wrapper .roulette__content .right__content__wrapper .betnow__text a.green__glow {
  text-shadow: 1px 0px 20px #6cf06c;
  background: linear-gradient(to right, rgb(35, 105, 35) 0%, rgb(69, 153, 69) 54%, rgb(22, 119, 22) 100%);
  box-shadow: 1px 0px 14px 1px rgb(255 241 188 / 20%);
}
.luckyr__wrapper .roulette__content .right__content__wrapper .betnow__text a.blue__glow {
  /* text-shadow: 1px 0px 20px #3263df;
  background: linear-gradient(181deg, #00164f 0%, #00164f 25%, #194dd1 50%, #194dd1 75%, #00164f 100%);
  box-shadow: 1px 0px 14px 9px rgb(64 173 239 / 36%); */
}
.luckyr__wrapper .roulette__content p.today__text {
  font-size: 18px;
  display: block;
  padding: 20px 0 20px 0;
  text-align: center;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper {
  text-align: center;
  position: relative;
  padding: 80px 0 0 0;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img {
  
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img img.lr_spin {
  width: 850px;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn.with__spin {
  background: url(../images/roulette/w-spin-icon.png) no-repeat 0 0;
  background-size: contain;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn.without__spin {
  background: url(../images/roulette/no-spin-icon.png) no-repeat 0 0;
  background-size: contain;
  cursor: auto !important;
}

.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn {

  position: absolute;
  width: 152px;
  height: 188px;
  background-size: contain;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(180deg);
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn span.spin__count {
  font-size: 32px;
  font-weight: 600;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn>div {
  line-height: 20px;
  position: relative;
  top: -15px;
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img .spin__btn p {
  font-size: 18px;
}
.luckyr__wrapper .roulette__content .rules__wrapper,
.luckyr__wrapper .roulette__content .record__wrapper {
  background: #1b3f21;
  border-radius: 20px;
  padding: 20px;
  margin: 70px 0 20px 0;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content .rules__wrapper,
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content .record__wrapper {
  background: #000f34;
  border-radius: 20px;
  padding: 20px;
  margin: 70px 0 20px 0;
}
.luckyr__wrapper .roulette__content .rules__wrapper h4,
.luckyr__wrapper .roulette__content .record__wrapper h4 {
  margin: 0;
  padding: 0px 0 10px 0;
  font-size: 20px;
}
.luckyr__wrapper .roulette__content .rules__wrapper ul {
  padding-left: 15px;
}
.luckyr__wrapper .roulette__content .rules__wrapper ul li {
 list-style: decimal; 
 line-height: 32px;
}
.luckyr__wrapper .roulette__content .record__wrapper {

}
.luckyr__wrapper .roulette__content .record__wrapper table {
  border: 1px #3f8e3f solid;
}
.luckyr__wrapper .roulette__content .record__wrapper table thead tr th,
.luckyr__wrapper .roulette__content .record__wrapper table tbody tr td {
  border: 1px #3f8e3f solid;
  text-align: center;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content .record__wrapper table thead tr th,
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content .record__wrapper table tbody tr td {
  border: 1px #0b50ff solid;
  text-align: center;
}
.luckyr__wrapper .roulette__content .record__wrapper table thead tr th {
  color: #58d758;
  font-weight: 700;
}
.rl__bg.blue__gradient__bg .luckyr__wrapper .roulette__content .record__wrapper table thead tr th {
  color: #4c7dff;
  font-weight: 700;
}
.luckyr__wrapper .roulette__content .record__wrapper table tbody tr td {

}


/* new */
.top-banner-bg > ul.tabs{
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

#normal_roulette{
  border-radius: 60px 0 0 60px;
}
#super_roulette{
  border-radius:  0 60px 60px 0;
}



.roulette__content .container{
  width: 90%;
}
.lr__bonus__popup .modal-content p > span:first-of-type {
  font-weight: 800;
  font-size: 28px;
  position: relative;
  top: -10px;
}
.lr__bonus__popup .modal-content p > span.earnedAmount {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lr__bonus__popup .modal-content p > span.earnedAmount > span {
  font-size: 4rem;
  padding-left: 10px;
}
.lr__bonus__popup .modal-content a.close.close_btn {

}

#alertModal .modal-content{
  background-color: #1c172e;
  margin: 15% auto;
  padding: 20px;
  color: #fff;
  border-radius: 20px;
  display: grid;
  place-content: center;
  border: none !important;
  width: 30%;
  height: 300px;
}
#alertModal .modal-content p{
  margin-bottom: 20px;
}

#alertModal .modal-content a.close_btn{
  color: #fff;
  border-radius: 120px;
  border: none;
  margin: 0 auto;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background: #da1e1d;

}
#alertModal .modal-content a.close_btn:hover{
  color: #fff;
}


.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img {
  position: relative;
      display: flex;
    justify-content: center; 
    align-items: center;
  
}
.luckyr__wrapper .roulette__content .lucky__roulette__wrapper .lr__img div.lr_spin {
  width: 100%;
  padding-top: 100%;
  background: url(../images/roulette/spin-roulette-normal.png?=v0.3) no-repeat 0 0;
  background-size: 100%;
}
#super_roulette_backgroundimg{
  width: 100%;
  padding-top: 100%;
  background: url(../images/roulette/spin-roulette-super.png?=v0.3) no-repeat 0 0;
  background-size: 100%;
}
.normal_spin_btn,.super_spin_btn{
  transform: rotateZ(180deg);
}
#modal_home_container{
  display: none;
  place-content: center; 
  position: fixed; 
  top: 0; 
  left: 0; 
  left: 0;
  width: 100%; 
  height: 100vh;
  z-index: 99; 
}

.two_column_container{
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
}
.right__col{
  padding: 80px 0;
  display: grid;
  place-content: center;
}
.table_container_normal,
.table_container_super{
  box-shadow: #222 0 0 5px 0;
  padding: 20px 20px 50px;
  width: 380px;
  margin: 0 auto;
}
.table_container_normal{
  background-image: linear-gradient(to bottom, #213c2e, #253e2e, #23402d, #223629);
}
.table_container_super{
  background-image: linear-gradient(to bottom, #061249, #051041, #060e3a, #070a32, #07062b);
}
.lr__bonus__popup {

}
/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 13 Ping
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.section__ping {
 
}
section.section__ping.close {
  display: none;
}
.ping__container {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0,0,0,0.5);
  margin-top: 25px;
}
.ping__container.close {
  display: none;
}
.ping__container .ping__wrapper {
  position: relative;
}
.ping__container .ping__wrapper a#close__ping {
  position: absolute;
  top: 5px;
  right: 58px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #425378;
  border-radius: 120px;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.ping__container .ping__wrapper .ping__bg {
  background: url(../images/ping/ping-popup-bg.png) center / cover no-repeat;
  position: relative;
  width: 1470px;
  height: 486px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-gap: 20px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg {
  background: url(../images/ping/ping-bg.png) no-repeat;
  background-size: contain;
  width: 175px;
  height: 175px;
  position: relative;
  margin: 0 32px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__signal {
  padding-right: 5px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__signal img {
  width: 40px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__ms {
  padding-left: 5px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg p {
  font-size: 18px;
  padding-top: 10px;
}
.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg a img {
  width: 100px;
  padding-top: 10px;
}
.ping__btn__wrapper {
  margin-right: 10px;
}
.ping__btn__wrapper a {
  background: #00adef;
  display: block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 120px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 14 Terms/Policy/FAQ
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.tpf__wrapper {
  padding: 15px;
  background: #1b182b;
  border-radius: 10px;
  margin-bottom: 30px;
}
.tpf__wrapper .tpf__content .title__content {
  padding-bottom: 20px;
}
.tpf__wrapper .tpf__content .title__content .top_t {
  padding-bottom: 20px;
}
.tpf__wrapper .tpf__content .title__content h4 {
  font-size: 28px;
  color: #0075dd;
  margin-bottom: 0;
  font-weight: 600;
}
.tpf__wrapper .tpf__content .title__content p {
  font-size: 18px;
  padding-bottom: 15px;
}
.tpf__wrapper .tpf__content .title__content p.t20b20 {
  padding-top: 20px;
  padding-bottom: 0;
}
.tpf__wrapper .tpf__content .title__content p span {
  
}
.tpf__wrapper .tpf__content p {

}
.tpf__wrapper .tpf__content span.site__url {
  color: #f23e2f;
}
.tpf__wrapper .tpf__content ul.dot__list {

}
.tpf__wrapper .tpf__content ul.dot__list li {
  list-style: inside;
}
.tpf__wrapper .tpf__content ul {
  padding-left: 15px;
  padding-bottom: 30px;
}
.tpf__wrapper .tpf__content ul li {
  list-style: decimal;
  line-height: 30px;
}
.tpf__wrapper .tpf__content ul li div.inner__a__content {
  
}
.tpf__wrapper .tpf__content ul li div.inner__a__content span {
  display: block;
}
.tpf__wrapper .tpf__content .nl__list {

}
.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper {
  padding-bottom: 20px;
}
.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper > span {
  font-weight: 600;
}
.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper .nl__content {
  padding-left: 15px;
}
.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper .nl__content span {
  
}
.tpf__wrapper .tpf__content .center__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tpf__wrapper .tpf__content .center__title h3 {
  
}
.tpf__wrapper .tpf__content .faq__wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 10px 0 110px 0;
}
.tpf__wrapper .tpf__content .faq__btn__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 8px;
  margin-bottom: 4px;
}
.tpf__wrapper .tpf__content .faq__btn__wrapper a {
  text-align: center;
  border: 1px #615f71 solid;
  border-radius: 5px;
  padding: 12px 0;
  color: #fff;
  transition: all 0.5s;
}
.tpf__wrapper .tpf__content .faq__btn__wrapper a:hover,
.tpf__wrapper .tpf__content .bot__link a:hover {
  transition: all 0.5s;
  background: #615f71 ;
  text-decoration: none;
}
.tpf__wrapper .tpf__content .bot__link {

}
.tpf__wrapper .tpf__content .bot__link a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px #615f71 solid;
  border-radius: 5px;
  padding: 12px 0;
  color: #fff;
  transition: all 0.5s;
}
.pt-70 {
  padding-top: 70px;
}
.faq__modal {
  border-radius: 20px;
  background: #1b182b;
  top: 15% !important;
}
.faq__modal .modal-close {
  position: absolute;
  right: 9px;
  top: 18px;
  background: #747378;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 150px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}
.faq__modal__wrapper {

}
.faq__modal__wrapper .faq__qa__wrapper {
  padding-bottom: 20px;
}
.faq__modal__wrapper .faq__qa__wrapper .faq__q {
  color: #f23e2f;
  font-weight: 600;
  padding-bottom: 5px;
}
.faq__modal__wrapper .faq__qa__wrapper .faq__a {
  
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 15 Championship
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.top__countdown__wrapper {
  padding: 20px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__countdown__wrapper .countdown__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top__countdown__wrapper .countdown__wrapper .trophy__box {
  
}
.top__countdown__wrapper .countdown__wrapper .trophy__box img {
  width: 160px;
}
.top__countdown__wrapper .countdown__wrapper .time__countdown__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
}
.top__countdown__wrapper .countdown__wrapper .time__countdown__box .date__count {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 30px;
}
.top__countdown__wrapper .countdown__wrapper .time__countdown__box .date__count span:first-of-type {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fee445;
  border-radius: 10px;
  color: #3a3410;
  font-size: 32px;
  font-weight: 600;
}
.top__countdown__wrapper .countdown__wrapper .time__countdown__box .date__count span:last-of-type {
  color: #f6df37;
  display: inline-block;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 600;
}
.top__countdown__wrapper .status__game__wrapper {

}
.top__countdown__wrapper .status__game__wrapper .cco__game__wrapper {
  text-align: center;
}
.top__countdown__wrapper .status__game__wrapper .cco__game__wrapper img {
  width: 110px;
  border-radius: 10px;
}
.top__countdown__wrapper .status__game__wrapper .cco__game__wrapper p {
  color: #fee542;
  font-size: 18px;
  font-weight: 600;
}
.game__champ__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game__champ__wrapper .game__champ__box {
  border: 1px #eadfa1 solid;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0 10px;
  padding: 10px;
  position: relative;
}
.game__champ__wrapper .game__champ__box .game__status {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px 20px;
  border-radius: 150px;
  font-weight: 600;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game__champ__wrapper .game__champ__box.ongoing {
  background: #000;
}
.game__champ__wrapper .game__champ__box.coming,
.game__champ__wrapper .game__champ__box.finish {
  background: #242424;
  border: 1px #666666 solid;
}
.game__champ__wrapper .game__champ__box.ongoing .game__status {
  background: #e16d44;
}
.game__champ__wrapper .game__champ__box.coming .game__status,
.game__champ__wrapper .game__champ__box.finish .game__status {
  background: #616161;
}
.game__champ__wrapper .game__champ__box .game__status p {
  
}
.game__champ__wrapper .game__champ__box .game__champ__thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game__champ__wrapper .game__champ__box .game__champ__thumb img {
  width: 70%;
  border-radius: 20px;
}
.game__champ__wrapper .game__champ__box .game__champ__thumb .game__date {
  text-align: center;
  padding-right: 10px;
}
.game__champ__wrapper .game__champ__box .game__champ__thumb .game__date p {
  color: #efdd57;
  font-weight: 600;
  font-size: 24px;
}
.game__champ__wrapper .game__champ__box p.game__champ__name {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 30px 0;
}
.game__champ__wrapper .game__champ__box.ongoing p.game__champ__name {
  color: #efdd57;
}
.game__champ__wrapper .game__champ__box.coming p.game__champ__name,
.game__champ__wrapper .game__champ__box.finish p.game__champ__name {
  color: #cccccc;
}
.game__champ__wrapper .game__champ__box .game__profile {
  padding-bottom: 20px;
}
.game__champ__wrapper .game__champ__box .game__profile p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.game__champ__wrapper .game__champ__box.ongoing .game__profile p,
.game__champ__wrapper .game__champ__box.ongoing .game__profile table tr td {
  color: #fff;
}
.game__champ__wrapper .game__champ__box.coming .game__profile p,
.game__champ__wrapper .game__champ__box.finish .game__profile p,
.game__champ__wrapper .game__champ__box.coming .game__profile table tr td,
.game__champ__wrapper .game__champ__box.finish .game__profile table tr td {
  color: #9a9a9a;
}
.game__champ__wrapper .game__champ__box .game__profile table {

}
.game__champ__wrapper .game__champ__box .game__profile table tr {
  border:  0;
}
.game__champ__wrapper .game__champ__box .game__profile table tr td {
  font-size: 18px;
  font-weight: 600;
}
.game__champ__wrapper .game__champ__box .game__sync {
  text-align: center;
  padding: 10px 0;
}
.game__champ__wrapper .game__champ__box .game__sync a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #596bdb;
  font-size: 18px;
  height: 30px;
  font-weight: 600;
}
.game__champ__wrapper .game__champ__box.coming .game__sync a {
  color: #596bdb;
  font-weight: 600;
  font-size: 18px;
  height: 30px;
}
.game__champ__wrapper .game__champ__box .game__sync a i {
  background: #4b6df5;
  color: #fff;
  border-radius: 180px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 10px;
}
.game__champ__wrapper .game__champ__box a.game__playnow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5e1cd8;
  padding: 8px 0;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
.champ__bonus__wrapper {
  border: 1px #666666 solid;
  border-radius: 20px;
  margin: 50px 0 40px 0;
  padding: 30px;
}
.champ__bonus__wrapper h2 {
  color: #efdd57;
  font-weight: 600;
  text-align: center;
}
.champ__bonus__wrapper table {
  
}
.champ__bonus__wrapper table thead tr th {
  color: #373737;
  font-size: 18px;
}
.champ__bonus__wrapper table thead tr th.wd20 {
  width: 20%;
      text-align: center;
}
.champ__bonus__wrapper table thead tr th.wd60 {
  width: 60%;
}
.champ__bonus__wrapper table tbody tr td.wd20 {
  width: 20%;
  text-align: center;
}
.champ__bonus__wrapper table tbody tr td.wd60 {
  vertical-align: top;
}
.champ__bonus__wrapper table tbody tr td {
  font-weight: 600;
  font-size: 18px;
}
.champ__bonus__wrapper table tbody tr td img.rank_img {
  width: 30px;
}
.champ__bonus__wrapper table tbody tr td span.rs {
  display: inline-block;
  background: #ffa600;
  width: 25px;
  height: 25px;
  border-radius: 150px;
  text-align: center;
  line-height: 25px;
  font-weight: 600;
  font-size: 11px;
  margin-right: 5px;
}
.champ__bonus__wrapper table tbody tr td ul {
  padding-left: 15px;
}
.champ__bonus__wrapper table tbody tr td ul li {
  list-style: decimal;
  line-height: 40px;
}
.champ__bonus__wrapper table tbody tr td .king__smash__wrapper {

}
.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title span {
  background: #e5b815;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 180px;
  margin-right: 15px;
}
.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title span img {
  width: 20px;
}
.champ__bonus__wrapper table tbody tr td .king__smash__wrapper p.ptxt-king span {
  color: #efdd57;
}
.socialmedia__champ__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
}
.socialmedia__champ__wrapper .social__box {
  
}
.socialmedia__champ__wrapper .social__box p {
  font-size: 18px;
  padding-bottom: 5px;
}
.socialmedia__champ__wrapper .social__box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.socialmedia__champ__wrapper .social__box ul li {
  margin-left: 8px;
}
.socialmedia__champ__wrapper .social__box ul li a img {
  width: 40px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Dropdown lang
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.change-lang .dropdown-trigger {
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 15px;
  margin-right: 20px;
  background: #2c2640;
  display: none;
}
.change-lang img {
  width: 25px;
  margin-right: 8px;
}
.change-lang span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.change-lang .dropdown-trigger span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.change-lang .dropdown-content {
  background: #2c2640;
  border-radius: 15px;
  min-width: 155px;
  height: auto !important;
}
.change-lang .dropdown-content li a {
  display: flex;
  align-items: center;
}
.change-lang .dropdown-content li:hover, .change-lang .dropdown-content li.active {
  background-color: rgba(0,0,0,.5);
}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 00 Media Querries
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 1530px) {
  header .top__header__wrapper .top__header .header__search__wrapper input {
    width: 300px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper {
    font-size: 30px;
  }
  section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
    left: 220px;
  }
  section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul li span.player__name {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
    font-size: 29px;
    left: -4px;
    letter-spacing: 10.4px;
    top: -7px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.currency {
    top: -9px;
  }
  .footer__wrapper .footer__top .footer__links__wrapper {
    padding-left: 50px;
  } 
  .footer__wrapper .footer__top .footer__links__wrapper ul{
    justify-items: center;
  }
  body.om-side section.promo__contents .sidenav.res-op1.open, 
  body.om-side section.promo__contents .sidenav.res-op2.open, 
  body.om-side section.promo__contents .sidenav.res-op3.open,
  body.om-side section.promo__contents .sidenav.res-op4.open,
  body.om-side section.promo__contents .sidenav.res-op5.open {
    transform: translateX(6%) !important;
  }
  section.new__games__section .new__games__wrapper .game__container .game__box img.xmas-gift {
    width: 38px;
  }
}
@media only screen and (max-width: 1475px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul li {
    padding: 0 20px 10px 0;
  }
}
@media only screen and (max-width: 1440px) {
  section.slider__games__section .swiper-slide a .text-item button {
    top: 15px;
    padding: 5px 20px;
  }
  section.slider__games__section .swiper-slide a .text-item .item-t {
    font-size: 18px;
    top: 0;
  }
  body.om-side section.promo__contents .sidenav.res-op1.open, 
  body.om-side section.promo__contents .sidenav.res-op2.open, 
  body.om-side section.promo__contents .sidenav.res-op3.open,
  body.om-side section.promo__contents .sidenav.res-op4.open,
  body.om-side section.promo__contents .sidenav.res-op5.open {
    transform: translateX(6%) !important;
  }
}
@media only screen and (max-width: 1395px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 1330px) {
  header .top__header__wrapper .top__header .header__search__wrapper input {
      width: 240px;
  }
  header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .logout__wrapper {
    margin-left: 10px;
  } 
  header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper a.user__name img {
    margin-left: 0;
  }
  .user__pre__wrapper {
    margin-right: 5px;
  }
  .depowith__wrapper a {
    padding: 0 10px!important;
  }
  .depowith__wrapper a.withdraw__btn {
    margin-left: 5px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper {
    font-size: 23px;
    height: 50px;
  }
  body.om-side section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
    letter-spacing: 10.9px;
    top: -4px;
    font-size: 22px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
    letter-spacing: 10.9px;
    top: -10px;
    font-size: 22px;
  }
  section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg {
    height: 65px;
    width: 65px;
  }
  section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg span {
    top: -3px;
    font-size: 16px;
  }
  section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg.game2 {
    height: 64px;
  }
  section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
    left: 236px;
  }
  body.om-side section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.currency {
    top: -7px;
    font-size: 15px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.currency {
    top: -5px;
  }
  section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
    letter-spacing: 10.9px;
    top: -2px;
  }
  body.om-side section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
    left: 214px;
  }
  .footer__wrapper .footer__top .footer__links__wrapper {
    padding-left: 20px;
  }
  .footer__wrapper .footer__top .footer__links__wrapper ul{
    grid-gap: 5px;
  }
  section.slider__section .swiper-slide a .text_banner .title1 {
    font-size: 42px;
  }
  section.slider__section .swiper-slide a .text_banner button {
    top: 40px;
  }
  section.slider__games__section .swiper-slide a .text-item .item-t {
    font-size: 16px;
  }
  section.slider__games__section .swiper-slide a .text-item button {
    padding: 5px 15px;
    top: 5px;
  }
  section.slider__games__section .swiper-slide a .text-item .item-title {
    font-size: 18px;
  }
  body.promo__page section.promo__contents .sidenav.res-op1.open, 
  body.promo__page section.promo__contents .sidenav.res-op2.open, 
  body.promo__page section.promo__contents .sidenav.res-op3.open,
  body.promo__page section.promo__contents .sidenav.res-op4.open,
  body.promo__page section.promo__contents .sidenav.res-op5.open {
    transform: translateX(0%) !important;
  }  
}

@media only screen and (max-width: 1210px) {
	body.om-side section.new__games__section .new__games__wrapper .game__container .game__box {
		height: 195px;
    top: 15px;
    font-size: 15px;
	}
	section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box a img {
    width: 40px;
	}
  header .top__header__wrapper .top__header .header__search__wrapper input {
    width: 150px;
  }
  section.slider__section .swiper-slide a .text_banner button {
    width: 190px;
    top: 25px;
    padding: 15px 0;
  }
  section.slider__section .swiper-slide a .text_banner .title1 {
    font-size: 42px;
  }
  section.slider__section .swiper-slide a .text_banner .title2 {
    font-size: 24px;
  }
  body.om-side section.promo__contents .sidenav.res-op1.open, 
  body.om-side section.promo__contents .sidenav.res-op2.open, 
  body.om-side section.promo__contents .sidenav.res-op3.open,
  body.om-side section.promo__contents .sidenav.res-op4.open,
  body.om-side section.promo__contents .sidenav.res-op5.open {
    transform: translateX(7%) !important;
  }
}

@media only screen and (max-width: 1124px) {
  body.om-side section.promo__contents .sidenav.res-op1.open, 
  body.om-side section.promo__contents .sidenav.res-op2.open, 
  body.om-side section.promo__contents .sidenav.res-op3.open,
  body.om-side section.promo__contents .sidenav.res-op4.open,
  body.om-side section.promo__contents .sidenav.res-op5.open {
    transform: translateX(10%) !important;
  }
}

@media only screen and (max-width: 1092px) {
  section.slider__games__section .swiper-slide a .text-item .item-title {
    font-size: 14px;
  }
  section.slider__games__section .swiper-slide a .text-item .item-t {
    font-size: 12px;
  }
  section.slider__games__section .swiper-slide a .text-item .sub-text {
    left: 54px;
    top: -1px;
  }
  section.slider__games__section .swiper-slide a .text-item button {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1025px) {
	body.om-side section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 149px;	
    border-radius: 15px;
	}
  section.slider__section .swiper-slide a .text_banner .title1 {
    font-size: 33px;
  }
  section.slider__section .swiper-slide a .text_banner .title2 {
    font-size: 22px;
  }
  body.om-side section.promo__contents .sidenav.res-op1.open, 
  body.om-side section.promo__contents .sidenav.res-op2.open, 
  body.om-side section.promo__contents .sidenav.res-op3.open,
  body.om-side section.promo__contents .sidenav.res-op4.open,
  body.om-side section.promo__contents .sidenav.res-op5.open {
    transform: translateX(12%) !important;
  }
} 

@media only screen and (max-width: 992px) {
  body.om-side section.promo__contents .sidenav.res-op1.open .container, 
  body.om-side section.promo__contents .sidenav.res-op2.open .container, 
  body.om-side section.promo__contents .sidenav.res-op3.open .container,
  body.om-side section.promo__contents .sidenav.res-op4.open .container,
  body.om-side section.promo__contents .sidenav.res-op5.open .container {
    width: 70%;
  }
}

@media only screen and (max-width: 769px) {
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 90px;
	}
} 

@media only screen and (max-width: 930px) {
  header .top__header__wrapper .top__header .header__search__wrapper input {
    width: 310px;
  }
}

@media only screen and (max-width: 768px) {
	section.slider__section .swiper-pagination .swiper-pagination-bullet,
	section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
    height: 10px;
	}
	section.slider__section .swiper-slide {
		width: 100% !important;
	}
	section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
		display: unset;
	}
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 160px;
	}
	.game__item__wrapper .game__item__list .swiper-slide span {
		font-size: 11px;
	}
	.game__item__wrapper .game__item__list .swiper-slide span {
		padding: 4px;
		border-radius: 3px;
		font-size: 12px;
	}
	.tab__crash__wrapper ul li a,
	.tab__userinfo__wrapper ul li a {
		font-size: 14px !important;
	}
	.tab__crash__wrapper .crash__form__wrapper .input-field input {
		height: 3rem;
	}
	.tab__crash__wrapper .crash__form__wrapper .input-field label {
		top: 0;
	}
	.tab__crash__wrapper .crash__form__wrapper .input-field span.money__sign {
		top: 10px;
	}
	.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a,
	.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
		height: 3rem;
		font-size: 12px;
	}
	.tab__crash__wrapper .crash__form__wrapper a.game__btn {
		font-size: 14px;
		padding: 10px 0;
	}
	.tabs__content__wrapper table {
		font-size: 14px;
	}
	.tabs__content__wrapper table tbody tr td.user__name div {
		width: 115px;
	}
	section.double__game__section .game__item__wrapper .game__item__list .swiper-slide span,
	section.double__game__section .time__box a {
		width: 30px;
    height: 30px;
	}
	section.double__game__section .time__box a i {
		font-size: 18px;
	}
	section.double__game .times__bet__wrapper a {
		width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 10px;
	}
	.promo__cat__wrapper .swiper-slide a {
		font-size: 12px;
	}
	.promo__cat__wrapper .swiper-slide.selected a {
		height: 40px;
    background: transparent;
	}
  .promo__wrapper .promo__content__wrapper .promo__title__wrapper h4 {
    font-size: 14px;
  }
  .vip__privileges__wrapper .vip__content__wrapper .vip__title img {
    width: 20px;
  }
  .vip__privileges__wrapper .vip__content__wrapper .vip__title span {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
  }
  .vip__privileges__wrapper .vip__content__wrapper .vip__stars img {
    margin-left: 5px;
    width: 15px;
  }
  .allgames__wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 15px;
  }
  .allgames__wrapper .games__wrapper figure p.game__name {
    font-size: 14px;
  }
  .allgames__wrapper .games__wrapper figure .img__thumb img {
    border-radius: 15px;
    transition: all .6s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: all .3s;
  }
  .promo__cat__wrapper .swiper-slide.selected a:before {
    display: block;
  }
  section.promo__cat {
    background: #171127;
    padding: 0 0 1px 0;
  }
  /* section.promo__contents .sidenav {
    margin-top: 0;
    padding-top: 0;
  }
  .promo__content__header .promo__page__name,
  .promo__content__header .back {
    display: block;
  }
  .promo__content__header .back {
    top: 17px;
  }
  .promo__content__header .close {
    display: none;
  } */
  .promo__details a.promo__btn {
    width: 100%;
  }
  .vip__banner {
    padding-top: 0;
  }
  .vip__priqua__wrapper {
    grid-template-columns: repeat(1,1fr)!important;
  }
  .vip__condition__wrapper {
    padding: 0;
    background: transparent;
  }
  .vip__condition__wrapper table {
    background: #1c1729;
  }
  .vip__condition__wrapper table tbody tr td.bb-n {
    border-bottom: 0;
  }
  .game__item__wrapper .time__box a {
    padding: 5px;
  }
  .game__item__wrapper .time__box a i {
    font-size: 18px;
  }
}
 
@media only screen and (max-width: 481px) {
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 102px;
	}
	section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box a img {
    width: 30px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box {
		padding-bottom: 30px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
    width: 102px;
    border-radius: 15px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
		height: 100px;
		margin-left: 20px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename h4 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 0;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename span {
		font-size: 15px;
    font-weight: 500;
	}
  .promo__wrapper .promo__content__wrapper .promo__title__wrapper p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    display: block;
  }
}

@media only screen and (max-width: 414px) {
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 90px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
		width: 70px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box {
    padding-bottom: 20px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
		height: 70px;
    margin-left: 15px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
		padding: 8px 15px;
	}
}

@media only screen and (max-width: 375px) {
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
		padding: 5px 10px;
    font-size: 12px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename h4 {
		font-size: 17px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename span {
		font-size: 12px;
	}
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 81px;
	}
}

@media only screen and (max-width: 360px) {
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 73px;
	}
}

@media only screen and (max-width: 320px) {
	section.slider__section .swiper-slide img, 
	section.slider__games__section .swiper-slide img, 
	section.new__games__section .swiper-slide img,
	section.new__games__section .new__games__wrapper .game__container .game__box {
    border-radius: 8px;
	}
	section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 63px;
	}
	section.new__games__section .new__games__wrapper .game__container .hp__swiper__newgames2 {
    margin: 20px 0;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
		font-size: 9px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename h4 {
    font-size: 14px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
    width: 60px;
	}
	section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
		height: 59px;
	}
	.game__title h4 {
		font-size: 25px;
    padding: 5px 0 10px 0;
    margin: 0;
	}
}

@keyframes headerFixedTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PARTNER RECRUITMENT */
.recruitment-banner img{
  width: 100%;
}
.recruitment-container{
  background: #191919;
  background: -moz-linear-gradient(top,#191919 0%,#040404 100%);
  background: -webkit-linear-gradient(top,#191919 0%,#040404 100%);
  background: linear-gradient(to bottom,#191919 0%,#040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919',endColorstr='#040404',GradientType=0 );
  padding: 20px 45px 45px 45px;
  border-radius: 35px;
}

.recruitment-container h2{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/icon/ribbon_panter.png) 0px 0px no-repeat;
  background-size: contain;
  width: 470px;
  height: 92px;
  margin: 0 auto;
  font-weight: 600;
}
.recruitment-container h3{
  font-size: 24px;
  color: #c3c3c3;
}
.recruitment-container h4{
  font-size: 18px;
}
.recruitment-points{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
  padding: 40px 100px 60px;
  align-items: center;
}
.recruitment-points > div {
  margin-left: 30px;
}
.recruitment-points img{
  width: 260px;
}
.recruitment-points ul{
  margin: 30px 0;
}
.recruitment-points li{
  list-style: url('/includes/images/partner-recuitment/bullet.png?=v0.1') inside !important;
  padding: 10px 20px;
  color: #8c8c8c;
}
.application-process-container{
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  margin: 50px 100px;
}
.application-process-container div {
  display: grid;
  place-items: center;
}
.application-process-container div img.part-img1 {
  width: 200px;
}
.application-process-container img.part-img2 {
  width: 50px;
}
.application-process-container p{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.partner-table-container{
}
.partner-table-container table {
  margin: 40px 0 0 0;
}
.partner-table-container tr:last-child{
  border-bottom: none;
}
.partner-table-container td {
  padding: 15px 20px;
  min-width: 115px;
  border: 1px #191919 solid;
}

.partner-table-container tr td:first-child,
.partner-table-container tr td p {
  color: #8c8c8c;
}
.partner-table-container tr td.thead-color {
  color: #c3c3c3;
}
.notes-container{
  color: #8c8c8c;
  border: 1px #191919 solid;
  padding: 25px;
  border-top: 0;
}

@media only screen and (max-width: 1500px) {
	.recruitment-container{
    padding: 0 50px;
  }
  .recruitment-content-container{
    padding: 0 5em;
  }
  .application-process-container{
    margin: 50px 80px;
  }
  .partner-table-container{
    background-size: contain;
  }
}

/* home modal */

#modal_home_container{
  display: grid; 
  place-content: center; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100vh;
  z-index: 150; 
  background: rgba(0,0,0,0.5);
  margin-top: 25px;
}

.modal_home_content{
  position: relative;
  padding: 2em;
  color: #000;
  max-width: 1000px;
}

.modal_home_content .ann_cont{
  max-height: 500px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

/* width */
.modal_home_content .ann_cont::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal_home_content .ann_cont::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.modal_home_content .ann_cont::-webkit-scrollbar-thumb {
  background: #343433;
}

/* Handle on hover */
.modal_home_content .ann_cont::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.player_link {
  display: block;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin: 20px 0 0;
  display: none;
}

.modal_home_content .p-b-15 {
  padding-bottom: 15px;
}

.modal_home_content .fw-600 {
  font-weight: 600;
}

.modal_home_content ul {
  padding: 10px 0 10px 15px;
}

.modal_home_content ul li {
  list-style: decimal;
}

#close_modal_container{
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px;
  border-radius: 48px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
}
#close_modal_container .material-icons{
  font-size: 14px;
}

#modal_home_container table {
  margin: 10px 0;
}
#modal_home_container table tr {
  border-bottom: 0;
}
#modal_home_container table tr td {
  border: 1px solid rgba(0,0,0,0.4);
  padding: 5px;
}


/* Login PopUp */

#login-registration {
  max-width: 770px;
    border-radius: 30px;
    background: #242424;
    /* overflow: hidden; */
    max-height: 77%;
}
#login-registration .modal-close {
  position: absolute;
    top: 5px;
    right: 25px;
    font-size: 25px;
    color: #fff !important;
    border-radius: unset;
    height: unset;
    border: unset;
    line-height: 1 !important;
}
#login-registration .modal-content {
  padding: 0;
}
#login-registration .modal-content .main-cont {
  display: grid;
  grid-template-columns: 50% 50%;
}
#login-registration .modal-content .left {
  padding: 0;
  background: url(../images/login-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
    height: 100%;
}
#login-registration .modal-content .right {
  padding: 45px 20px 40px;
}

#login-registration .modal-content ul.tabs {
  height: auto;
  background: none;
  width: auto;
  border: 0;
  box-shadow: none;
}
#login-registration .modal-content ul.tabs li {
  height: auto;
  line-height: initial;
  min-width: 100px;
  flex-grow: initial;
}
#login-registration .modal-content ul.tabs li.indicator {
  display: none;
}
#login-registration .modal-content ul.tabs li a {
  padding: 20px 10px;
    border-radius: 50px;
    color: #575656 !important;
    border: none;
    text-align: center !important;
    display: block;
    height: unset;
    text-transform: capitalize;

}
#login-registration .modal-content ul.tabs li a.active {
  background-color: #5e1cd9 !important;
  color: #fff !important;
}
#login-registration .modal-content ul.tabs li a:focus.active,
#login-registration .modal-content ul.tabs li a:focus {
  background-color: #5e1cd9;
  color: #fff;
}
#loginCont form  {
  margin: 20px 0;
}
#loginCont form .input-group {
  position: relative;
}
#loginCont form .input-group label:before{
  content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    position: absolute;
    top: 18px;
    left: 15px;
    opacity: .5;
}
#loginCont form .input-group label[for="login"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAAGWB6gOAAAAAXNSR0IArs4c6QAABKlJREFUWAnVl01oXFUUx/MmM84kpqNEadVYSKAVMa0omZghk2lBEHRp1Y3iQqoguGtLd1ranaDuRFHBTRVUbJfiB4JNJuo4WdW4qIEJYqrtIhCTmAxNZvydm3de7nvzZvLe0Aa8cOd83HP+57xz7z3vTVfXTmNycrLhs5menn7Qp7AFsXZE0eRmW3l8e6vgqtOk8IBgpqamliDJRqPR293dfXB8fHxO1hPyo4PFLPxLzGq9Xn9R9SZnEYIhXINasVjMGJ4wX7vKJtLCucmuywsnS65XCbZAGN+acS2VSqcNww/h/1ZeqM9akHp6eu5bW1u7Goqknuzhk8orNUjAf0mNjqlSKQV9mIJelvhzzLwu2JTwKzg7+kT2mo8H4OOmzfRZbAlf+J4uaADKJcIVVZ9IJA4XCoVfVbZpKFClUrlXSuU4zvmJiQnvMEgZ0TXQ+Q6PADYpRLm+vv6IUMYHW2T71xRkW/S40Ixkld3ey9G85lluMdNsaCGgu7mil5F7IGOjU7Nz1OyMAXKLuITizjhI1CvJzt7A55Rd7O/igIgt2Wy49DHN6E0UQ6LsZAB4vBO/UB+v2MFVtv8Q239Z9USdpIZHVA7SUCDu94HNzc3fXeMSII9S2F7oP4DdEQQR2S62t04mV0SQbsLEd+J2QM4DlpXr4xlaTCiQew18vQswc+dqtZp39yyc8Ixcg3tsQ86L6QIE8epmr4fWCKezOLyBYZWmWeASF5E/E8dWzTMUSBw47dK/x4XXQT/aRz+6rnIsKh267Zs2FloEY+/RiHqYs/MLPukIfnLPLrCTz6itAaK45yjm66qMQ7X4DgAOQHWcV1H2RQXBJ4/vj2Q2R2YHEyhOiDNCrF6E/U+ALAF2QPwTCIeEgZreInyM8bPayhXpVaEDuqw+8rVjCt5Jz8ZXcbqSPNJxW+GtRGeqYuqdo+h+25ZsVA7pKZIZFC0JzUO+YiMqIncyYidEEk8Q+ALBdjpyKyR6jOS+jZNYaH9sBcC+XiSZbzQZAr6XzWb75JLIFF50rn+f2IpPK7wwfeQKUZnnCfCJgqRSqf35fP5PlW1aLpf309j/UB1JvkClPlW5HY1cIUDvtoBWx8bG/rJkHzs6OnoVxaoqA76qDqWRK1StVjMLCwvXqdIeF+m3/v7+seHh4RUbeXZ2tm9xcVEawkOiJ5nlgYGBvUNDQ+u2XSs+ckICQEfv4UUuH8tyu3YcJFMhmWLUZAQwVkKaAV8QKc7IqyR2gjmoeqEkMc98J51Ov5/L5eR78P892lZIKsEHyAM88T5mL9t1GzQBbeunJeFbo4HtJv/TblDJf5nXMpnMlXaVawKmb7wG4FvMrf+6in7zqRzyU/Svd21oLyEO7FGe5nueQluBvG7fTiaTF6nKPHR5ZGSkhq6OvP0Ws9ECPFiCn5iZmUlvbGzsQR6EPo3uJDMp5mDVqeTj/NP9wcjywwf5EZIxCqN0nFdoZB8Jf6sGjfZlEvxQ8UnqKJ+Sl0w1WHhWF6DlW52MxHJjlDWu5qAJ2V1YuuxuDTvWXRLU7KNFRZfjYH8uzC4Mr8FSoZTE04TMx5GbwP3Q51x+N4mdw27GbR/rP+619Y1WLtpBAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}
#loginCont form .input-group label[for="password"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAAXNSR0IArs4c6QAABBhJREFUWAnNV01oU0EQNqmhidQeWhAsVYhYBaOeooT+2PbgwbsteBY89GLV4v/RHzxY9OJB8KIHofUu6EFKfwiakxpBiwSkVBDaQy02NTTxm+XN6+Ttvrx9TYQupDM7P9/Mzu7O2+7Y4TdmZmZGSQdaJhqhP9PT0xWQYfwy0Wj0AcnUgEJNHAMWu0ryMoy5ubl+FkcQ6UylUmlhAUWbcCdgonJCvMqJhTJ0JBL53Nvbe4x1ikoDEmA+5DWoiieV5KzFh1BzkHWSAOF5d3W5XG7v2traIkP09fW5Opbx1hjnWuKulWA4caoJrYo2mYeaI+ykFoYtmFJJtHBUPDZgqhmxQlLNyLT0iAleooAf1AsmLJx95NOwiuNzGscnK0xc1gjEGcRisVQmk/nC1jjSH3Ck0wC8B8BbLDdSgPxgIJPB7OzsVZNeKxKc95kAWFYulwvMS8onQNsraWTBD+4URpPYMnmUhMqfdZY5YlpalRcMJ0w1qTLCJBAINsaaeIHk0rw6Ncdyr4GhX83hniOt7dV021Si/0719PT82pTUybkZeXGQYQan+C3k3Jxr7qoRCCCfAHLUC07zRCLRkU6nf3p1WrEBcpdAcJ9yuE8n2CGbzR4plUp5p0tqCWjbD5CbAKlIEAKjy9vU1DRAPIKpLyDxPDQgUgDoOhtI2t3dPeXML0k58UYgv4vJzsh6P/NMjUCsDENV0dBj9iCLfseR+v44fsZOCDnpaQyjBKuo5WuaUD8eAH1Hk60OavS0/SMEYOr6QcDUGWCjenrDahQIRL0Iv82HkU+agUCOX9LH3xXbArkOfowtUGCX1C6tN6Ltbtpm5MXX5pTRE/yGaHc0bQiB6YpYu1ddEWsvg+H8/Hzz0tLSYdzTDlLjQ7DY3t7+taura91gbiVSK7OyhFE+n29ZXl5+Cvacpc/Ltra2C6lUatXSvvpp7+dUKBTiCwsLU9CfFDbrKPU4uvir1tbWbyRfWVk5tLGxcRb98zKmzcL2fWdnZ38ymSwKmZENrBC90ovF4ncESTgIBaz6eNCqnWp+hE+S/JD8n3g8ftD0QXRwFQm8HvgYvuBkAPoG9+5AUDKETDZkSz40B8YuwiK+1ghMCICnBMBzwduyro8Hy+gfmBBWFmNP8H+Zt6XSR2L5+Qcm5Of4v+TuoUZnvIKS3rdZRSOTQcwSYt7AeXtIuCohPEIeobldbGSgsFhoqo/xuh5VXzPutA5Izcdv2EC17LEr7huGcwj8vNYCJB2etbtR8tvEo/x38Gz7TfxWR90JIZlnCK5eauCpCYb+h1Emv+1u2bZLqO4tw7k5j61Sb0E6Q7L8W+HrTsg5xIH/ddsmpxKihxWuHfvU/XxkoDCUciB7dYaoIYEfo64ZBqQRtk7MMSeHRkA2FuMfAGaXrK4NfisAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
}
#loginCont form  input[type="text"],
#loginCont form  input[type="password"] {
  height: 56px;
  background: #2c2c2c;
  border-radius: 8px;
  border: 0;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  color: #959595;
  margin-bottom: 20px;
  box-shadow: none;
  text-indent: 40px;
}
#loginCont form .fp{
  text-align: right;
    display: block;
    margin-bottom: 20px;
    color: #8758e4 !important;
    border: unset;
    height: unset;
    line-height: 1 !important;
}

#loginCont form select {
  height: 56px;
    background: #2c2c2c;
    border-radius: 8px;
    border: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    box-shadow: none;
    display: block;
}

#loginCont form select:focus {
  outline: none;
}

#loginCont form input[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  background: #5e1cd9;
}
.log-options {
  padding: 20px 0;
}
.log-options .log-divider {
  text-align: center;
  color: #575656;
  position: relative; 
}
.log-options p.log-divider:before {
  content: '';
  height: 1px;
  width: 50px;
  background: #575656;
  display: block;
  position: absolute;
  left: 64px;
  margin: auto;
  top: 12px;
  z-index: -1;
}

#loginCont form input::placeholder {
color: #464646;
}

.log-options p.log-divider:after {
  content: '';
  height: 1px;
  width: 50px;
  background: #575656;
  display: block;
  position: absolute;
  right: 64px;
  margin: auto;
  top: 12px;
  z-index: -1;
}

.log-options .social-icons {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-options .social-icons a {
  border: unset !important;
}
.log-options .social-icons img {
  width: 50px !important;
  margin: 0 10px !important;

}

.log-options .cs {
  color: #575656;
  margin-top: 20px;
}
#loginCont .log-options .cs a {
  color: #8758e4;
  border: unset;
  display: unset;

}
#loginCont .log-options a.toReg {
  color: #8758e4 !important;
    margin-top: 20px;
    display: block !important;
    height: unset;
    border: unset;
}
#signCont form input[type="text"],
#signCont form input[type="password"],
#signCont form input[type="number"] {
  height: 56px;
    background: #2c2c2c;
    border-radius: 8px;
    border: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    box-shadow: none;
    text-indent: 40px;
}
#signCont form input[type="text"]::placeholder,
#signCont form input[type="password"]::placeholder,
#signCont form input[type="number"]::placeholder {
  color: #464646;
}

#signCont form  {
  margin: 20px 0;
}
#signCont form .input-group {
  position: relative;
}
#signCont form .input-group label:before{
  content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    position: absolute;
    top: 18px;
    left: 15px;
    opacity: .5;
}
#signCont form .input-group label[for="username"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAAGWB6gOAAAAAXNSR0IArs4c6QAABKlJREFUWAnVl01oXFUUx/MmM84kpqNEadVYSKAVMa0omZghk2lBEHRp1Y3iQqoguGtLd1ranaDuRFHBTRVUbJfiB4JNJuo4WdW4qIEJYqrtIhCTmAxNZvydm3de7nvzZvLe0Aa8cOd83HP+57xz7z3vTVfXTmNycrLhs5menn7Qp7AFsXZE0eRmW3l8e6vgqtOk8IBgpqamliDJRqPR293dfXB8fHxO1hPyo4PFLPxLzGq9Xn9R9SZnEYIhXINasVjMGJ4wX7vKJtLCucmuywsnS65XCbZAGN+acS2VSqcNww/h/1ZeqM9akHp6eu5bW1u7Goqknuzhk8orNUjAf0mNjqlSKQV9mIJelvhzzLwu2JTwKzg7+kT2mo8H4OOmzfRZbAlf+J4uaADKJcIVVZ9IJA4XCoVfVbZpKFClUrlXSuU4zvmJiQnvMEgZ0TXQ+Q6PADYpRLm+vv6IUMYHW2T71xRkW/S40Ixkld3ey9G85lluMdNsaCGgu7mil5F7IGOjU7Nz1OyMAXKLuITizjhI1CvJzt7A55Rd7O/igIgt2Wy49DHN6E0UQ6LsZAB4vBO/UB+v2MFVtv8Q239Z9USdpIZHVA7SUCDu94HNzc3fXeMSII9S2F7oP4DdEQQR2S62t04mV0SQbsLEd+J2QM4DlpXr4xlaTCiQew18vQswc+dqtZp39yyc8Ixcg3tsQ86L6QIE8epmr4fWCKezOLyBYZWmWeASF5E/E8dWzTMUSBw47dK/x4XXQT/aRz+6rnIsKh267Zs2FloEY+/RiHqYs/MLPukIfnLPLrCTz6itAaK45yjm66qMQ7X4DgAOQHWcV1H2RQXBJ4/vj2Q2R2YHEyhOiDNCrF6E/U+ALAF2QPwTCIeEgZreInyM8bPayhXpVaEDuqw+8rVjCt5Jz8ZXcbqSPNJxW+GtRGeqYuqdo+h+25ZsVA7pKZIZFC0JzUO+YiMqIncyYidEEk8Q+ALBdjpyKyR6jOS+jZNYaH9sBcC+XiSZbzQZAr6XzWb75JLIFF50rn+f2IpPK7wwfeQKUZnnCfCJgqRSqf35fP5PlW1aLpf309j/UB1JvkClPlW5HY1cIUDvtoBWx8bG/rJkHzs6OnoVxaoqA76qDqWRK1StVjMLCwvXqdIeF+m3/v7+seHh4RUbeXZ2tm9xcVEawkOiJ5nlgYGBvUNDQ+u2XSs+ckICQEfv4UUuH8tyu3YcJFMhmWLUZAQwVkKaAV8QKc7IqyR2gjmoeqEkMc98J51Ov5/L5eR78P892lZIKsEHyAM88T5mL9t1GzQBbeunJeFbo4HtJv/TblDJf5nXMpnMlXaVawKmb7wG4FvMrf+6in7zqRzyU/Svd21oLyEO7FGe5nueQluBvG7fTiaTF6nKPHR5ZGSkhq6OvP0Ws9ECPFiCn5iZmUlvbGzsQR6EPo3uJDMp5mDVqeTj/NP9wcjywwf5EZIxCqN0nFdoZB8Jf6sGjfZlEvxQ8UnqKJ+Sl0w1WHhWF6DlW52MxHJjlDWu5qAJ2V1YuuxuDTvWXRLU7KNFRZfjYH8uzC4Mr8FSoZTE04TMx5GbwP3Q51x+N4mdw27GbR/rP+619Y1WLtpBAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}
#signCont form .input-group label[for="password"]:before,
#signCont form .input-group label[for="cpassword"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAAXNSR0IArs4c6QAABBhJREFUWAnNV01oU0EQNqmhidQeWhAsVYhYBaOeooT+2PbgwbsteBY89GLV4v/RHzxY9OJB8KIHofUu6EFKfwiakxpBiwSkVBDaQy02NTTxm+XN6+Ttvrx9TYQupDM7P9/Mzu7O2+7Y4TdmZmZGSQdaJhqhP9PT0xWQYfwy0Wj0AcnUgEJNHAMWu0ryMoy5ubl+FkcQ6UylUmlhAUWbcCdgonJCvMqJhTJ0JBL53Nvbe4x1ikoDEmA+5DWoiieV5KzFh1BzkHWSAOF5d3W5XG7v2traIkP09fW5Opbx1hjnWuKulWA4caoJrYo2mYeaI+ykFoYtmFJJtHBUPDZgqhmxQlLNyLT0iAleooAf1AsmLJx95NOwiuNzGscnK0xc1gjEGcRisVQmk/nC1jjSH3Ck0wC8B8BbLDdSgPxgIJPB7OzsVZNeKxKc95kAWFYulwvMS8onQNsraWTBD+4URpPYMnmUhMqfdZY5YlpalRcMJ0w1qTLCJBAINsaaeIHk0rw6Ncdyr4GhX83hniOt7dV021Si/0719PT82pTUybkZeXGQYQan+C3k3Jxr7qoRCCCfAHLUC07zRCLRkU6nf3p1WrEBcpdAcJ9yuE8n2CGbzR4plUp5p0tqCWjbD5CbAKlIEAKjy9vU1DRAPIKpLyDxPDQgUgDoOhtI2t3dPeXML0k58UYgv4vJzsh6P/NMjUCsDENV0dBj9iCLfseR+v44fsZOCDnpaQyjBKuo5WuaUD8eAH1Hk60OavS0/SMEYOr6QcDUGWCjenrDahQIRL0Iv82HkU+agUCOX9LH3xXbArkOfowtUGCX1C6tN6Ltbtpm5MXX5pTRE/yGaHc0bQiB6YpYu1ddEWsvg+H8/Hzz0tLSYdzTDlLjQ7DY3t7+taura91gbiVSK7OyhFE+n29ZXl5+Cvacpc/Ltra2C6lUatXSvvpp7+dUKBTiCwsLU9CfFDbrKPU4uvir1tbWbyRfWVk5tLGxcRb98zKmzcL2fWdnZ38ymSwKmZENrBC90ovF4ncESTgIBaz6eNCqnWp+hE+S/JD8n3g8ftD0QXRwFQm8HvgYvuBkAPoG9+5AUDKETDZkSz40B8YuwiK+1ghMCICnBMBzwduyro8Hy+gfmBBWFmNP8H+Zt6XSR2L5+Qcm5Of4v+TuoUZnvIKS3rdZRSOTQcwSYt7AeXtIuCohPEIeobldbGSgsFhoqo/xuh5VXzPutA5Izcdv2EC17LEr7huGcwj8vNYCJB2etbtR8tvEo/x38Gz7TfxWR90JIZlnCK5eauCpCYb+h1Emv+1u2bZLqO4tw7k5j61Sb0E6Q7L8W+HrTsg5xIH/ddsmpxKihxWuHfvU/XxkoDCUciB7dYaoIYEfo64ZBqQRtk7MMSeHRkA2FuMfAGaXrK4NfisAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
}
#signCont form .input-group label[for="ctn"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAABUVJREFUWAmtl1tonFUQx7NfLk1oUk01TWhRtCZCE7QS0pjbIqJCBQtSrbcnfShq9UUfRBE0iViM0D54AR8EBR9qWuuVIljBaq5ggo0YKCRQUYkx1lQTY6LZZP39z37z8e3ul2wSPfDtzJn5n5k5M+e2eXm0/v7+W0QjW0zSnp6eZGlpafn8/LwXoCR0nd7e3rJACuMlk8kZhMthobNhAmckFou9JgF2jpuX0fz8/PjS0tJv8XjcydJG0KltaWmZNmGYBmgcd6PYRhBN0GK+e/hSLmDSmqIEGAx2uSAfjWkov+P5M/5meXn54MDAwI1ZIAAJEwbpMYFRKfA7bv0saiONhgFBpFKWlJQUUZJ/DEBG/zDeUd9VpwnVDyyYkJnUJxKJYfWxkAKA/JT+XgP59CJ12Zohi+7KlW8kAPiy1KoJpNmMWx6e592Nai+puk2QwcHB60WRHxFdrTkDra2tJwF1UN/P8Hwrc9ylQVTvx9UGS5eWJAbvRnaW5EyUlZVdOzMz86cDxWKnoF/i4GX11cA829bWdjjNQErlVvoofK3qBOjSsbGxTVNTUzVE+l0I4xIfacBA5EQ77nc821Z6E4MHpUf3MfJ9qxowQ0YVyeTk5If0VfIFylwSGOjr69tDyFsErqio6K2pqflbfK4WGx0dLZqens4CFxQUXN3c3Px9LgMeg78SqLCwcDcnw2X61KeU50VzNY+w3e5oamr6VieHPmTPaWDkDs6w6BUXF98rGVl9xnSE/5F4srzTZCtRr6Gh4WcffNhAhH9WPNEcM9lK1NUX5dMCcDK1iOJZ1XlLfK7mDFDPLgE5WvtCAx4K8SuyFoEAj+uH/dAO0akqflA03PzoAlGwkCRhwCKkgCrsAPgJfL3kJLWNvHwAW6E++lm2eiU5mk8zIOtUw10uWg9s50eQvahBftMUJ/gOqA9mV4EYa1hODg0NbefknNBVA+ABvMhonE3UYzhRok3ioCMtAgPgNZ9BduIvIN9Ooi+aXlQGICfCSQz0RLLEAEjsVYS6qqYZMM+Gaw5AKSYRGUEGSKv0JFHtz5TTb1iTARuIIZX3GMYUeQdRtgcGNG9WYheJeQylws5qTGmK7w6Otq+zlBsUuACI7AkCOLpWGwTRTVXvWyt+NZwLgAL9AOgKATHuTvvMQdxVlYuLi7riS31dHylsy8Stt2+r6PXQwBcoxY5Q37Gcd7/wOqgkQHsttbKqnsrErbfvAmAmXRg+pcFaIGyiL6IMLSwsvIPevRfA/0VAazqxomyZzDKQV15evh+jU76ihrKcMZAo6+RdnLutIOecLzvr6+t/DWM2wgcB1NXV6Wqp5rMdfxNOXVZkGOebRdXgJ3k5GC4l3OBvsA1tPPXfylY8jxN3RSMfq6qquq66ujpBzceRX+VjL3Ci1rElLWtmYl00KwCNxonH7Adg7e2sa7+VtTKM/D30dwmnRjnO0X8U3Rkn4GdkZGTz7OzsIdiH0V0DvQCum68zM+DIAMwQM36ebLRbHzrMCR9n8W2am5t7H+M3h3TrYX8CfKcmtGoAskhJSghCL8M95oGZjJP+fVw158jIlfSfRP8g3yU+RvdWOw4+tzG6CNAf4QsuBL1/cwZgBjiItnAQ6Q+R3nVBw/lpDB0iGB1SORu76zigAz7wxJoDCFtm1tqOrzCbtAOLYGaRv1FUVHS0sbFxMjzG+P8lADMmSjANkE6CuT0sN56gtEjf5tzohm6jnKehboehe2lDGTDjUZRS1fIA0g64H0fu1IzC4XzlfxhRA/6LjHfS5byTbsDpEnaGuElVKtf+BcZabzEZ+avlAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}
#signCont form .input-group label[for="referral"]:before{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAYAAAHoLsgPAAAAAXNSR0IArs4c6QAAA5hJREFUWAntl09oE0EUxrMxUlBUrCBY//Sq3tQKJU0OVfCgB0Wx6MFDvXiwgie9FKXSi14EW6/Fo2jxz6EFD+IhTVIwIIiI0puKiiCpihiwSfy9YWc7uzubTRqxHrqQ7syb7/vmzZs3b6eJRFNPPp8fzOVy96xgR6yM1js7OzvK5fLDMIrRk9oqyJRLWRSMQtQ1zZtFG6xvU8YEyKRJ02BrhwAzMzM5E6gBntuZTCYrAOKz2QRGth1xJHI0kfikAhkFaGoVKraiANpzlG41m82eFrsHwDAghuCjlxm0e30fgLWfqNfran80QgGKxeJed7ldRPKjuXTlQ7VaPYMPmjkmbEC/eFWVEdYU0oe1bLNvx3HWqxlc8gCz3G+WLG7yfPctslmyifPirI1mALTNfOP2fjKqpG0hASNYGtPw3fYS2hYILUH8JWMO1Gq1p6bvrL3I2tOmTdrWYw/4KuBrJphcWUf/PVu3wbSrdqFQOBgyxhjgbJ2bm+uIgcUPO+KaZFQ81I9gmdMs80gS8lv/UHM9eOrsyC5sEUorCUS2Ss1WJaTtPFh+AV8msiM9BOe5xCTqCcbKJyDHlADdhbzKJpBMJqeDdp+ADDKDKshBYFR/+YP4H3vAdspBy8nnKCqAYrcuAWKBXw2RDJVpUiq1VCmbkG8bIakvFETBfuYK1D0/P38OkVtS4hBKpFKpfQsLC55W6A7AOf/G6HaS6oeHooH4FYRHTJtkpQiInGRehUzr7uvr+2KCgm2EbiJ0UewqraWuYewKAuP6uo7qT7bCz87O7mZ9O5nBehbiROPGCU+VGL7p7e19rbH6ejDOpOe18V+8ceY2+zSksiAweUvXjFacZb+9UuzOOWTN41ZE28WuOOCrBLZwUkIGqQKHGGv1ZFQ5108413dsutrW0AHOdw+TT2hwq2+4p9B4JZ+6KG5DB1yir1ZECS3VvpKEKxFY9gg0PAW2zOZYyb18lFq+xxzn4/KC/jAnJ3R7NHHBdqwDfLfTnGeZsF/IvD0NJn3n2na4Dk3JtUUexp5RiIbT6XRBGSL+hByAuItVToI/jqjDv/oelbGvdK4jPI6w/LvvPaVSaU2lUpFP+mV4m/j1w82LQ/DE6wf8XmL3ONJQRQaQ37oI+Ql5DNINrj/lRXN8C82NcC/BvQB6rY2h7mQywIofATwK4TfdCW4to9xaPthIS7Vx29rGbWsY/lnmWs1cj8mXY0vV+2u8Pyj/rMVGvFIZAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}
#signCont form .notice {
  margin-bottom: 20px;
    text-align: center;
    color: #DC4913;
}
#signCont form .terms label a {
  border: 0;
    height: unset;
    display: inline;
    outline: none;
    color: #945FFC !important;
}

#signCont form span.required {
  position: absolute;
    top: 20px;
    right: 20px;
    color: #DC4913;
    font-size: 20px;
    line-height: 1;
}

#signCont form .terms input[type="checkbox"] {
  position: relative;
    margin-right: 5px;
    opacity: 1;
    top: 2px;
    pointer-events: auto;
}

#signCont form .terms {
  margin-bottom: 20px;
}

#signCont form input[type="submit"] {
  width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    background: #5e1cd9;
}

#signCont .toLogin {
  color: #484848;
}

#signCont .toLogin a {
  border: 0;
  display: unset;
  color: #945FFC !important;
}