@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: #202020;
  color: #fff;
  font-family: 'UnisansRegular';
}
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: #18cce9 !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;
}
.red-bg {
  background: #c70000 !important;
  color: #fff !important;
}
.gray-bg {
	background: #5c6573 !important;
	color: #fff !important;
}
.white-bg {
	background: #fff !important;
	color: #f4321f !important;
}
.purple-bg {
  background: #18cce9 !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');
}
@font-face {
  font-family: 'CorinthianBold';
  src: url('../font/Corinthian-Bold-Plain.ttf') format('truetype');
}
@font-face {
  font-family: 'CorinthianLight';
  src: url('../font/Corinthian-Light-Plain.ttf') format('truetype');
}
@font-face {
  font-family: 'CorinthianMedium';
  src: url('../font/Corinthian-Medium-Plain.ttf') format('truetype');
}
@font-face {
  font-family: 'UnisansRegular';
  src: url('../font/Uni-Sans-Regular.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('../images/loader-bg.jpg') center no-repeat;
  background-size: cover;

}
.loading-content{
  display: grid;
  justify-items: center;
} 
.loading-content img{
  width: 280px;
}
.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: 22px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 141px;
  top: 22px;
}
header .logo__bg a.smash__logo img {
  height: 37px;
}
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: 100px 0px 15px 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;
  margin: -15px!important;
}

header nav .nav-wrapper ul.left ul.collapsible {
  box-shadow: none;
}

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 ul.collapsible li.see__all {
  margin: 15px 0 10px 0 !important;
}
header nav .nav-wrapper ul.left ul.collapsible li.see__all a {
  background: #fe0000  !important;
  height: 41px;
  border-radius: 180px;
  width: 169px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -25px;
}

header nav .nav-wrapper ul.left ul.collapsible li.see__all a:active {
  border: solid #fff 3px !important;
  background: #c40001 !important;
}

/* 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: #fff;
  transition: all 0.3s ease 0s;
  font-family: 'UnisansRegular';
  font-size: 14px;
  font-weight: 600;
}
header nav .nav-wrapper ul.left li a img.sidemenu__icon {
  width: 34px;
  padding-right: 15px;
}

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: #fe0000;
}

header nav .nav-wrapper ul.left li a.active span {
  color: #fe0000;
}

/* header nav .nav-wrapper ul.left li.active a  {
  background: transparent;
  color: #fe0000;
} */

header nav .nav-wrapper ul.left li.active a span.collapse-white {
  background: transparent; 
  color: #fff!important;
}

header nav .nav-wrapper ul.left li.active a span.collapse-white:hover {
  color: #ffffff !important;
}

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 .header__ann__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  width: 58%;
  overflow: hidden;
  margin-right: 15px;
}
header .top__header__wrapper .top__header .header__ann__wrapper .ann__icon {
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .top__header__wrapper .top__header .header__ann__wrapper .ann__icon img {
  width: 30px;
}
header .top__header__wrapper .top__header .header__ann__wrapper ._public_news {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
  overflow: hidden;
  max-height: 21px;
  font-family: 'UnisansRegular';
}
header .top__header__wrapper .top__header .header__ann__wrapper ._public_news .js-marquee {
  cursor: pointer;
}

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;
  display: none;
}
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:#fe0000;
  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 a img {
  margin-right: 5px;
}
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover {
  background: #6d0606;
  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,
header .top__header__wrapper .top__header .logo__search__wrapper a.esport__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,
header .top__header__wrapper .top__header .logo__search__wrapper a.esport__header__btn {
  background: #242424;
  padding: 5px 15px;
  border-radius: 150px;
  margin-left: 10px;color: #c3c3c3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease 0s;
}
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn:hover,
header .top__header__wrapper .top__header .logo__search__wrapper a.esport__header__btn:hover {
  background: #18cce9;
  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__search__wrapper a.esport__header__btn i {
  background: url(../images/icon/esports-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-end;
  align-items: center;
  width: 40%;
}

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;
  height: 45px !important;
  border: 1px #30333c solid;
  border-radius: 150px;
}

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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff!important;
  height: 42px;
  transition: all .3s ease 0s;
  padding: 0 25px;
  border-radius: 5px;
  font-family: 'UnisansRegular';
  font-size: 16px;
  border: 2px solid #fe0000;
  /*background: #c40001;*/
  margin-left: 5px
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.reg-btn {
  background: #fff;
  color: #000 !important;
  border: 2px solid #b3b3b3;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.withdraw__btn {
  border: 0;
  border-radius: 150px;
  height: 40px !important;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.deposit__btn {
  /*background: #18cce9;*/
  height: 40px !important;
  border-radius: 150px;
}

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: #fe0000;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.logout__btn {
  padding: 0px 20px;
  height: 45px;
  border-radius: 150px;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.logout__btn:hover {
  background-color: #fe0000;
}

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.login-tab {
  border: 2px solid #fe0000;
  background: transparent !important;
  position: relative;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.login-tab:before {
  content: '';
  background: url(../images/login-shadow-bg.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -9px;
  right: 0;
  width: 100px;
  height: 35px;
  top: 0;
  opacity: 0.7;
}
header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.reg-tab {
  background: #fe0000;
  animation: shockwaveJump 1s ease-out infinite;
    overflow: initial;
    border: 0;
    outline: 0;
}

header .top__header__wrapper .top__header .header__user__wrapper img.user__icon {
  height: 40px;
  border: 2px solid #fe0000;
  border-radius: 150px;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper {
  display: block;
  padding-left: 15px;
  padding-right: 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;
  padding: 0 !important;
  margin-left: 0;
  line-height: 10px;
  font-size: 15px;
  margin-top: 5px;
}
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: #18cce9;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 150px;
}

header nav.hide-menu {
  margin-left: -450px;
}

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 nav .nav-wrapper ul.left li.roulette-sb,
header nav .nav-wrapper ul.left li.roulette-ref {
  background: url(../images/icon/sb-roulettebg.png?=v0.2);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  overflow: hidden;
  margin: -15px -15px 5px -15px !important;
}
header nav .nav-wrapper ul.left li.roulette-sb a,
header nav .nav-wrapper ul.left li.roulette-ref a {
  height: 49px;
}

header nav .nav-wrapper ul li a i.menu_icon.ref2 {
  background: url(../images/icon/referral-icon2.png) no-repeat!important;
  height: 40px;
  width: 45px;
  background-size: 90%!important;
  margin-right: 5px;
}
header nav .nav-wrapper ul.left li.roulette-ref {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
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-latest-V3.png?v2) no-repeat;
  height: 30px; 
  width: 37px;
  background-size: 105%;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon.t1-original {
  background: url(../images/icon/t1-original.png?=v0.1) no-repeat!important; 
  height: 35px;
  width: 37px;
  background-size: 90%!important;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon.vr-sports {
  background: url(../images/icon/vr-sport.png) no-repeat!important; 
  height: 30px;
  width: 37px;
  background-size: 90%!important;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon.poker-chip {
  background: url(../images/icon/poker-chip.png) no-repeat!important; 
  height: 30px;
  width: 37px;
  background-size: 83%!important;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon.mine {
  background: url(../images/icon/mine.png) no-repeat!important;
  background-size: 68%!important;
  background-position: 40px 2px;
}

i.all_slots_game_icon {
  margin-left: 16px;
  margin-right: 6px !important;
}

.nav_slots_icon {
  width: 28px;
  margin-left: 15px;
  margin-right: 8px;
}

header .sidenav ul li a i.menu_icon.home,
header nav .nav-wrapper ul li a i.menu_icon.home {
	background-position: 0 -8px;
}
header nav .nav-wrapper ul li.active a i.menu_icon.home {
  background-position: 0 -8px;
}
/*header nav .nav-wrapper ul li.home:hover a i.menu_icon.home {
  background-position: 0 -8px;
}*/
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 .sidenav ul li a i.menu_icon.esports,
header nav .nav-wrapper ul li a i.menu_icon.esports {
  background-position: 0 -296px;
}
header nav .nav-wrapper ul li.active a i.menu_icon.esports {
  background-position: 0 -296px;
}
header .sidenav ul li a i.menu_icon.bingo,
header nav .nav-wrapper ul li a i.menu_icon.bingo {
  background-position: 0 -382px;
}header nav .nav-wrapper ul li.active a i.menu_icon.bingo {
  background-position: 0 -382px;
}

header .sidenav ul li a i.menu_icon.dice,
header nav .nav-wrapper ul li a i.menu_icon.dice {
  background-position: 0 -146px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.dice {
  background-position: 0 -146px;
}

header .sidenav ul li a i.menu_icon.crash,
header nav .nav-wrapper ul li a i.menu_icon.crash {
	background-position: 0 -43px;
  height: 24px;
  width: 34px;
  background-size: 96%;
}

header nav .nav-wrapper ul li.active a i.menu_icon.crash {
  background-position: 0 -43px;
  height: 24px;
  width: 34px;
  background-size: 96%;
}

header .sidenav ul li a i.menu_icon.double,
header nav .nav-wrapper ul li a i.menu_icon.double {
	background-position: 0 -82px;
  height: 24px;
  width: 34px;
  background-size: 96%;
}

header nav .nav-wrapper ul li.active a i.menu_icon.double {
  background-position: 0 -82px;
  height: 24px;
  width: 34px;
  background-size: 96%;
}

header .sidenav ul li a i.menu_icon.slots,
header nav .nav-wrapper ul li a i.menu_icon.slots {
	background-position: 0 -190px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.slots {
  background-position: 0 -190px;
}

header .sidenav ul li a i.menu_icon.livecasino,
header nav .nav-wrapper ul li a i.menu_icon.livecasino {
	background-position: 0 -342px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.livecasino {
  background-position: 0 -342px;
}

header .sidenav ul li a i.menu_icon.sports,
header nav .nav-wrapper ul li a i.menu_icon.sports {
	background-position: 0 -240px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.sports {
  background-position: 0 -240px;
}

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 -431px;
  height: 27px;
}

header nav .nav-wrapper ul li.bistro:hover a i.menu_icon.bistro {
  background-position: 0 -462px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.bistro {
  background-position: 0 -400px;
}

header .sidenav ul li a i.menu_icon.truco,
header nav .nav-wrapper ul li a i.menu_icon.truco {
  background-position: 0 -737px;
}

header nav .nav-wrapper ul li.truco:hover a i.menu_icon.truco {
  background-position: 0 -767px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.truco {
  background-position: 0 -707px;
}

header .sidenav__bottom__wrapper {
  border-top: 1px #484848 solid;
  margin: 0 20px;
  padding-left: 15px;
  padding-top: 13px;
}

header .sidenav__bottom__wrapper .f-button-wrapper {
  display: grid;
  grid-template-columns: auto;
  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;
  cursor: pointer;
}
header .sidenav__bottom__wrapper .f-button-wrapper a.t-btn>div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidenav__bottom__wrapper .f-button-wrapper a img.t-icon {
  width: 30px;
}
header .sidenav__bottom__wrapper .f-button-wrapper a span.message__count {
  background: #dc4913;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -34px;
  top: -21px;
  border-radius: 150px;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
header .sidenav__bottom__wrapper .f-button-wrapper a img.b-icon {
  
}

header .had-container .main-nav .sidenav__bottom__wrapper .socials-wrapper {
  display:grid;
  grid-template-columns: repeat(3,1fr)!important;
  grid-gap: 5px;
  width: 100%;
  padding: 15px 0 0 10px;
}

header .had-container .main-nav .sidenav__bottom__wrapper .socials-wrapper a img {
  width:40px;
}

header .sidenav__bottom__wrapper .vip__side__wrapper {
  margin: 10px 0;
}
header .sidenav__bottom__wrapper .vip__side__wrapper a {
  cursor: pointer;
  background: #4d64e7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  border-radius: 15px;
  padding: 0 15px;
}
header .sidenav__bottom__wrapper .vip__side__wrapper a img,
header .sidenav__bottom__wrapper .promo__side__wrapper a img { 
  width: 35px;
  padding-right: 12px;
}
header .sidenav__bottom__wrapper .vip__side__wrapper a span,
header .sidenav__bottom__wrapper .promo__side__wrapper a span {
  font-family: 'UnisansRegular';
  font-size: 16px;
} 

header .sidenav__bottom__wrapper .promo__side__wrapper a span:hover {
  color:#fff;
}
header .sidenav__bottom__wrapper .app-dl-wrapper {
  background: #fe0000;
  background: -moz-linear-gradient(left, #fe0000 60%, #6d0606 100%);
  background: -webkit-linear-gradient(left, #fe0000 60%,#6d0606 100%);
  background: linear-gradient(to right, #fe0000 60%,#6d0606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#6d0606',GradientType=1 );
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  margin: 15px 0px;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'UnisansRegular';
}


header .sidenav__bottom__wrapper .app-dl-wrapper:active {
  background: #c40001!important;
    border:1px solid #fff !important;
  }



header .sidenav__bottom__wrapper .promo__side__wrapper a {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  border-radius: 15px; 
  padding: 2px 0px 0px 5px;
  color: #898989;
}
header .sidenav__bottom__wrapper .app-dl-wrapper a {
  /* background: #21308c; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  border-radius: 15px;
  font-size: 14px;
  /* font-family: 'corinthianmedium'; */ 
  font-family: 'UnisansRegular';
  font-weight: 600;
  white-space: nowrap;
}
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: 20px 0 15px 0;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a {
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 10px 17px;
  background: #242424;
  /* font-family: 'corinthianmedium'; */
}
header .sidenav__bottom__wrapper .change-lang-wrapper a img {
  width: 25px;
  margin-right: 10px;
}
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: 10px;
  vertical-align: 0.255em;
  top: 4px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: relative;
  display: none;
}
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 {
  background-color: #242424;
}
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;
  height: 45px;
}

.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;
  white-space: nowrap;
}
.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: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(196,0,1,1) 100%);
  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;
  border: 0;
}

.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: #18cce9;
  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: #18cce9;
  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;
  background-color: #191919;
    background-image: linear-gradient(to right,#191919 0%,#202020 10%,#191919 20%,#191919 100%);
    background-size: 200% 100%;
    animation: pulse-bg 1.2s linear infinite;
}

.hp__swiper img {
  min-height: 450px;
}

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: 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;
}
section.new__games__section .new__games__wrapper.t1soft {
  height: 100%;
}
section.new__games__section .new__games__wrapper.t1soft .game__container{
 height: 100%;
}
section.new__games__section .new__games__wrapper.t1soft .game__container .tabs-content {
  height: 100% !important;
}
.game__title {
  padding: 20px 0;
}
.game__title > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.game__title > div img.sports-icon,
.game__title > div img.house-icon {
  padding-right: 20px;
  width: 70px;
}
.game__title h4 {
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}
.game__title p {
  color: #fff;
  padding-top: 5px;
  font-family: 'UnisansRegular';
  font-size:16px;
}

.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: #fe0072;
  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 {
  background-color: #191919;
    background-image: linear-gradient(to right,#191919 0%,#202020 10%,#191919 20%,#191919 100%);
    background-size: 200% 100%;
    animation: pulse-bg 1.2s linear infinite;
}

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.new__games__section .game__container .game__hp__1,
section.new__games__section .game__container .game__hp__2 {
  display: grid;
  grid-template-columns: repeat(2,1fr)!important;
  grid-gap: 30px;
}
section.new__games__section .game__container .game__hp__1 {
  padding-bottom: 30px;
}
section.new__games__section .game__container .game__hp__1 .img__wrap {
  
}
section.new__games__section .game__container .game__hp__1 .img__wrap img,
section.new__games__section .game__container .game__hp__2 .img__wrap img {
  border-radius: 30px;
}

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;
}

section.new__games__section .game__container .game__hp__3 {
  padding-top: 30px;
}
section.new__games__section .game__container .game__hp__3 .row {
  
}
section.new__games__section .game__container .game__hp__3 .row .col.s6:first-of-type {
  padding-left: 0;
}
section.new__games__section .game__container .game__hp__3 .row .col.s6 {
  
}
section.new__games__section .game__container .current__progress__box {
  background: #1c1e3b;
  height: 383px;
  overflow: hidden;
  border-radius: 25px;
  padding: 20px;
}
section.new__games__section .game__container .current__progress__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.new__games__section .game__container .current__progress__wrapper h4 {
  font-size: 24px;
  width: 50%;
  font-family: 'UnisansRegular';
}
section.new__games__section .game__container .current__progress__wrapper .bar__progress {
  background: #a71d39;
  height: 20px;
  width: 100%;
  border-radius: 120px;
  position: relative;
  top: 6px;
}
section.new__games__section .game__container .player__rank__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0 0 0;
}
section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper {
  padding: 0 50px 0 0px;
  text-align: center;
}
section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper img.pro-pic {
  width: 130px;
}
section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper p.player__name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 10px 0 0 0;
  font-family: 'UnisansRegular';
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info {
  padding: 0 70px 0 0;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 72px;
  font-family: 'UnisansRegular';
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .my__position {
  padding-right: 120px;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .my__position span {
  color: #c3c3c3;
  font-weight: 600;
  font-size: 24px;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .title__top {
  color: #484848;
  font-size: 24px;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .total__bet {
  
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .total__bet .tbet__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .total__bet .tbet__wrapper span.rs {
  background: #ffa600;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 150px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .total__bet .tbet__wrapper p {
  font-weight: 600;
  font-size: 18px;
  padding-left: 5px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  font-family: 'UnisansRegular';
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__rs__amount {
  margin: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__rs__amount .wag__amount {
  font-size: 24px;
  font-weight: 600;
  margin-left: 5px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach {
  padding-left: 15px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach .toreach {
  display: inline-block;
  padding: 0 10px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach .player__top {
  color: #07af1a;
  font-weight: 600;
  font-size: 24px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__rs__amount .rs {
  background: #ffa600;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 150px;
  text-align: center;
  font-size: 18px;
    line-height: 25px;
}
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__text,
.player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach .toreach {
  color: #484848;
  font-size: 24px;
}


/* Home page Slots */

.hotgames__section .hotgames__wrapper .tabs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hotgames__section .hotgames__wrapper .pro__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
}
.hotgames__section .hotgames__wrapper .pro__title a {
  color: #fff;
}


.hotgames__section .hotgames__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;
}

.tabs__wrapper .tabs2 {
  display: grid;
  grid-auto-flow: column;
  margin-left: 50px;
}

/* .hotgames__section .hotgames__wrapper .home-slots-tabs a{
  white-space: nowrap;
  text-align: center;
  padding: 7px 20px;
} */
.hotgames__section .hotgames__wrapper .home-slots-tabs a {
  position: relative;
  background-color: #1c2532;
  padding: 33px 0;
  border-radius: 25px;
  display: grid;
  place-content: center;
  /* width: 170px; */
  height: 26px;
}

.hotgames__section .hotgames__wrapper .home-slots-tabs a .tag{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

.home-slots-tabs img {
  width: 135px;
}

.home-slots-tabs img.pg {
  width: 50px;
}

.hotgames__section .tabs__wrapper {
  margin-bottom: 10px;
}

/* #providerHomeSelect .tabs2 {
  margin-top: 10px;
} */
/* 
.hotgames__section .hotgames__wrapper .home-slots-tabs a, */
.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 .home-slots-tabs a.active,
.hotgames__section .hotgames__wrapper .tabs li a.active {
  background-color:  #c40001;
  color: #fff;
  border-radius: 24px;
}

.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:last-child {
  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: 10px;
}

.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;
  display: none;
}

.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: 'UnisansRegular';
}

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: 'UnisansRegular';
  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: 0 0 10px;
}
section.ranking__section .ranking__wrapper .row {
  display: flex;
  justify-content: flex-start;
  align-items: center; 
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #1d0f1b;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper canvas {
  position: absolute;
  z-index: 0;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .trophy__img,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .trophy__img {
  padding-right: 30px;
  width: 50%;
  z-index: 1;
}
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 50%;
  z-index: 1;
}
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper img.star-rank-icon {
  width: 70px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
}
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper h2 {
  font-size: 3rem;
  font-weight: 600;
  padding: 0;
  color: #fff;
  font-family: 'UnisansRegular';
  margin: 0;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  padding-bottom: 60px;
  font-family: 'UnisansRegular';
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper img.rank-flo,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper img.rank-flo {
  width: 18px;
  margin: 0 5px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span {
  color: #fff;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper p,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper p {
  color: #fff; 
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span.date__one,
section.new__games__section .game__container .game__hp__2 .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,
section.new__games__section .game__container .game__hp__2 .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,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper p.cpp {
  color: #484848;
  padding: 10px 0;
  font-size: 18px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper,
section.new__games__section .game__container .game__hp__2 .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,
section.new__games__section .game__container .game__hp__2 .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;
  font-size: 16px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool {
  color: #4d64e7;
  font-weight: 700;
  font-size: 63px;
}
section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper p,
section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper p {
  font-size: 32px;
}
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 .player__ranking__wrapper {
  background: #1d0f1b;
  border-radius: 30px;
  border: 1px #ff00ae solid;
  padding: 20px;
}
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 tbody tr {
  border-bottom: 1px #ec5656 solid;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr:nth-child(odd) {

}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr:nth-child(even) {
  background: #0a0509;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td {
  width: 25%;
  font-family: 'UnisansRegular';
  font-size: 22px;
  padding-left: 25px;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td .number__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td .number__wrapper p.number {
  
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td .number__wrapper p.number.top {
  color: #fff;
  font-family: 'UnisansRegular';
  font-size: 62px;
  font-style: italic;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td .number__wrapper img.rank_img {
  width: 36px;
  margin-left: 10px;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td.leaderboard > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td.leaderboard {
  border-bottom: 3px #ec5656 solid;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td.leaderboard img {
  width: 140px;
  padding-right: 15px;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td.leaderboard p {
  color: #fff;
  font-family: 'UnisansRegular';
  font-size: 42px;
  text-transform: uppercase;
}
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: #db3732;
  width: 30px;
  height: 30px;
  border-radius: 150px;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  margin-right: 5px;
  color: #000;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.green__text {
  color: #fff;
}
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.num__rank {
  color: #433741;
  font-family: 'UnisansRegular';
  font-weight: 600;
  font-size: 50px;
}











/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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: 700px;
  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: #6a0000;*/
  background: linear-gradient(180deg, rgba(25,25,25,1) 90%, rgb(255 0 0 / 65%) 100%);
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper p {
  color: #707f89;
}

section.promo__contents .sidenav {
  width: 100%;
  z-index: 10;
  background: #191919;
  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: 'UnisansRegular';
}
.promo__details h4 {
  margin: 0 0 15px;
  font-size: 30px;
  color: #fe0000;
  font-size: 26px;
}

.sidenav li{
  line-height: 22px;
  margin-bottom: 12px;
}

.sidenav ol{
  /* padding-left: 19px; */
}

.sidenav ol.tnc{
  padding-left: 19px;
  padding-bottom: 20px;
}

.sidenav ol li{
  font-size: 18px;
  font-family: 'UnisansRegular';
  text-align: justify;
}

.sidenav ol.decimal{ 
  padding-left: 19px;    
}

.sidenav ol.decimal li {
  list-style-type: decimal;
}

.sidenav ol.tnc li {
  list-style-type: decimal;
}

.sidenav ol.tnc li ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.sidenav ol.tnc li ul li {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sidenav ol.tnc li ul li::before {
  display: block;
  content: '✓';
  margin-right: 15px;
}
.sidenav ul.list__bl {
  font-size: 18px;
}
.sidenav ul.list__bl li {
  list-style: disc;
  color: #fff;
}
.promo__details h4 strong{
font-weight: 900;
}

.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: 30px auto;
}

.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;
  width: 100%;
}

.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: #fe214f;
  font-weight: 700;
  font-size: 96px;
  font-family: 'UnisansRegular';
}
.vip__pri .vip__star__privileges {
  width: 50%;
  margin: 70px 0 60px auto;
  padding-right: 5%;
  font-family: 'UnisansRegular';
}
.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;
  font-family: 'UnisansRegular';
}
.vip__qualified__wrapper .vip-qua-wrapper {
  position: relative;
}
.vip__condition .had-container {
  font-family: 'UnisansRegular';
}
.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;
}

/*  New Vip Page */
body.vip {
  background: #050505 url(../images/vip/t1casino-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
}
.vip-pri h1 {
  color: #fff;
  font-weight: 700;
  font-size: 65px;
  margin-top: 120px;
  padding: 20px;
  text-align: center;
  background: url(../images/vip/vip-privelege.png?=v0.5) center no-repeat;
  line-height: 90px;
  background-size: 800px 3em;
  text-transform: uppercase;
}
@media (max-width: 1537px) {
  .vip-pri h1 {
    margin-top: 94px;
  }
}
@media (max-width: 1441px) {
  .vip-pri h1 {
    margin-top: 72px;
  }
}
@media (max-width: 1281px) {
  .vip-pri h1 {
    margin-top: 40px;
  }
}
.vip-pri .about-vip {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 60px;
}
.vip-pri .about-vip .what-is-vip{
  font-size: 30px;
  text-align: center;
}
.vip-pri .about-vip .what-is-vip .text{
  line-height: 1.5;
}
.vip-pri .about-vip .what-is-vip .title{
  font-size: 43px;
  text-transform: uppercase;
  font-weight: bold;
}
.vip-pri .about-vip .what-is-vip .title span{
  color: #ff0000;
}
.vip-pri .about-vip .smash-logo img{
  width: 320px;
}
.vip-pri .about-vip .smash-logo{
  margin-left: 40px;
}
.vip-qualified-wrapper {
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 25px;
  width: 100%;
  justify-content: center;
}
.vip-qualified-wrapper .vip-items.item1 {
  width: 450px;
  padding: 20px 30px;
  position: relative;
  height: 386px;
  border-radius: 30px;
  background: url(../images/vip/d1.png) no-repeat 20px 0;
}
.vip-qualified-wrapper .vip-items.item2 {
  width: 450px;
  padding: 20px 30px;
  position: relative;
  height: 386px;
  border-radius: 30px;
  background: url(../images/vip/d2.png) no-repeat 20px 0;
}
.vip-qualified-wrapper .vip-items.item3 {
  width: 400px;
  padding: 20px 30px;
  position: relative;
  height: 386px;
  border-radius: 30px;
  background: url(../images/vip/d3.png) no-repeat -25px 0;
}
.vip-qualified-wrapper .vip-items .exv-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.vip-qualified-wrapper .vip-items .exv-icons img {
  width: 100%;
  height: auto;
}
.vip-qualified-wrapper .vip-items .sect-title {
  color: #ff0000;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-top: 185px;
}
.vip-qualified-wrapper .vip-items .details {
  margin-top: 5px;
  text-align: center;
}
/*.vip-qualified-wrapper .vip-items:after {
  content: '';
  width: 105px;
  height: 83px;
  display: block;
  position: absolute;
  background: url(../images/vip/next.png?=v0.1) no-repeat;
  background-size: contain;
  top: 141px;
  right: -65px;
  z-index: 2;
}*/
.vip-qualified-wrapper .vip-items.item3:after {
  content: none;
}
.vip-condition {
  margin-top: 80px;
  padding-bottom: 5%; 
}

.vip-condition table {
  border-collapse: unset;
  width: 70%;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 10px;
}

.vip-condition table tr td {
  padding: 0 0 7px 0;
}
.vip-condition table tr td.title__red {
  color: red;
  font-weight: 600;
  font-size: 18px;
}

.vip-condition table tr td:nth-child(1){
}

.vip-condition table tr td:nth-child(2){
  text-align: right;
}

.vip-condition .vip-title {
  padding: 20px;
  text-align: center;
  background: url(../images/vip/vip-privelege.png?v2) center no-repeat;
  background-size: contain;
}
.vip-condition .vip-title.bg2 {
  background: url(../images/vip/vip-exclusive.png?v1) center no-repeat;
}
.vip-condition .vip-title p {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: red;
}
.vip-swiper {
  margin-top: 80px;
  max-width: 1200px;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;
}
.vip-swiper .swiper-wrapper .swiper-slide{
  background: url(../images/vip/banner-bg.png) top center no-repeat;
  background-size: contain;
    height: 769px;
}
.vip-swiper .swiper-wrapper .swiper-slide .vip-img {
  width: 125px;
  display: block;
  margin: auto;
  margin-top: 38px;
}
.vip-swiper .swiper-wrapper .swiper-slide .vip-item-details {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.vip-swiper .swiper-wrapper .swiper-slide .vip-item-details .yello {
  color: #ff0000;
  margin: 15px 0;
  font-weight: 700;
}
.vip-swiper .swiper-pagination {
  width: 115px;
  position: relative;
  top: 20px
}
.vip-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.5;
}
.vip-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.vip-detalhes-container {
  background: #141414;
  padding: 60px 40px;
  border-radius: 30px;
  border: 1px solid #959595;
  max-width: 1200px;
  margin: 80px auto;
}
.vip-detalhes-container .title p{
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
.vip-detalhes-container .detail-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.vip-detalhes-container .detail-wrapper .details-items .subtitle {
  font-size: 17px;
  font-weight: bold;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible {
  border: 0;
  position: relative;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible .collapsible-header {
  background: none;
  padding-left: 2px;
  border-bottom: 1px solid #323232;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible .collapsible-body {
  padding: 10px;
  border: 0;
  background: #232323;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible li {
  position: relative;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible li .collapsible-header:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/vip/down-arrow.png?v3);
  position: absolute;
  top: 17px;
  right: 2px;
  filter: invert(.3);
  background-size: contain;
  transition: all .5s;
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible li .collapsible-header:hover:after {
  filter: invert(.8);
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible li.active .collapsible-header:after {
  transform: rotate(180deg);
}
.vip-detalhes-container .detail-wrapper .details-items .collapsible .collapsible-header:hover {
  background: #002a9f;
}
.vip-condition .swiper-button-prev, .vip-condition .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/vip/iconprev.png?=v0.3);
  left: 0px;
  width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.vip-condition .swiper-button-next, .vip-condition .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/vip/iconnex.png?=v0.3);
  right: 0px;
  width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

section.vip-tnc{
  padding: 0 5% 7%;
}

section.vip-tnc h4{
  color: red;
}

section.vip-tnc ul{
  padding-left: 32px;
}

section.vip-tnc ul li{
  list-style: disc;
  font-size: 18px;
  line-height: 2.5rem;
  margin-bottom: 16px;
}

.new-vip-tnc p{
  font-size: 18px;
  line-height: 2.5rem;
  margin-bottom: 16px;
  padding-left: 15px;
}
.new-vip-tnc b{
  color: red;
}
.new-vip-tnc ol{
  padding-left: 30px;
}
.new-vip-tnc ol li{
  list-style: auto!important;
  padding: 0px 0px 0px 15px;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 2550px) {
  .main-nav .nav-wrapper {
    padding-right: 35px;
  }
}

#new__bet__list tr td:nth-child(2) {
  text-indent: 10px;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 07 Live Casino / Slot / Fishing Game
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
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: -25px;
}

.t1-collapse{
  padding: 0.5rem!important;
  margin-bottom: 8px!important;
}

.slots-page .allgames__wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr) !important;
  grid-gap: 20px;
  margin-top: 30px;
  margin-bottom: 4px;
}

.slots-page .allgames__wrapper .games__wrapper {
  flex-shrink: 0;
  padding-bottom: 15px;
}

.slots-page .allgames__wrapper .games__wrapper figure {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
  height: 300px;
}

.slots-page .allgames__wrapper .games__wrapper figure + p{
  text-align: center;
}

.slots-page .allgames__wrapper .games__wrapper figure .img__thumb {
  animation: pulse-bg 1.2s linear infinite;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 30px;
  animation: pulse-bg 1.2s linear infinite;
}
.slots-page .allgames__wrapper .games__wrapper figure .img__thumb:before {
  content: '';
  background: url(../images/logo-white.png) no-repeat 0 0;
  width: 76px;
  height: 37px;
  position: absolute;
  top: 120px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  right: 0;
  z-index: -1;
}
.slots-page .allgames__wrapper .games__wrapper figure .img__thumb img {
  height: 100%;
  position: unset;
  transform: unset;
  margin-left: 0!important;
  width: 100%!important;
}
.games__wrapper figure .img__thumb .ficgap__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background: rgb(0 0 0 / 78%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -o-transition: .6s;
  -ms-transition: all .6s;
}
.games__wrapper figure:hover .img__thumb .ficgap__wrapper {
  opacity: 1;
  visibility: visible;
}
.games__wrapper figure .img__thumb .ficgap__wrapper div {

}
.games__wrapper figure .img__thumb .ficgap__wrapper div a {
  display: block;
}
.games__wrapper figure .img__thumb .ficgap__wrapper div a.play__btn {
  background: #fe0000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.games__wrapper figure .img__thumb .ficgap__wrapper div a.demo__btn {
  background: #2c2c2c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.games__wrapper.png figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.cq9_seamless_game_api figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.ygg_seamless figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.hb figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.pg figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.yggdrasil figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.pt_v3_api figure .img__thumb .ficgap__wrapper div a.demo__btn,
.games__wrapper.pragmaticplay figure .img__thumb .ficgap__wrapper div a.demo__btn {
  display: block;
}

.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;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="live_dealer"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="table_games"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="lottery"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="video_poker"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="others"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="scratch_card"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="table_and_cards"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="fixed_odds"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="fishing_game"],
.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a[data-filter="card_games"] {
  display: none;
}
/*.allgames__wrapper .games__wrapper figure figcaption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  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;
}
.games__wrapper figure:hover .ficgap__wrapper {
  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: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(196,0,1,1) 100%);
  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: capitalize;
}

.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: #fe0000;
  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-color: #2e0001;
  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: rgb(157 0 1);
  border-radius: 5px;
}

.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;
  font-weight: 700;
  margin-top: 20px;
}

main.live__casino .games__section {
  padding-bottom: 30%;
}
main.live__casino .games__section .games__wrapper {
  margin-bottom: 15px;
}
main.live__casino .games__section .games__wrapper figure {
  position: relative;
}
main.live__casino .games__section .games__wrapper figure figcaption {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
main.live__casino .games__section .games__wrapper figure figcaption a {
  background: #db3833;
  color: #fff;
  display: block;
  padding: 5px 30px;
  border-radius: 150px;
  font-weight: 600;
}
main.live__casino .games__section .games__wrapper figure figcaption a:hover {
  background: #fff;
  color: black;
}

/*end slot games*/

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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-t1bet.png?=v0.10) 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;
  background: #fe0000 !important;
  color: #fff;
  text-transform: capitalize;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content a:active {
  background: #c40001!important;
  border:2px solid #fff !important;
}




/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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: #18cce9;
}

.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: 700;
  font-size: 18.5px;
}
.footer-wrapper .footer-top .footerlinks__wrapper ul li {
  line-height: 30px;
} 
.footer-wrapper .footer-top .footerlinks__wrapper ul li a {
  color: #484848;
  font-weight: 800;
}
.footer-wrapper .footer-top .footerlinks__wrapper ul li a:hover {
  color: #fff;
}
.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;
  /* opacity: .4; */
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible {
  border: 0;
  position: relative;
  box-shadow: none;
  background: rgb(0 0 0 / 7%);
  padding: 10px;
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible li div.collapsible-header{
  background: unset;
  border: 0;
  padding: 0;
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible li div.collapsible-header div{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: red;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible li div.collapsible-header div img{
  display: block;
  margin: auto;
  filter: brightness(5);
  transition: 0.5s;
  width: 20px;
  height: 20px;
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible li.active div.collapsible-header div img{
  transform: rotate(180deg);
}
.footer-wrapper .footer-top .license__wrapper ul.collapsible li div.collapsible-body{
  border: 0px;
  color: rgb(97, 95, 113);
  margin: 0px;
  padding: 0;
  padding-bottom: 10px;
  text-align: justify;
}
.footer-wrapper .footer-top .license__wrapper .license__content {
  padding-top: 15px;
  text-align: justify;
}
.footer-wrapper .footer-top .license__wrapper .license__content p {
  color: #615f71;
}
.footer-wrapper .footer-top .license__wrapper .license__content p span.site__name {
  color: #18cce9;
}
.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;
}
.footer__gp__wrapper {
  padding: 50px 0 50px 0;
  border-top: 1px #2c2c2c solid;
  border-bottom: 1px #2c2c2c solid;
  margin: 50px 0;
}
.footer__gp__wrapper .footer__gp__swiper {
  
}
.footer__gp__wrapper .footer__gp__swiper .swiper-slide {
  text-align: center;
}
.footer__gp__wrapper .footer__gp__swiper .swiper-slide img {
  width: 135px;
}

.footer__gp__wrapper .footer__gp__swiper .swiper-slide img.pg {
  width: 50px;
}
.copyright__wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.copyright__wrapper .cpr__txt {
  
}

.cc__footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: none;
}
.cc__footer__wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc__footer__wrapper ul li {
  margin: 0 10px;
}
.cc__footer__wrapper ul li img {
  width: 50px;
}
.cc__footer__wrapper ul li img.img-80 {
  width: 80px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 10 Terms / Privacy
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.site__info__wrapper {
  background: rgb(0 0 0 / 28%);
  padding: 10px 20px 20px 20px;
}

.site__info__wrapper h3 h6 {
  color: #5b5471;
  font-size: 24px;
  font-weight: 500;
}

.site__info__wrapper h3 {
  /* background-color: #2a2a2a; */
  padding: 10px 20px;
  border-radius: 180px;
  font-size: 24px;
  font-weight: 600;
}

.site__info__wrapper h3.refTitle {
  color: red;
}

.site__info__wrapper p{ 
  text-align: justify;
  font-size: 18px ;
}

.site__info__wrapper .site__content__wrapper ul {
  padding: 0 0 0 15px;
  color: red;
}

.site__info__wrapper .site__content__wrapper ul li {
  list-style: decimal;
  margin-bottom: 15px;
  font-size: 22px;
}

.site__info__wrapper.rp .site__content__wrapper ul li{
  color: white;
  margin-left: 10px;
}

.site__info__wrapper .site__content__wrapper ul li strong {
  color: red;
  font-size: 22px;
}

.site__info__wrapper .site__content__wrapper ul li p {
  padding: 5px 0;
  /* white-space: pre-line; */
  font-size: 18px;
  color: white;
  word-break: break-all;
  margin-left: -20px;
}

.site__info__wrapper.rp .site__content__wrapper ul li p {
  margin-left: 5px;
}

.site__info__wrapper .site__content__wrapper ul li p span.sub__head {
  color: #ec5656;
  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: #18cce9 !important;
}
/* Referral */ 
section.referral .refer_title {
  font-weight: 700;
}
section.referral .bets_deposits {
  text-align: center;
  font-weight: 700;
  font-size: xx-large;
}
section.referral .invitepartnerbg {
  background: rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
}
section.referral .invitepartner {
  background: linear-gradient(30deg, rgba(139,0,0,1) 0%, rgba(0,0,0,1) 100%);
  border-radius: 20px;
  padding: 20px;
  width: 25%;
}
section.referral .invitepartner h4 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

section.referral .invitepartner form {
  position: relative;
}
section.referral .invitepartner form input {
  width: 95%;
  height: 40px;
  border-radius: 8px;
  outline: 0;
  border: 0;
  padding-left: 15px;
  background-color: #242424;
  color: #fff;
  margin-top: 10px;
}
section.referral .invitepartner form a {
  background-color: #dd3429;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 10px;
}
section.referral .invitepartner form a:hover {
  background-color: #670f0f;
}

section.referral .invitepartner form a img {
  width: 16px;
}
section.referral .invitepartnerbg .invitefriends{
  width: 75%;
}
section.referral .invitepartnerbg .invitefriends .earn_money {
  background: linear-gradient(270deg, rgba(139,0,0,1) 0%, rgba(0,0,0,1) 100%);
  border-radius: 20px;
  display: flex;
  height: 120px;
}
section.referral .invitepartnerbg .invitefriends .earn_money img {
  width: 300px;
}
section.referral .invitepartnerbg .invitefriends .earn_money .inviteamigos {
  padding: 20px;
}
section.referral .invitepartnerbg .invitefriends .earn_money h5{
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
section.referral .invitepartnerbg .invitefriends .bonus_total {
  background: #242424;
  padding: 20px;
  margin: 10px 0;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
}
section.referral .invitepartnerbg .invitefriends .convite_bonus {
  display: flex;
  gap: 20px;
}
section.referral .invitepartnerbg .invitefriends .convite_bonus .convite,
section.referral .invitepartnerbg .invitefriends .convite_bonus .bonus_ontem {
  background: #242424;
  padding: 20px;
  width: 50%;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
}
section.referral .commision {
  background: linear-gradient(90deg, rgba(139,0,0,1) 0%, rgba(0,0,0,1) 100%);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
section.referral .commision img {
  width: 600px;
  height: auto;
  display: block;
  padding: 20px;
  background: rgba(36, 36, 36, 0.48);
  border-radius: 20px;
  margin: auto;
}
section.referral .commision .earn_commision {
  padding-left: 20px;
  margin-top: 20px;
}
section.referral .earn_commision h3:nth-child(1){
  font-size: 24px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
section.referral .earn_commision h3.bonus_rule{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
section.referral .earn_commision ul li{
  list-style-type: number;
  font-size: 17px;
}
section.referral .refer_program {
  background: rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  place-items: center;
  margin-bottom: 20px;
}

section.referral .refer_program .referral_program {
  background: linear-gradient(270deg, rgba(139,0,0,1) 0%, rgba(0,0,0,1) 100%);
  padding: 20px;
  border-radius: 20px;
  text-align: justify;
}
section.referral .refer_program .referral_program h3{
  font-size: 24px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.whats-app {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  border: 0;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 10px;
  color: white;
  background: #fe0000;
}
/* section.referral .site__info__wrapper h5 {
  text-indent: 20px;
}
section.referral .site__info__wrapper .site__content__wrapper p.bonus_rule {
  font-size: 18px;
}
section.referral .site__info__wrapper .site__content__wrapper h4 {
  font-size: 25px;
  color: red;
  font-weight: 600;
} */

/*  */
.home-two-row-section {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 40px
}

.sports-games {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 9px;
  padding-top: 188px;
}

.sports-games a img{
  width: 100%;
  border-radius: 25px;
  transition: .3s ease-in-out;
  background-color: #191919;
  background-image: linear-gradient(to right,#191919 0%,#202020 10%,#191919 20%,#191919 100%);
  background-size: 200% 100%;
  animation: pulse-bg 1.2s linear infinite;
}

.sports-games a img:hover{
  filter: brightness(1.4);
}

.wizard-banner,
#providerHomeSelect {
  padding-bottom: 40px
}

.home-two-row-section .new__games__section .game-grid-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 17px;
  grid-row-gap: 20px
}

.home-two-row-section .new__games__section .game-grid-container .game__box .img_thumb img {
  border-radius: 25px
}

.sports__swiper {
  border-radius: 25px
}

@media(max-width: 1536px) {
  .home-two-row-section .game__title p {
    font-size: 13px
  }
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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-dialog {
  height: 544px!important;
  min-height: 544px!important;
  top: 45% !important;
}

.player_announcement_popup_container.modal .modal-content {
  background-color: #181818!important;
}
.player_announcement_popup_container.modal .modal-heading {
  background: #2c2c2c;
}

.player_announcement_popup_container.modal .modal-heading .close {
  color: white;
  text-shadow: unset;
  opacity: 1;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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; 
}
#modal_home_container .modal_home_content .pop_header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#modal_home_container .modal_home_content .pop_header img {
  width: 60px;
}
#modal_home_container .modal_home_content .pop_header p {
  padding: 0 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}
#modal_home_container .modal_home_content a#close_modal {
  background: #16adc5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: 10px auto;
  padding: 10px 0;
  border-radius: 5px;
}
#modal_home_container .modal_home_content .socmed {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
#modal_home_container .modal_home_content .socmed p {
  padding-right: 10px;
}
#modal_home_container .modal_home_content .socmed a img {
  width: 30px;
  margin-left: 5px;
}
.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: rgb(0 0 0/28%);
  border-radius: 10px;
  margin-bottom: 30px;
}
.tpf__wrapper .tpf__content .title__content {
}
.tpf__wrapper .tpf__content .title__content .top_t {
  padding-bottom: 20px;
}
.tpf__wrapper .tpf__content .title__content h4 {
  font-size: 28px;
  color: red;
  font-weight: 600;
  margin: 22px 0 6px;
}

.h-title{
  color: white !important;
  /* background-color: #2a2a2a; */
  padding: 10px 20px 10px;
  border-radius: 180px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.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 {
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
}
.tpf__wrapper .tpf__content span.site__url {
  color: red;
}
.tpf__wrapper .tpf__content ul.dot__list {

}
.tpf__wrapper .tpf__content ul.dot__list li {
  list-style: inside;
  text-align: justify;
}
.tpf__wrapper .tpf__content ul {
  padding-left: 15px;
  padding-bottom: 30px;
}
.tpf__wrapper .tpf__content ul li {
  list-style: decimal;
  line-height: 30px;
  font-size: 18px;
}
.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;
  font-size: 18px;
}
.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 {
  display: block;
  font-size: 18px;
}
.tpf__wrapper .tpf__content .center__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tpf__wrapper .tpf__content .center__title.imp {
  justify-content: left;
}

.tpf__wrapper .tpf__content .center__title h3 {
  font-size: 32px;
}
.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: #181818;
  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: red;
  font-weight: 600;
  padding-bottom: 5px;
}
.faq__modal__wrapper .faq__qa__wrapper .faq__a {
  text-align: justify;
}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 14 USDT
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */

.udst-content-container{
  margin-top: 15px;
  font-size: 18px;
}
.udst-content-container h4{
  text-align: center;
}

.udst-content-container .orange_text{
  color: #c59675;
}

.udst-content-container.yellow_text{
  color: #c8ae60;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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;
}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Payment Option 
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.payment_section {
  display: none;
}
.payment_section .payment__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 0;
}
.payment_section .payment__wrapper ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.payment_section .payment__wrapper ul li {
  margin: 0 5px;
  border: 2px #40283b solid;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transform: skewX(-10deg);
}
.payment_section .payment__wrapper ul li img {
  width: 50px;
  transform: skewX(10deg);
}
.payment_section .payment__wrapper ul li img.img-80 {
  width: 80px;
}
/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Announcement
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.announcement .announcement__wrapper {
  display: flex;
  align-items: center;
}
section.announcement .announcement__wrapper .ann__icon img {
  width: 30px;
}
section.announcement .announcement__wrapper ._public_news {
  border: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
  overflow: hidden;
  line-height: 30px;
}
/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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);
}

/* PARTNER RECRUITMENT */
.recruitment-banner img{
  width: 100%;
}
body.aff__page .recruitment-container {
  background: #050505 url(../images/bg-aff.jpg?=v0.26) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 20px 0;
}
.recruitment-container{
  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/app-bg.png) no-repeat;
  background-size: contain;
  width: 383px;
  height: 110px;
  margin: 0 auto;
  font-weight: 600;
}
.recruitment-container h3{
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}
.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.10') inside !important;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}
.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: 10px;
      right: 0px;
    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/t1bet-login-bg2.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;
  margin-bottom: 15px;
}
#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: 15px 10px;
  border-radius: 10px;
  color: #fff !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: #fe0000 !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: #18cce9;
  color: #fff;
}
#loginCont form,
#mobileCont form,
#regCont form  {
  margin: 20px 0;
}
#loginCont form .input-group,
#mobileCont form .input-group,
#regCont form .input-group {
  position: relative;
}
#loginCont form .input-group label:before,
#mobileCont 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,
#regCont 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;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#loginCont form .input-group label[for="password"]:before,
#regCont 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;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#regCont form .input-group label[for="agent_tracking_code"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAxIDc5LmE4ZDQ3NTM0OSwgMjAyMy8wMy8yMy0xMzowNTo0NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKDIwMjMwODAxLm0uMjI2NSAzYTAwNjIzKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURBQTE4RTY0QkIyMTFFRUI3NDQ5QzhFNDVBQ0Y4MDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURBQTE4RTc0QkIyMTFFRUI3NDQ5QzhFNDVBQ0Y4MDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1REFBMThFNDRCQjIxMUVFQjc0NDlDOEU0NUFDRjgwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1REFBMThFNTRCQjIxMUVFQjc0NDlDOEU0NUFDRjgwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfEPC0AAAX3SURBVHjaxFkNbFRFEL4eVRR/4g+CRqIEJIq/BLQNGC0FRMAQatFKDIpCSjgw2AQqLQpCsa0CKkUtKgJViYCIgEDVSFUajQgU/EkaUBBUUNEY/IlosFC/MfPMMs57u+/dcbfJl73dN7s73+7s7OxeVmtra8wllZeXV1EWc0uPVldXu8qmJGXZiIBAF2STgUTIvhcAFSD0QzqIxC0kOkQkEeM209HHuekgkm35PkMhcZBn+x3gN+AIcBpwO8ueJchQGp8x08JMjkT2smIu82EuO33aXIZsokJ+FNq8lCkiHyLrY1QRqXFQ6LDFHE9H9iJQaFQTuaXAECAH6AycCvwJHACagPXo+2BKiUCZG5A1iuo+GOgjRw83gE3PW8UzgJEOTTeSPMZ5PVWbfYAor3MlQQmypFBHJpFwJOGNuwoTUQtckQoinUX5kzCdQolriU9Eb+c5iUXoZ1SyRKQ3+zUEiUtZkdHK513AXGAMUAQUA48A2xTZXKAO/d2ajPv9W5RPCTGb9yskPmXbf86nzTQoXMATMFCuDr41o+2uKCuyX5S7O67GLMWcaJ/kB5Dw9tUa4GaWN9NNPDmRvNZQZG+I6k4Y6EAAifOQ/ShJoE3owxB9PaMconnoqzHsimxQ6h502KBmagaqoux0KDwB2VpL/3Yi6OgYsjLFVmsD+hqhrMb+JA5raWIjeNXDR79o+Bqy4aL6PR6Ezpa/WO5KZJ8LuQvx/btkwg70uw/ZxUZVIfpcHSVoJIXbAYONunwGDeTJvCvPnWRJcNoE3G2UrwZWhwrjoWQphwxE4k3L3pBe7asUxYLfSIcTao/wXphtVBGZjwMG7CXKLSkiclSU2zgdiCBwNrJKHw+Ry/kr7NvNjUceZphR7pgiImeK8iHXFal0iI/uFCQoLZY+H5NycgqIXKOEOMFE2JwkieeBpyIqcWOSHou8VT9RvTmQCBoV+4QWcD7VE/mM2GQZe68oFye5GpNFeSt0+cy2IpLEeqAGDffxAbkC6IufPZhgs0JCHmBFmKBpEVeDJu4+Uf1sYKxVVlZ2D/Ilov4WKF5vGawNPzq0eNdf1NXR/VyITsL3J0KQoPB+gjDNHeijpy2MTyihRb1DPHSUX1GkOUoij0M5OuUnOZCYjmymQ7iiroiMUbpg0L1imRNMcLmDMg8ge0z5tMd4RvoaoPDmJIDezvJ4jOs0Ei4RtHS/9YIEvWst42VehvJsB+tYCcxR6rvy7ZAuWb8wkd+Z4GI/EnTljXLVXWuQIKUfFt9Lg8jwNwpPSo1QPko6bDihbfwY0S4MkSZWqMZQJqaQqRUErgeWKm0ud7FvkRYC3yvx3PsY417XPUJ38ycdXz/+tV3eoCR/foDsGmALUMAPdDLRFWAd0B4YaxlXfeknItT4AuCLABKjlTAkZrxbuSbaDw3At7w/2nJclqcEnkGJzrgS9WLlE6Ls4JlfiO938ffeijn2EuS+ZNluSZ7u85isNlkzodeM44j4kGhgEquMvXAHy+X5kPnPVUK2B8uOjUDguKdT9DWFTEqRGwSZtz3TopN0RUCnHSD8Ezrrxubnl0ogV6N4sv5MaLgDga1MYInSDz3qvSC9LGQLPK810NK5Zzb9LHL5PhFAA3Abfp7Dr4vkopfzrZNW+2kOSS6BXI5GgvtZpLzkDPPiuWwO1ccEKEgm8hZg+7NxgSWkOcSH5cqoGwZ9VEHxTmIbVKBuThwfyS2W8KWlSXmHHcr5z6Ke5Br5pB7n2Woa0kNKXfH/noPArqd3MBrpKoD+wJF/LbQFgSOxNCfoOJVvs17aEleWb7ui8Hh2qTJ1j2UmvSrKOXFHeyebpHvLB6K+fyZYYLJ3y8n2ezKl/wvl++9cDiPkQ0Sm0manBzofL0RB4R+ma4a9VmaIyHYnIliVDYrfbs/XWzNNDfMXWQrTHjXWCvAQFO/Y/mjZySfyfG6Txbe/1hNI5CJgtzMRVoxOzwqHznM5zDiWhhVpMV9K445eYhYrWWcRTfiFKicgZYcyLWV1+rLCRcrnQn5Z2ZjuDfOPAAMA3rYxBuNZLXwAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#mobileCont form .input-group label[for="verify"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERjUzRkY2OTAzODYxMUVFOTk0N0NDN0JGNTI1QzBCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERjUzRkY2QTAzODYxMUVFOTk0N0NDN0JGNTI1QzBCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRGNTNGRjY3MDM4NjExRUU5OTQ3Q0M3QkY1MjVDMEIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGNTNGRjY4MDM4NjExRUU5OTQ3Q0M3QkY1MjVDMEIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wzqzhgAAA+9JREFUeNrkmFlsTFEYx+9Mq9NBWmulQW1pERE0JQhBiZYQXuxKokKiD7Y+8YCEF4klJEToA4k9UeWhNKWoiCDSNI2ltipdNGiqy9SYzvgf+Z/k5ObODHPPJJJ+yS9n5tx7zv3uuefbjqO8vNywkBhwCuQa9qQMrAaNkU4Qa9HXE9SBPmAbeAESQTz4CF6BUWA0qATfOW4gSAU+0Ab6gROgAYzlONsKCkWKQA/gsLh/IjgEzoGzYClYw2sl4KLp/vOgGDyiwrYVFCs2C8wNcv9kkANqQClYDJYDJ+cqsRizBbwH8zjGloLT2L5jG6dcEytaAE5TIRfYqOxTh+l+IV7wgZ89RccKVoMsZVLDpGAXiSHiHr9iWIKAaYx8zhcdCiax3c5VTLBpxV7u5wuRzmVWUE5yDXwy9MkZ4NblZv5VhtPleCyudXIF43nPCDA0zHziRaro6mwrmMvVMSz2rCrtYCvYadqjoRZtCbhhV8GjdMZ5IDmI7zTouF3EH2K+AB37Hfpb2wqK8U/4u0Hjnq1mUPjjz+yIg3tMtzjklnEa/7l0KwWlgRSCbKVfhr/jYJcSdaSsApeCuT2dCgpLbgLpzGKK2D8BvGVSsQk8A315TSSje0Emx66NpoLFXK0UplbP2f+UDxdhdBit/SuvPQZpzCV9nCNqCmYyn2zh/6lsx4ExjMsd/J/IazNBKyOO8KNzoqmg+KSDmCuuZzIr/aNY0VtMdEdSWSEzwB5QAXqzRNAei6U0KQ/tVEKfLAlWKmHOo4THkwyX7SRqCqphzUo8Qfo7Sff0g+KT/YqCXgHpK+0qGKNk4TpFlLw/dSh4ABxkneJV8HMVCkz3V7LfGwI/DWq/DiPZBy4zeojM+jWNYQCYzZo5j0awDIwHO8APZtlWkkAHXhZKQZ+S1T4AzaxrxenAZzAf1DM1F5/iIQujZKZftdyb6xQLvQKOgSM6jKSV7XUwXSmkZBJwlc5YyE2uosG4WsHfC3ii4OaK1TDt11I0ORUfJZ1no7Ia9crvZuWF2pgNGzyPyWCfmG+FzqoukW+dpCiYLi0LMkXZBllKhNithDGxHV6Cw+BepNYezkhag0QItb/DFBWk5JhywjgdCn5jm8/CvZcNC+/iKru4D1t0KCgD+2auhiPEHvXw07pD1LoB5RntOhRMY5uq+ehD5nu2Y3Gs8ubhpJBZc/+/jK1OHQpWsR0SZlwKE9JJrDlCyWBGjTodn1gcZSzkcUZ6iHG19Gui+Lkb5hn5Ss1iW0FxSL6Izlb4sA00BrfFqpdyb2Xwus90LuhlIpHNl/br8oNvWH3dZqjyBpk8YKqHzTWyi1FGJA33I7Wu3wIMAJfw92PFyBGtAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#mobileCont form .input-group label[for="number"]:before,
#regCont form .input-group label[for="pix_number"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERjUzRkY2OTAzODYxMUVFOTk0N0NDN0JGNTI1QzBCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERjUzRkY2QTAzODYxMUVFOTk0N0NDN0JGNTI1QzBCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRGNTNGRjY3MDM4NjExRUU5OTQ3Q0M3QkY1MjVDMEIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGNTNGRjY4MDM4NjExRUU5OTQ3Q0M3QkY1MjVDMEIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wzqzhgAAA+9JREFUeNrkmFlsTFEYx+9Mq9NBWmulQW1pERE0JQhBiZYQXuxKokKiD7Y+8YCEF4klJEToA4k9UeWhNKWoiCDSNI2ltipdNGiqy9SYzvgf+Z/k5ObODHPPJJJ+yS9n5tx7zv3uuefbjqO8vNywkBhwCuQa9qQMrAaNkU4Qa9HXE9SBPmAbeAESQTz4CF6BUWA0qATfOW4gSAU+0Ab6gROgAYzlONsKCkWKQA/gsLh/IjgEzoGzYClYw2sl4KLp/vOgGDyiwrYVFCs2C8wNcv9kkANqQClYDJYDJ+cqsRizBbwH8zjGloLT2L5jG6dcEytaAE5TIRfYqOxTh+l+IV7wgZ89RccKVoMsZVLDpGAXiSHiHr9iWIKAaYx8zhcdCiax3c5VTLBpxV7u5wuRzmVWUE5yDXwy9MkZ4NblZv5VhtPleCyudXIF43nPCDA0zHziRaro6mwrmMvVMSz2rCrtYCvYadqjoRZtCbhhV8GjdMZ5IDmI7zTouF3EH2K+AB37Hfpb2wqK8U/4u0Hjnq1mUPjjz+yIg3tMtzjklnEa/7l0KwWlgRSCbKVfhr/jYJcSdaSsApeCuT2dCgpLbgLpzGKK2D8BvGVSsQk8A315TSSje0Emx66NpoLFXK0UplbP2f+UDxdhdBit/SuvPQZpzCV9nCNqCmYyn2zh/6lsx4ExjMsd/J/IazNBKyOO8KNzoqmg+KSDmCuuZzIr/aNY0VtMdEdSWSEzwB5QAXqzRNAei6U0KQ/tVEKfLAlWKmHOo4THkwyX7SRqCqphzUo8Qfo7Sff0g+KT/YqCXgHpK+0qGKNk4TpFlLw/dSh4ABxkneJV8HMVCkz3V7LfGwI/DWq/DiPZBy4zeojM+jWNYQCYzZo5j0awDIwHO8APZtlWkkAHXhZKQZ+S1T4AzaxrxenAZzAf1DM1F5/iIQujZKZftdyb6xQLvQKOgSM6jKSV7XUwXSmkZBJwlc5YyE2uosG4WsHfC3ii4OaK1TDt11I0ORUfJZ1no7Ia9crvZuWF2pgNGzyPyWCfmG+FzqoukW+dpCiYLi0LMkXZBllKhNithDGxHV6Cw+BepNYezkhag0QItb/DFBWk5JhywjgdCn5jm8/CvZcNC+/iKru4D1t0KCgD+2auhiPEHvXw07pD1LoB5RntOhRMY5uq+ehD5nu2Y3Gs8ubhpJBZc/+/jK1OHQpWsR0SZlwKE9JJrDlCyWBGjTodn1gcZSzkcUZ6iHG19Gui+Lkb5hn5Ss1iW0FxSL6Izlb4sA00BrfFqpdyb2Xwus90LuhlIpHNl/br8oNvWH3dZqjyBpk8YKqHzTWyi1FGJA33I7Wu3wIMAJfw92PFyBGtAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#loginCont form  input[type="text"],
#loginCont form  input[type="password"],
#mobileCont form input[type="text"], 
#mobileCont form input[type="password"],
#regCont form input[type="text"], 
#regCont 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;
}
#regCont form .input-group label[for="invitationCode"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAxIDc5LmE4ZDQ3NTM0OSwgMjAyMy8wMy8yMy0xMzowNTo0NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTJFOTEzODg1MDRFMTFFRUFERkE4MEJBNUJBQTNGMEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJFOTEzODc1MDRFMTFFRUFERkE4MEJBNUJBQTNGMEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKDIwMjMwODAxLm0uMjI2NSAzYTAwNjIzKSAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1REFBMThFNjRCQjIxMUVFQjc0NDlDOEU0NUFDRjgwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1REFBMThFNzRCQjIxMUVFQjc0NDlDOEU0NUFDRjgwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmwvRBMAAASbSURBVHja3FppSFRRFB6nIrMotMyKsjILRKOohEg0MCNsp4g2LQizHxplQmnZhpQGYiVFP/whkS0KttGPFqVAgzKtsBoyIQojKrNstdXpO3kGLq8385a5b0Y68HHuvHvfufd7dzvnaIDT6bT9D9K7JwwiNzd3FNQCYBowDqCv2wI0AGcLCgratGwE+HtGQGILVCHQx02Tj0AGyJT3WCIgsRDqgs7mCSBT667S7kcSfaHKDLxS6KnS7sdVNREIMdB+Bu8l/xHBAAapPI4wYWqy5acWBhsKFQvEAWFAB3ADmAcsR/1QrPFfwiv9TXQTaBkRDHAY1D5gBRCkqM4WyhnAYeH3WxPddVqytEBiMVQzsE6FxD/NFb/bTHT5XDoRkFgGdQ4YKDy+CNC9sFbli4fhnZ3C72cGu3wJPJS6tDCgEVCVwqO7QBr2wD2hzVCoZN4vtPxow88G8qkebV+hzR3eV3qkFu84Ze+RE0L5PjqYqmyAZ0VQRUyqHxP5qWh2EDils88yqTc7BhUF5eCf9PIQDPqdF0u0FWqkRrOr6GOO7AsxTSif9IYEyyyg3UP9LXYopXu/kUL5uLfHNz7EE5pVzMw26A3AWK5q7K4uqNJjx8yMjBfK7ZIuU7pEn2PQEfyhwlAml74LdVOsikfo8ovh++OxBBK7oPZyOR4EMrh8ib0CKqfjeWmPc+MxsHCoTGCxYoZdJ2KIi4QgTRRkAcdA6o1XRDAAuhdoEHScfgdeAzUw/EHHu7SMU4AlwHygl8nv8BWg2apAv2cNEcEg6KTaDESrVNM+KYbR/R7ez4LaKGxkWdLEB8IZTSIYRLbrYtOQchhMdbOR6yxerZF2DRIjdZIgSUF7tUsr1QfbbpXW8bveoMFUN5Gg1RKnRSTRoMExihnt7ymqkygRWkSCDBpUxuBRJmyYkWAtIt8MGlS2H+ajqylQi4jRKE4ZTIX6iMgALRelHlhkwKDS96Jkwye+PK0S4tChRaSafSu9ckvxuwI4rxJQyRTyEH5rEWnk5TJEp9FKhYv+A+qHL9aWnps9RRHaupMSDHyTZOeS0qrpfGg8IFfEdDzCWfAajWZ1skkIQVwJsF0lnWQ8sMIgkzjN814lYZaN+niLVozo4rfICqzOczBFF9wk9jybLd4D4onp8DqwwlrdCnUAeISvHyM8r+L44hCeZ0neH4OhWjn2IYlGHw7DRGCIZmspsAaYK1RRxo+yjPkKX4xOuCPARXeZFf6zQG8OyDrdJdx4k9/mmSe5jraJhmaE81aU8lytI9+kJh85JD2KzhsUtqs5/UN77TNHe9Volym0mU6xja37b4kuGU6ZSV1EYIAS0SuBJIkrpJ5D0mIh0ixV8c/2AJRipcxJgqI+Ge9f1nWPGLgrzMo+DCaPyTjYK9bjt6XqISEev3kWX7w7QMDlHezWaPuCcgBEVi+JvzOSk5MTpXW0yQpHMbDTPCtPeR9dA2bauv8S9QW4Sc/Q7rcZzzHW5hsJF29sDLaLy1dkGKelFewjIhMET6FLtnG7Ac/W67jaSuN2H2U5SEZbaZz2iJOjOKul3UrjAf/Lvzn9EWAAhuWFPn3NF9IAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  opacity: 0.5;
}
#regCont form .contact__field {

}
#regCont form .contact__field .cn__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#loginCont form .rem__for__wrapper,
#mobileCont form .rem__for__wrapper {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
#loginCont form .fp,
#mobileCont form .fp {
  color: #fe0000 !important;
  border: unset;
  height: unset;
  line-height: 1.4 !important;
  font-size: 16.5px !important;
}

#loginCont form select,
#mobileCont form select,
#regCont 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;
}
#regCont form .contact__field .cn__wrapper input,
#regCont form input#captcha-tmp {
  text-indent: 0;
}
#loginCont form select:focus,
#mobileCont form select:focus,
#regCont form select:focus {
  outline: none;
}
#loginCont form input[type="submit"],
#mobileCont form input[type="submit"],
#regCont form button[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #fe0000;
  cursor: pointer;
}

#loginCont form input[type="submit"]:focus,
#mobileCont form input[type="submit"]:focus {
  background-color: #720001!important;
}

#loginCont .log-options a.toReg:focus,
#login-registration .modal-close:focus,
#loginCont form .fp:focus,
#mobileCont .log-options a.toReg:focus,
#mobileCont form .fp:focus {
  color: #720001!important;
}
#regCont form .captcha__wrapper {
  position: relative;
}
#regCont form .captcha__wrapper .captcha__img {
  position: absolute;
  top: 2px;
  right: 43px;
}
#regCont form .captcha__wrapper .captcha__img img {
  height: 52px;
  width: 100px;
}
#regCont form .captcha__wrapper .refresh__box {
  position: absolute;
  right: 6px;
  top: 16px;
  cursor: pointer;
}
#regCont form .captcha__wrapper .refresh__box img {
  width: 30px;
}
#regCont form .terms__wrapper {
  padding-bottom: 10px;
}
#regCont form .terms__wrapper label {
  
}
#regCont form .terms__wrapper label input {
  
}
#regCont form .terms__wrapper label span {
  line-height: 20px;
  padding-left: 25px;
}
#regCont form .terms__wrapper label span a {
  color: #c40001;
  text-decoration: none;
}
#mobileCont .mob__title {
  text-align: center;
}
#mobileCont .mob__title h3 {
  font-size: 28px;
  margin: 0px;
  padding: 10px 0px 5px;
}
#mobileCont .mob__title p a {
  
}
#mobileCont form a.send-sms {
  position: absolute;
  right: 0;
  top: 0;
  background: #8c8c8c;
  color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 0 5px 5px 0;
}

.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,
#mobileCont form input::placeholder,
#regCont 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;
  text-align: center !important;
  /* margin-top: 20px; */
  /*margin-left: 30px;*/
}
#loginCont .log-options .cs a,
#mobileCont .log-options .cs a {
  color: #18cce9;
  border: unset;
  display: unset;
  text-align: right;
  /* position: absolute; */
  /* margin-top: 12px; */
  /* right: 20px; */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
#loginCont .log-options a.toReg,
#mobileCont .log-options a.toReg {
  color: #fe0000!important;
  margin-top: 20px;
  display: block !important;
  height: unset;
  border: unset;
  text-align: center;
}
#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: #18cce9;
}

#signCont .toLogin {
  color: #484848;
}

#signCont .toLogin a {
  border: 0;
  display: unset;
  color: #945FFC !important;
}
.rTimes {
  position: absolute;
    top: -8px;
    right: -10px;
    height: 23px;
    background: #EC1D25;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 23px;
    text-align: center;
    line-height: 23px;
    display: none;
}



.allgames__wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr) !important;
  grid-gap: 20px;
  margin-top: 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: 188px;
}

.hotgames__wrapper .allgames__wrapper .games__wrapper figure {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.allgames__wrapper .games__wrapper figure+p {
  text-align: center;
}

.allgames__wrapper .games__wrapper figure .img__thumb {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 30px;
  background-color: #191919;
    background-image: linear-gradient(to right,#191919 0%,#202020 10%,#191919 20%,#191919 100%);
    background-size: 200% 100%;
    animation: pulse-bg 1.2s linear infinite;
}

.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: 100% !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: 355px;
  border-radius: 35px;
}

.allgames__wrapper .games__wrapper figure a.bg-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  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;
  flex-direction: column;
  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:hover figcaption p {
	color: #fff
}

.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;
}

.swiper-container>.allgames__wrapper {
  display: flex;
  gap: 0 !important;
}

.swiper-container>.allgames__wrapper .games__wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px !important;
}

.swiper-container>.tabs__wrapper {
  display: flex;
  justify-content: space-between !important;
}

.swiper-container>.tabs__wrapper .swiper-btn-container {
  display: flex;
  gap: 0;
  margin-bottom: 5px;
}

.swiper-container>.tabs__wrapper .swiper-btn-container a{
  width: 80px;
  border: none;
  background-color: red;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0;
}

.swiper-container>.tabs__wrapper .swiper-btn-container>* {
  height: 26px;
  /* padding: 8px 12px; */
  width: 41px;
  border: 1px #fff solid;
  border-radius: 20px;
  display: grid;
  place-items: center;
}

.tabs__wrapper .swiper-btn-container .swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.swiper-container>.tabs__wrapper .swiper-btn-container .swiper-prev-btn {
  border-radius: 20px 0px 0px 20px;
}


.swiper-container>.tabs__wrapper .swiper-btn-container .swiper-next-btn {
  border-radius: 0px 20px 20px 0px;
}

.swiper-container>.tabs__wrapper .swiper-btn-container img {
  height: 8px;
}

.swiper-container>.tabs__wrapper .swiper-btn-container>*:hover img {
  zoom: 1.4;
}



#slot-home-container .tabContent {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.show-home-slots {
  height: fit-content !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hotgames__section .tabs__wrapper {
  margin-bottom: 10px;
}

/* slots */
#currentGamesLength {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
.load-more {
  color: white;
  padding: 0px 20px;
  display: grid;
  align-items: center;
  width: fit-content;
  place-self: center;
  margin: 0px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fe0000 !important;
  text-transform: capitalize;
}

.trial-btn {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 60px !important;
  background: #ec5656;
  margin: 20px auto 40px;
  border-radius: 10px;
}
/* #cq9All .games__wrapper figure figcaption a img,
#pngAll .games__wrapper figure figcaption a img,
#yggAll .games__wrapper figure figcaption a img,
#bigpotAll .games__wrapper figure figcaption a img,
#habaneroAll .games__wrapper figure figcaption a img,
#pragmaticAll .games__wrapper figure figcaption a img
 {
  padding-bottom: 0;
} */
#cq9All .games__wrapper figure figcaption,
#yggAll .games__wrapper figure figcaption,
#pngAll .games__wrapper figure figcaption,
#bigpotAll .games__wrapper figure figcaption
 {
  flex-direction: column; 
}
 
.collapsible{
  border:none!important;
  margin: 0px!important;
}
.collapsible-header{
  border:none!important; 
  background-color: transparent!important;
}
.ar-down{
  width: 16px;
  height: 16px;
  margin-left: 15px;
}













/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Confetti
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.dot{ 
  width:3px; 
  height:3px;
  position:absolute; 
  background:#24783d;}
#snowContainer{
  position:absolute; 
  top:0; 
  left:0; 
  width:264px; 
  height:200px; 
  z-index:399; 
  overflow:hidden;
}







/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 00 Media Querries
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 1800px) {
  header .top__header__wrapper .top__header .header__user__wrapper,
  header .top__header__wrapper .top__header .header__ann__wrapper {
    width: 50%;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper img.pro-pic {
    width: 90px;
  }
  section.new__games__section .game__container .player__rank__wrapper {
    padding: 10px 0 0 0;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .trophy__img img {
    width: 248px;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .trophy__img {
    width: 40%;
  }
  /*.allgames__wrapper .games__wrapper figure .img__thumb {
    height: 215px;
  }*/
  .allgames__wrapper .games__wrapper figure {
    height: 230px;
  }
}
@media only screen and (max-width: 1600px) {
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper  {
    padding-bottom: 0;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper {
    position: relative;
    top: 0;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper h2 {
    font-size: 2.6rem;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool {
    font-size: 55px;
  }
  section.new__games__section .game__container .current__progress__box {
    height: 306px;
  }
  section.new__games__section .game__container .player__rank__wrapper {
    height: auto;
  } 
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper {
    justify-content: center;
  }
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper {
    padding-right: 0;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper {
    padding-bottom: 12px;
  }
  .hotgames__section .hotgames__wrapper .allgames__wrapper .games__wrapper figure,
  .hotgames__section .allgames__wrapper .games__wrapper figure .img__thumb {
    height: 275px;
  }
  /* .hotgames__section.live__hp__sec .allgames__wrapper .games__wrapper figure,
  .hotgames__section.live__hp__sec .allgames__wrapper .games__wrapper figure .img__thumb {
    height: 282px;
  }  */
}

@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;
  }
  header .top__header__wrapper .top__header .header__ann__wrapper {
    width: 40%;
  }
  header .top__header__wrapper .top__header .header__user__wrapper {
    width: 60%;
  }
  .live__hp__sec .allgames__wrapper {
    grid-template-columns: repeat(5,1fr)!important;
  }
  .hotgames__wrapper .allgames__wrapper .games__wrapper figure {
    height: 205px;
  }
  .allgames__wrapper .games__wrapper figure figcaption a img {
    width: 50px;
    padding: 10px 0 0 0;
  }
  .hotgames__section .allgames__wrapper .games__wrapper figure figcaption a p.gameprovider-name {
    font-size: 15px;
  }
  .hotgames__section.live__hp__sec .allgames__wrapper .games__wrapper.lc__hp figure {
    height: 290px;
  }
  .slots-page .allgames__wrapper .games__wrapper figure {
    height: 148px;
  }
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.play__btn,
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.demo__btn {
    padding: 5px 20px;
    border-radius: 5px;
  }
  .main.crash__game .crashframe__section .crash__frame__wrapper iframe{
    min-height: 650px;
  }
}
@media only screen and (max-width: 1475px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul li {
    padding: 0 20px 10px 0;
  } 
  .allgames__wrapper .games__wrapper figure .img__thumb {
    height: 163px;
  }
  .allgames__wrapper .games__wrapper figure {
    height: 180px;
  }
}
@media only screen and (max-width: 1450px) {
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .trophy__img img {
    width: auto;
  }
  .game__hp__2 .trop__jackpot__wrapper .trophy__img {
    width: 30%;
  }
  section.new__games__section .game__container .player__rank__wrapper {
    padding: 0;
  }
  section.new__games__section .game__container .current__progress__box {
    height: 270px;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper {
    padding-bottom: 0;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .title__top,
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__text,
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__rs__amount .wag__amount,
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach .toreach,
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__toreach .player__top,
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .my__position span {
    font-size: 18px;
  }
  section.new__games__section .game__container .current__progress__wrapper h4 {
    font-size: 17px;
  }
  section.new__games__section .game__container .player__rank__wrapper {
    padding-top: 20px;
  }
  .player__rank__wrapper .player__rank__info .wag__reach__wrapper .wag__rs__amount .rs {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper {
    font-size: 20px;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper h2 {
    font-size: 2rem;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool {
    font-size: 42px;
  }
  section.new__games__section .game__container .current__progress__wrapper .bar__progress {
    height: 16px;
  }
} 

@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;
  }
  .game__title h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1395px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul {
    grid-gap: 10px;
  }
  main.live__casino .games__section .allgames__wrapper__livecasino {
    grid-template-columns: repeat(2,1fr)!important;
  }
  section.new__games__section .game__container .game__hp__2 .trop__jackpot__wrapper .trophy__img {
    width: 40%;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper img.pro-pic {
    width: 80px;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper .my__position {
    padding-right: 40px;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__propic__wrapper {
    padding: 0 0 0 10px;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info {
    padding: 0;
  }
  section.new__games__section .game__container .player__rank__wrapper .player__rank__info .player__posbet__wrapper {
    padding-bottom: 42px;
  }
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.play__btn, 
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.demo__btn {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
@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;
  }  
  main.live__casino .games__section .allgames__wrapper__livecasino {
    grid-template-columns: repeat(2,1fr)!important;
  }
  .hotgames__section .hotgames__wrapper .allgames__wrapper .games__wrapper figure, 
  .hotgames__section .allgames__wrapper .games__wrapper figure .img__thumb {
    height: 225px;
  }
  .slots-page .allgames__wrapper .games__wrapper figure {
    height: 118px;
  }
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.play__btn, 
  .games__wrapper figure .img__thumb .ficgap__wrapper div a.demo__btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1265px) {
  header .top__header__wrapper .top__header .header__ann__wrapper {
    width: 30%;
  }
  header .top__header__wrapper .top__header .header__user__wrapper {
    width: 70%;
  }
  .allgames__wrapper .games__wrapper figure .img__thumb {
    height: 123px;
  }
  .allgames__wrapper .games__wrapper figure {
    height: 135px;
  }
  .allgames__wrapper .games__wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .hotgames__section .hotgames__wrapper .allgames__wrapper .games__wrapper figure, .hotgames__section .allgames__wrapper .games__wrapper figure .img__thumb {
      height: 200px;
    }
}
@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: 1130px) {
  header .top__header__wrapper .top__header .header__ann__wrapper {
    width: 20%;
  }
  header .top__header__wrapper .top__header .header__user__wrapper {
    width: 80%;
  }
  .slots-page .allgames__wrapper .games__wrapper figure {
    height: 98px;
  }
  .slots-page .allgames__wrapper .games__wrapper figure .img__thumb {
    border-radius: 20px;
  }
}

@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%;
  }
  main.live__casino .games__section .allgames__wrapper__livecasino {
    grid-template-columns: repeat(2,1fr)!important;
  }
}

@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;
  }
}

div[data-notify="container"] {
  padding: 10px 20px;
  background: #fe0000;
  border-radius: 3px;
}

@keyframes headerFixedTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

._public_news .entry .title {
  margin: 0 5px;
}


@media only screen and (max-width: 1358px) {
  .vip-qualified-wrapper .vip-items.item1{
    width: 450px;
    padding: 20px 30px;
    position: relative;
    height: 386px;
    border-radius: 30px;
    background: url(../images/vip/d1.png) no-repeat 20px 0;
    margin-right: -110px;
    background-size: 390px 340px;
  }
  .vip-qualified-wrapper .vip-items.item2{
    width: 450px;
    padding: 20px 30px;
    position: relative;
    height: 386px;
    border-radius: 30px;
    background: url(../images/vip/d2.png) no-repeat 20px 0;
    background-size: 390px 340px;
  }
  .vip-qualified-wrapper .vip-items.item3{
    width: 400px;
    padding: 20px 30px;
    position: relative;
    height: 386px;
    border-radius: 30px;
    background: url(../images/vip/d3.png) no-repeat -25px 0;
    margin-left: -90px;
    background-size: 390px 340px;
  }
  .vip-qualified-wrapper .vip-items .sect-title{
    color: #ff0000;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-left: -30px;
    margin-top: 165px;
  }
  .vip-qualified-wrapper .vip-items .details{
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    margin-right: 23px;
  }
  .vip-swiper .swiper-wrapper .swiper-slide .vip-img {
    width: 130px;
    display: block;
    margin: auto;
    margin-top: 38px;
  }
  .vip-swiper .swiper-wrapper .swiper-slide .vip-item-details {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
  }
}

iframe#sports-game-iframe{
  max-width: 100%;
  width: 100%;
  padding-top: 77px;
  height: 100vh;
  border: 0;
}

div#chat-widget-container.show {
  opacity: 1!important;
  visibility: visible!important
}

div#chat-widget-container {
  opacity: 0!important;
  visibility: hidden!important
}



section .recruitment-container .affiliate-wrap{
  width: 80%;
  margin: 0 auto;
}
section .recruitment-container .affiliate-wrap ol p{
 margin-left:15px;
}

section .recruitment-container .affiliate-wrap ol{
line-height: 30px;
font-size: 15px;
 }

section .recruitment-container .affiliate-wrap table thead th {
  font-size: 20px;
 }

 section .recruitment-container .affiliate-wrap table tbody tr {
  font-size: 15px;

 }

#sports-game-iframe{
  padding-top: 77px;
}

/* ============================== 
Table View Casino Games
============================= */
main.live__casino .live.games__section {
  padding-bottom: 10%;
}
.live__casino .game_providers {
  width: 94%;
  margin: auto;
  margin-top: 20px;
}
.table_view_casino,
.game-grid-search {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 200px);
  justify-content: space-between;
  width: 94%;
  margin: auto;
  margin-top: 20px;
  align-items: center;
}

.game-grid-search {
  min-height: 300px;
}

.table_view_casino img,
.game-grid-search img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all .5s;
  background-color: #191919;
  background-image: linear-gradient(to right,#191919 0%,#202020 10%,#191919 20%,#191919 100%);
  background-size: 200% 100%;
  animation: pulse-bg 1.2s linear infinite;
}

.game__wrapper {
  position: relative;
}

.hover_link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: rgba(0,0,0,.7);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

p.game_name {
  font-size: 16px;
}

a.play__btn.game_link {
  background: #fe0000;
  padding: 10px 5px;
  display: inline-block;
  color: white;
  border-radius: 6px;
  min-width: 130px;
  margin: auto;
}

p.game_provider {
  font-weight: bold;
}

.game__item {transition: all .5s;max-width: 200px;height: 277px; width: 200px;}

.game__item:hover .hover_link {
  opacity: 1;
  visibility: visible;
}

.game__item:hover .game_thumb img {
  scale: 1.1;
rotate: -2deg;
}

.game_thumb {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
#loader .lds-ellipsis div {
  background: #fff;
}
#nogames {
  min-height: 200px;
  color: #5d5a5a;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
/* ============================== 
Table View Bingo Games
============================= */
main.bingo .games__section {
  padding-bottom: 10%;
  margin-top: 40px;
}

.bingo .game_providers {
  width: 94%;
  margin: auto;
  margin-top: 20px;
}

.table_view_bingo {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 200px);
  justify-content: space-between;
  width: 94%;
  margin: auto;
  margin-top: 20px;
  align-items: center;
}
.table_view_bingo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all .5s;
  background-color: #191919;
  background-image: linear-gradient(to right, #191919 0%, #202020 10%, #191919 20%, #191919 100%);
  background-size: 200% 100%;
  animation: pulse-bg 1.2s linear 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);
  }
}

@keyframes pulse-bg {
  0% {
      background-postion: 50% 0
  }

  100% {
      background-position: -150% 0
  }
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .reg-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  animation: shockwave 1s .5s ease-out infinite;
  z-index: 100;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .reg-tab:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  animation: shockwave 1s .65s ease-out infinite;
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1)
  }

  40% {
    transform: scale(1.08)
  }

  50% {
    transform: scale(.98)
  }

  55% {
    transform: scale(1.02)
  }

  60% {
    transform: scale(.98)
  }

  to {
    transform: scale(1)
  }
}

@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px #fe0000a6, inset 0 0 1px #fe0000f2
  }

  95% {
    box-shadow: 0 0 16px #fe000026, inset 0 0 16px #fe000026
  }

  to {
    transform: scale(1.3)
  }
}
.promo__list .promo-tabs {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 20px;
}
.promo__list .promo-tabs li{
  /* width: 100%; */
}
.promo__list .promo-tabs li a{
  color: #fff !important;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid #fe0000;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0;
}
.promo__list .promo-tabs li.active a{
  background: linear-gradient(180deg, rgba(25,25,25,1) 50%, rgb(255 0 0 / 65%) 100%);
}

.promoBtn {
  height: 42px;
    background: #fe0000;
    border: 0;
    border-radius: 5px;
    padding: 0 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 21px;
} 

header nav .nav-wrapper ul.left.betby{
  border-top: 1px #484848 solid;
  padding: 10px 0px 13px 15px!important;
}

header nav .nav-wrapper ul.left li.popular a{
  display: flex;
  align-items: center;
  color: #898989;
  transition: all 0.3s ease 0s;
  font-family: 'UnisansRegular';
  font-size: 12px;
  font-weight: 600;
}

header nav .nav-wrapper ul.left li.popular a svg{
  width: 37px;
  margin-right: 15px;
}

header nav .nav-wrapper ul.left li.popular a span:hover,
header nav .nav-wrapper ul.left li.popular a.active span{
  color: #fe0000;
}

header nav .nav-wrapper ul.left li.side_head{
  color: #fff;
  font-family: 'UnisansRegular';
  font-size: 12px;
  font-weight: 600;
  padding-left: 25px;
}

/* roulette */
#roulette.roulette {
  top: 2% !important;
  width: 1400px;
  overflow: hidden;
  /* background: url(/includes/images/roulette/main-bg.png) center center; */
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  border-radius: 20px;
  max-height: 900px;
  background: unset;
  z-index: 9999 !important;
}
#roulette.roulette ul.tabs li:nth-child(2) a.active {
  background: unset;
}
#roulette.roulette .modal-content {
  height: 720px;
  width: 1400px;
  position: relative;
}
#roulette.roulette .modal-content button{
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: transparent;
  border: transparent;
  z-index: 999;
}
#roulette.roulette .modal-content .row .roulette_tab {
  z-index: 999;
  position: relative;
  padding: 0 20px;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs {
  background: unset;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li.indicator {
  display: none;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a {
  color: #fff;
  font-weight: 700;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a[href="#luckyWheel"] {
  background: linear-gradient(90deg, rgba(238,153,0,1) 0%, rgba(2,26,132,0) 100%);
  border-radius: 50px 0px 50px 0;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a.active[href="#luckyWheel"] {
  font-size: x-large;
  font-weight: 900;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a[href="#dailyWheel"] {
  background: linear-gradient(90deg, rgba(238,153,0,0) 0%, rgba(2,26,132,1) 100%);
  border-radius: 50px 0 50px 0;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a.active[href="#dailyWheel"] {
  font-size: x-large;
  font-weight: 900;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a[href="#referWheel"] {
  background: linear-gradient(90deg, rgba(238,153,0,0) 0%, rgb(2 132 7) 100%);
  border-radius: 50px 0 50px 0;
}
#roulette.roulette .modal-content .row .roulette_tab ul.tabs li a.active[href="#referWheel"] {
  font-size: x-large;
  font-weight: 900;
}
#roulette.roulette .modal-content #luckyWheel {
  margin-left: -24px;
  margin-top: -72px;
  width: 1400px;
  height: 900px;
  /* background: url(/includes/images/roulette/lucky-roulette/main-bg.png?v1) center center / cover no-repeat; */
  background: #3c0002;
}
#roulette.roulette .modal-content #dailyWheel {
  margin-left: -24px;
  margin-top: -72px;
  width: 1400px;
  height: 900px;
  /* background: url(/includes/images/roulette/daily-roulette/main-bg.png?v1) center center / cover no-repeat; */
  background: #001241;
}
#roulette.roulette .modal-content #referWheel {
  margin-left: -24px;
  margin-top: -72px;
  width: 1400px;
  height: 900px;
  /* background: url(/includes/images/roulette/daily-roulette/main-bg.png?v1) center center / cover no-repeat; */
  background: radial-gradient(circle, rgba(39,83,0,1) 0%, rgba(21,37,0,1) 50%);
}
#roulette.roulette .modal-content #luckyWheel img.pointer {
  position: absolute;
  top: 160px;
  left: 650px;
  width: 100px;
  z-index: 1;
}
#roulette.roulette .modal-content #dailyWheel img.pointer {
  position: absolute;
  top: 165px;
  left: 655px;
  width: 90px;
  z-index: 1;
}
#roulette.roulette .modal-content #referWheel img.pointer {
  position: absolute;
  top: 165px;
  left: 655px;
  width: 90px;
  z-index: 1;
}
#roulette.roulette .modal-content #dailyWheel img.btnCenter,
#roulette.roulette .modal-content #luckyWheel img.btnCenter,
#roulette.roulette .modal-content #referWheel img.btnCenter {
  position: absolute;
  top: 384px;
  left: 648px;
  width: 100px;
  z-index: 1;
}
#roulette.roulette .modal-content #luckyWheel img.btnEffect{
  position: absolute;
  top: 380px;
  left: 644px;
  width: 109px;
  z-index: 99;
}
#roulette.roulette .modal-content #dailyWheel img.btnEffect{
  position: absolute;
  top: 380px;
  left: 644px;
  width: 109px;
  z-index: 99;
}
#roulette.roulette .modal-content #referWheel img.btnEffect{
  position: absolute;
  top: 380px;
  left: 644px;
  width: 109px;
  z-index: 99;
}
#roulette.roulette .modal-content #luckyWheel img.mainRoulette {
  position: absolute;
  top: 135px;
  left: 400px;
  width: 600px;
  height: auto;
  margin: auto;
}
#roulette.roulette .modal-content #luckyWheel img.mainRouletteBg {
  position: absolute;
  top: -30px;
  left: 245px;
  width: 900px;
  height: auto;
  margin: auto;
  opacity: .5;
}

#roulette.roulette .modal-content #dailyWheel img.mainRoulette {
  position: absolute;
  top: 145px;
  left: 407px;
  width: 580px;
  height: auto;
  margin: auto;
}
#roulette.roulette .modal-content #dailyWheel img.mainRouletteBg {
  position: absolute;
  top: -40px;
  left: 189px;
  width: 1000px;
  height: auto;
  margin: auto;
  opacity: .5;
}
#roulette.roulette .modal-content #referWheel img.mainRoulette {
  position: absolute;
  top: 145px;
  left: 407px;
  width: 580px;
  height: auto;
  margin: auto;
}
#roulette.roulette .modal-content #referWheel img.mainRouletteBg {
  position: absolute;
  top: -40px;
  left: 189px;
  width: 1000px;
  height: auto;
  margin: auto;
  opacity: .5;
}
#roulette.roulette .modal-content #dailyWheel img.freeSpin,
#roulette.roulette .modal-content #luckyWheel img.freeSpin,
#roulette.roulette .modal-content #referWheel img.freeSpin {
  position: absolute;
  left: 590px;
  width: 220px;
  top: 100px;
}
#roulette.roulette .modal-content #dailyWheel p.freeSpin,
#roulette.roulette .modal-content #luckyWheel p.freeSpin,
#roulette.roulette .modal-content #referWheel p.freeSpin {
  position: absolute;
    left: 632px;
    width: 220px px;
    top: 125px;
    font-size: 24px;
    font-weight: bold;
}
#roulette.roulette .modal-content #dailyWheel p.freeSpin span {
  color: #FFEB3B;
}
#roulette.roulette .modal-content #luckyWheel p.freeSpin span {
  color:#de1300;
}
#roulette.roulette .modal-content #referWheel p.freeSpin span {
  color: #52eb36;
}
#youwin__prize,
#tryagain__prize {
width: 500px;
  margin: auto;
  display: none;
  margin-top: 45px;
  position: relative;
}
#youwin__prize #prize {
  position: absolute;
    bottom: 22.5%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    padding-left: 65px;
}
.modal-trigger.btnBottom {
    position: absolute;
    width: 170px;
    left: 612px;
    bottom: -6px;
    background: #41b8f4;
    color: white;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
}
#luckyWheel .modal-trigger.btnBottom {
  background: #de1300;
}
#referWheel .modal-trigger.btnBottom {
  background: #52eb36;
}

#youwin__prize img,
#tryagain__prize img {
  width: 100%;
  height: auto;
}
#youwin__prize .view__battleBtn,
#tryagain__prize .view__battleBtn {
    padding: 15px 20px;
    background: #e6aa1c;
    border-radius: 6px;
    position: absolute;
    bottom: 46px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}

#roulette.roulette .modal-content #dailyWheel img.btnBottom,
#roulette.roulette .modal-content #luckyWheel img.btnBottom,
#roulette.roulette .modal-content #referWheel img.btnBottom  {
  position: absolute;
  width: 170px;
  left: 612px;
  bottom: -30px;
}
#roulette.roulette .modal-content #dailyWheel img.highlight,
#roulette.roulette .modal-content #luckyWheel img.highlight,
#roulette.roulette .modal-content #referWheel img.highlight {
  position: absolute;
  bottom: -110px;
  width: 350px;
  left: 528px;
}
#roulette.roulette .modal-content table {
  /* position: absolute;
  top: 60px;
  width: 335px;
  border-radius: 20px;
  background: url(/includes/images/roulette/lucky-roulette/banner-bg.png) center 132px no-repeat;
  outline: 1px solid red;
  left: 65px; */
  background-color: transparent;
}
#roulette.roulette .modal-content #luckyWheel table{
  background: linear-gradient(0deg, rgba(138,0,2,1) 0%, rgba(13,19,28,0) 100%);
  border-radius: 20px;
}
#roulette.roulette .modal-content #dailyWheel table, 
#roulette.roulette .modal-content #referWheel table {
  position: relative;
  z-index: 1;
  color: #fff;
}
#roulette.roulette .modal-content #dailyWheel table tbody, 
#roulette.roulette .modal-content #referWheel table tbody{
  position: relative;
}
#roulette.roulette .modal-content table tr td{
  text-align: center;
}
#roulette.roulette .modal-content #luckyWheel .prizes-side table tr:nth-child(1) td:nth-child(2),
#roulette.roulette .modal-content #dailyWheel .prizes-side table tr:nth-child(1) td:nth-child(2),
#roulette.roulette .modal-content #referWheel .prizes-side table tr:nth-child(1) td:nth-child(2){
  padding-top: 35px;
}
#roulette.roulette .modal-content #luckyWheel .prizes-side table tr:nth-child(10) td:nth-child(1),
#roulette.roulette .modal-content #dailyWheel .prizes-side table tr:nth-child(10) td:nth-child(1),
#roulette.roulette .modal-content #referWheel .prizes-side table tr:nth-child(10) td:nth-child(1){
  padding-bottom: 25px;
}
#roulette.roulette .modal-content table tr:nth-child(1) td:nth-child(1) img {
  width: 36px;
  padding-top: 18px;
}
#roulette.roulette .modal-content table tr:nth-child(1) td:nth-child(3) img {
  width: 35px;
  padding-top: 18px;
}
#roulette.roulette .modal-content #dailyWheel table tr:nth-child(1) td:nth-child(3) img,
#roulette.roulette .modal-content #referWheel table tr:nth-child(1) td:nth-child(3) img {
  width: 41px;
  padding-top: 18px;
}
#roulette.roulette .modal-content div.prizes-side img.prize-list {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 69px;
  width: 200px;
}
#roulette.roulette .modal-content div.prizes-side img.gift-prizes {
  position: absolute;
  top: unset;
  bottom: -40px;
  width: 125px;
  left: 103px;
}
#roulette.roulette .modal-content #luckyWheel div.prizes-side {
  position: absolute;
  left: 65px;
  width: 345px;
  top: 130px;
  height: 580px;
  width: 335px;
  border-radius: 20px;
  background: url(/includes/images/roulette/lucky-roulette/banner-bg.png) center 132px no-repeat;
  outline: 1px solid red;
}
#roulette.roulette .modal-content #dailyWheel div.prizes-side {
  position: absolute;
  left: 65px;
  width: 345px;
  top: 130px;
  height: 580px;
  width: 335px;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0,25,82,1) 0%, rgba(0,0,0,0) 100%);
  outline: 1px solid blue;
}
#roulette.roulette .modal-content #referWheel div.prizes-side {
  position: absolute;
  left: 65px;
  width: 345px;
  top: 130px;
  height: 580px;
  width: 335px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(29,85,0,1) 0%, rgba(21,37,0,0) 100%);
  outline: 1px solid #74f364;
}
#roulette.roulette .modal-content #dailyWheel div.prizes-side::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(/includes/images/roulette/daily-roulette/banner-bg.png) center 0px no-repeat;
  opacity: 0.1;
  border-radius: 20px;
}
#roulette.roulette .modal-content #referWheel div.prizes-side::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(/includes/images/roulette/daily-roulette/banner-bg.png) center 0px no-repeat;
  opacity: 0.1;
  border-radius: 20px;
}
#roulette.roulette .modal-content #luckyWheel div.winner-side {
  position: absolute;
  right: 65px;
  width: 345px;
  top: 130px;
  height: 585px;
  width: 335px;
  border-radius: 20px;
  background: url(/includes/images/roulette/lucky-roulette/banner-bg.png) center 132px no-repeat;
  outline: 1px solid red;
}

#roulette.roulette .modal-content #dailyWheel div.winner-side {
  position: absolute;
  right: 65px;
  width: 345px;
  top: 130px;
  height: 585px;
  width: 335px;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0,25,82,1) 0%, rgba(0,0,0,0) 100%);
  outline: 1px solid blue;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(/includes/images/roulette/daily-roulette/banner-bg.png) center 0px no-repeat;
  opacity: 0.1;
  border-radius: 20px;
}
#roulette.roulette .modal-content #referWheel div.winner-side {
  position: absolute;
  right: 65px;
  width: 345px;
  top: 130px;
  height: 585px;
  width: 335px;
  border-radius: 20px;
  outline: 1px solid #74f364;
  background: linear-gradient(180deg, rgba(29,85,0,1) 0%, rgba(21,37,0,0) 100%);
}
#roulette.roulette .modal-content #referWheel div.winner-side::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(/includes/images/roulette/daily-roulette/banner-bg.png) center 0px no-repeat;
  opacity: 0.1;
  border-radius: 20px;
}
#roulette.roulette .modal-content #luckyWheel div.winner-side div.row {
  padding-top: 35px;
  height: 585px;
  background: linear-gradient(0deg, rgba(138,0,2,1) 0%, rgba(13,19,28,0) 100%);
  border-radius: 20px;
  width: 336px;
  margin: auto;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side p.rules,
#roulette.roulette .modal-content #luckyWheel div.winner-side p.rules,
#roulette.roulette .modal-content #referWheel div.winner-side p.rules {
  padding: 10px 15px;
  font-size: 14px;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side div.row {
  padding-top: 35px;
  height: 585px;
  border-radius: 20px;
  width: 336px;
  margin: auto;
  background: linear-gradient(0deg, rgba(0,25,82,1) 0%, rgba(0,0,0,0) 100%);
}
#roulette.roulette .modal-content #referWheel div.winner-side div.row {
  padding-top: 35px;
  height: 585px;
  border-radius: 20px;
  width: 336px;
  margin: auto;
  background: linear-gradient(180deg, rgba(29,85,0,1) 0%, rgba(21,37,0,0) 100%);
}
#roulette.roulette .modal-content #dailyWheel div.winner-side #win-list,
#roulette.roulette .modal-content #luckyWheel div.winner-side #regras,
#roulette.roulette .modal-content #dailyWheel div.winner-side #rules,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-winner,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-rules{
  position: relative;
  z-index: 1;
  text-align: justify;
}
#roulette.roulette .modal-content #referWheel div.winner-side #refer-winner.tab_Roll,
#roulette.roulette .modal-content #dailyWheel div.winner-side #win-list.tab-Roll {
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side #rules #participate,
#roulette.roulette .modal-content #luckyWheel div.winner-side #regras #participar,
#roulette.roulette .modal-content #luckyWheel div.winner-side #regras #termos,
#roulette.roulette .modal-content #dailyWheel div.winner-side #rules #terms,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-rules #refer-participate,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-rules #refer-terms {
  padding: 5px 15px;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side #win-list ul li,
#roulette.roulette .modal-content #dailyWheel div.winner-side #rules ul li,
#roulette.roulette .modal-content #luckyWheel div.winner-side #regras ul li,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-winner ul li,
#roulette.roulette .modal-content #referWheel div.winner-side #refer-rules ul li {
  list-style-type: auto;
  font-size: 14px;
}
#roulette.roulette .modal-content #referWheel div.winner-side #refer-winner p ,
#roulette.roulette .modal-content #dailyWheel div.winner-side #win-list p {
  font-size: 14px;
}
#roulette.roulette .modal-content #luckyWheel div.winner-side div.row ul.tabs {
  background: #5f0104;
  border-radius: 20px;
  height: 35px;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side div.row ul.tabs {
  background: #021a84;
  border-radius: 20px;
  height: 35px;
  font-weight: 700;
}
#roulette.roulette .modal-content #referWheel div.winner-side div.row ul.tabs {
  background: linear-gradient(180deg, rgba(27,170,110,1) 0%, rgba(39,175,123,1) 100%);
  border-radius: 20px;
  height: 35px;
  font-weight: 700;
}
#roulette.roulette .modal-content #referWheel div.winner-side div.row #refer-rules ul.tabs,
#roulette.roulette .modal-content #dailyWheel div.winner-side div.row #rules ul.tabs {
  font-weight: normal;
}
#roulette.roulette .modal-content #referWheel div.winner-side div.row #refer-rules ul.tabs li a[href="#participate"],
#roulette.roulette .modal-content #dailyWheel div.winner-side div.row #rules ul.tabs li a[href="#participate"] {
  line-height: 1;
  padding-top: 4px;
}
#roulette.roulette .modal-content div.winner-side div.row ul.tabs li{
  height: 35px;
  line-height: 2.8;
}

/* #roulette.roulette .modal-content div.winner-side div.row ul.tabs li:nth-child(2){
  height: 35px;
  line-height: 2.8;
  border-radius: 0 20px 20px 0;
  background: #5f0104;
} */
#roulette.roulette .modal-content #luckyWheel div.winner-side div.row ul.tabs li a.active{
  background: #ee9900;
}
#roulette.roulette .modal-content #dailyWheel div.winner-side div.row ul.tabs li a.active{
  background: #36b8f4;
}
#roulette.roulette .modal-content #referWheel div.winner-side div.row ul.tabs li a.active{
  background: linear-gradient(180deg, rgba(57,220,78,1) 0%, rgba(161,231,74,1) 100%);
}
#roulette.roulette .modal-content div.winner-side div.row ul.tabs li.indicator,
#roulette.roulette .modal-content div.winner-side div.row ul.tabs li.indicator{
  display: none;
}
#roulette.roulette .modal-content div.winner-side div.row ul.tabs li a{
  font-size: 13px;
  text-transform: none;
  color: #fff;
}
/* #roulette.roulette .modal-content #dailyWheel div.winner-side div.row ul.tabs li a[href="#win-list"]{
  line-height: 1;
  padding-top: 4px;
} */
#roulette.roulette .modal-content div.winner-side img.winner-list{
  top: -25px;
  width: 200px;
  left: 70px;
  position: absolute;
}
#roulette.roulette .modal-content div.winner-side img.surprise{
  position: absolute;
  bottom: -35px;
  right: 65px;
  width: 200px;
  left: unset;
  top: unset;
}
#roulette.roulette .modal-content div.winner-side div.row div#awards.tabRoll {
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
#roulette.roulette .modal-content div.winner-side div.row div#winner-list table.list_winners,
#roulette.roulette .modal-content div.winner-side div.row div#awards table.list_winners {
  /* height: 510px;
  left: 0;
  outline: unset;
  background: unset;
  width: 335px;
  top: 75px;
  border-radius: 20px; */
  position: relative;
  z-index: 1;
}
#roulette.roulette .modal-content div.winner-side div.row div#winner-list table.list_winners tbody,
#roulette.roulette .modal-content div.winner-side div.row div#awards table.list_winners tbody{
  background: unset;
  position: relative;
}
#roulette.roulette .modal-content div.winner-side div.row div#winner-list table.list_winners tbody tr td:last-child,
#roulette.roulette .modal-content div.winner-side div.row div#awards table.list_winners tbody tr td:last-child {
  color: yellow;
}
#roulette.roulette .modal-content div.winner-side div.row div#win-list table.winners_list tbody tr td:last-child {
  color: #36b8f4;
}
#roulette.roulette .modal-content div.winner-side div.row div#winner-list table.list_winners tbody tr td:nth-child(2),
#roulette.roulette .modal-content div.winner-side div.row div#awards table.list_winners tbody tr td:nth-child(2) {
  padding: 0;
}
@media(max-width: 1536px) {
  #roulette.roulette {
    scale: .85;
    margin: auto;
    top: 0 !important;
    bottom: 0 !important;
  }
  #roulette.roulette .modal-content {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 0;
  }
  #roulette.roulette .modal-content .row { 
    margin-bottom: 0;
  }
  #roulette.roulette .modal-content #luckyWheel {
    height: 942px;
  }
  #roulette.roulette .modal-content #dailyWheel {
    height: 942px;
  }
  #roulette.roulette .modal-content #dailyWheel img.highlight,
  #roulette.roulette .modal-content #luckyWheel img.highlight {
    bottom: -91px;
  }
  #roulette.roulette .modal-content #dailyWheel img.btnBottom,
  #roulette.roulette .modal-content #luckyWheel img.btnBottom {
    bottom: 0;
  }
  .modal-trigger.btnBottom { 
    bottom: 23px;
  }
}
/* width */
#roulette .modal-content::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#roulette .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
#roulette .modal-content::-webkit-scrollbar-thumb {
  background: #434343;
}

/* Handle on hover */
#roulette .modal-content::-webkit-scrollbar-thumb:hover {
  background: #353535;
}

/* Daily In CSS */
.di_wrapper{
  padding: 15px;
  background: rgb(0 0 0/28%);
  border-radius: 10px;
  margin-bottom: 30px;
}
.di_wrapper li,
.di_wrapper p{
  font-size: 18px;
}
.di_wrapper h5{
  color: red;
}
.calendar-container{
  display: flex;
}
.calendar {
  width: 600px;
  height: fit-content;
  text-align: center;
  margin: 30px auto;
  background-color: #2A3645;
}
.calendar2{
  pointer-events: none;
  width: 600px;
  height: fit-content;
  text-align: center;
  margin: 30px auto;
  background-color: #2A3645;
  pointer-events: none;
}
.calendar2 p,
.calendar p{
  color: white;
  font-size: 20px;
  padding: 10px 0px 0px 0px;
  margin: 5px;
  font-weight: 700;
}
.calendar2 span,
.calendar span{
  color: white;
  font-size: 16px;
}
.calendar2 table td span,
.calendar table td span{
  font-size: 12px;
  display: block;
}
.calendar2 table td img,
.calendar table td img{
  padding: 10px;
  background-color: #2A3645;
  border-radius: 5px;
}
table{
  background-color: #2A3645;
  color: #93ACD3;
  width: inherit;
}
.calendar2 table .tr_days td,
.calendar table .tr_days td{
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #2A3645;
  cursor: auto;
  text-transform: uppercase;
  font-weight: 500;
}
.calendar2 td,
.calendar td {
  cursor: pointer;
  padding: 5px;
  border: 1px solid white;
  background-color: #161F2C;
  text-align: center;
}
.calendar2 .today,
.calendar .today {
  font-weight: bold;
}
.daily-in-content{
  text-align: center;
}
.daily-in-content table{
  width: 800px;
  margin: 0 auto;
}
.daily-in-content table td{
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #2A3645;
  cursor: auto;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px;
  border: 1px solid white;
  background-color: #161F2C;
  text-align: center;
}
.daily-in-content table tbody td:nth-child(1),
.daily-in-content table tbody tr:nth-child(1) td{
  color:#93ACD3;
}
.daily-in-content table tbody tr:nth-child(odd) td{
  background-color: #2A3645;
}

.check-in-container{
  display: flex;
  align-items: center;
}
.calendar-icon {
  width: 35px;
  height: 37px;
  margin-right: 15px;
  border-radius: 10px 10px 8px 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.date-wrapper{
  text-align: center;
  height: 72px;
  width: 20px;
}
.day {
  color: black;
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid black;
}
.month {
  font-size: 10px;
  text-transform: uppercase;
  color: black;
  position: relative;
  top: -52px;
}

.calendar-main-container {
  width: 100%;
  max-width: 920px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 40px;
}
.calendar-wrapper .calendar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #2A3645;
  border-radius: 10px 10px 0 0;
}

.calendar-wrapper {
  padding: 20px;
}

.calendar-wrapper .calendar-title .current-date {
  font-size: 30px;
  margin-bottom: 10px;
}

.calendar-body {
  background: #161F2C;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.calendar-body .calendar-days {
  background: #2A3645;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.calendar-body .calendar-days p {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding: 5px;
}

.calendar-body .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.calendar-body .calendar-dates .dates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .07);
  height: 98px;
}
.calendar-body .calendar-dates .dates.able-claim {
  border: 1px solid #ffde3b;
}
.calendar-body .calendar-dates .dates p {
  font-size: 14px;
}
.calendar-body .calendar-dates .dates .gem-icon {
  padding: 10px;
  background-color: #2A3645;
  border-radius: 5px;
}

.calendar-body .calendar-dates .dates .cross-icon {
  width: 50px;
  height: 50px;
  filter: invert(1);
  opacity: .2;
}

.calendar-body .calendar-dates .dates .check-icon {
  width: 50px;
    height: 50px;
}

.calendar-body .calendar-dates .dates.not-yet img{
filter: grayscale(1);
  opacity: 0.5;
}

.loaderWrapper {
  width: 100%;
  height: 100%;
  min-height: 720px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #161F2C;
  border-radius: 10px;
}

.loaderCalendar {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#calendarContainer .nodata {
  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
 /* End of daily */

/* Loader */
.slotsloader {
  font-size: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  text-indent: -9995em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  display: none;
  margin-left: 20px;
}

.load-more-all {
  color: #fff;
  padding: 0 20px;
  display: grid;
  align-items: center;
  width: fit-content;
  place-self: center;
  margin: 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fe0000 !important;
  text-transform: capitalize;
}

.gp__gc__wrapper .gamepro__wwrapper button.disabled {
  pointer-events: none;
  filter: grayscale(.7)
}

.tab__orig__wrapper .tabs {
  background: transparent;
  margin: 0 15px 20px 15px;
}

.tab__orig__wrapper .tabs li a img.img-t1 {
  width: 85px;
  height: 37px;
  margin-top: 5px;
}

.tab__orig__wrapper .tabs li.indicator {
  display:none;
}

.tab__orig__wrapper .tabs li a.active, .tab__orig__wrapper .tabs li a:focus {
background:transparent;
}
.tab__orig__wrapper ul.tabs li a:focus.active {
  background:linear-gradient(180deg, rgba(25,25,25,1) 50%, rgb(255 0 0 / 65%) 100%);
}

.tab__orig__wrapper ul.tabs li a.active {
  background:linear-gradient(180deg, rgba(25,25,25,1) 50%, rgb(255 0 0 / 65%) 100%);
	border:1px solid red;
    border-radius: 25px;
    }



@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
} 

main.sports_betby{
  padding: 0px;
}
.sports_betby .content__wrapper{
  padding-left: 250px;
  padding-top: 80px;
  padding-right: 0px;
}

#search-frame {
  position: fixed;
  left: 250px;
  width: calc(100% - 250px);
  height: 100%;
  border: none;
  transition: all 0.5s;
  background: #252525;
  z-index: 2;
  overflow-y: auto;
  height: 0;
}

#search-frame .inner {
  padding: 40px;
  padding-top: 150px;
  position: relative;
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 4px;
}
#search-frame .inner .close-btn {
  position: absolute;
    right: 45px;
    top: 80px;
    z-index: 10;
}
#search-frame .inner .close-btn span {
  font-size: 40px;
  cursor: pointer;
}
#search-frame .inner .games__wrapper figure .img__thumb {
    width: 100%;
      max-height: 287px;
      min-height: 287px;
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      background-color: #191919;
        background-image: linear-gradient(to right, #191919 0%, #202020 10%, #191919 20%, #191919 100%);
        background-size: 200% 100%;
        animation: pulse-bg 1.2s linear infinite;
}
#search-frame .inner .games__wrapper figure .img__thumb img {
  width: 100%;
    max-height: 287px;
    border-radius: 15px;
}
#search-frame .inner .game__name {
    text-align: center;
      margin-top: 10px;
}

/* width */
#search-frame::-webkit-scrollbar {
  width: 0;
}
#search-frame .close-btn {
  position: absolute;
  right: 45px;
  top: 95px;
  z-index: 10;
}

#search-frame .close-btn span {
  font-size: 40px;
  cursor: pointer;
}

#nofoundgames {
  padding: 40px;
    padding-top: 200px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #aaa;
    display: none;
  }

  .g-sport-wrapper {
    display: flex;
    align-items: center;
  }
  .g-sport-wrapper .search-input {
    display: flex;
      align-items: center;
      margin-left: 20px;
      position: relative;
  }
  .g-sport-wrapper .search-input #search-all{
    color: white;
      padding: 0 20px;
      margin-bottom: 0;
      height: 34px;
      font-size: 14px;
      border: 2px solid rgba(196, 0, 1, 1);
      margin-left: 10px;
      border-radius: 16px;
      outline: none;
      box-shadow: none;
      width: 220px;
  }
    .g-sport-wrapper .search-input #search-all:focus {
      box-shadow: none;
    }
  .g-sport-wrapper .search-input #search-all-btn{
    height: 36px;
      background: #fe0000;
      border: 1px solid #fe0000;
      border-radius: 0 5px 5px 0;
      color: #fff;
      padding: 0 10px;
      cursor: pointer;
  }

  #search-frame .game-loader {
    height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none;
  }
    .g-sport-wrapper .search-input .material-icons {
      position: absolute;
        right: 10px;
        top: 8px;
    }
  #search-frame .game-loader img {
    max-width: 100px;
      z-index: 1;
  }
  #search-frame .game-loader .lds-ripple {
    z-index: 0;
      left: -85px;
  }


    .lds-ripple {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
    }
  
    .lds-ripple div {
      position: absolute;
      border: 4px solid #fe0000;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }
  
    .lds-ripple div:nth-child(2) {
      animation-delay: -0.5s;
    }
  
    @keyframes lds-ripple {
      0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
      }
  
      4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
      }
  
      5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
      }
  
      100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
      }
    }

/* // Login Via Google */

.login-via-google {
  text-align: center;
}

.login-via-google p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  color: #575656;
}

.login-via-google p:before {
  content: '';
  width: 80px;
  height: 1px;
  display: flex;
  background: #575656;
  align-items: center;
}

.login-via-google p:after {
  content: '';
  width: 80px;
  height: 1px;
  display: flex;
  background: #575656;
  align-items: center;
}

.login-via-google a img {
  padding: 8px;
  background: white;
  border-radius: 15px;
}
/* ------------------------------------------------------------------------------- */
/* POPUP PROMOTION CSS */
.popup-promo {
  border-radius: 10px;
  background: #242424f0;
  overflow: hidden;
  border: 1px solid #8c8c8c85;
  width: 1050px;
  max-height: 700px;
}
.popup-promo .modal-content {
  overflow: hidden;
  padding: 24px 24px 35px 24px;
}
.popup-promo .modal-close {
  background: unset;
  border: unset;
  position: absolute;
  right: 0;
  top: 10px;
}
.popup-promo .modal-close i {
  color: #fff;
}
.popup-promo .modal-close i:hover {
  color: #dd2134;
}
.popup-promo .modal-content .popup-header {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.popup-promo .modal-content .popup-header .popup-announcement h3{
  font-weight: 900;
}
.popup-promo .modal-content .popup-header .popup-logo img {
  width: 100px;
}
.popup-promo .row {
  height: 455px;
  overflow: hidden;
}
.popup-promo .col.s3 {
  padding: 0;
  overflow: auto;
  height: 100%;
}
.popup-promo .col.s3::-webkit-scrollbar {
  width: 5px;
}
.popup-promo .col.s3::-webkit-scrollbar-track{
  background: #242424;
}
.popup-promo .col.s3::-webkit-scrollbar-thumb{
  background-color: #dd2134;
  border-radius: 10px;
  /* border: 3px solid #000f34; */
}
.popup-promo .col.s9 h5{
  color: #dd2134;
  font-weight: 900;
  margin-top: 0;
  font-size: 26px;
}
.popup-promo ul.tabs {
  display: inline-grid;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  background: unset;
  grid-row-gap: 15px;
  scrollbar-width: thin;
  scrollbar-color: red red;
}

.popup-promo ul.tabs li {
  text-align: left;
  border-radius: 10px;
  width: 59%;
  background: linear-gradient(#242424 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #ff8084, #df2235) border-box;
  border: 1px solid transparent;
}

.popup-promo ul.tabs li a{
  padding: 0 10px;
  color: #fff;
}
.popup-promo ul.tabs li a:hover {
  color: #dd2134;
}
.popup-promo ul.tabs li a.active,
.popup-promo ul.tabs li a:focus.active {
  color: #dd2134;
  background-color: unset;
}
.popup-promo ul.tabs li.indicator {
  display: none;
}
.popup-promo .go_btn {
  background: #df2235;
  cursor: pointer;
  position: absolute;
  right: 23px;
  width: 110px;
  height: 30px;
  margin-top: -7px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
  font-size: larger;
  bottom: 10px;
}
.popup-promo .go_btn:hover {
  background: #b60819;
}
/* POPUP PROMOTION CSS END */
.rotate-center {
	-webkit-animation: rotate-center 30s linear infinite reverse forwards;
  animation: rotate-center 30s linear infinite reverse forwards;
}
 @-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);
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulsate-fwd {
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
  animation: pulsate-fwd 2s ease-in-out infinite both;
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon.roulette {
  background: url(../images/icon/roulette-icon.png?=v0.4) no-repeat!important;
  background-position: center;
  height: 35px;
  width: 35px;
  background-size: 100% !important;
}
header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a[href="#roulette"] span::before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/icon/gift-icon-roulette.png?=v0.4) no-repeat!important;
  height: 20px;
  width: 25px;
  background-size: 90%!important;
  left: 40px;
  bottom: 5px;
}
header nav .nav-wrapper ul li a i.menu_icon.roulette.rotate-center {
  animation-name: rotate-center;
  -webkit-animation: rotate-center 10s linear infinite forwards;
  animation: rotate-center 10s linear infinite forwards;
}