@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;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

::selection {
  color: #fff;
  background-color: #de1176;
}

::-moz-selection {
  color: #fff;
  background-color: #de1176;
}

body {
  background: #050505;
  color: #fff;
}

body,
ul,
ol {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.red-bg {
  background: #f23e2f !important;
  color: #fff !important;
}

.green-bg {
  background: #009944 !important;
  color: #fff !important;
}

.light-blue-bg {
  background: #37334b !important;
  color: #b4b2bf !important;
}

.orange-bg {
  background: #fe551b !important;
  color: #fff !important;
}

.gray-bg {
  background: #5c6573 !important;
  color: #fff !important;
}

.white-bg {
  background: #fff !important;
  color: #f4321f !important;
}

.purple-bg {
  background: #5e1cd9 !important;
  color: #fff !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.is-mobile {
  display: none;
}

@font-face {
  font-family: 'twoTech';
  src: url('../font/2TECH2.TTF') format('truetype');
}

@font-face {
  font-family: 'aileronbold';
  src: url('../css/font/aileron-bold-webfont.woff2') format('woff2'),
    url('../css/font/aileron-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'aileronregular';
  src: url('../css/font/aileron-regular-webfont.woff2') format('woff2'),
    url('../css/font/aileron-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'aileronblack';
  src: url('../css/font/aileron-black-webfont.woff2') format('woff2'),
    url('../css/font/aileron-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

main {
  transition: all 0.5s;
  /* margin-top: 78px;
  padding: 20px; */
  overflow-x: hidden;
}

iframe {
  z-index: 1;
}

/* loading pages */
#page-content {
  display: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding-top: 40vh;
  background: #030409 url('/includes/images/stars_bg.jpg') center no-repeat;
}

.loading-content {
  display: grid;
  justify-items: center;
}

.loading-content img {
  width: 250px;
}

.loading-content .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}


body::-webkit-scrollbar {
  width: 0 !important
}

body {
  overflow: -moz-scrollbars-none;
}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 01 Header
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
/** Desktop Menu **/
header .logo__bg {
  background-size: contain;
  width: 292px;
  height: 97px;
  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: 8px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 141px;
  top: 22px;
}

header .logo__bg a.smash__logo img {
  width: 165px;
}

header nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #141414;
  z-index: 999;
  width: 250px;
  transition: all 0.5s ease;
  max-height: 3000px;
  overflow: auto;
}

header nav .nav-wrapper a.brand-logo {
  left: 40px;
  z-index: 10;
}

header nav .nav-wrapper a.brand-logo img {
  width: 20px;
}

header nav .nav-wrapper ul.left {
  padding: 90px 0 0 20px;
  width: 100%;
  float: none !important;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header nav .nav-wrapper ul.left li {
  float: unset;
  position: relative;
  transition: all 0.3s ease 0s;
  background: transparent;
}

body.om-side header nav .nav-wrapper ul.left li.breaker__line {
  border-bottom: 1px rgb(255 255 255 / 27%) solid;
  width: 89%;
  padding-bottom: 55px;
}

header nav .nav-wrapper ul.left li.breaker__line {
  border-bottom: 1px rgb(255 255 255 / 27%) solid;
}

body.om-side header nav .nav-wrapper ul.left li.promo__nav {
  padding-top: 25px;
}

/* header nav .nav-wrapper ul.left li a.active:before,
header nav .nav-wrapper ul.left li:hover a.active:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  height: 24px;
  width: 4px;
  border-radius: 8px;
  background: #f4321f;
  transition: all 0.3s ease 0s;
} */

header nav .nav-wrapper ul.left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #484848;
  transition: all 0.3s ease 0s;
}

header nav .nav-wrapper ul.left li a img.side-hot-icon {
  width: 18px;
  padding-left: 5px;
  display: block;
}

header nav .nav-wrapper ul.left li a:hover {
  background: transparent;
  color: #c3c3c3;
}

header nav .nav-wrapper ul.left li a.active {
  color: #fff;
}

header nav .nav-wrapper ul.left li a.active .menu_icon {
  filter: brightness(4);
}

header nav .nav-wrapper ul.left li.active a {
  background: transparent;
  color: #ffa600;
}

header nav .nav-wrapper ul.left li.app__dl {
  margin-left: -50px;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl {
  text-align: center;
  line-height: 25px;
  padding: 15px 0 0 0;
  margin-left: 0;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl img,
header nav .nav-wrapper ul.left li.app__dl img {
  width: 150px;
}

body.om-side header nav .nav-wrapper ul.left li.app__dl p,
header nav .nav-wrapper ul.left li.app__dl p {
  margin: 0;
  padding: 0;
  color: #a0a09f;
}

header .top__header__wrapper {
  padding: 0 20px;
  background-color: #191919;
  position: fixed;
  left: 250px;
  right: 0;
  top: 0;
  z-index: 9991;
  height: 77px;
  background-color: #191919;
  background-position: center;
  background-size: 100% 100%;
}

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: 25px;
}

header .top__header__wrapper .top__header {
  position: relative;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul {
  background: #242424;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 150px;
  position: relative;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li {
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 97px;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li .coming__soon__tootip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 35px;
  left: 6px;
  background: rgb(94 28 217 / 66%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  border-radius: 180px;
  transition: all 0.3s ease 0s;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li .coming__soon__tootip p {
  font-size: 11px;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.sport__link:hover .coming__soon__tootip {
  opacity: 1;
  visibility: visible;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active {
  background: #5e1cd9;
  border-radius: 150px;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a {
  color: #fff;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a {
  color: #c3c3c3;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a .nav-icon {
  width: 15px;
  margin-right: 6px;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover {
  background: #5e1cd9;
  border-radius: 150px;
  color: #fff;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a {
  color: #fff;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i,
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn i {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: contain !important;
  margin-right: 8px;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i.game-icon {
  background: url(../images/icon/header-game-icon-dark.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a i.game-icon,
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a i.game-icon {
  background: url(../images/icon/header-game-icon-white.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li a i.sport-icon {
  background: url(../images/icon/header-sport-icon-dark.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li.active a i.sport-icon,
header .top__header__wrapper .top__header .logo__search__wrapper .g-sport-wrapper ul li:hover a i.sport-icon {
  background: url(../images/icon/header-sport-icon-white.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn {
  background: #242424;
  padding: 5px 15px;
  border-radius: 150px;
  margin-left: 10px;
  color: #c3c3c3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease 0s;
  min-width: 97px;
}

header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn:hover,
header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn.active {
  background: #5e1cd9;
  border-radius: 150px;
  color: #fff;
}

header .top__header__wrapper .top__header .logo__search__wrapper a.rl__header__btn i {
  background: url(../images/icon/header-roulette-icon.png) no-repeat 0 0;
}

header .top__header__wrapper .top__header .logo__wrapper {
  padding-right: 15px;
}

header .top__header__wrapper .top__header .logo__wrapper a img {
  width: 155px;
}

header .top__header__wrapper .top__header .header__search__wrapper {
  display: none;
  position: relative;
  top: -5px;
}

header .top__header__wrapper .top__header .header__search__wrapper i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #4c465f;
}

header .top__header__wrapper .top__header .header__search__wrapper input {
  background: #2c2640;
  border-bottom: 0;
  padding-left: 45px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  width: 500px;
  margin-bottom: 0;
}

header .top__header__wrapper .top__header .header__search__wrapper input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

header .top__header__wrapper .top__header .header__search__wrapper input::-webkit-input-placeholder {
  color: #4c465f;
}

header .top__header__wrapper .top__header .header__user__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper {
  margin-right: 10px;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 31px;
  height: 31px;
  border-radius: 180px;
}

header .top__header__wrapper .top__header .header__user__wrapper .cs__wrapper a img {
  width: 24px;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
}

.left.nav__link.data__link li a .esporte-victral {
  width: 201px;
  border-radius: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper a.user__name {
  background: transparent;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .userinfo__wrapper a.user__name img {
  width: auto;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop .logout__wrapper {
  margin-left: 20px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a {
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent !important;
  color: #945ffc !important;
  height: 35px;
  border: 2px #945ffc solid;
  transition: all 0.3s ease 0s;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.withdraw__btn {
  border: 0;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.waves-effect.btn.yellow-orange-bg {
  background: #5e1cd9 !important;
  color: #fff !important;
  border: 0;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.deposit__btn {
  background: #f23e2f;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.deposit__btn:hover {
  background: #c72113;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.withdraw__btn:hover {
  background: #f23e2f;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.logout__btn {
  padding: 0px 20px;
  height: 55px;
  border-radius: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a img {
  width: 25px;
  display: block;
  margin-left: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.red-bg:hover {
  background: #cd2517;
}

header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.green-bg:hover {
  background: #037736;
}


header .top__header__wrapper .top__header .header__user__wrapper .loginbox .is-desktop a.waves-effect.btn.red-bg {
  margin-right: 10px;
}


header .top__header__wrapper .top__header .header__user__wrapper img.user__icon {
  height: 50px;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper {
  display: block;
  padding-left: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper p {
  font-size: 15px;
  font-weight: 600;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper p a.playername {
  color: #fff !important;
  border: 0;
}

header .top__header__wrapper .top__header .header__user__wrapper span.name__wrapper span.name__2 {
  color: #fff;
  font-size: 12px;
}

header .top__header__wrapper .top__header .header__user__wrapper .button__wrapper {
  margin-right: 15px;
}

header .top__header__wrapper .top__header .header__user__wrapper .button__wrapper a {
  background: #5e1cd9;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 150px;
}

header nav.hide-menu {
  margin-left: -259px;
}

header nav.hide-menu .nav-wrapper a.brand-logo {
  left: 210px;
}

header nav.hide-menu .nav-wrapper ul.left li a i.menu_icon {
  position: absolute;
  right: 13px;
}

header nav.hide-menu .nav-wrapper ul.left li a.active:before {
  top: 25px;
  height: 17px;
  width: 2px;
}

body.om-side nav.main-nav .nav__banner__wrapper,
nav.main-nav .nav__banner__wrapper {
  margin: 20px auto;
  width: 90%;
  position: relative;
}

body.om-side nav.main-nav .nav__banner__wrapper div {
  margin: 0 0 8px 0;
}

body.om-side nav.main-nav .nav__banner__wrapper div a {
  display: block;
  line-height: 0;
  cursor: pointer;
  position: unset;
}

nav.main-nav .nav__banner__wrapper div a {
  position: absolute;
  cursor: pointer;
}

nav.main-nav .nav__banner__wrapper div a.br__1 {
  right: 0;
  top: -6px;
}

nav.main-nav .nav__banner__wrapper div a.br__2 {
  right: 0;
  top: 58px;
}

nav.main-nav .nav__banner__wrapper div a.br__3 {
  right: 0;
  top: 113px;
}

body.om-side nav.main-nav .nav__banner__wrapper div a img.nav__img__br {
  display: block;
  width: 100%;
  border-radius: 15px;
}

body.om-side nav.main-nav .nav__banner__wrapper div a img.nav__img__icon {
  display: none;
}

body nav.main-nav .nav__banner__wrapper div a img.nav__img__br {
  display: none;
}

body nav.main-nav .nav__banner__wrapper div a img.nav__img__icon {
  display: block;
  width: 30px;
}

/** Mobile Menu **/
#mobile-menu {
  background: #171127;
}

header .sidenav .logged__user {
  padding: 30px 25px 0;
}

header .sidenav .logged__user .user__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .sidenav .logged__user .user__info img.user__icon {
  height: 70px;
}

header .sidenav .logged__user .user__info span.name__wrapper {
  display: block;
  padding-left: 15px;
}

header .sidenav .logged__user .user__info span.name__wrapper p.name {
  font-size: 24px;
}

header .sidenav .logged__user .user__info span.name__wrapper span.name__2 {
  color: #696575;
}

header .sidenav .logged__user .user__balance {
  text-align: center;
  padding: 30px 0;
}

header .sidenav .logged__user .user__balance p {
  font-size: 42px;
}

header .sidenav .logged__user .user__balance span {
  color: #696575;
  font-size: 18px;
}

header .sidenav .logged__user .dep__with__btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

header .sidenav .logged__user .dep__with__btn a {
  padding: 5px 20px;
  border-radius: 80px;
}

header .sidenav ul {
  background: #08001d;
  border-radius: 50px 50px 0 0;
  padding: 30px 0;
  margin-top: 40px;
}

header .sidenav ul li {
  height: 80px;
}

header .sidenav ul li.line__breaker {
  height: 30px;
}

header .sidenav ul li.line__breaker span {
  width: 85%;
  background: #2c2640;
  height: 1px;
  margin: 0 30px;
  display: block;
}

header .sidenav ul li a {
  padding: 0 25px;
  color: #fff;
  font-weight: 200;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

header .sidenav ul li a i.material-icons {
  color: #605e68;
  position: absolute;
  right: 0;
  top: 0;
}

header .sidenav ul li a i.menu_icon,
header nav .nav-wrapper ul li a i.menu_icon {
  background: url(../images/icon/side-nav-icon.png?=v0.4) no-repeat;
  height: 37px;
  width: 37px;
  background-size: cover;
  margin-right: 15px;
}

header .sidenav ul li a i.menu_icon.home,
header nav .nav-wrapper ul li a i.menu_icon.home {
  background-position: 0 0;
}

header .sidenav ul li a i.menu_icon.dice,
header nav .nav-wrapper ul li a i.menu_icon.dice {
  background-position: 0 -323px;
}

header nav .nav-wrapper ul li.dice:hover a i.menu_icon.dice {
  background-position: 0 -520px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.dice {
  background-position: 0 -119px;
}

header .sidenav ul li a i.menu_icon.crash,
header nav .nav-wrapper ul li a i.menu_icon.crash {
  background-position: 0 -252px;
}

header nav .nav-wrapper ul li.crash:hover a i.menu_icon.crash {
  background-position: 0 -452px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.crash {
  background-position: 0 -41px;
}

header .sidenav ul li a i.menu_icon.double,
header nav .nav-wrapper ul li a i.menu_icon.double {
  background-position: 0 -288px;
}

header nav .nav-wrapper ul li.double:hover a i.menu_icon.double {
  background-position: 0 -486px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.double {
  background-position: 0 -82px;
}

header .sidenav ul li a i.menu_icon.slots,
header nav .nav-wrapper ul li a i.menu_icon.slots {
  background-position: 0 -356px;
}

header nav .nav-wrapper ul li.slots:hover a i.menu_icon.slots {
  background-position: 0 -550px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.slots {
  background-position: 0 -152px;
}

header .sidenav ul li a i.menu_icon.livecasino,
header nav .nav-wrapper ul li a i.menu_icon.livecasino {
  background-position: 0 -386px;
}

header nav .nav-wrapper ul li.livecasino:hover a i.menu_icon.livecasino {
  background-position: 0 -579px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.livecasino {
  background-position: 0 -185px;
}

header .sidenav ul li a i.menu_icon.sport,
header nav .nav-wrapper ul li a i.menu_icon.sport {
  background-position: 0 -163px;
}

header .sidenav ul li a i.menu_icon.promo,
header nav .nav-wrapper ul li a i.menu_icon.promo {
  background-position: 0 -196px;
}

header .sidenav ul li a i.menu_icon.vip,
header nav .nav-wrapper ul li a i.menu_icon.vip {
  background-position: 0 -237px;
}

header .sidenav ul li a i.menu_icon.affiliate,
header nav .nav-wrapper ul li a i.menu_icon.affiliate {
  background-position: 0 -410px;
}

header .sidenav ul li a i.menu_icon.setting,
header nav .nav-wrapper ul li a i.menu_icon.setting {
  background-position: 0 -273px;
}

header .sidenav ul li a i.menu_icon.rocket,
header nav .nav-wrapper ul li a i.menu_icon.rocket {
  background-position: 0 -338px;
}

header .sidenav ul li a i.menu_icon.bistro,
header nav .nav-wrapper ul li a i.menu_icon.bistro {
  background-position: 0 -646px;
  height: 27px;
}

header nav .nav-wrapper ul li.bistro:hover a i.menu_icon.bistro {
  background-position: 0 -677px;
}

header nav .nav-wrapper ul li.active a i.menu_icon.bistro {
  background-position: 0 -617px;
}

header .sidenav 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 #1d1d1d solid;
  padding-top: 30px;
  width: 85%;
  margin: 20px auto;
  padding-left: 15px;
  position: relative;
}

header .sidenav__bottom__wrapper .xmas_decor {
  width: 252px;
  position: absolute;
  top: -47px;
  left: -13px;
}

header .sidenav__bottom__wrapper .f-button-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 10px;
  width: 100%;
}

header .sidenav__bottom__wrapper .f-button-wrapper a {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .sidenav__bottom__wrapper .f-button-wrapper a.t-btn {
  background: #242424;
  border-radius: 15px;
  margin-bottom: 5px;
  height: 53px;
  font-size: 12px;
}

header .sidenav__bottom__wrapper .f-button-wrapper a.t-btn>div {
  position: relative;
}

header .sidenav__bottom__wrapper .f-button-wrapper a img.t-icon {
  width: 16px;
  padding-right: 5px;
}

header .sidenav__bottom__wrapper .f-button-wrapper a span.message__count.red {
  background: #dc4913;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0px;
  top: 9px;
  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 .sidenav__bottom__wrapper .app-dl-wrapper {
  padding: 30px 0 20px 0;
}

header .sidenav__bottom__wrapper .app-dl-wrapper a {
  background: #5e1cd9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  border-radius: 15px;
  font-size: 18px;
}

header .sidenav__bottom__wrapper .app-dl-wrapper a img {
  width: 18px;
  padding-right: 5px;
}

header .sidenav__bottom__wrapper .socialmedia-wrapper {
  padding-top: 20px;
}

header .sidenav__bottom__wrapper .socialmedia-wrapper p {
  padding-bottom: 20px;
  color: #484848;
  line-height: 0;
}

header .sidenav__bottom__wrapper .socialmedia-wrapper>div {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-gap: 10px;
  width: 100%;
}

header .sidenav__bottom__wrapper .socialmedia-wrapper div a {
  line-height: 0;
}

header .sidenav__bottom__wrapper .socialmedia-wrapper div a img {}

header .sidenav__bottom__wrapper .change-lang-wrapper {
  margin-top: 30px;
}

header .sidenav__bottom__wrapper .change-lang-wrapper a {
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 10px;
  background: #242424;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul {
  background: unset !important;
  border: 0;
}
header .sidenav__bottom__wrapper .change-lang-wrapper ul li:hover {
  background: unset !important;
}
header .sidenav__bottom__wrapper .change-lang-wrapper a img {
  width: 25px;
  margin-right: 8px;
}

header .sidenav__bottom__wrapper .change-lang-wrapper a span {
  color: #fff;
  font-size: 14px;
}

header .sidenav__bottom__wrapper .change-lang-wrapper a span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 62px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

header .sidenav__bottom__wrapper .change-lang-wrapper ul {
  background: #2c2640;
  border-radius: 15px;
  min-width: 155px;
  height: auto !important;
}

header .sidenav__bottom__wrapper .change-lang-wrapper ul li {}

header .sidenav__bottom__wrapper .change-lang-wrapper ul li a {
  display: flex;
  align-items: center;
}

header .sidenav__bottom__wrapper .change-lang-wrapper ul li a img {
  width: 25px;
  margin-right: 8px;
}

header .sidenav__bottom__wrapper .change-lang-wrapper ul li a span {
  color: #fff;
  font-size: 14px;
}


/** Inner Header **/
header .inner__header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
}

header .inner__header__wrapper .back__box {
  position: absolute;
  left: -3px;
  top: 17px;
}

header .inner__header__wrapper .back__box i {
  color: #fff;
}

header .inner__header__wrapper .page__name {
  font-size: 18px;
}

.user__pre__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px #30333c solid;
  padding: 5px 5px 5px 5px;
  border-radius: 150px;
  margin-right: 0px;
}

.balance__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 0 5px;
}

.balance__wrapper span._player_balance {
  padding: 0;
  margin: 0 5px 0 10px;
}

.balance__wrapper span._player_balance span.t1t_currency span.currency_symbol {
  font-weight: 700;
  color: #ffde3b;
  display: inline-block;
  padding-right: 10px;
}

.balance__wrapper span._player_balance_refresh {
  cursor: pointer;
  position: relative;
  top: 3px;
  right: -7px;
}

.balance__wrapper span._player_balance_refresh img {
  width: 15px;
}

.depowith__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
}

.depowith__wrapper a {
  padding: 0 15px !important;
  height: 27px !important;
}

.depowith__wrapper a.withdraw__btn {
  margin-left: 10px;
}

#slots__search {
  display: flex;
  background-color: #171127;
  margin-left: 10px;
  border-radius: 16px;
  padding: 0 10px;
}

#slots__search .material-icons {
  padding-top: 5px;
}

.games__section .allgames__wrapper .live_dealer,
.games__section .allgames__wrapper .table_games {
  display: none !important;
}

#search_game {
  color: #fff !important;
  padding: 2px 10px;
  margin: 0;
  height: 30px;
}

.lds-ellipsis-container {
  display: grid;
  place-content: center;
  min-height: 400px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fd8444;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* nav */
.main-nav {
  overflow: hidden;
}

.main-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  box-sizing: content-box;
  overflow-x: hidden;
}

/** RL Floating Icon **/
body.om-side .lr__floating__wrapper {
  position: fixed;
  z-index: 999;
  left: 420px;
  top: -10px;
  transition: all 0.5s;
}

.lr__floating__wrapper {
  left: 215px;
  position: fixed;
  z-index: 999;
  top: -10px;
  transition: all 0.5s;
}

.lr__floating__wrapper .spin__wrapper {
  position: relative;
}

.lr__floating__wrapper .spin__wrapper a img.lr-img-snow {
  position: absolute;
  left: 9px;
  top: 13px;
  z-index: 1;
  width: 141px;
}

.lr__floating__wrapper .spin__wrapper a img.lr-img-2 {
  position: absolute;
  left: 20px;
  top: 6px;
  width: 97px;
  z-index: 10;
}

.lr__floating__wrapper .spin__wrapper a img.lr-img-light {
  position: absolute;
  left: 31px;
  top: 24px;
  width: 74px;
}

.lr__floating__wrapper .spin__wrapper a img.lr-img-xmastree {
  position: absolute;
  left: 30px;
  top: 23px;
  width: 101px;
  z-index: 11;
}

.rotate-center {
  -webkit-animation: rotate-center 4s linear infinite both;
  animation: rotate-center 4s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/** Modal Login - Register **/
header #modal-login-reg {
  width: 40%;
  min-height: 670px;
  border-radius: 30px;
  background: transparent;
}

header #modal-login-reg .modal-content,
header #modal-login-reg .modal-content .log-reg-wrapper .col.s6 {
  padding: 0;
}

header #modal-login-reg .modal-content .row {
  margin-bottom: 0;
}

header #modal-login-reg .modal-content .log-reg-wrapper .col.s6.lfc {
  background: #3f1a84;
}

header #modal-login-reg .modal-content .log-reg-wrapper .col.s6.rgc {
  background: #242424;
}

header #modal-login-reg .log-reg-wrapper {}

header #modal-login-reg .log-reg-wrapper .logreg-left-content {
  background: url(../images/log-reg-bg-left.png) no-repeat -150px -60px;
  background-size: 170%;
  height: 670px;
  position: relative;
}

header #modal-login-reg .log-reg-wrapper .logreg-left-content a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

header #modal-login-reg .log-reg-wrapper .logreg-left-content a img {
  width: 120px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content {
  height: 670px;
  padding: 30px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content a.modal-close {
  float: right;
  display: block;
  padding-bottom: 5px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content a.modal-close img {
  width: 20px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs {
  background: transparent;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li {
  height: 40px;
  line-height: 40px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li.indicator {
  display: none;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li a {
  color: #484848;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content ul.tabs li a.active {
  background: #5e1cd9;
  color: #fff;
  border-radius: 150px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form {}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form {}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .input-field {
  position: relative;
  margin: 0 0 5px 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .input-field span.req-ast {
  color: #cf4715;
  position: absolute;
  right: 15px;
  top: 14px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form input {
  background: #2c2c2c;
  border: 0;
  height: 45px;
  border-radius: 10px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #c3c3c3;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form select {
  border: 0;
  height: 45px;
  border-radius: 10px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #c3c3c3;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form input:focus {
  box-shadow: none;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper {
  background: #2c2c2c;
  border-radius: 10px;
  margin-bottom: 13px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper input {
  padding-left: 15px;
  background: transparent;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .select-wrapper svg {
  fill: #c3c3c3;
  right: 10px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i {
  display: block;
  background-size: contain !important;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 10px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.user-icon {
  background: url(../images/icon/user-icon.png) no-repeat 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.lock-icon {
  background: url(../images/icon/lock-icon.png) no-repeat 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.phone-icon {
  background: url(../images/icon/phone-icon.png) no-repeat 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form i.refer-icon {
  background: url(../images/icon/refer-icon.png) no-repeat 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 30px 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span,
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span {
  padding-left: 25px;
  color: #fff;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span a.terms-pri {
  color: #945ffc;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span:before {
  top: 4px;
  left: 2px;
  width: 6px;
  height: 11px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span:before {
  top: 4px;
  left: 2px;
  width: 6px;
  height: 11px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper .remember__me label span:after {
  width: 16px;
  height: 16px;
  top: 5px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .terms-pri-wrapper .terms-privacy-box label span:after {
  width: 16px;
  height: 16px;
  top: 5px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form .rem-for-wrapper a.forgot__pass {
  color: #945ffc;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form form p.req-text {
  color: #dc4913;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.login__btn,
header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.reg__btn {
  background: #5e1cd9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form a.reg__btn {
  margin: 30px 0 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper {
  padding: 20px 0 0 0;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  width: 170px;
  margin: 20px auto;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box:before {
  content: '';
  display: block;
  height: 1px;
  width: 35px;
  background: #363636;
  position: absolute;
  left: 0;
  top: 11px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .orlog-box:after {
  content: '';
  display: block;
  height: 1px;
  width: 35px;
  background: #363636;
  position: absolute;
  right: 0;
  top: 11px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .fb-g-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .orloginwith__wrapper .fb-g-wrapper img {
  width: 50px;
  margin: 0 10px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .ccs__fr__wrapper {
  color: #484848;
  padding-top: 43px;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .ccs__fr__wrapper a.ccs-btn {
  color: #945ffc;
}

header #modal-login-reg .log-reg-wrapper .logreg-right-content .logreg__form .ccs__fr__wrapper a.free-reg-btn {
  color: #945ffc;
  display: block;
}

.data__link a {
  cursor: pointer;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 02 Homepage
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.slider__section {
  margin: 10px 0 0 0;
}

section.slider__games__section {
  padding: 15px 0 10px 0;
}

section.slider__games__section .hp__swiper__games {
  padding-bottom: 35px;
}

section.slider__games__section .swiper-pagination {
  bottom: 5px;
}

section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

section.slider__games__section .swiper-button-prev {
  background: url(../images/icon/swiper-left-btn.png) no-repeat 0 0;
  background-size: cover !important;
  top: calc(50% - 15px);
}

section.slider__games__section .swiper-button-next {
  background: url(../images/icon/swiper-right-btn.png) no-repeat 0 0;
  background-size: cover !important;
  top: calc(50% - 15px);
}

section.slider__section .swiper-pagination .swiper-pagination-bullet,
section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
}

section.slider__section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.slider__games__section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

section.slider__section .swiper-slide img,
section.slider__games__section .swiper-slide img,
section.new__games__section .swiper-slide img {
  border-radius: 25px;
}

section.new__games__section .swiper-slide img {
  width: 97%;
}

section.slider__section .swiper-slide a {
  position: relative;
  display: block;
}

img.responsive-img,
video.responsive-video {
  width: 100%;
}

#sports_tab_2 img {
  border-radius: 25px;
  width: 97%;
}

section.slider__section .swiper-slide a .text_banner {
  position: absolute;
  top: 67px;
  color: #fff;
  left: 55px;
}

section.slider__section .swiper-slide a .text_banner .title1 {
  font-size: 55px;
  font-weight: bold;
}

section.slider__section .swiper-slide a .text_banner .title2 {
  font-size: 32px;
  position: relative;
  top: 10px;
}

section.slider__section .swiper-slide a .text_banner button {
  width: 260px;
  padding: 25px 0;
  font-size: 25px;
  border-radius: 15px;
  border: 0;
  background: #f53220;
  color: #fff;
  position: relative;
  top: 67px;
}

section.new__games__section,
section.hotgames__section {
  border-radius: 15px;
}

section.new__games__section {
  margin: 40px 0 0;
}

section.slider__games__section .swiper-slide a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

section.slider__games__section .swiper-slide a.worldcup-catar {
  cursor: pointer;
}

section.slider__games__section .swiper-slide a .text-item {
  position: absolute;
  top: 23px;
  left: 26px;
}

section.slider__games__section .swiper-slide a .text-item .item-title {
  font-size: 27px;
  font-weight: 700;
}

section.slider__games__section .swiper-slide a .text-item .sub-text {
  display: inline-block;
  position: absolute;
  left: 114px;
  top: 11px;
  text-transform: capitalize;
  font-weight: bold;
}

section.slider__games__section .swiper-slide a .text-item .item-t {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  top: 8px;
}

.lh1 {
  line-height: 1;
}

.lime-textc {
  color: #97d248;
}

.yellow-text {
  color: #fccd1b;
}

section.slider__games__section .swiper-slide a .text-item button {
  background: none;
  border-radius: 30px;
  border: 2px solid #73a82e;
  padding: 15px 35px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  top: 25px;
  cursor: pointer;
}

section.new__games__section .new__games__wrapper,
section.hotgames__section .hotgames__wrapper {
  padding: 10px 20px 30px 20px;
}

.game__title {
  padding: 20px 0;
}

.game__title>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.game__title>div img.house-icon {
  padding-right: 20px;
}

.game__title h4 {
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0;
}

.game__title p {
  color: #8c8c8c;
  padding-top: 5px;
}

.game__title a {
  color: #696575;
  font-weight: 500;
}

section.new__games__section .new__games__wrapper .game__container .game__box {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter {
  background: rgb(5 5 5 / 40%);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter img {
  width: 16px;
  padding-right: 5px;
}

section.new__games__section .new__games__wrapper .game__container .game__box .game__counter span#game-count-user {
  color: #fff;
}

section.new__games__section .new__games__wrapper .game__container .game__box img.xmas-gift {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 55px;
  z-index: 1;
  border-radius: 0;
}

section.new__games__section .new__games__wrapper .game__container .game__box span.new__icon,
.yellow-tag-bg {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  clip-path: polygon(29% 0, 0 0, 0 29%);
  background: #ffc107;
  width: 240px;
  height: 240px;
}

section.new__games__section .new__games__wrapper .game__container .game__box span.new__icon span.new__text,
.new-tag-text {
  display: block;
  transform: rotate(317deg);
  position: absolute;
  top: 12px;
  left: 7px;
}

section.new__games__section .new__games__wrapper .game__container .game__box .img_thumb img {
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  transition: transform .5s,
    -webkit-transform .5s;
  will-change: transform;
  height: auto;
}

section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  background: rgb(49 52 60 / 73%);
  opacity: 0;
  z-index: 2;
}

section.new__games__section .new__games__wrapper .game__container .game__box:hover .overlay__box {
  opacity: 1;
}

section.new__games__section .new__games__wrapper .game__container .game__box:hover .img_thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box a img {
  width: 50px;
}

section.new__games__section .new__games__wrapper .game__container .hp__swiper__newgames2 {
  margin: 30px 0;
}

section.hotgames__section .hotgames__list__wrapper {}

section.hotgames__section .hotgames__list__wrapper .hotgames__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
  width: 138px;
  border-radius: 25px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 70px;
  border-bottom: 1px #2c2640 solid;
  height: 138px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 {
  position: relative;
  display: table;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 div.hot__wrapper {
  position: absolute;
  top: -11px;
  right: -32px;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename>div h4 div.hot__wrapper img {
  width: 25px;
  border-radius: 0;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename span {
  color: #696575;
  font-size: 18px;
  font-weight: 500;
}

section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
  padding: 8px 20px;
  border-radius: 150px;
  white-space: nowrap;
}

/* Home page Slots */
#providerHomeSelectLaz {
  max-width: 90%;
  margin: 0;
  z-index: 9999;
}

#slotsLaz .tab_wrapper {
  z-index: 999;
  position: relative;
}

#slotsLaz .tab_wrapper #topGames {
  position: relative;
  margin-top: -30px;
}

#slotsLaz .tab_wrapper #topGames .tabs__wrapper {
  margin-left: auto;
  justify-content: flex-end !important;
  position: relative;
  z-index: 9999;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper .pro__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper .pro__title img {
  width: 30px;
  margin-right: 20px;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper ul.tabs {
  overflow: hidden;
  background: 0 0;
  color: #fff;
  border-radius: 6px;
  margin-left: 35px;
  height: 32px;
}

.hotgames__section .hotgames__wrapper .tabs__wrapper ul.tabs li {
  flex-grow: unset;
}

.hotgames__section .hotgames__wrapper .tabs li.indicator {
  display: none;
}

.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 {
  background-color: #222;
  padding: 10px;
  border-radius: 25px;
  display: grid;
  place-content: center;
  /* width: 170px; */
}

.hotgames__section .hotgames__wrapper .home-slots-tabs a.pp__btn {
  padding: 2px 0;
}

.hotgames__section .hotgames__wrapper .home-slots-tabs a.pp__btn img {
  height: 41px;
}

.home-slots-tabs img {
  height: 25px;

}

.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: #5e1cd9;
  color: #fff;
  border-radius: 150px;
}

.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper {
  /* margin-top: 25px; */
}

.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs {
  margin: 0;
  margin-left: auto;
  margin-bottom: 25px;
  background: transparent;
  box-shadow: none;
  height: auto;
  border-radius: 0;
  max-width: 300px;
}

.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li {
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
}

.hotgames__section .hotgames__wrapper .tabContent .tab_wrapper .tabs li.tab: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(6, 1fr) !important;
  }

  .games__wrapper.last-top-item {
    display: block;
  }

  .allgames__wrapper .games__wrapper figure {
    height: 290px !important;
  }

  .allgames__wrapper .games__wrapper figure figcaption a img {
    padding: 30px 0 !important;
  }

  .allgames__wrapper .games__wrapper figure figcaption a p.gamename {
    font-size: 16px !important;
  }

  .allgames__wrapper .games__wrapper figure figcaption a p.gameprovider-name {
    font-size: 19px;
  }
}

@media (max-width:1280px) {

  .game-grid-search .games__wrapper figure figcaption a img,
  .allgames__wrapper .games__wrapper figure figcaption a img {
    width: 60px !important;
  }

  .game-grid-search .games__wrapper figure,
  .allgames__wrapper .games__wrapper figure {
    height: 230px !important;
  }

  .allgames__wrapper .games__wrapper figure a.bg-circle {
    height: 230px !important;
  }

}

section.sb__section {
  padding: 15px 0 0 0;
}

section.sb__section .row .col.s6 {
  padding-left: 0;
}

section.sb__section .row .col.s6.r-n-p {
  padding-right: 0;
  padding-left: .75rem;
}

section.sb__section .gameinfo__wrapper {
  background: url(../images/gi_bg.jpg?=v0.3) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 340px;
  overflow: hidden;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

section.sb__section .gameinfo__wrapper .bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 84%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

section.sb__section .gameinfo__wrapper:hover .bg__overlay {
  opacity: 1;
  visibility: visible;
}

section.sb__section .gameinfo__wrapper .bg__overlay .ov__btn__wrapper {}

section.sb__section .gameinfo__wrapper .bg__overlay .ov__btn__wrapper a {
  background: #f4321f;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 180px;
  box-shadow: 0 0 20px #f4321f;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
  text-align: center
}

section.sb__section .gameinfo__wrapper.bg2 {
  background: url(../images/gi_bg2.jpg?=v0.2) no-repeat 0 0;
  background-size: cover;
}

section.sb__section .gameinfo__wrapper .betting__wrapper {
  width: 75%;
  margin-right: 30px;
}

section.sb__section .gameinfo__wrapper .betting__wrapper .bet__title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  color: #707f89;
  font-size: 18px;
}

section.sb__section .gameinfo__wrapper .betting__wrapper .bet__title span {
  width: 50%;
  padding: 0 0 0 20px;
  font-weight: 600;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 145px;
  position: relative;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 25px;
}

body.om-side section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
  position: absolute;
  top: 44px;
  left: 293px;
  transition: all 0.5s;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result {
  left: 327px;
  position: absolute;
  transition: all 0.5s;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg {
  background: #fff;
  border-radius: 180px;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg.game2 {
  background: transparent;
  height: 65px;
  border-radius: 180px;
  width: 65px;
  box-shadow: none;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg span {
  font-weight: 700;
  font-size: 20px;
  color: #f4321f;
}

section.sb__section .gameinfo__wrapper .statusbet__wrapper .betting__result .bet__result__bg.game2 span {
  top: 0;
  color: #fff;
  font-weight: 700;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper {
  position: relative;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper p {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  color: #707f89;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper {
  height: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.currency {
  font-size: 22px;
  color: gold;
  background: url(../images/j-bg-1.png) no-repeat;
  width: 32px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper span.jackpot__poll {
  letter-spacing: 16.3px;
  position: relative;
  top: 0;
  font-size: 32px;
  left: 4px;
  color: gold;
  font-family: twoTech;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span {
  font-size: 32px;
  color: gold;
  font-family: twoTech;
  background: url(../images/j-bg-2.png) no-repeat;
  width: 37px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(12),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(12) {
  background: url(../images/j-bg-3.png) no-repeat;
  width: 38px;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(3),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(6),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(3),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(6) {
  margin-right: 10px;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(3):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(6):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(3):after,
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(6):after {
  content: ',';
  width: 12px;
  height: 62px;
  background: url(../images/j-bg-4.png) no-repeat;
  position: absolute;
  right: -11px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #doubleJackpot span:nth-child(10),
section.sb__section .gameinfo__wrapper .jackpot__wrapper .game__jackpot__wrapper #crashJackpot span:nth-child(10) {
  width: 12px;
  height: 62px;
  background: url(../images/j-bg-4.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}


section.sb__section .gameinfo__wrapper .jackpot__wrapper .jackpot__glow__bot {
  background: url(../images/jackot-glow.png?=v0.1) no-repeat;
  background-size: contain;
  width: 454px;
  height: 59px;
  position: absolute;
  bottom: -30px;
  left: -18px;
  z-index: 1;
  opacity: 0.6;
}

section.sb__section .gameinfo__wrapper .jackpot__wrapper .jackpot__glow__bot.glow2 {
  background: url(../images/jackot-glow2.png?=v0.2) no-repeat;
  bottom: -26px;
  left: -34px;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper {
  width: 25%;
  background: rgb(0 0 0 / 40%);
  border-radius: 15px;
  text-align: center;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper span.pr__title {
  display: block;
  padding: 15px 0;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul {
  padding: 0 0 10px 0;
  margin: 0 20px 20px 20px;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul li {
  padding: 0;
  line-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px #282828 solid;
}

section.sb__section .gameinfo__wrapper .player__ranking__wrapper ul li img {
  display: block;
  padding-right: 10px;
}

.crash__frame__section,
.double__frame__section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.crash__frame__section.show,
.double__frame__section.show {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  margin-top: 10px;
}

.crash__frame__section.show .crash__frame__wrapper iframe,
.double__frame__section.show .crash__frame__wrapper iframe {
  width: 100%;
  height: 930px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s;
}

.ranking__section {
  font-family: 'aileronbold';
}

section.ranking__section {
  padding: 30px 0 50px 0;
}

section.ranking__section .ranking__wrapper {}

section.ranking__section .ranking__wrapper .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .trophy__img {
  padding-right: 30px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .trophy__img img {
  width: 230px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper {
  min-width: 320px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper img.rank-flo {
  width: 14px;
  margin: 0 5px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span {
  color: #c3c3c3;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper p {
  color: #c3c3c3;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span.date__one {
  /* padding: 0 5px; */
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .date__wrapper span.date__two {
  padding-left: 5px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper p.cpp {
  color: #484848;
  padding: 20px 0 0 37px;
  font-family: 'aileronregular';
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span.rs {
  background: #ffa600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  font-weight: 600;
  font-style: italic;
  padding-right: 3px;
  font-size: 18px;
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper span#jackpot__pool {
  color: #ffa600;
  font-weight: 700;
  font-size: 36px;
  padding-right: 10px;
  font-family: 'aileronblack';
}

section.ranking__section .ranking__wrapper .trop__jackpot__wrapper .jackpot__prize__wrapper .prize__pool__wrapper p {
  font-size: 36px;
  font-family: 'aileronregular';
}

section.ranking__section .ranking__wrapper .new__bet__wrapper {
  /* max-height: 300px;
  overflow: hidden; */
}

section.ranking__section .ranking__wrapper .new__bet__wrapper .nb__title-wrapper {
  background: url(../images/icon/ranking_newbet_ribbon.png) right no-repeat;
  background-size: contain;
  padding-right: 10px;
  display: inline-block;
}

section.ranking__section .ranking__wrapper .new__bet__wrapper .nb__title {
  background-color: #5e1cd9;
  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 {
  overflow: hidden;
  pointer-events: none;
  height: 100%;
  max-height: 215px;
  display: block;
}

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;
  font-family: 'aileronregular';
}

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: 7px 0px;
}

section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td .game__rank__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td .game__rank__icon img {
  width: 20px;
  margin-right: 10px;
}

section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td p {}

section.ranking__section .ranking__wrapper .new__bet__wrapper table tbody tr td span.rs,
section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.rs {
  display: inline-block;
  background: #ffa600;
  width: 20px;
  height: 20px;
  border-radius: 150px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 10px;
  margin-right: 5px;
  font-style: italic;
  padding-right: 2px;
}

section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.green__text {
  color: #07af1a;
}

section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td img.rank_img {
  width: 25px;
}

section.ranking__section .ranking__wrapper .player__ranking__wrapper table tbody tr td span.num__rank {
  color: #c3c3c3;
  font-family: 'aileronregular';
}

section.ranking__section .rank__record__wrapper {
  background: #191919;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.ranking__section .rank__record__wrapper .player__info__betpos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__pic img {
  width: 50px;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__pic span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

section.ranking__section .rank__record__wrapper .player__info__betpos div.player__position__wrap {
  margin: 0 120px;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__position__wrap .my__position,
section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet .total__bet,
section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__text,
section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__toreach .toreach {
  color: #484848;
  font-size: 16px;
  font-family: 'aileronregular';
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__position__wrap span.player__position {
  color: #c3c3c3;
  font-weight: 700;
  font-size: 16px;
  font-family: 'aileronbold';
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet {}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet .total__bet {}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet>div .rs,
section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__rs__amount .rs {
  background: #ffa600;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 150px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  font-style: italic;
  padding-right: 2px;
}

section.ranking__section .rank__record__wrapper .player__info__betpos .player__totalbet>div span.my__totalbet {
  font-weight: 700;
  font-size: 16px;
  padding-left: 5px;
  font-family: 'aileronbold';
}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__text {}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__rs__amount {
  margin: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__rs__amount .wag__amount {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__toreach {}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__toreach .toreach {
  display: inline-block;
  padding: 0 10px;
}

section.ranking__section .rank__record__wrapper .wag__reach__wrapper .wag__toreach .player__top {
  color: #07af1a;
  font-weight: 700;
  font-size: 16px;
  font-family: 'aileronbold';
}

.hp__swiper__game__rank thead {
  position: relative;
  background-color: #050505;
  z-index: 2;
}

.game_rank_heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  color: #484848;
  font-weight: 500;
  font-family: 'aileronregular';
}

.game_rank_heading>p {
  padding: 25px 5px 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: #726d7d;
}

.game_rank_heading>p:nth-child(1) {
  text-indent: 25px;
}

.game_rank_heading>p:nth-child(2) {
  text-indent: 20px;
}

#new__bet__list {
  min-height: 100%;
}

.new__bet__wrapper table tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-gap: 20px; */
  max-height: 39px;
  overflow: hidden;
  height: 39px !important;
}

.new__bet__wrapper ::-webkit-scrollbar {
  width: 10px;
}



.jackpot__prize__wrapper .daily-title {
  margin-right: 5px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Daily Prize Pool
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.jackpot__section {
  position: relative;
}

section.jackpot__section:before {
  content: '';
  display: block;
  background: url(../images/prizepool/cirlce-blur.svg?=v0.1) no-repeat 0 0;
  width: 100%;
  height: 1472px;
  background-size: auto;
  top: 0;
  left: 0;
  z-index: 11;
  position: absolute;
  background-position: center;
}

.daily__prizepool__wrapper {
  background: #1a112a url(../images/jackpot-svg-bg.svg?=v0.1) no-repeat 0 0;
  border-radius: 30px 30px 0 0;
  padding-top: 30px;
}

.daily__prizepool__wrapper .pos-rl {
  position: relative;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper {
  background: url(../images/prizepool/bg-prizepool5.png?=v0.1) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 30;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper:after {
  content: '';
  display: block;
  background: url(../images/prizepool/dotted-banner-bg.svg?=v0.1) no-repeat 0 0;
  width: 100%;
  height: 270px;
  background-size: auto;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}

img.coin__1 {
  position: absolute;
  top: 130px;
  right: 180px;
}

.daily__prizepool__wrapper .pos-1 {
  position: absolute;
  top: 80px;
  left: 10px !important;
  z-index: 2;
}

.daily__prizepool__wrapper .pos-2 {
  position: absolute;
  right: 0 !important;
  top: 180px;
  z-index: 1;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  overflow: hidden;
  height: 103px;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .tempo__date {
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .tempo__date span.current__date {
  display: inline-block;
  padding-left: 15px;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .rs__text {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  font-size: 24px;
  border: 5px #f79419 solid;
  margin-right: 15px;
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .prizepool__amount {
  font-weight: 800;
  font-size: 57px;
  background: linear-gradient(357deg, #ffa602 0%, #ffa602 45%, #ffe7bc 60%, #ffe7bc 75%, #ffa602 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  filter: drop-shadow(1px 6px #c74211);
}

.daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper p {
  color: #ffa602;
  font-size: 36px;
  padding-left: 10px;
  position: relative;
  top: 8px;
}

img.coin__2 {
  position: absolute;
  right: 0;
  bottom: 130px;
  ;
}

.daily__prizepool__wrapper .player__table__wrapper {
  width: 100%;
  padding-left: 10px;
}

.daily__prizepool__wrapper .player__table__wrapper table {
  max-height: 350px;
}

.daily__prizepool__wrapper .player__table__wrapper table thead {}

.daily__prizepool__wrapper .player__table__wrapper table thead tr th {
  color: #726d7d;
  font-size: 24px;
  padding: 5px 0px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr {
  border-bottom: 1px solid #2c2639;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td {
  padding: 15px 0;
  display: table-cell;
  width: 2%;
  font-size: 18px;
  font-weight: 600;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .game__rank__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .game__rank__icon img {
  margin-right: 10px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .game__rank__icon p.game__name {
  font-weight: 700;
  font-size: 18px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td p.player__name {
  font-weight: 700;
  font-size: 18px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .aposta__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .aposta__wrapper span.rs,
.player__totalbet>div span.rs,
.playerbet__wrapper>div span.rs {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  border: 3px #f79419 solid;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  line-height: 30px;
  font-size: 12px;
  margin-right: 10px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td span.rs {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  border: 3px #f79419 solid;
  width: 25px;
  height: 25px;
  border-radius: 120px;
  font-size: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody tr td .aposta__wrapper p.p_amount {
  font-weight: 700;
  font-size: 18px;
}

.player__info__wrapper {
  background: #1a112a url(../images/jackpot-svg-bg2.svg) no-repeat 0 0;
  padding: 20px;
  position: relative;
  top: -60px;
  border: 10px #1a112a solid;
  border-radius: 0 0 30px 30px;
  z-index: 10;
}

.player__info__wrapper .rank__record__wrapper {
  background: #1a0b39;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  border-radius: 15px;
  position: relative;
}

img.coin__3 {
  position: absolute;
  left: 0;
  top: 0;
}

img.coin__4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.player__info__wrapper .rank__record__wrapper p.top__title {
  color: #756c88;
  font-size: 18px;
}

.player__info__wrapper .rank__record__wrapper .player__profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.player__info__wrapper .rank__record__wrapper .player__profile .img__profile {
  padding-right: 15px;
}

.player__info__wrapper .rank__record__wrapper .player__profile .img__profile img {
  width: 70px;
}

.player__info__wrapper .rank__record__wrapper .player__profile .player__name {
  font-weight: 700;
  font-size: 24px;
}

.player__info__wrapper .rank__record__wrapper .player__position__wrapper p.my__position {}

.player__info__wrapper .rank__record__wrapper .player__position__wrapper span.player__position,
.player__info__wrapper .rank__record__wrapper .player__totalbet>div span.my__totalbet,
.player__info__wrapper .rank__record__wrapper .playerbet__wrapper>div span.my__bet {
  font-size: 22px;
}

.player__info__wrapper .rank__record__wrapper .player__totalbet {}

.player__info__wrapper .rank__record__wrapper .player__totalbet p.total__bet {}

.player__info__wrapper .rank__record__wrapper .player__totalbet>div,
.player__info__wrapper .rank__record__wrapper .playerbet__wrapper>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.player__info__wrapper .rank__record__wrapper .player__totalbet>div span.my__totalbet,
.player__info__wrapper .rank__record__wrapper .playerbet__wrapper>div span.my__bet {}

.player__info__wrapper .rank__record__wrapper .playerbet__wrapper {}

.player__info__wrapper .rank__record__wrapper .playerbet__wrapper p.mytotal__bet {}

.player__info__wrapper .rank__record__wrapper .top__wrapper {}

.player__info__wrapper .rank__record__wrapper .top__wrapper span.player__top {
  color: #3e9c4c;
  font-weight: 700;
  font-size: 24px;
}

.player__rank__wrapper {
  margin-top: -15px;
  padding: 0px 5px 0 90px;
}

.player__rank__wrapper .rank__table__wrapper {}

.player__rank__wrapper .rank__table__wrapper table {}

.player__rank__wrapper .rank__table__wrapper table thead tr th {
  color: #716c7e;
  font-size: 18px;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr {
  border-bottom: 1px solid #2c2639;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td {
  font-size: 18px;
  display: table-cell;
  width: 2%;
  font-weight: 600;
  padding: 20px 5px;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr.last__table {
  border-bottom: 0;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td img.toprank__icon {
  width: 31px;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td span.rank__numbers {}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bet__total {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bet__total span.rs,
.player__rank__wrapper .rank__table__wrapper table tbody tr td .bonus__wrapper span.rs {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  border: 3px #f79419 solid;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  line-height: 30px;
  font-size: 12px;
  margin-right: 10px;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bet__total span.my__totalbet {}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bonus__wrapper span.my__totalbet.green__text {
  color: #3e9c4c;
}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bonus__wrapper span.bonus__percent {}

.player__rank__wrapper .rank__table__wrapper table tbody tr td .bonus__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rank__table__wrapper tbody#player__ranking__table tr td span.rs {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  border: 3px #f79419 solid;
  width: 25px;
  height: 25px;
  border-radius: 120px;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
}

.rank__table__wrapper tbody#player__ranking__table tr td img.rank_img {
  width: 35px;
  margin-left: 15px;
}

.rank__table__wrapper tbody#player__ranking__table tr td.th__num {
  padding-left: 23px;
}

.tab-data {
  position: relative;
}

.tab-data .tab-roll {
  min-height: 350px;
  overflow: hidden;
  height: 350px;
  position: relative;
  margin-top: 8px;
}

.daily__prizepool__wrapper .player__table__wrapper table tbody {
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 20px;
  z-index: 0;
  width: 100%;
  padding: 0 15px;
}

span.num__rank {
  padding-left: 20px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 03 Crash
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.crash__game__section,
section.crash__tabs,
section.tabs__user__info,
section.double__game__section,
section.double__game {
  background: #1c1930;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.game__item__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

.game__item__wrapper .game__item__list {
  overflow: hidden;
  margin-right: 8px;
}

.game__item__wrapper .game__item__list .swiper-slide span {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
}

.game__item__wrapper .time__box a {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.game__item__wrapper .time__box a i {
  font-size: 28px;
}

.tab__crash__wrapper ul,
.tab__userinfo__wrapper ul {
  background: transparent;
}

.tab__crash__wrapper ul li,
.tab__userinfo__wrapper ul li {
  flex-grow: unset !important;
  text-transform: unset !important;
}

.tab__crash__wrapper ul li.indicator {
  background: #fff !important;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  border-radius: 120px;
  background: #cecdd6 !important;
}

.tab__userinfo__wrapper ul li.indicator {
  background: #fff !important;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  border-radius: 120px;
  background: #f4321f !important;
}

.tab__crash__wrapper ul li a,
.tab__userinfo__wrapper ul li a {
  color: #605e68 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}

.tab__crash__wrapper ul li a.active {
  color: #cecdd6 !important;
}

.tab__userinfo__wrapper ul li a.active {
  color: #f4321f !important;
}

.tab__crash__wrapper ul li a:focus.active {
  background: transparent !important;
  color: #fff !important;
}

.tab__userinfo__wrapper ul li a:focus.active {
  background: transparent !important;
  color: #f4321f !important;
}

.tab__crash__wrapper .crash__form__wrapper .input-field input {
  background: #272237;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4rem;
}

.tab__crash__wrapper .crash__form__wrapper .input-field input:focus {
  border-bottom: none;
  box-shadow: none;
}

.tab__crash__wrapper .crash__form__wrapper .input-field label {
  left: 10px;
  top: 8px;
}

.tab__crash__wrapper .crash__form__wrapper .input-field label.active {
  transform: translateY(-2px) scale(0.7);
  color: #68666f !important;
}

.tab__crash__wrapper .crash__form__wrapper .input-field span.money__sign {
  color: #bdbdbd;
  position: absolute;
  right: 10px;
  top: 20px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper {
  padding-top: 5px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
  flex-grow: 1;
  color: #fff;
  text-align: center;
  margin: 0 5px;
  display: flex;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
}

.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
  color: #a7a5b2;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a:first-of-type,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a:first-of-type {
  margin-left: 0;
}

.tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a:last-of-type,
.tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a:last-of-type {
  margin-right: 0;
}

.tab__crash__wrapper .crash__form__wrapper a.game__btn {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 18px;
}

.tabs__content__wrapper table {
  font-size: 18px;
}

.tabs__content__wrapper table tr {
  border-bottom: 1px #242137 solid !important;
}

.tabs__content__wrapper table thead tr th {
  color: #a7a5b2;
}

.tabs__content__wrapper table tbody tr td {
  color: #939393;
}

.tabs__content__wrapper table tbody tr td.user__name {
  padding-left: 10px;
}

.tabs__content__wrapper table tbody tr td.user__name div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.tabs__content__wrapper table tbody tr td.user__name img {
  display: block;
  padding-right: 15px;
  float: left;
}

.tabs__content__wrapper table tbody tr:hover {
  background-color: rgb(242 242 242 / 6%);
}

main.crash__game .crashframe__section,
main.double__game .doubleframe__section {
  margin-top: 20px;
}

main.crash__game .crashframe__section .crash__frame__wrapper iframe {
  width: 100%;
  min-height: 1327px;
  border-radius: 15px;
  margin-bottom: 15px;
}

main.double__game .doubleframe__section .double__frame__wrapper iframe {
  width: 100%;
  min-height: 1292px;
  border-radius: 15px;
  margin-bottom: 15px;
  padding-bottom: 5%;
  background: #171127;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 04 Double
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.double__game__section .game__item__wrapper .game__item__list .swiper-slide span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  padding: 0;
}

section.double__game__section .time__box a {
  width: 60px;
  height: 60px;
  border-radius: 150px;
}

section.double__game__section .time__box a i {
  font-size: 40px;
}

section.double__game {
  padding-top: 5px;
}

section.double__game .times__bet__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

section.double__game .times__bet__wrapper a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 150px;
  margin: 0 40px;
}

section.double__info .tabs__content__wrapper thead tr th.tb__title {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13px;
}

section.double__info .tabs__content__wrapper thead tr th span.cicle__icon {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 120px;
  margin-right: 10px;
}

section.double__info .tabs__content__wrapper thead tr th.tbets {
  color: #f4321f;
}

section.double__info .tabs__content__wrapper thead tr th:last-of-type,
section.double__info .tabs__content__wrapper tbody tr td:last-of-type {
  text-align: right;
}




/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 05 Promotions
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
body.promo__page .sidenav-overlay {
  display: none !important;
}

section.promo__cat {
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
}

section.promo__cat .row {
  margin-bottom: 0;
}

.promo__cat__wrapper .swiper-slide a {
  color: #9997a5;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.promo__cat__wrapper .swiper-slide.selected a {
  color: #fff;
  position: relative;
  background: #f4321f;
  border-radius: 5px;
}

.promo__cat__wrapper .swiper-slide.selected a:before {
  content: '';
  background: #f4321f;
  width: 30px;
  height: 4px;
  border-radius: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  display: none;
}

.promo__wrapper {
  padding-top: 10px;
}

.promo__wrapper .m4.s6 {
  margin-bottom: 20px;
}

.promo__wrapper .promo__content__wrapper {
  background: #1c1930;
  overflow: hidden;
  border-radius: 10px;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper {
  padding: 8px;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper h4 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo__wrapper .promo__content__wrapper .promo__title__wrapper p {
  color: #707f89;
}

section.promo__contents .sidenav {
  width: 100%;
  z-index: 10;
  background: #171127;
  /* margin-top: 70px; */
  padding-top: 20px;
  height: 100%;
  padding-bottom: 5%;
}

section.promo__contents .sidenav.open {
  transform: translateX(0%) !important;
}

.promo__content__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
}

.promo__content__header .back {
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
  display: none;
}

.promo__content__header .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.promo__content__header .promo__page__name {
  font-size: 18px;
  display: none;
}

.promo__details {
  padding: 15px;
  font-family: arial;
}

.promo__details h4 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ff9c00;
}

.promo__details h6 {
  color: #9997a5;
}

.promo__details p {
  /* color: #707f89; */
  color: #fff;
  line-height: 26px
}

.promo__details ul {
  padding: 10px 0px 0 15px;
}

.promo__details ul li {
  color: #707f89;
  line-height: 30px;
  list-style: decimal;
}

.promo__details .gradient-text1 {
  background: linear-gradient(300deg, #902e2e 0%, #902e2e 25%, #fe4444 50%, #fe4444 75%, #902e2e 101%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo__details .gradient-text2 {
  background: #465cca;
  background: radial-gradient(circle farthest-corner at top right, #465cca 18%, #8D5AC1 50%, #D081A6 50%, #F7CB7E 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo__details .social__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-gap: 10px;
  width: 200px;
}

.promo__details .social__wrapper img {
  width: 32px;
}

.promo__details ol.list__2 {
  padding-bottom: 15px;
}

.promo__details ol.list__2 li {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.promo__details ol.list__2 li span {
  display: inline-block;
  border: 1px #fff solid;
  width: 20px;
  height: 20px;
  border-radius: 120px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}

.promo__details ol.list__2 li div.br-ln {
  padding: 8px 0 0 30px;
}

.promo__details a.promo__btn {
  display: block;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin: 20px 0;
}

.promo__details ul.super__champ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 0;
}

.promo__details ul.super__champ li {
  list-style: none;
  line-height: 0;
  margin-right: 10px;
}

.promo__details ul.super__champ li a {
  height: auto;
  line-height: 0;
  padding: 0;
}

.promo__details ul.super__champ li a img {
  width: 30px;
}

.promo__details a.promo__btn.long-btn {
  width: 360px;
}

.promo__details table,
.promo__details table tr th,
.promo__details table tr td {
  border: 1px #2a2143 solid;
}

.promo__details table tr th,
.promo__details table tr td {
  text-align: center;
}

.promo__details .table__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: baseline
}

.promo__contents table {
  margin: 15px 0;
}

.promo__contents table tr th {
  background: rgba(0, 0, 0, .5);
}

.promo__contents table tr th,
.promo__contents table tr td {
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 6px;
  text-align: center;
}

.promo__details .game__box {
  padding: 20px;
  background: #000;
  border-radius: 10px;
  text-align: center;
}
.promo__details .game__box img {
  width: 350px;
  border-radius: 10px;
}
.promo__details .game__box p {
  margin: 0;
  font-size: 20px;
  padding: 0;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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 td {
  border: 1px #191919 solid;
  color: #707f89;
  padding-left: 15px;
}

.vip__condition__wrapper .notas {
  font-size: 15px;
}

.vip__condition__wrapper table tbody tr td img.vip-img {
  width: 75px;
}

.vip__condition__wrapper table tbody tr td.vip-img-center {
  text-align: center;
}

.vip__condition__wrapper table tbody tr td strong {
  color: #9997a5;
  font-size: 18px;
  font-weight: 600;
}

.vip__priqua__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 25px;
}

.vip__pri {
  background: url(../images/icon/vip_top.png) no-repeat 40px -20px;
  background-size: 44%;
}

.vip__pri h1 {
  text-align: center;
  color: #ffde3b;
  font-weight: 700;
  font-size: 96px;
}

.vip__pri .vip__star__privileges {
  width: 50%;
  margin: 70px 0 60px auto;
  padding-right: 5%;
}

.vip__pri .vip__star__privileges .vip__content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title img {
  width: 40px;
}

.vip__pri .vip__star__privileges .vip__content__wrapper .vip__title span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 30px;
}

.vip__pri .vip__star__privileges .vip__content__wrapper .vip__stars {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vip__pri .vip__star__privileges .vip__content__wrapper .vip__stars img {
  margin-left: 10px;
  width: 45px;
}

.vip__qualified__wrapper {
  background: #191919;
  background: -moz-linear-gradient(top, #191919 0%, #040404 100%);
  background: -webkit-linear-gradient(top, #191919 0%, #040404 100%);
  background: linear-gradient(to bottom, #191919 0%, #040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#040404', GradientType=0);
  padding: 25px;
  border-radius: 35px;
  text-align: center;
}

.vip__qualified__wrapper .vip-qua-wrapper {
  position: relative;
}

.vip__qualified__wrapper .vip-qua-wrapper span.rib-bg {
  background: url(../images/icon/ribbon_panter.png) no-repeat 0 0;
  background-size: contain;
  width: 450px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot {}

.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot h3 {
  font-weight: 600;
  padding: 30px 0 10px 0;
}

.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot h4 {
  font-weight: 600;
  padding-bottom: 15px;
}

.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot p {
  color: #484848;
  font-size: 18px;
}

.vip__qualified__wrapper .vip-qua-wrapper .vip-qau-bot p span.ylw-color {
  color: #ffde3b;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 07 Live Casino / Slot
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.search {
  background: #171127;
}

.search__wrapper .input-field {
  margin-top: 0;
}

.search__wrapper .input-field input {
  background: #2c2640;
  border-bottom: 0;
  padding-left: 45px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}

.search__wrapper .input-field input::-webkit-input-placeholder {
  color: #4c465f;
}

.search__wrapper .input-field input:focus {
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.search__wrapper .input-field i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #4c465f;
}

section.games__section {
  margin-top: 20px;
}

.game-grid-search,
.allgames__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 30px;
  margin-bottom: 4px;
}

.game-grid-search .games__wrapper,
.allgames__wrapper .games__wrapper {
  flex-shrink: 0;
  padding-bottom: 15px;
}

.game-grid-search .games__wrapper figure,
.allgames__wrapper .games__wrapper figure {
  text-align: center;
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}

.hotgames__wrapper .allgames__wrapper .games__wrapper figure {
  height: 355px;
}

.game-grid-search .games__wrapper figure+p,
.allgames__wrapper .games__wrapper figure+p {
  text-align: center;
}

.game-grid-search .games__wrapper figure .img__thumb,
.allgames__wrapper .games__wrapper figure .img__thumb {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 30px
}

.game-grid-search .games__wrapper figure .img__thumb img,
.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
}

.game-grid-search .games__wrapper figure .img__thumb.more__link,
.allgames__wrapper .games__wrapper figure .img__thumb.more__link {
  width: 100%;
}

.game-grid-search .games__wrapper figure p.game__name,
.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;
  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;
} */

.game-grid-search .games__wrapper figure figcaption,
.allgames__wrapper .games__wrapper figure figcaption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 29%);
}

/* .allgames__wrapper .games__wrapper figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.allgames__wrapper .games__wrapper figure:hover p.game__name {
  display: none;
}
.allgames__wrapper .games__wrapper figure:hover .img__thumb img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.allgames__wrapper .games__wrapper figure figcaption a {
  width: 100%;
}
.allgames__wrapper .games__wrapper figure figcaption a p.gamename {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.allgames__wrapper .games__wrapper figure figcaption a img {
  width: 80px;
  padding: 40px 0;
}
.allgames__wrapper .games__wrapper figure figcaption a p.gameprovider-name {
  color: #fff;
  font-size: 22px;
} */

.game-grid-search .games__wrapper figure:hover figcaption,
.allgames__wrapper .games__wrapper figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.game-grid-search .games__wrapper figure:hover p.game__name,
.allgames__wrapper .games__wrapper figure:hover p.game__name {
  display: none;
}

.game-grid-search .games__wrapper figure:hover .img__thumb img,
.allgames__wrapper .games__wrapper figure:hover .img__thumb img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.game-grid-search .games__wrapper figure figcaption a p.gamename,
.game-grid-search .games__wrapper figure:hover figcaption .hp_top_hover .gamename,
.allgames__wrapper .games__wrapper figure figcaption a p.gamename,
.allgames__wrapper .games__wrapper figure:hover figcaption .hp_top_hover .gamename {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.game-grid-search .games__wrapper figure figcaption a img,
.allgames__wrapper .games__wrapper figure figcaption a img {
  width: 80px;
  padding: 40px 0;
}

.game-grid-search .games__wrapper figure figcaption a p.gameprovider-name,
.game-grid-search .games__wrapper figure:hover figcaption .hp_top_hover .gameprovider-name,
.allgames__wrapper .games__wrapper figure figcaption a p.gameprovider-name,
.allgames__wrapper .games__wrapper figure:hover figcaption .hp_top_hover .gameprovider-name {
  color: #fff;
  font-size: 22px;
}


section.gpgc__sec {
  padding: 20px 0 1px 0;
}

.gamecat__wwrapper #game_cat_btn,
.gp__gc__wrapper .gamepro__wwrapper button {
  /* background: #171127;
  border: 0;
  color: #696575;
  padding: 10px 0 10px 15px;
  border-radius: 150px; */
  color: #fff;
  background-color: #673ab7 !important;
  padding: 12px 25px;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

div.gp__gc__wrapper .gamepro__wwrapper button {
  background-color: #673bb7 !important;
}

.gp__gc__wrapper .gamepro__wwrapper button span {
  white-space: nowrap;
}

.gamecat__wwrapper #game_cat_btn {
  width: 120px;
  /* display:flex;
  justify-content: space-between; */
}

.gamecat__wwrapper #game_cat_btn img,
.gp__gc__wrapper .gamepro__wwrapper button img {
  display: block;
  padding-right: 10px;
}

.gamecat__wwrapper #game_cat_btn span,
.gp__gc__wrapper .gamepro__wwrapper button span,
.gp__gc__wrapper .gamecat__wwrapper .swiper-slide a {
  color: #fff;
}

.gamecat__wwrapper {
  position: relative;
}

.gp__gc__wrapper .gp__gc__wrapper__inner {
  display: flex;
  align-items: center;
}

.gp__gc__wrapper__inner .filter-label {
  margin-right: 15px;
}

.gp__gc__wrapper__inner .filter-label img {
  width: 12px;
  margin-right: 5px;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category {
  /* display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase; */
  display: none;
  position: absolute;
  right: 0px;
  top: 45px;
  width: 120px;
  background: #fff;
  z-index: 9;
  border-radius: 5px;
  transition: all .4s;
  /* overflow: hidden; */
}

.gp__gc__wrapper .gamecat__wwrapper .list-category::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent transparent;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  transform: rotate(180deg);
  z-index: 2;
}

#active-category-name {
  text-transform: uppercase;
}

.gamecat__wwrapper .list-category.show {
  display: block !important;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category li a {
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category li:hover {
  background-color: rgba(0, 0, 0, .3)
}

.gamepro__wwrapper ul.show {
  display: block !important;
  position: relative;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide a {
  color: #111;
  cursor: pointer;
  /*padding: 20px;
  white-space: nowrap; */
  display: flex;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category .category-slide.selected a {
  background: #2c2640;
}

.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: -25px;
  top: 45px;
  width: 200px;
  background: #fff;
  z-index: 9;
  border-radius: 5px;
  transition: all 0.4s;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent transparent;
  line-height: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  transform: rotate(180deg);
  z-index: 2;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li {
  /* padding: 10px 15px;
  cursor: pointer; */
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li:hover {
  background-color: rgba(0, 0, 0, .3);
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #111;
  font-weight: 500;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #111;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
  text-align: center;
  line-height: 1.3;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a.active:before {
  content: '✔';
  background: #945ffc;
  color: #fff;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a img {
  display: block;
  padding-right: 10px;
  display: none;
}

.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,
main.live__casino .games__section .allgames__wrapper__virtualsports {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-gap: 20px;
}

main.live__casino .allgames__wrapper__livecasino .games__wrapper figure img,
main.live__casino .allgames__wrapper__virtualsports .games__wrapper figure img {
  border-radius: 25px;
  width: 100%;
}

main.live__casino .games__section h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
}

main.live__casino .games__section {
  padding-bottom: 30%;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 08 Download
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
body.dl__page {
  background: #050505;
}

body.dl__page main {
  padding: 0;
}

.dl__cp__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 750px;
  padding: 0px;
  background: url(../images/phone_app_download.png) 0px -270px / 70% no-repeat;
}

.dl__cp__wrapper .dl__content__wrapper {
  position: absolute;
  left: 510px;
  bottom: 270px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 690px;
  padding: 30px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content img {
  width: 230px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content>div {
  margin-left: 20px;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content>div p {
  color: #8c8c8c;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content h3 {
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 600;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 15px 0 0px;
  height: auto;
  line-height: inherit;
}

.dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a img {
  width: 60px;
}




/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 09 Footer
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
footer {
  background: #242424;
  padding: 20px;
}

.footer__wrapper {
  padding: 30px 0;
}

.footer__wrapper .footer__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__wrapper .footer__top .footer__logo__wrapper img {
  width: 190px;
}

.footer__wrapper .footer__top .footer__links__wrapper {
  padding-left: 160px;
}

.footer__wrapper .footer__top .footer__links__wrapper h5 {
  font-weight: 600;
  font-size: 14px;
}

.footer__wrapper .footer__top .footer__links__wrapper ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr) !important;
  grid-gap: 60px;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li {
  flex-shrink: 0;
  padding: 0;
  text-align: center;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li a {
  color: #615f71;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.footer__wrapper .footer__top .footer__links__wrapper ul li a:hover {
  color: #fff;
}

.footer__wrapper .logo__payment {
  border-bottom: 1px #2c2640 solid;
  border-top: 1px #2c2640 solid;
  padding: 30px 0;
  margin: 40px 0;
}

.footer__wrapper .logo__payment ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__wrapper .logo__payment ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__wrapper .logo__payment ul li a img {
  opacity: .4;
}

.footer__wrapper .logo__payment ul li a img.wd-40 {
  width: 40px;
}

.footer__wrapper .license__wrapper {
  border-bottom: 1px #2c2640 solid;
  padding: 0 0 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer__wrapper .license__wrapper .license__content {
  padding-left: 50px;
}

.footer__wrapper .license__wrapper .license__content p {
  color: #615f71;
}

.footer__wrapper .license__wrapper .license__content p span.site__name {
  color: #f23e2f;
}

.footer__wrapper .license__wrapper .license__content p strong {
  color: #fff;
}

.footer__wrapper .allright__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.footer__wrapper .allright__wrapper p {
  color: #615f71;
  font-weight: 500;
}


/** New Footer **/
.footer-wrapper {
  padding: 0 0;
}

.footer-wrapper .footer-top .footerlinks__wrapper h5 {
  font-weight: 600;
  font-size: 18px;
}

.footer-wrapper .footer-top .footerlinks__wrapper ul li {
  line-height: 30px;
}

.footer-wrapper .footer-top .footerlinks__wrapper ul li a {
  color: #484848;
  font-weight: 600;
}

.footer-wrapper .footer-top .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;
}

.footer-wrapper .footer-top .license__wrapper .license__content {
  padding-top: 15px;
}

.footer-wrapper .footer-top .license__wrapper .license__content p {
  color: #615f71;
}

.footer-wrapper .footer-top .license__wrapper .license__content p span.site__name {
  color: #f23e2f;
}

.footer-wrapper .allright__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.footer-wrapper .allright__wrapper p {
  color: #484848;
}

.footer-wrapper .allright__wrapper p:last-of-type {
  padding-top: 10px;
}

.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 {
  height: 28px;
}

.cc__footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.cc__footer__wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  width: 100%;
}

.cc__footer__wrapper ul li {
  margin: 0 10px;
  text-align: center;
}

.cc__footer__wrapper ul li img {
  width: 50px;
}

.cc__footer__wrapper ul li img.img-80 {
  width: 80px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 10 Terms / Privacy
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.site__info__wrapper h3 h6 {
  color: #5b5471;
  font-size: 24px;
  font-weight: 500;
}

.site__info__wrapper .site__content__wrapper ul {
  padding: 0 0 0 15px;
}

.site__info__wrapper .site__content__wrapper ul li {
  list-style: decimal;
  margin-bottom: 15px;
}

.site__info__wrapper .site__content__wrapper ul li strong {
  color: #f23e2f;
  font-size: 22px;
}

.site__info__wrapper .site__content__wrapper ul li p {
  padding: 5px 0;
  white-space: pre-line;
}

.site__info__wrapper .site__content__wrapper ul li p span.sub__head {
  color: #8a83b2;
  font-weight: 500;
}

.site__info__wrapper .site__content__wrapper ul li p .hg__text {
  color: #9d95b9;
}

.site__info__wrapper .site__content__wrapper ul li p .c__link {
  color: #f23e2f !important;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 11 Announcement
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.ann_section {
  padding-top: 5px;
}

.ann_section .row {
  margin-bottom: 0;
}

.ann_section .announcement__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 180px;
  padding: 5px;
  overflow: hidden;
  height: 40px;
}

.ann_section .announcement__wrapper .ann__icon__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 2px;
  margin-right: 5px;
}

.ann_section .announcement__wrapper .ann__icon__wrapper img {
  width: 30px;
}

.ann_section .announcement__wrapper ._public_news {
  border: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
  overflow: hidden;
  line-height: 30px;
}

.ann_section .announcement__wrapper ._public_news .js-marquee span.entry {
  padding-left: 15px;
}

.ann_section .announcement__wrapper ._public_news .js-marquee {
  cursor: pointer;
}


.player_announcement_popup_container.show {
  background-color: transparent !important;
  width: 100% !important;
  max-height: 100% !important;
}

.player_announcement_popup_container.modal .modal-content {
  background-color: #08001d !important;
  border-radius: 25px;
  height: 70% !important;
}

.player_announcement_popup_container.modal .modal-heading {}

.player_announcement_popup_container.modal .modal-heading .close {
  font-size: 2em !important;
  top: -29px !important;
  right: -18px !important;
  color: #fff;
  font-weight: 900;
  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);
}

#invite-pop {
  transition: all .4s
}

.custom-modal {
  display: none;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99
}

.custom-modal .modal-wrap {
  border-radius: 15px
}

#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-wrap {
  border-radius: 15px;
}

.two_column_container {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
}

.right__col {
  padding: 80px 0;
  display: grid;
  place-content: center;
}

.table_container_normal,
.table_container_super {
  box-shadow: #222 0 0 5px 0;
  padding: 20px 20px 50px;
  width: 380px;
  margin: 0 auto;
}

.table_container_normal {
  background-image: linear-gradient(to bottom, #213c2e, #253e2e, #23402d, #223629);
}

.table_container_super {
  background-image: linear-gradient(to bottom, #061249, #051041, #060e3a, #070a32, #07062b);
}

.lr__bonus__popup {}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 13 Ping
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
section.section__ping {}

section.section__ping.close {
  display: none;
}

.ping__container {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 25px;
}

.ping__container.close {
  display: none;
}

.ping__container .ping__wrapper {
  position: relative;
}

.ping__container .ping__wrapper a#close__ping {
  position: absolute;
  top: 5px;
  right: 58px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #425378;
  border-radius: 120px;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.ping__container .ping__wrapper .ping__bg {
  background: url(../images/ping/ping-popup-bg.png) center / cover no-repeat;
  position: relative;
  width: 1470px;
  height: 486px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-gap: 20px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg {
  background: url(../images/ping/ping-bg.png) no-repeat;
  background-size: contain;
  width: 175px;
  height: 175px;
  position: relative;
  margin: 0 32px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__signal {
  padding-right: 5px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__signal img {
  width: 40px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg .ping__result__wrapper span.ping__ms {
  padding-left: 5px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg p {
  font-size: 18px;
  padding-top: 10px;
}

.ping__container .ping__wrapper .ping__bg .url__wrapper .url__bg a img {
  width: 100px;
  padding-top: 10px;
}

.ping__btn__wrapper {
  margin-right: 10px;
}

.ping__btn__wrapper a {
  background: #00adef;
  display: block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 120px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 14 Terms/Policy/FAQ
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.tpf__wrapper {
  padding: 15px;
  background: #1b182b;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tpf__wrapper .tpf__content .title__content {
  padding-bottom: 20px;
}

.tpf__wrapper .tpf__content .title__content .top_t {
  padding-bottom: 20px;
}

.tpf__wrapper .tpf__content .sub__title {
  border-bottom: 1px #3d4d65 solid;
}

.tpf__wrapper .tpf__content .title__content h4.green-text {
  color: #5bbf5a;
  font-size: 22px;
}

.tpf__wrapper .tpf__content ul.sport-bullet li {
  list-style: disc;
  padding-bottom: 20px;
}

.tpf__wrapper .tpf__content ul.sport-bullet li .sports-images img {
  max-width: 100%;
}

.tpf__wrapper .tpf__content ul.sport-bullet li strong {
  font-weight: 800;
}

.tpf__wrapper .tpf__content ul.collapsible {
  border: 0;
}

.tpf__wrapper .tpf__content ul.collapsible li {
  list-style: none;
  line-height: none;
  background: rgb(0 0 0 / 25%);
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border-bottom: 1px rgb(247 247 247 / 17%) solid;
  color: #5bbf5a;
  font-size: 18px;
  font-weight: 600;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body {
  background: #0c0b0e;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body h4 {
  color: #3d4d65;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body ul.arrow__list li {
  list-style-image: URL('../images/icon/arrow-list.png');
  list-style-position: inside;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body h3 {
  color: #70b4d4;
  font-size: 27px;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body ul.inner__col__list li {
  list-style: disc;
}

.tpf__wrapper .tpf__content ul.collapsible li .collapsible-body p {
  padding-bottom: 15px;
}


.tpf__wrapper .tpf__content .title__content h4 {
  font-size: 28px;
  color: #0075dd;
  margin-bottom: 0;
  font-weight: 600;
}

.tpf__wrapper .tpf__content .title__content p {
  font-size: 18px;
  padding-bottom: 15px;
}

.tpf__wrapper .tpf__content .title__content p.t20b20 {
  padding-top: 20px;
  padding-bottom: 0;
}

.tpf__wrapper .tpf__content .title__content p span {}

.tpf__wrapper .tpf__content p {}

.tpf__wrapper .tpf__content span.site__url {
  color: #f23e2f;
}

.tpf__wrapper .tpf__content ul.dot__list {}

.tpf__wrapper .tpf__content ul.dot__list li {
  list-style: inside;
}

.tpf__wrapper .tpf__content ul {
  padding-left: 15px;
  padding-bottom: 30px;
}

.tpf__wrapper .tpf__content ul li {
  list-style: decimal;
  line-height: 30px;
}

.tpf__wrapper .tpf__content ul li div.inner__a__content {}

.tpf__wrapper .tpf__content ul li div.inner__a__content span {
  display: block;
}

.tpf__wrapper .tpf__content .nl__list {}

.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper {
  padding-bottom: 20px;
}

.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper>span {
  font-weight: 600;
}

.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper .nl__content {
  padding-left: 15px;
}

.tpf__wrapper .tpf__content .nl__list .nl__content__wrapper .nl__content span {}

.tpf__wrapper .tpf__content .center__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tpf__wrapper .tpf__content .center__title h3 {}

.tpf__wrapper .tpf__content .faq__wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 10px 0 110px 0;
}

.tpf__wrapper .tpf__content .faq__btn__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 8px;
  margin-bottom: 4px;
}

.tpf__wrapper .tpf__content .faq__btn__wrapper a {
  text-align: center;
  border: 1px #615f71 solid;
  border-radius: 5px;
  padding: 12px 0;
  color: #fff;
  transition: all 0.5s;
}

.tpf__wrapper .tpf__content .faq__btn__wrapper a:hover,
.tpf__wrapper .tpf__content .bot__link a:hover {
  transition: all 0.5s;
  background: #615f71;
  text-decoration: none;
}

.tpf__wrapper .tpf__content .bot__link {}

.tpf__wrapper .tpf__content .bot__link a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px #615f71 solid;
  border-radius: 5px;
  padding: 12px 0;
  color: #fff;
  transition: all 0.5s;
}

.pt-70 {
  padding-top: 70px;
}

.faq__modal {
  border-radius: 20px;
  background: #1b182b;
  top: 15% !important;
}

.faq__modal .modal-close {
  position: absolute;
  right: 9px;
  top: 18px;
  background: #747378;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 150px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}

.faq__modal__wrapper {}

.faq__modal__wrapper .faq__qa__wrapper {
  padding-bottom: 20px;
}

.faq__modal__wrapper .faq__qa__wrapper .faq__q {
  color: #f23e2f;
  font-weight: 600;
  padding-bottom: 5px;
}

.faq__modal__wrapper .faq__qa__wrapper .faq__a {}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 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;
  font-style: italic;
  padding-right: 2px;
}

.champ__bonus__wrapper table tbody tr td ul {
  padding-left: 15px;
}

.champ__bonus__wrapper table tbody tr td ul li {
  list-style: decimal;
  line-height: 40px;
}

.champ__bonus__wrapper table tbody tr td .king__smash__wrapper {}

.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title span {
  background: #e5b815;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 180px;
  margin-right: 15px;
}

.champ__bonus__wrapper table tbody tr td .king__smash__wrapper .king__title span img {
  width: 20px;
}

.champ__bonus__wrapper table tbody tr td .king__smash__wrapper p.ptxt-king span {
  color: #efdd57;
}

.socialmedia__champ__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
}

.socialmedia__champ__wrapper .social__box {}

.socialmedia__champ__wrapper .social__box p {
  font-size: 18px;
  padding-bottom: 5px;
}

.socialmedia__champ__wrapper .social__box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.socialmedia__champ__wrapper .social__box ul li {
  margin-left: 8px;
}

.socialmedia__champ__wrapper .social__box ul li a img {
  width: 40px;
}


/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ Dropdown lang
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
.change-lang .dropdown-trigger {
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 15px;
  margin-right: 20px;
  background: #2c2640;
  display: none;
}

.change-lang img {
  width: 25px;
  margin-right: 8px;
}

.change-lang span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.change-lang .dropdown-trigger span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.change-lang .dropdown-content {
  background: #2c2640;
  border-radius: 15px;
  min-width: 155px;
  height: auto !important;
}

.change-lang .dropdown-content li a {
  display: flex;
  align-items: center;
}

.change-lang .dropdown-content li:hover,
.change-lang .dropdown-content li.active {
  background-color: rgba(0, 0, 0, .5);
}

/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 00 Slots Championship Page
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */


.tabswiper .swiper-button-next,
.tabswiper .swiper-button-prev {
  background-color: #000;
  width: 30px;
  height: 30px;
  background-size: 34%;
  border-radius: 50px;
}

.tabswiper {
  position: relative;
  z-index: 99;
}

.tabswiper .swiper-slide .swiper-tab .tab-cover {
  width: 100%;
  height: auto;
}

.tabswiper .swiper-slide .swiper-tab {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.tabswiper .swiper-slide .swiper-tab.active {
  border: 2px solid #601edf;
}

.tabswiper .swiper-slide .swiper-tab .s-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-bottom {
  text-align: center;
  padding-bottom: 20px;
  color: #aaa;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(0deg, #08123c 0%, transparent 100%);
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-bottom p span {
  color: #fff;
  font-size: 20px;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top .tab-tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #5d1dd9;
  padding: 10px;
  padding-right: 25px;
  font-size: 12px;
  border-radius: 0 0 50px 0;
  height: 22px;
  text-transform: uppercase;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top .tab-tag.in-progress {
  background-color: #ffa602;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top .tab-tag.ended {
  background-color: #666666;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top .rules {
  position: absolute;
  right: 10px;
  top: 10px;
}

.tabswiper .swiper-slide .swiper-tab .s-content .content-top .rules img {
  width: 20px;
}

.mySwiper2 img,
.mySwiper-1row img {
  width: 100%;
  height: auto;
  max-height: 300px;
  display: block;
  margin: auto;
  border-radius: 20px;
}

.providers-logo-games {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 37px 90px;
  margin-top: 40px;
}

.providers-logo-games a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.providers-logo-games img {
  display: block;
  margin: auto;
  text-align: center;
  width: 110px;
}

.slot-champoinship .tabcontent {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.slot-champoinship .tabcontent.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.slot-champoinship .tabcontent .tabContainer {
  padding: 0 20px;
}

.slot-champoinship .tabcontent.active .tabContainer {
  background: #321172;
  border-radius: 25px;
  position: relative;
  padding: 60px 20px;
  margin-top: 100px;
}

.slot-champoinship .tabcontent .swiper {
  overflow: hidden;
}

/*.slot-champoinship .tabcontent .tabContainer::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 35px 0 35px;
  border-color: #321172 transparent transparent transparent;
  line-height: 0px;
  _border-color: #001e5a #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  margin: auto;
  transform: rotate(180deg);
}
.slot-champoinship #tab1 .tabContainer::before {
  left: 13%;
    right: unset;
}
.slot-champoinship #tab3 .tabContainer::before {
  left: unset;
    right: 13%;
}*/
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev,
.mySwiper-1row .swiper-button-next,
.mySwiper-1row .swiper-button-prev {
  top: 35px;
  right: 30px;
  background-size: 45%;
  left: unset;
  border: 1px solid rgba(255, 255, 255, .8);
  height: 27px;
  width: 45px;
}

.mySwiper2 .swiper-button-next,
.mySwiper-1row .swiper-button-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU5MTUzQzhDRkVBRTExRUM5RjVGQTBCOEFBRDA3NzA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU5MTUzQzhERkVBRTExRUM5RjVGQTBCOEFBRDA3NzA3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxNTNDOEFGRUFFMTFFQzlGNUZBMEI4QUFEMDc3MDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTkxNTNDOEJGRUFFMTFFQzlGNUZBMEI4QUFEMDc3MDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5eR0mLAAAB2klEQVR42uyavUrEQBRGk1VQGztB1EJEV7CyEUQLVzsL0adYUNQnsdsVfA3BVi0sRSsFdbew8a+1snCJ38AElpBJHGcKb+a7cIpNIHDPTCb3zmycJEkUctSiwIMCKIACKIACKIACKIACKIACKIACKOD/xw54Bl/gFIy7PjAWtCEyBbpgqO/aE1gHryHMgNVM8irq4AJMhCCga7g+7yJBkoAb0PItIRa2KRqDNtgz3O+Ahs2aIO0roEZrHxwb7s+BS5uZILEOUBIOCiTUbSRILYS8SZBcCaYS2i4SpJfCSsKhi4Qq9AJOEqrSDKUSWrYSBjO/x8AuWBAqJ9aN0rBBwrnuHd7zCqERcAdmKt4BX4MV8J19BTYDSF7FEljOWwOC3BzpfwVGwb3uu4N5BbLN0KQuLqYFL4JbOfsGaTwULYLiZ3NJp5i7e1QLOfmqCPhz8lUQ4JR8XiUoLfkT0DTcf9TJv1WxG0xHvlkw8htlyUsV4DztJQv4zaao1UGJNAFHJSPfiCxPiSQVQovgVs8Cp2kvdQbMGpLvRA7ng5IEXIFPn8lLE/ABtvX3XXVyZ2ANvPhqhyXFAOj5eJDUQqjn60H8iwwFUAAFUAAFUAAFUAAFUAAFUECI8SPAAJ6edw4jBCA8AAAAAElFTkSuQmCC');
  border-radius: 0 20px 20px 0;
}

.mySwiper2 .swiper-button-prev,
.mySwiper-1row .swiper-button-prev {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MEUyRjNDRkVBRTExRUNCNTA1QUEyNzRENUIzREFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MEUyRjNERkVBRTExRUNCNTA1QUEyNzRENUIzREFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUwRTJGM0FGRUFFMTFFQ0I1MDVBQTI3NEQ1QjNEQUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUwRTJGM0JGRUFFMTFFQ0I1MDVBQTI3NEQ1QjNEQUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WaiwvAAAB00lEQVR42uyYuUrEUBSGk1HwFUZLGRfQShAEC7fKSp9CZHB5EbtxAd9CtFZBsBOsBBdkCnc7GxXU+B9MQEJuchNt7rn/ga9xZoT/427nhFEUBT5XLfC8KIACKIACKIACKIACKIACKIACKIACqlUd7IA30AbzLgkI/zgQ6QEHoP/X395BA9xoXwESfj8VXqoLjGvfAkn4AcPnV5oFFIVvgRNXBHRWCH8I+gyfb4JVrbdAcuCZwm+AJRBpFJB12qfDL7sW3laA2vA2AorCr7scvkiATfgVl8PnCfAivElAUfiWlvBZvUA9Dj9o+L40PHuOhv8CZ2ALPGcJkEfRMRhV3gFfg2Hwmt4CYx6El+oFs74PRGo+bwGZUwyBlyqHoAw7dh0+BNvxLXZr6gYfwEzONSjDjicXm54y74A7MAUuDL9pxg+hUKsAryTk3QJeSLCZCnfHZ4JpBLYNFrW2w1L3YDpnJSy4vBJsH0Jqt0OZl2Ai4VKThLJPYZEwWbAS1rQdgmUHJvIPR8CpxhVgsx1kCzS0bgEbCdJkHPkgIIibiongZ0r0Ac7BHHjUfgZkVQf41HwNFpVz4f9bQEABFEABFEABFEABFEABFEABFEABjtS3AAMA9BJ+x4/f4GMAAAAASUVORK5CYII=');
  border-radius: 20px 0 0 20px;
  right: 75px;
}

.tabswiper .rules-container {
  width: 400px;
  height: auto;
  background: white;
  position: absolute;
  top: 45px;
  z-index: 8;
  right: -20px;
  border-radius: 20px;
  padding: 20px;
  color: #111;
  display: none;
}

.tabswiper .rules-container.show {
  display: block
}

.tabswiper .rules-container .rules-heading {
  display: flex;
  justify-content: space-between;
}

.tabswiper .rules-container .rules-heading p {
  color: #601edf;
  font-size: 20px;
  font-weight: bold;
}

.tabswiper .rules-container .rules-heading .close-rules {
  font-size: 20px;
  color: #000;
}

.tabswiper .rules-container .rules-content {
  margin-top: 20px;
  padding-left: 10px;
  position: relative;
}

.tabswiper .rules-container .rules-content>p {
  position: relative;
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.tabswiper .rules-container .rules-content>p:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #601edf;
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  border-radius: 50px;
}

.tabswiper .rules-container .rules-content>p span {
  font-size: 14px;
  color: #111;
  margin-left: 5px;
  font-weight: 500;
  text-transform: initial;
}

.tabswiper .rules-container .rules-content>p.two-date span {
  display: block;
}

.rules-container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  line-height: 0px;
  _border-color: #001e5a #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  right: 32px;
  top: -10px;
  margin: auto;
  transform: rotate(180deg);
}

.rules-rankings {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 30px;
  margin-bottom: 10px;
}

.rules-rankings p {
  padding: 10px;
  text-align: center;
  background: #bea5f0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules-rankings p span {
  color: #fedd40;
  font-weight: bold;
  margin-right: 10px;
}

.rules-rankings .rank_img {
  width: 20px;
  margin-right: 10px;
}

.tabswiper .rules-container .rules-content:before {
  content: '';
  height: 91%;
  width: 3px;
  display: block;
  position: absolute;
  left: -3px;
  top: 8px;
  border-left: 3px dashed #ddd;
}

.z-11 {
  z-index: 11;
}

.game-bets {
  padding: 60px 0;
}

.game-bets #mybet,
.game-bets #allbet,
.game-bets #tournaments {
  position: relative;
  padding-bottom: 80px;
}

.game-bets ul.tabs {
  background: none;
}

.game-bets ul.tabs .indicator {
  display: none;
}

.game-bets ul.tabs li a {
  color: #fff;
  border-radius: 50px;
}

.game-bets ul.tabs li a.active,
.game-bets ul.tabs li a:focus.active {
  background-color: #5d1dd9;
  color: #fff;
}

.game-bets ul.tabs li a:focus {
  background: none;
}

.game-bets .table-wrap {
  padding: 20px;
  max-height: 632px;
  overflow: hidden;
  transition: all .5s;
}

.game-bets .table-wrap.max100 {
  max-height: initial;
}

.game-bets .table-wrap table th {
  color: #aaa;
  text-transform: uppercase;
}

.game-bets .table-wrap table tr {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.game-bets .table-wrap table tr .slot-icon {
  width: 20px;
  position: relative;
  top: 3px;
}

.game-bets .table-wrap table tr span.rs {
  background: linear-gradient(90deg, #ffb961 50%, #fbad4b 50%);
  border: 3px #f79419 solid;
  width: 25px;
  height: 25px;
  border-radius: 120px;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
}

.game-bets .table-wrap table tr .rank_img {
  width: 20px;
}

.extender {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #5D1DD9;
  width: 150px;
  border-radius: 25px;
  padding: 10px;
  cursor: pointer;
}

.extender:before {
  content: "See more ↓";
}

.extender.dpdown:before {
  content: "See less ↑";
}

@media only screen and (max-width: 1440px) {
  .tabswiper .swiper-slide .swiper-tab .s-content .content-bottom {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .tabswiper .rules-container {
    width: 350px;
  }

  .tabswiper .swiper-slide .swiper-tab .s-content .content-bottom p span {
    font-size: 16px;
  }

}

@media only screen and (max-width: 1280px) {
  .tabswiper .swiper-slide .swiper-tab .s-content .content-top .tab-tag+img {
    width: 80px;
  }

  .tabswiper .rules-container {
    width: 300px;
  }

  .rules-rankings {
    grid-column-gap: 10px;
  }
}

.swiper-container>.allgames__wrapper {
  display: flex;
  gap: 0 !important;
}

.swiper-container>.allgames__wrapper .games__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 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>* {
  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;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a {
  padding: 10px 15px;
  cursor: pointer;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a.active,
.game-category.selected {
  background: none;
  color: #945ffc;
}

.gp__gc__wrapper .gamecat__wwrapper .list-category li a.selected {
  color: #945ffc;
}

.gp__gc__wrapper .gamepro__wwrapper ul#dropdown__provider li a.active {
  background: none;
}

.pro__title a {
  color: #fff;
}

.rank__table__wrapper #player__ranking__table tr td:last-child {
  text-align: left;
  position: relative;
  left: 110px;
}

@media(max-width: 1536px) {
  .rank__table__wrapper #player__ranking__table tr td:last-child {
    left: 74px;
  }
}

@media(max-width: 1440px) {
  .rank__table__wrapper #player__ranking__table tr td:last-child {
    left: 63px;
  }
}

@media(max-width: 1280px) {
  .rank__table__wrapper #player__ranking__table tr td:last-child {
    left: 45px;
  }
}

.rank__table__wrapper tr th:first-child {
  width: 5%;
}

.rank__table__wrapper tr th:nth-child(2) {
  width: 6%;
}

.rank__table__wrapper tr th:nth-child(2)+th {
  width: 4%;
}

.rank__table__wrapper tr th:last-child {
  text-align: left;
  width: 176px;
  display: block;
  margin-left: auto;
}

.promo__details .tb__dv span {
  display: inline-block;
  padding: 0 30px;
}

.table-group-contents {
  padding: 10px;
  border-left: 1px solid #5b9bd5;
  position: relative;
  margin-bottom: 40px
}

.table-group-item .table-title-group:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background: #5b9bd5;
  position: absolute;
  left: -10px;
  margin-top: -20px
}

.table-group-item {
  max-width: 70%;
  margin: auto;
  margin-bottom: 60px
}

.table-group-item p {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .6);
  margin-bottom: 20px;
  text-align: center
}

.table-group-item .table-title-group {
  display: flex;
  justify-content: center;
  align-items: center
}

.table-group-item .table-title-group p {
  width: 42%;
  margin: 0 20px 20px
}


.promo__details ul.num_cir {
  counter-reset: section;
  list-style: none;
  padding: 0 0 30px
}

.promo__details ul.num_cir li {
  color: #fff;
  font-size: 17px;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px
}

.promo__details ul.num_cir li span {
  color: #ed7d31
}

.promo__details ul.num_cir li:before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  border-radius: 100%;
  text-align: center
}


.home-two-row-section .new__games__wrapper {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  padding-bottom: 0 !important;
}

.tabContainer.dw-wrapper {
  margin-top: 30px;
  background: transparent;
  padding: 10px;
}

.dw-wrapper .dw-wrapper-games {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 15px;
}

.dw-wrapper .dw-wrapper-games .dw-games-box {}

.dw-wrapper .dw-wrapper-games .dw-games-box figure {
  overflow: hidden;
  border-radius: 25px;
  height: 349px;
  position: relative;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure img.game-image {
  width: 100%;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure img.drop__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure::before {
  content: '';
  background: #000;
  clip-path: polygon(49% 0, 0 45%, 0 0);
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -2px;
  z-index: 0;
  display: block;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure figcaption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0/29%);
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure figcaption .dw-overlay {
  text-align: center;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure:hover>img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure figcaption .dw-overlay p.game-name {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure figcaption .dw-overlay img {
  width: 80px;
  padding: 40px 0;
}

.dw-wrapper .dw-wrapper-games .dw-games-box figure figcaption .dw-overlay p.gp__name {
  color: #fff;
  font-size: 22px;
}

.dw__info__wrapper {
  padding: 20px 0 0 0;
}

.dw__info__wrapper p {
  font-size: 18px;
  font-weight: 600;
}

.dw__info__wrapper ul {
  padding: 20px 0 0 15px;
}

.dw__info__wrapper ul li {
  list-style: decimal;
  line-height: 25px;
}



/* ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
★ 00 Media Querries
══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 1800px) {
  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 305px;
  }
}

@media only screen and (max-width: 1700px) {
  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 285px;
  }
}

@media only screen and (max-width: 1600px) {
  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 265px;
  }
}

@media only screen and (max-width: 1540px) {
  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;
  }

  .daily__prizepool__wrapper .player__table__wrapper table tbody tr td {
    padding: 5px 0;
  }

  .daily__prizepool__wrapper .player__table__wrapper table,
  .daily__prizepool__wrapper .player__table__wrapper table tbody {
    margin-left: 0;
    width: 86%;
  }

  .tab-data .tab-roll {
    height: 280px;
    min-height: 280px;
  }

  .daily__prizepool__wrapper .player__table__wrapper table {
    max-height: 280px;
  }

  .daily__prizepool__wrapper .pos-2 {
    height: 350px;
    overflow: hidden;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .tempo__date {
    font-size: 18px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper {
    height: 46px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .rs__text {
    width: 40px;
    height: 40px;
    font-size: 15px;
    border: 4px #f79419 solid;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .prizepool__amount {
    filter: drop-shadow(1px 4px #c74211);
    font-size: 49px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper p {
    font-size: 27px;
    top: 10px;
  }

  .daily__prizepool__wrapper .player__table__wrapper {
    padding-left: 10px;
  }

  .game_rank_heading {
    width: 84%;
  }

  .daily__prizepool__wrapper .player__table__wrapper table tbody tr td .game__rank__icon img {
    width: 23px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper {
    /* height: 605px; */
    height: 520px;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy img {
    width: 590px;
  }

  .daily__prizepool__wrapper .pos-2 {
    top: 150px;
  }

  .daily__prizepool__wrapper .pos-1 {
    left: 80px !important;
  }

  .game_rank_heading>p:nth-child(2) {
    text-indent: 4px;
  }

  .game_rank_heading>p:nth-child(3) {
    text-indent: -25px;
  }

  img.coin__1 {
    right: 80px;
  }

  .dl__cp__wrapper {
    background: url(../images/phone_app_download.png) 0px -220px / 70% no-repeat;
  }

  .dl__cp__wrapper .dl__content__wrapper {
    left: 400px;
    bottom: 310px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content img {
    width: 330px;
  }

  #smashgames .game__box,
  #smashgames .game__box .img_thumb img {
    height: auto;
  }

  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 255px;
  }


  /* .new__games__section .sports__swiper{
    margin-top: 50px;
  } */
}

@media only screen and (max-width: 1475px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul li {
    padding: 0 20px 10px 0;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy {
    top: -97px;
    left: 30px;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy img {
    width: 460px;
  }

  .game_rank_heading>p {
    padding: 5px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content img {
    width: 230px;
  }

  .dl__cp__wrapper {
    background: url(../images/phone_app_download.png) 0px -160px / 70% no-repeat;
  }

  .dl__cp__wrapper .dl__content__wrapper {
    left: 370px;
    bottom: 370px;
  }

  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 245px;
  }
}

@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;
  }

  .daily__prizepool__wrapper .player__table__wrapper table,
  .daily__prizepool__wrapper .player__table__wrapper table tbody {
    width: 95%;
  }

  .game_rank_heading>p {
    font-size: 18px;
  }

  .game_rank_heading {
    width: 100%;
  }

  .daily__prizepool__wrapper .player__table__wrapper table tbody tr td span.rs {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 10px;
  }

  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 224px;
  }
}

@media only screen and (max-width: 1395px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul {
    grid-gap: 10px;
  }

  /* #smashgames .game__box, #smashgames .game__box .img_thumb img {
    height: 205px;
  } */
}

@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;
  }

  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 204px;
  }
}


@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;
  }

  .dl__cp__wrapper {
    background: url(../images/phone_app_download.png) 0px -120px / 70% no-repeat;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content img {
    width: 180px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a img {
    width: 40px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a {
    margin: 10px 15px 0 0px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content h3 {
    font-size: 32px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content {
    width: 530px;
  }

  .dw-wrapper .dw-wrapper-games .dw-games-box figure {
    height: 174px;
  }
}

@media only screen and (max-width: 1200px) {
  .daily__prizepool__wrapper .prizepool__bg__wrapper {
    /* height: 475px; */
    height: 390px;
  }

  .daily__prizepool__wrapper .pos-2 {
    height: 300px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .prizepool__amount {
    font-size: 39px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper .rs__text {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper p {
    font-size: 20px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper .prizepool__wrapper {
    height: 37px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper .prize__box__wrapper {
    top: 2px;
    height: 69px;
  }
}

@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;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy img {
    width: 290px;
  }

  .daily__prizepool__wrapper .pos-1 {
    left: 40px !important;
  }

  .daily__prizepool__wrapper .pos-2 {
    top: 110px;
  }

  .tab-data .tab-roll {
    height: 250px;
    min-height: 250px;
  }

  .daily__prizepool__wrapper .player__table__wrapper table {
    max-height: 280px;
  }

  .daily__prizepool__wrapper .prizepool__bg__wrapper {
    height: 435px;
  }
}

@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;
  }

  .dl__cp__wrapper .dl__content__wrapper {
    left: 220px;
    bottom: 480px;
  }
}

@media only screen and (max-width: 992px) {

  body.om-side section.promo__contents .sidenav.res-op1.open .container,
  body.om-side section.promo__contents .sidenav.res-op2.open .container,
  body.om-side section.promo__contents .sidenav.res-op3.open .container,
  body.om-side section.promo__contents .sidenav.res-op4.open .container,
  body.om-side section.promo__contents .sidenav.res-op5.open .container {
    width: 70%;
  }
}

@media only screen and (max-width: 769px) {
  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 90px;
  }
}

@media only screen and (max-width: 930px) {
  header .top__header__wrapper .top__header .header__search__wrapper input {
    width: 310px;
  }
}

@media only screen and (max-width: 768px) {

  section.slider__section .swiper-pagination .swiper-pagination-bullet,
  section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  section.slider__section .swiper-slide {
    width: 100% !important;
  }

  section.slider__games__section .swiper-pagination .swiper-pagination-bullet {
    display: unset;
  }

  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 160px;
  }

  .game__item__wrapper .game__item__list .swiper-slide span {
    font-size: 11px;
  }

  .game__item__wrapper .game__item__list .swiper-slide span {
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
  }

  .tab__crash__wrapper ul li a,
  .tab__userinfo__wrapper ul li a {
    font-size: 14px !important;
  }

  .tab__crash__wrapper .crash__form__wrapper .input-field input {
    height: 3rem;
  }

  .tab__crash__wrapper .crash__form__wrapper .input-field label {
    top: 0;
  }

  .tab__crash__wrapper .crash__form__wrapper .input-field span.money__sign {
    top: 10px;
  }

  .tab__crash__wrapper .crash__form__wrapper .crash__maxmin__wrapper a,
  .tab__crash__wrapper .crash__form__wrapper .crash__tprs__wrapper a {
    height: 3rem;
    font-size: 12px;
  }

  .tab__crash__wrapper .crash__form__wrapper a.game__btn {
    font-size: 14px;
    padding: 10px 0;
  }

  .tabs__content__wrapper table {
    font-size: 14px;
  }

  .tabs__content__wrapper table tbody tr td.user__name div {
    width: 115px;
  }

  section.double__game__section .game__item__wrapper .game__item__list .swiper-slide span,
  section.double__game__section .time__box a {
    width: 30px;
    height: 30px;
  }

  section.double__game__section .time__box a i {
    font-size: 18px;
  }

  section.double__game .times__bet__wrapper a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 10px;
  }

  .promo__cat__wrapper .swiper-slide a {
    font-size: 12px;
  }

  .promo__cat__wrapper .swiper-slide.selected a {
    height: 40px;
    background: transparent;
  }

  .promo__wrapper .promo__content__wrapper .promo__title__wrapper h4 {
    font-size: 14px;
  }

  .vip__privileges__wrapper .vip__content__wrapper .vip__title img {
    width: 20px;
  }

  .vip__privileges__wrapper .vip__content__wrapper .vip__title span {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
  }

  .vip__privileges__wrapper .vip__content__wrapper .vip__stars img {
    margin-left: 5px;
    width: 15px;
  }

  .game-grid-search,
  .allgames__wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 15px;
  }

  .game-grid-search .games__wrapper figure p.game__name,
  .allgames__wrapper .games__wrapper figure p.game__name {
    font-size: 14px;
  }

  .game-grid-search .games__wrapper figure .img__thumb img,
  .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;
  }

  .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;
  }

  .popup__notice__wrapper #modal-notice {
    width: 80%;
  }
}

@media only screen and (max-width: 414px) {
  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 90px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
    width: 70px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box {
    padding-bottom: 20px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
    height: 70px;
    margin-left: 15px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 375px) {
  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
    padding: 5px 10px;
    font-size: 12px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename h4 {
    font-size: 17px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename span {
    font-size: 12px;
  }

  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 81px;
  }
}

@media only screen and (max-width: 360px) {
  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 73px;
  }
}

@media only screen and (max-width: 320px) {

  section.slider__section .swiper-slide img,
  section.slider__games__section .swiper-slide img,
  section.new__games__section .swiper-slide img,
  section.new__games__section .new__games__wrapper .game__container .game__box {
    border-radius: 8px;
  }

  section.new__games__section .new__games__wrapper .game__container .game__box {
    height: 63px;
  }

  section.new__games__section .new__games__wrapper .game__container .hp__swiper__newgames2 {
    margin: 20px 0;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename a {
    font-size: 9px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename h4 {
    font-size: 14px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box img {
    width: 60px;
  }

  section.hotgames__section .hotgames__list__wrapper .hotgames__box .gamename {
    height: 59px;
  }

  .game__title h4 {
    font-size: 25px;
    padding: 5px 0 10px 0;
    margin: 0;
  }
}

@keyframes headerFixedTop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SLOTS PAGE */


.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;
  background-color: #673ab7 !important;
}

.load-more:hover {
  background-color: #8561c5 !important;
}

#currentGamesLength {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

/* CATEGORY ICONS */
.game-popular::before {
  background: url(/includes/images/slots/icons/Popular.png) center no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  content: '';
  margin-right: 7px;
  filter: invert(1);
}

.game-hot::before {
  background: url(/includes/images/slots/icons/hot-icon.png) center no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  content: '';
  margin-right: 7px;
  filter: invert(1);
}

.game-z-a::before,
.game-a-z::before {
  background: url(/includes/images/slots/icons/A-Z.png) left center no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  content: '';
  margin-right: 7px;
  filter: invert(1);
}

.game-novo::before,
.game-new::before {
  background: url(/includes/images/slots/icons/Featured.png) left center no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  content: '';
  margin-right: 7px;
  filter: invert(1);
}

/* PARTNER RECRUITMENT */
.recruitment-banner img {
  width: 100%;
}

.recruitment-container {
  background: #191919;
  background: -moz-linear-gradient(top, #191919 0%, #040404 100%);
  background: -webkit-linear-gradient(top, #191919 0%, #040404 100%);
  background: linear-gradient(to bottom, #191919 0%, #040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#040404', GradientType=0);
  padding: 20px 45px 45px 45px;
  border-radius: 35px;
}

.recruitment-container h2 {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/icon/ribbon_panter.png) 0px 0px no-repeat;
  background-size: contain;
  width: 470px;
  height: 92px;
  margin: 0 auto;
  font-weight: 600;
}

.recruitment-container h3 {
  font-size: 24px;
  color: #c3c3c3;
}

.recruitment-container h4 {
  font-size: 18px;
}

.recruitment-points {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
  padding: 40px 100px 60px;
  align-items: center;
}

.recruitment-points>div {
  margin-left: 30px;
}

.recruitment-points img {
  width: 260px;
}

.recruitment-points ul {
  margin: 30px 0;
}

.recruitment-points li {
  list-style: url('/includes/images/partner-recuitment/bullet.png?=v0.1') inside !important;
  padding: 10px 20px;
  color: #8c8c8c;
}

.application-process-container {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  margin: 50px 100px;
}

.application-process-container div {
  display: grid;
  place-items: center;
}

.application-process-container div img.part-img1 {
  width: 200px;
}

.application-process-container img.part-img2 {
  width: 50px;
}

.application-process-container p {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.partner-table-container {}

.partner-table-container table {
  margin: 40px 0 0 0;
}

.partner-table-container tr:last-child {
  border-bottom: none;
}

.partner-table-container td {
  padding: 15px 20px;
  min-width: 115px;
  border: 1px #191919 solid;
}

.partner-table-container tr td:first-child,
.partner-table-container tr td p {
  color: #8c8c8c;
}

.partner-table-container tr td.thead-color {
  color: #c3c3c3;
}

.notes-container {
  color: #8c8c8c;
  border: 1px #191919 solid;
  padding: 25px;
  border-top: 0;
}

@media only screen and (max-width: 1500px) {
  .recruitment-container {
    padding: 0 50px;
  }

  .recruitment-content-container {
    padding: 0 5em;
  }

  .application-process-container {
    margin: 50px 80px;
  }

  .partner-table-container {
    background-size: contain;
  }
}

/* home modal */

#modal_home_container {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  /* background: rgba(0,0,0,0.5); */
  /* margin-top: 25px; */
}

#modal_home_container .modal-wrap {
  z-index: 2;
}

#modal_home_container .od {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.custom-modal .modal-wrap {
  z-index: 2;
  background: transparent !important;
}
#invite-pop.custom-modal .modal-wrap img {
  border-radius: 20px;
  max-height: 280px;
}

.custom-modal .od {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute
}

.modal_home_content {
  position: relative;
  padding: 2em 2em 1em;
  color: #000;
  max-width: 700px;
  background: #fff;
  border-radius: 15px;
  width: 100%;
}

.modal_home_content .pop_header {
  display: flex;
  align-items: center;
}

.modal_home_content .pop_header p {
  font-size: 30px;
  font-weight: bold;
  color: #5c84ef;
  font-family: Open, sans-serif;
}

.modal_home_content .pop_header img {
  width: 55px;
  margin-right: 7px;
  position: relative;
  top: -5px;
}

.modal_home_content #close_modal {
  color: #fff;
  width: 200px;
  padding: 13px;
  background: #5c84ef;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 10px auto 0;
}

.modal_home_content .ann_cont {
  max-height: 420px;
  overflow-y: auto;
  padding: 5px 0;
  color: #111;
  width: 100%;
}

/* 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: 85%;
}

#login-registration .modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 20px;
  color: #fff !important;
  border-radius: unset;
  height: unset;
  border: unset;
  line-height: 1 !important;
}

#login-registration .modal-content {
  padding: 0;
}

#login-registration .modal-content .main-cont {
  display: grid;
  grid-template-columns: 50% 50%;
}

#login-registration .modal-content .left {
  padding: 0;
  background: url(../images/login-bg.jpg) no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 100%;
  width: 100%;
}

#login-registration .modal-content .right {
  padding: 40px 20px 20px;
}

#login-registration .modal-content ul.tabs {
  height: auto;
  background: none;
  width: auto;
  border: 0;
  box-shadow: none;
}

#login-registration .modal-content ul.tabs li {
  height: auto;
  line-height: initial;
  min-width: 100px;
  flex-grow: initial;
}

#login-registration .modal-content ul.tabs li.indicator {
  display: none;
}

#login-registration .modal-content ul.tabs li a {
  padding: 20px 10px;
  border-radius: 50px;
  color: #575656 !important;
  border: none;
  text-align: center !important;
  display: block;
  height: unset;
  text-transform: capitalize;

}

#login-registration .modal-content ul.tabs li a.active {
  background-color: #5e1cd9 !important;
  color: #fff !important;
}

#login-registration .modal-content ul.tabs li a:focus.active,
#login-registration .modal-content ul.tabs li a:focus {
  background-color: #5e1cd9;
  color: #fff;
}

#loginCont form {
  margin: 20px 0;
}

#loginCont form .input-group {
  position: relative;
}

#loginCont form .input-group label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 15px;
  opacity: .5;
}

#loginCont form .input-group label[for="login"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAAGWB6gOAAAAAXNSR0IArs4c6QAABKlJREFUWAnVl01oXFUUx/MmM84kpqNEadVYSKAVMa0omZghk2lBEHRp1Y3iQqoguGtLd1ranaDuRFHBTRVUbJfiB4JNJuo4WdW4qIEJYqrtIhCTmAxNZvydm3de7nvzZvLe0Aa8cOd83HP+57xz7z3vTVfXTmNycrLhs5menn7Qp7AFsXZE0eRmW3l8e6vgqtOk8IBgpqamliDJRqPR293dfXB8fHxO1hPyo4PFLPxLzGq9Xn9R9SZnEYIhXINasVjMGJ4wX7vKJtLCucmuywsnS65XCbZAGN+acS2VSqcNww/h/1ZeqM9akHp6eu5bW1u7Goqknuzhk8orNUjAf0mNjqlSKQV9mIJelvhzzLwu2JTwKzg7+kT2mo8H4OOmzfRZbAlf+J4uaADKJcIVVZ9IJA4XCoVfVbZpKFClUrlXSuU4zvmJiQnvMEgZ0TXQ+Q6PADYpRLm+vv6IUMYHW2T71xRkW/S40Ixkld3ey9G85lluMdNsaCGgu7mil5F7IGOjU7Nz1OyMAXKLuITizjhI1CvJzt7A55Rd7O/igIgt2Wy49DHN6E0UQ6LsZAB4vBO/UB+v2MFVtv8Q239Z9USdpIZHVA7SUCDu94HNzc3fXeMSII9S2F7oP4DdEQQR2S62t04mV0SQbsLEd+J2QM4DlpXr4xlaTCiQew18vQswc+dqtZp39yyc8Ixcg3tsQ86L6QIE8epmr4fWCKezOLyBYZWmWeASF5E/E8dWzTMUSBw47dK/x4XXQT/aRz+6rnIsKh267Zs2FloEY+/RiHqYs/MLPukIfnLPLrCTz6itAaK45yjm66qMQ7X4DgAOQHWcV1H2RQXBJ4/vj2Q2R2YHEyhOiDNCrF6E/U+ALAF2QPwTCIeEgZreInyM8bPayhXpVaEDuqw+8rVjCt5Jz8ZXcbqSPNJxW+GtRGeqYuqdo+h+25ZsVA7pKZIZFC0JzUO+YiMqIncyYidEEk8Q+ALBdjpyKyR6jOS+jZNYaH9sBcC+XiSZbzQZAr6XzWb75JLIFF50rn+f2IpPK7wwfeQKUZnnCfCJgqRSqf35fP5PlW1aLpf309j/UB1JvkClPlW5HY1cIUDvtoBWx8bG/rJkHzs6OnoVxaoqA76qDqWRK1StVjMLCwvXqdIeF+m3/v7+seHh4RUbeXZ2tm9xcVEawkOiJ5nlgYGBvUNDQ+u2XSs+ckICQEfv4UUuH8tyu3YcJFMhmWLUZAQwVkKaAV8QKc7IqyR2gjmoeqEkMc98J51Ov5/L5eR78P892lZIKsEHyAM88T5mL9t1GzQBbeunJeFbo4HtJv/TblDJf5nXMpnMlXaVawKmb7wG4FvMrf+6in7zqRzyU/Svd21oLyEO7FGe5nueQluBvG7fTiaTF6nKPHR5ZGSkhq6OvP0Ws9ECPFiCn5iZmUlvbGzsQR6EPo3uJDMp5mDVqeTj/NP9wcjywwf5EZIxCqN0nFdoZB8Jf6sGjfZlEvxQ8UnqKJ+Sl0w1WHhWF6DlW52MxHJjlDWu5qAJ2V1YuuxuDTvWXRLU7KNFRZfjYH8uzC4Mr8FSoZTE04TMx5GbwP3Q51x+N4mdw27GbR/rP+619Y1WLtpBAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}

#loginCont form .input-group label[for="password"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAAXNSR0IArs4c6QAABBhJREFUWAnNV01oU0EQNqmhidQeWhAsVYhYBaOeooT+2PbgwbsteBY89GLV4v/RHzxY9OJB8KIHofUu6EFKfwiakxpBiwSkVBDaQy02NTTxm+XN6+Ttvrx9TYQupDM7P9/Mzu7O2+7Y4TdmZmZGSQdaJhqhP9PT0xWQYfwy0Wj0AcnUgEJNHAMWu0ryMoy5ubl+FkcQ6UylUmlhAUWbcCdgonJCvMqJhTJ0JBL53Nvbe4x1ikoDEmA+5DWoiieV5KzFh1BzkHWSAOF5d3W5XG7v2traIkP09fW5Opbx1hjnWuKulWA4caoJrYo2mYeaI+ykFoYtmFJJtHBUPDZgqhmxQlLNyLT0iAleooAf1AsmLJx95NOwiuNzGscnK0xc1gjEGcRisVQmk/nC1jjSH3Ck0wC8B8BbLDdSgPxgIJPB7OzsVZNeKxKc95kAWFYulwvMS8onQNsraWTBD+4URpPYMnmUhMqfdZY5YlpalRcMJ0w1qTLCJBAINsaaeIHk0rw6Ncdyr4GhX83hniOt7dV021Si/0719PT82pTUybkZeXGQYQan+C3k3Jxr7qoRCCCfAHLUC07zRCLRkU6nf3p1WrEBcpdAcJ9yuE8n2CGbzR4plUp5p0tqCWjbD5CbAKlIEAKjy9vU1DRAPIKpLyDxPDQgUgDoOhtI2t3dPeXML0k58UYgv4vJzsh6P/NMjUCsDENV0dBj9iCLfseR+v44fsZOCDnpaQyjBKuo5WuaUD8eAH1Hk60OavS0/SMEYOr6QcDUGWCjenrDahQIRL0Iv82HkU+agUCOX9LH3xXbArkOfowtUGCX1C6tN6Ltbtpm5MXX5pTRE/yGaHc0bQiB6YpYu1ddEWsvg+H8/Hzz0tLSYdzTDlLjQ7DY3t7+taura91gbiVSK7OyhFE+n29ZXl5+Cvacpc/Ltra2C6lUatXSvvpp7+dUKBTiCwsLU9CfFDbrKPU4uvir1tbWbyRfWVk5tLGxcRb98zKmzcL2fWdnZ38ymSwKmZENrBC90ovF4ncESTgIBaz6eNCqnWp+hE+S/JD8n3g8ftD0QXRwFQm8HvgYvuBkAPoG9+5AUDKETDZkSz40B8YuwiK+1ghMCICnBMBzwduyro8Hy+gfmBBWFmNP8H+Zt6XSR2L5+Qcm5Of4v+TuoUZnvIKS3rdZRSOTQcwSYt7AeXtIuCohPEIeobldbGSgsFhoqo/xuh5VXzPutA5Izcdv2EC17LEr7huGcwj8vNYCJB2etbtR8tvEo/x38Gz7TfxWR90JIZlnCK5eauCpCYb+h1Emv+1u2bZLqO4tw7k5j61Sb0E6Q7L8W+HrTsg5xIH/ddsmpxKihxWuHfvU/XxkoDCUciB7dYaoIYEfo64ZBqQRtk7MMSeHRkA2FuMfAGaXrK4NfisAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
}

#loginCont form input[type="text"],
#loginCont form input[type="password"] {
  height: 56px;
  background: #2c2c2c;
  border-radius: 8px;
  border: 0;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  color: #959595;
  margin-bottom: 10px;
  box-shadow: none;
  text-indent: 40px;
}

#loginCont form .fp {
  text-align: right;
  display: block;
  color: #8758e4 !important;
  border: unset;
  height: unset;
  line-height: 1 !important;
  font-size: 12px;
}

#loginCont form .rem__for__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px 0;
}

#loginCont form .rem__for__wrapper .remeber__me__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#loginCont form .rem__for__wrapper .remeber__me__wrapper input {}

#loginCont form .rem__for__wrapper .remeber__me__wrapper span {}

#loginCont form select {
  height: 56px;
  background: #2c2c2c;
  border-radius: 8px;
  border: 0;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  color: #959595;
  margin-bottom: 10px;
  box-shadow: none;
  display: block;
}

#loginCont form select:focus {
  outline: none;
}

#loginCont form input[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  background: #5e1cd9;
  cursor: pointer;
}

.log-options {
  padding: 0;
}

.log-options .log-divider {
  text-align: center;
  color: #575656;
  position: relative;
  font-size: 12px;
}

.log-options p.log-divider:before {
  content: '';
  height: 1px;
  width: 50px;
  background: #3d3c3c;
  display: block;
  position: absolute;
  left: 77px;
  margin: auto;
  top: 9px;
  z-index: -1;
}

#loginCont form input::placeholder {
  color: #464646;
}

.log-options p.log-divider:after {
  content: '';
  height: 1px;
  width: 50px;
  background: #3d3c3c;
  display: block;
  position: absolute;
  right: 77px;
  margin: auto;
  top: 9px;
  z-index: -1;
}

.log-options .social-icons {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-options .social-icons a {
  border: unset !important;
}

.log-options .social-icons img {
  width: 50px !important;
  margin: 0 10px !important;

}

.log-options .cs {
  color: #575656;
  margin-top: 20px;
  font-size: 12px;
}

#loginCont .log-options .cs a {
  color: #8758e4;
  border: unset;
  display: unset;

}

#loginCont .log-options a.toReg {
  color: #8758e4 !important;
  margin-top: 20px;
  display: block !important;
  height: unset;
  border: unset;
  font-size: 12px;
}

#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: 10px;
  box-shadow: none;
  text-indent: 40px;
}

#signCont form input[type="text"]::placeholder,
#signCont form input[type="password"]::placeholder,
#signCont form input[type="number"]::placeholder {
  color: #464646;
}

#signCont form {
  margin: 20px 0;
}

#signCont form .input-group {
  position: relative;
}

#signCont form .input-group label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 15px;
  opacity: .5;
}

#signCont form .input-group label[for="username"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAAGWB6gOAAAAAXNSR0IArs4c6QAABKlJREFUWAnVl01oXFUUx/MmM84kpqNEadVYSKAVMa0omZghk2lBEHRp1Y3iQqoguGtLd1ranaDuRFHBTRVUbJfiB4JNJuo4WdW4qIEJYqrtIhCTmAxNZvydm3de7nvzZvLe0Aa8cOd83HP+57xz7z3vTVfXTmNycrLhs5menn7Qp7AFsXZE0eRmW3l8e6vgqtOk8IBgpqamliDJRqPR293dfXB8fHxO1hPyo4PFLPxLzGq9Xn9R9SZnEYIhXINasVjMGJ4wX7vKJtLCucmuywsnS65XCbZAGN+acS2VSqcNww/h/1ZeqM9akHp6eu5bW1u7Goqknuzhk8orNUjAf0mNjqlSKQV9mIJelvhzzLwu2JTwKzg7+kT2mo8H4OOmzfRZbAlf+J4uaADKJcIVVZ9IJA4XCoVfVbZpKFClUrlXSuU4zvmJiQnvMEgZ0TXQ+Q6PADYpRLm+vv6IUMYHW2T71xRkW/S40Ixkld3ey9G85lluMdNsaCGgu7mil5F7IGOjU7Nz1OyMAXKLuITizjhI1CvJzt7A55Rd7O/igIgt2Wy49DHN6E0UQ6LsZAB4vBO/UB+v2MFVtv8Q239Z9USdpIZHVA7SUCDu94HNzc3fXeMSII9S2F7oP4DdEQQR2S62t04mV0SQbsLEd+J2QM4DlpXr4xlaTCiQew18vQswc+dqtZp39yyc8Ixcg3tsQ86L6QIE8epmr4fWCKezOLyBYZWmWeASF5E/E8dWzTMUSBw47dK/x4XXQT/aRz+6rnIsKh267Zs2FloEY+/RiHqYs/MLPukIfnLPLrCTz6itAaK45yjm66qMQ7X4DgAOQHWcV1H2RQXBJ4/vj2Q2R2YHEyhOiDNCrF6E/U+ALAF2QPwTCIeEgZreInyM8bPayhXpVaEDuqw+8rVjCt5Jz8ZXcbqSPNJxW+GtRGeqYuqdo+h+25ZsVA7pKZIZFC0JzUO+YiMqIncyYidEEk8Q+ALBdjpyKyR6jOS+jZNYaH9sBcC+XiSZbzQZAr6XzWb75JLIFF50rn+f2IpPK7wwfeQKUZnnCfCJgqRSqf35fP5PlW1aLpf309j/UB1JvkClPlW5HY1cIUDvtoBWx8bG/rJkHzs6OnoVxaoqA76qDqWRK1StVjMLCwvXqdIeF+m3/v7+seHh4RUbeXZ2tm9xcVEawkOiJ5nlgYGBvUNDQ+u2XSs+ckICQEfv4UUuH8tyu3YcJFMhmWLUZAQwVkKaAV8QKc7IqyR2gjmoeqEkMc98J51Ov5/L5eR78P892lZIKsEHyAM88T5mL9t1GzQBbeunJeFbo4HtJv/TblDJf5nXMpnMlXaVawKmb7wG4FvMrf+6in7zqRzyU/Svd21oLyEO7FGe5nueQluBvG7fTiaTF6nKPHR5ZGSkhq6OvP0Ws9ECPFiCn5iZmUlvbGzsQR6EPo3uJDMp5mDVqeTj/NP9wcjywwf5EZIxCqN0nFdoZB8Jf6sGjfZlEvxQ8UnqKJ+Sl0w1WHhWF6DlW52MxHJjlDWu5qAJ2V1YuuxuDTvWXRLU7KNFRZfjYH8uzC4Mr8FSoZTE04TMx5GbwP3Q51x+N4mdw27GbR/rP+619Y1WLtpBAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}

#signCont form .input-group label[for="password"]:before,
#signCont form .input-group label[for="cpassword"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAAXNSR0IArs4c6QAABBhJREFUWAnNV01oU0EQNqmhidQeWhAsVYhYBaOeooT+2PbgwbsteBY89GLV4v/RHzxY9OJB8KIHofUu6EFKfwiakxpBiwSkVBDaQy02NTTxm+XN6+Ttvrx9TYQupDM7P9/Mzu7O2+7Y4TdmZmZGSQdaJhqhP9PT0xWQYfwy0Wj0AcnUgEJNHAMWu0ryMoy5ubl+FkcQ6UylUmlhAUWbcCdgonJCvMqJhTJ0JBL53Nvbe4x1ikoDEmA+5DWoiieV5KzFh1BzkHWSAOF5d3W5XG7v2traIkP09fW5Opbx1hjnWuKulWA4caoJrYo2mYeaI+ykFoYtmFJJtHBUPDZgqhmxQlLNyLT0iAleooAf1AsmLJx95NOwiuNzGscnK0xc1gjEGcRisVQmk/nC1jjSH3Ck0wC8B8BbLDdSgPxgIJPB7OzsVZNeKxKc95kAWFYulwvMS8onQNsraWTBD+4URpPYMnmUhMqfdZY5YlpalRcMJ0w1qTLCJBAINsaaeIHk0rw6Ncdyr4GhX83hniOt7dV021Si/0719PT82pTUybkZeXGQYQan+C3k3Jxr7qoRCCCfAHLUC07zRCLRkU6nf3p1WrEBcpdAcJ9yuE8n2CGbzR4plUp5p0tqCWjbD5CbAKlIEAKjy9vU1DRAPIKpLyDxPDQgUgDoOhtI2t3dPeXML0k58UYgv4vJzsh6P/NMjUCsDENV0dBj9iCLfseR+v44fsZOCDnpaQyjBKuo5WuaUD8eAH1Hk60OavS0/SMEYOr6QcDUGWCjenrDahQIRL0Iv82HkU+agUCOX9LH3xXbArkOfowtUGCX1C6tN6Ltbtpm5MXX5pTRE/yGaHc0bQiB6YpYu1ddEWsvg+H8/Hzz0tLSYdzTDlLjQ7DY3t7+taura91gbiVSK7OyhFE+n29ZXl5+Cvacpc/Ltra2C6lUatXSvvpp7+dUKBTiCwsLU9CfFDbrKPU4uvir1tbWbyRfWVk5tLGxcRb98zKmzcL2fWdnZ38ymSwKmZENrBC90ovF4ncESTgIBaz6eNCqnWp+hE+S/JD8n3g8ftD0QXRwFQm8HvgYvuBkAPoG9+5AUDKETDZkSz40B8YuwiK+1ghMCICnBMBzwduyro8Hy+gfmBBWFmNP8H+Zt6XSR2L5+Qcm5Of4v+TuoUZnvIKS3rdZRSOTQcwSYt7AeXtIuCohPEIeobldbGSgsFhoqo/xuh5VXzPutA5Izcdv2EC17LEr7huGcwj8vNYCJB2etbtR8tvEo/x38Gz7TfxWR90JIZlnCK5eauCpCYb+h1Emv+1u2bZLqO4tw7k5j61Sb0E6Q7L8W+HrTsg5xIH/ddsmpxKihxWuHfvU/XxkoDCUciB7dYaoIYEfo64ZBqQRtk7MMSeHRkA2FuMfAGaXrK4NfisAAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
}

#signCont form .input-group label[for="ctn"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAABUVJREFUWAmtl1tonFUQx7NfLk1oUk01TWhRtCZCE7QS0pjbIqJCBQtSrbcnfShq9UUfRBE0iViM0D54AR8EBR9qWuuVIljBaq5ggo0YKCRQUYkx1lQTY6LZZP39z37z8e3ul2wSPfDtzJn5n5k5M+e2eXm0/v7+W0QjW0zSnp6eZGlpafn8/LwXoCR0nd7e3rJACuMlk8kZhMthobNhAmckFou9JgF2jpuX0fz8/PjS0tJv8XjcydJG0KltaWmZNmGYBmgcd6PYRhBN0GK+e/hSLmDSmqIEGAx2uSAfjWkov+P5M/5meXn54MDAwI1ZIAAJEwbpMYFRKfA7bv0saiONhgFBpFKWlJQUUZJ/DEBG/zDeUd9VpwnVDyyYkJnUJxKJYfWxkAKA/JT+XgP59CJ12Zohi+7KlW8kAPiy1KoJpNmMWx6e592Nai+puk2QwcHB60WRHxFdrTkDra2tJwF1UN/P8Hwrc9ylQVTvx9UGS5eWJAbvRnaW5EyUlZVdOzMz86cDxWKnoF/i4GX11cA829bWdjjNQErlVvoofK3qBOjSsbGxTVNTUzVE+l0I4xIfacBA5EQ77nc821Z6E4MHpUf3MfJ9qxowQ0YVyeTk5If0VfIFylwSGOjr69tDyFsErqio6K2pqflbfK4WGx0dLZqens4CFxQUXN3c3Px9LgMeg78SqLCwcDcnw2X61KeU50VzNY+w3e5oamr6VieHPmTPaWDkDs6w6BUXF98rGVl9xnSE/5F4srzTZCtRr6Gh4WcffNhAhH9WPNEcM9lK1NUX5dMCcDK1iOJZ1XlLfK7mDFDPLgE5WvtCAx4K8SuyFoEAj+uH/dAO0akqflA03PzoAlGwkCRhwCKkgCrsAPgJfL3kJLWNvHwAW6E++lm2eiU5mk8zIOtUw10uWg9s50eQvahBftMUJ/gOqA9mV4EYa1hODg0NbefknNBVA+ABvMhonE3UYzhRok3ioCMtAgPgNZ9BduIvIN9Ooi+aXlQGICfCSQz0RLLEAEjsVYS6qqYZMM+Gaw5AKSYRGUEGSKv0JFHtz5TTb1iTARuIIZX3GMYUeQdRtgcGNG9WYheJeQylws5qTGmK7w6Otq+zlBsUuACI7AkCOLpWGwTRTVXvWyt+NZwLgAL9AOgKATHuTvvMQdxVlYuLi7riS31dHylsy8Stt2+r6PXQwBcoxY5Q37Gcd7/wOqgkQHsttbKqnsrErbfvAmAmXRg+pcFaIGyiL6IMLSwsvIPevRfA/0VAazqxomyZzDKQV15evh+jU76ihrKcMZAo6+RdnLutIOecLzvr6+t/DWM2wgcB1NXV6Wqp5rMdfxNOXVZkGOebRdXgJ3k5GC4l3OBvsA1tPPXfylY8jxN3RSMfq6qquq66ujpBzceRX+VjL3Ci1rElLWtmYl00KwCNxonH7Adg7e2sa7+VtTKM/D30dwmnRjnO0X8U3Rkn4GdkZGTz7OzsIdiH0V0DvQCum68zM+DIAMwQM36ebLRbHzrMCR9n8W2am5t7H+M3h3TrYX8CfKcmtGoAskhJSghCL8M95oGZjJP+fVw158jIlfSfRP8g3yU+RvdWOw4+tzG6CNAf4QsuBL1/cwZgBjiItnAQ6Q+R3nVBw/lpDB0iGB1SORu76zigAz7wxJoDCFtm1tqOrzCbtAOLYGaRv1FUVHS0sbFxMjzG+P8lADMmSjANkE6CuT0sN56gtEjf5tzohm6jnKehboehe2lDGTDjUZRS1fIA0g64H0fu1IzC4XzlfxhRA/6LjHfS5byTbsDpEnaGuElVKtf+BcZabzEZ+avlAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}

#signCont form .input-group label[for="referral"]:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAYAAAHoLsgPAAAAAXNSR0IArs4c6QAAA5hJREFUWAntl09oE0EUxrMxUlBUrCBY//Sq3tQKJU0OVfCgB0Wx6MFDvXiwgie9FKXSi14EW6/Fo2jxz6EFD+IhTVIwIIiI0puKiiCpihiwSfy9YWc7uzubTRqxHrqQ7syb7/vmzZs3b6eJRFNPPp8fzOVy96xgR6yM1js7OzvK5fLDMIrRk9oqyJRLWRSMQtQ1zZtFG6xvU8YEyKRJ02BrhwAzMzM5E6gBntuZTCYrAOKz2QRGth1xJHI0kfikAhkFaGoVKraiANpzlG41m82eFrsHwDAghuCjlxm0e30fgLWfqNfran80QgGKxeJed7ldRPKjuXTlQ7VaPYMPmjkmbEC/eFWVEdYU0oe1bLNvx3HWqxlc8gCz3G+WLG7yfPctslmyifPirI1mALTNfOP2fjKqpG0hASNYGtPw3fYS2hYILUH8JWMO1Gq1p6bvrL3I2tOmTdrWYw/4KuBrJphcWUf/PVu3wbSrdqFQOBgyxhjgbJ2bm+uIgcUPO+KaZFQ81I9gmdMs80gS8lv/UHM9eOrsyC5sEUorCUS2Ss1WJaTtPFh+AV8msiM9BOe5xCTqCcbKJyDHlADdhbzKJpBMJqeDdp+ADDKDKshBYFR/+YP4H3vAdspBy8nnKCqAYrcuAWKBXw2RDJVpUiq1VCmbkG8bIakvFETBfuYK1D0/P38OkVtS4hBKpFKpfQsLC55W6A7AOf/G6HaS6oeHooH4FYRHTJtkpQiInGRehUzr7uvr+2KCgm2EbiJ0UewqraWuYewKAuP6uo7qT7bCz87O7mZ9O5nBehbiROPGCU+VGL7p7e19rbH6ejDOpOe18V+8ceY2+zSksiAweUvXjFacZb+9UuzOOWTN41ZE28WuOOCrBLZwUkIGqQKHGGv1ZFQ5108413dsutrW0AHOdw+TT2hwq2+4p9B4JZ+6KG5DB1yir1ZECS3VvpKEKxFY9gg0PAW2zOZYyb18lFq+xxzn4/KC/jAnJ3R7NHHBdqwDfLfTnGeZsF/IvD0NJn3n2na4Dk3JtUUexp5RiIbT6XRBGSL+hByAuItVToI/jqjDv/oelbGvdK4jPI6w/LvvPaVSaU2lUpFP+mV4m/j1w82LQ/DE6wf8XmL3ONJQRQaQ37oI+Ql5DNINrj/lRXN8C82NcC/BvQB6rY2h7mQywIofATwK4TfdCW4to9xaPthIS7Vx29rGbWsY/lnmWs1cj8mXY0vV+2u8Pyj/rMVGvFIZAAAAAElFTkSuQmCC') no-repeat;
  background-size: contain;
}

#signCont form .notice {
  margin-bottom: 20px;
  text-align: center;
  color: #DC4913;
}

#signCont form .terms label a {
  border: 0;
  height: unset;
  display: inline;
  outline: none;
  color: #945FFC !important;
}

#signCont form span.required {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #DC4913;
  font-size: 20px;
  line-height: 1;
}

#signCont form .terms input[type="checkbox"] {
  position: relative;
  margin-right: 5px;
  opacity: 1;
  top: 2px;
  pointer-events: auto;
}

#signCont form .terms {
  margin-bottom: 20px;
}

#signCont form input[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  background: #5e1cd9;
}

#signCont .toLogin {
  color: #484848;
}

#signCont .toLogin a {
  border: 0;
  display: unset;
  color: #945FFC !important;
}

.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;
}

@media (max-height: 800px) {
  #login-registration {
    max-height: 90%;
    top: 5% !important;
  }
}

@media (max-height: 722px) {
  #login-registration {
    max-height: 95%;
    top: 4% !important;
  }
}

#login-registration::-webkit-scrollbar {
  width: 0px;
}

.blur-state {
  filter: blur(9px);
  pointer-events: none;
}

@media (max-height: 1536px) {
  #truco-game-iframe {
    /* min-height: 1200px !important; */
  }
}

header nav .nav-wrapper ul.left li a img.side-icons {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 23px;
}

header nav .nav-wrapper ul.left li a:hover .side-icons,
header nav .nav-wrapper ul.left li a.active .side-icons {
  filter: brightness(4);
}

#modal_home_container .socmed {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 10px;
}

#modal_home_container .socmed p {
  color: #252e93;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}

#modal_home_container .socmed a {
  display: block;
}

#modal_home_container .socmed a img {
  width: 40px;
  margin: 0 5px;
}

/* Chatting */
.chat-bubble {
  position: relative;
  display: flex !important;
  align-items: center !important;
  border: 0 !important;
  margin: 0 10px;
  height: auto !important;
  margin-right: 10px;
}

.chat-bubble img {
  width: 25px;
}

.chat-bubble span {
  position: absolute;
  top: -13px;
  right: -15px;
  color: #fff;
  background: #21b93e;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border-radius: 50px;
  font-size: 12px;
}

.shark {
  position: fixed;
  top: 100px;
  right: 40px;
  width: 60px;
  height: 60px;
}

#bubble {
  min-width: 58px;
  min-height: 67px;
  max-width: 400px;
  max-height: 634px;
  bottom: 5px !important;
  right: 5px !important;
}

.red-pack_-wrapper {
  position: fixed;
  top: 77px;
  right: 20px;
  z-index: 10;
}

iframe#contentFrame.translate {
  transform: translateX(-404px);
}


/*  New Vip Page */
body.vip {
  background: #050505 url(../images/vip/BG.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}

.vip-pri h1 {
  color: #ffde3b;
  font-weight: 700;
  font-size: 65px;
  margin-top: 120px;
  padding: 20px;
  text-align: center;
  background: url(../images/vip/VIPBar.png) center no-repeat;
  background-size: contain;
}

@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;
}

.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: #fa305c;
}

.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 {
  width: 320px;
  padding: 20px 30px;
  position: relative;
  height: 320px;
  border-radius: 30px;
  background: #6a3093;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a044ff, #6a3093);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #a044ff, #6a3093);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* .vip-qualified-wrapper .vip-items.item1 {
  background: url(../images/vip/box1.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.vip-qualified-wrapper .vip-items.item2 {
  background: url(../images/vip/box2.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.vip-qualified-wrapper .vip-items.item3 {
  background: url(../images/vip/box3.png) no-repeat;
  background-position: center;
  background-size: cover;
} */
.vip-qualified-wrapper .vip-items .exv-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-qualified-wrapper .vip-items .exv-icons img {
  width: 100%;
  height: auto;
}

.vip-qualified-wrapper .vip-items .sect-title {
  color: #ffde3b;
  font-size: 30px;
  line-height: 1;
  margin-top: 5px;
  font-weight: bold;
}

.vip-qualified-wrapper .vip-items .details {
  margin-top: 5px;
}

.vip-qualified-wrapper .vip-items:after {
  content: '';
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  background: url(../images/vip/next.png) no-repeat;
  background-size: contain;
  top: 120px;
  right: -43px;
  z-index: 2;
  border: 8px solid #06050B;
  border-radius: 50px;
}

.vip-qualified-wrapper .vip-items.item3:after {
  content: none;
}

.vip-condition {
  margin-top: 80px;
}

.vip-condition .vip-title {
  padding: 20px;
  text-align: center;
  background: url(../images/vip/VIPBar.png) center no-repeat;
  background-size: contain;
}

.vip-condition .vip-title p {
  text-align: center;
  color: #ffde3b;
  font-weight: 700;
  font-size: 30px;
}

.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/Rank-panel.png) top center no-repeat;
  background-size: contain;
  height: 769px;
}

.vip-swiper .swiper-wrapper .swiper-slide .vip-img {
  width: 165px;
  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: #ffde3b;
  margin: 15px 0;
}

.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: #ffde3b;
  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;
  color: #ffde3b;
  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?v2);
  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: #6B3095;
}

.vip-condition .swiper-button-prev,
.vip-condition .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/vip/prev.png);
  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/nex.png);
  right: 0px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}

/* Sports slider css*/
.home-two-row-section {
  display: grid;
  grid-template-columns: 100%;
  padding-bottom: 40px;
}

.wizard-banner,
#providerHomeSelect {
  padding-bottom: 10px;
}

.wizard-banner img {
  border-radius: 20px;
}

/* .home-two-row-section .new__games__section .game__title p {
  min-height: 120px;
} */

.home-two-row-section .new__games__section .game__title {
  height: 120px;
}

.home-two-row-section .new__games__section .game-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 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 {
  /* max-height: 698.66px; */
  border-radius: 25px
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul {
  background: 0 0;
  margin-bottom: 15px
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li {
  border-radius: 180px;
  margin-right: 5px;
  width: 24.5%;
}

.home-two-row-section .new__games__section:nth-child(2) .game__container .tab__orig__wrapper ul li {
  width: 30%;
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #222;
  border-radius: 180px;
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li a.active {
  background: #6419e2;
  border-radius: 180px;
  color: #fff;
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li a img {
  width: 90px;
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li a:hover {
  background: #6419e2;
  border-radius: 180px
}

.home-two-row-section .new__games__section .game__container .tab__orig__wrapper ul li.indicator {
  display: none
}

section.new__games__section .new__games__wrapper .game__container .game__box .overlay__box img {
  width: 50px;
}

.sports__swiper {
  border-radius: 25px
}


.logo__fr__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo__fr__wrapper img {
  width: 200px;
}


#page-content .crashframe__section .bgaming__iframe {
  display: flex;
  justify-content: center;
  align-items: center
}

#page-content .crashframe__section .bgaming__iframe iframe {
  width: 70%;
  margin: 0 auto;
  min-height: 1100px
}

#page-content .crashframe__section .bgaming__iframe iframe.bg-fr-min {
  min-height: 520px
}

#page-content .crashframe__section .bgaming__iframe iframe.bg-fr-min.spaceman2 {
  min-height: 800px;
  width: 100%;
  margin-top: -30px;
}

main.crash__game .crashframe__section,
main.double__game .doubleframe__section {
  margin-top: 20px;
  padding-bottom: 40px
}

.game-bets #leaderboard {
  position: relative;
  padding-bottom: 55px
}

.game-bets #leaderboard .extender {
  position: relative;
  bottom: -10px
}

main.slots {
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}


@media(max-width: 1536px) {
  .home-two-row-section .game__title p {
    font-size: 13px
  }
}

@media(max-width: 1440px) {
  .home-two-row-section .game__title p {
    font-size: 12px
  }
}

@media(max-width: 1280px) {
  .home-two-row-section .game__title p {
    font-size: 10px
  }
}

/* .home-two-row-section .new__games__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0 !important
} */


@media (max-width:1536px) {
  .home-two-row-section .game__title p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1475px) {
  .footer__wrapper .footer__top .footer__links__wrapper ul li {
    padding: 0 20px 10px 0;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy {
    top: -97px;
    left: 30px;
  }

  .daily__prizepool__wrapper .player__ranks__wrapper .img__trophy img {
    width: 460px;
  }

  .game_rank_heading>p {
    padding: 5px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content img {
    width: 230px;
  }

  .dl__cp__wrapper {
    background: url(../images/phone_app_download.png) 0px -160px / 70% no-repeat;
  }

  .dl__cp__wrapper .dl__content__wrapper {
    left: 370px;
    bottom: 370px;
  }
}


@media (max-width:1440px) {
  .home-two-row-section .game__title p {
    font-size: 12px;
  }

  .dl__cp__wrapper {
    background: url(../images/phone_app_download.png) 0px -120px / 70% no-repeat;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content img {
    width: 180px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a img {
    width: 40px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content .dl__icon__wrapper a {
    margin: 10px 15px 0 0px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content h3 {
    font-size: 32px;
  }

  .dl__cp__wrapper .dl__content__wrapper .dl__content {
    width: 530px;
  }

  .dl__cp__wrapper .dl__content__wrapper {
    left: 290px;
    bottom: 430px;
  }

}

@media (max-width:1280px) {
  .home-two-row-section .game__title p {
    font-size: 10px;
  }
}

@media (max-width:1200px) {
  .dl__cp__wrapper .dl__content__wrapper {
    left: 370px;
    bottom: 370px;
  }

}

.game__title .sports-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  margin-right: 20px
}


/* *************
MODAL SPORT
************** */
.popup__notice__wrapper {
  height: 100vh;
  display: grid;
  place-items: center;
}

.popup__notice__wrapper #modal-notice {
  border-radius: 10px;
  background-color: #191919;
}

.popup__notice__wrapper #modal-notice .modal-content p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

#modal-notice .modal-content {
  display: grid;
  justify-items: center;
}

#modal-notice .button__wrapper a {
  text-decoration: none;
  display: inline-block;
  background-color: #5e1cd9;
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px;
}

#modal-notice .button__wrapper a.ago_btn {
  background-color: #6e6e6e !important;
}

.providers-logo {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 40px;
}

.providers-logo img {
  display: block;
  margin: auto;
  text-align: center;
  height: 27px;
}

.providers-logo img.pp__logo {
  height: 41px;
}

.providers-logo.sec-row {
  margin-bottom: 0;
}

.ios-dl {
  position: relative;
}

.ios-dl #dropdown2 {
  background: #5e1cd9;
  border-radius: 10px;
  position: absolute;
  margin-top: 5px;
  top: 102px !important;
  left: 0 !important;
}

.ios-dl #dropdown2 li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 1px rgb(0 0 0 / 10%);
}

.ios-dl #dropdown2 li:last-child {
  border-bottom: 0;
  box-shadow: 0;
}

.ios-dl #dropdown2 li a {
  margin: 0;
  display: block;
  text-align: center;
  color: #fff;
  height: 50px;
}

.ios-dl #dropdown2 li:hover {
  background: rgba(0, 0, 0, .1);
}


#slots-link-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  width: 100%;
  height: 100vh;
}

.show-slots-modal {
  display: grid !important;
  place-content: center;
}

.slots-link-container {
  display: grid;
  gap: 15em;
  grid-auto-flow: column;
  height: fit-content;
  align-self: end;
}

.slots-link-container a.play {
  background-color: #db3d4e;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
  height: 45px;
  width: 100px;
  place-content: center;
  display: grid;
}

.slots-link-container a.trial {
  background-color: #3d83ee;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
  height: 45px;
  width: 100px;
  place-content: center;
  display: grid;
}

.close-slots-modal {
  position: absolute;
  top: 120px;
  right: 50px;
}

.close-slots-modal img {
  width: 40px;
  height: 40px;
}

#slots-link-modal .evoplay_logo {
  width: 280px;
  align-self: flex-start;
  justify-self: center;
}

.slots-modal-container {
  width: 800px;
  display: grid;
  justify-content: center;
  height: 350px;
}

.partner-table-container .register-btn {
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 30px;
  max-width: 400px;
  border-radius: 6px;
  position: relative;
}

.partner-table-container .register-btn img {
  width: 100px;
  position: absolute;
  right: -12px;
  bottom: -38px;
  transform: rotate(-20deg);
}

.color-change-2x {
  -webkit-animation: color-change-2x 1s linear infinite alternate both;
  animation: color-change-2x 1s linear infinite alternate both;
}

.color-change-3x {
  -webkit-animation: color-change-3x 2s linear infinite alternate both;
  animation: color-change-3x 2s linear infinite alternate both;
}

@-webkit-keyframes color-change-2x {
  0% {
    background: #5E1CD9;
  }

  100% {
    background: #b22cff;
  }
}

@keyframes color-change-2x {
  0% {
    background: #5E1CD9;
  }

  100% {
    background: #b22cff;
  }
}

@-webkit-keyframes color-change-3x {
  0% {
    background: #5E1CD9;
  }

  50% {
    background: #b22cff;
  }

  100% {
    background: #ea2222;
  }
}

@keyframes color-change-3x {
  0% {
    background: #5E1CD9;
  }

  50% {
    background: #b22cff;
  }

  100% {
    background: #ea2222;
  }
}

main.crash__game .crashframe__section .crash__frame__wrapper iframe#iframe_joker {
  width: 100%;
  min-height: 827px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: -20px;
}

@media (max-width: 1280px) {
  main.crash__game .crashframe__section .crash__frame__wrapper iframe#iframe_joker {
    width: 100%;
    min-height: 516px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: -21px;
  }
}

/* megaways promo */
.megaways_games {
  overflow: hidden;
  background: #321172;
  padding: 25px 25px 35px 25px;
  border-radius: 20px;
  margin: 20px 0;
}

.megaways_games .swiper .swiper-wrapper a img {
  width: 100%;
  height: auto;
  max-height: 300px;
  display: block;
  margin: auto;
  border-radius: 20px;
}

.megaways_games .swiper .swiper-pagination {
  padding-top: 10px;
  bottom: unset;
}

/* //Lanzamientos */
#topGames .allgames__wrapper .games__wrapper {
  display: block;
}

#topGames .total-player,
#topGames .total-bets {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #5e1dd9;
  padding: 5px 10px;
  border-radius: 4px;
}

div#topGames .total-bets {
  top: 45px;
}

#topGames figure:hover .total-player,
#topGames figure:hover .total-bets {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

#topGames .nodata {
  width: 100%;
  height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  font-size: 20px;
  background: #141414;
  border-radius: 15px;
}

#providerHomeSelectLaz ul li a {
  background-color: #222;
  height: 48px;
  border-radius: 25px;
  display: grid;
  place-content: center;
  color: #fff;
  cursor: pointer;
}

#providerHomeSelectLaz ul li a.active {
  background-color: #5e1cd9;
}

/* // Loadder Lanzamientos */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loaderLanza {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 380px;
}

#modal1 {
  background: none;
  box-shadow: none;
  top: 30% !important;
  max-width: 680px;
  transform: translate(61px, 10px) !important;
}

@media (min-width: 1500px) {
  #modal1 {
    transform: translate(61px, 49px) !important;
  }
}

#modal1 .modal-content {
  padding: 35px;
}

#modal1 .modal-close {
  position: absolute;
  top: 5px;
  right: 6px;
  color: #fff;
  background: #5e1dd9;
  border-radius: 50px;
  padding: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
ul.numbered_type li{
  font-size: 18px;
  color: #fff;
  list-style-type: decimal;
}
.activity-container {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.activity-container .activity-box {
  width: 150px;
  height: 200px;
  border: 1px solid #5d84d0;
  border-radius: 20px;
}
.activity-links {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.activity-links a{
  width: 250px;
  height: 50px;
  text-align: center;
  border: 1px solid #ed7d31;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.activity-links a:hover{
  border: 1px solid #ed7d31;
  color: #fff;
  background: #ed7d31;
}
ul.numbered_type li{
  font-size: 18px;
  color: #fff;
  list-style-type: decimal;
}
div.anniv_acts {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
div.anniv_acts div {
  width: 100%;
}
div.anniv_acts div a {
  display: flex;
  justify-content: flex-end;
}
.activity1-container div a img {
  width: 100%;
  border-radius: 10px;
}
.activity3-container div a img {
  width: 100%;
  border-radius: 10px
}

#smashgames {
  position: relative;
}

.smashCat-swiper-btn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 5px;
  top: -45px;
}

.smashCat-swiper-btn .swiper-button-prev {
  height: 26px;
  width: 41px;
  border: 1px #fff solid;
  border-radius: 20px 0 0 20px;
  place-content: center;
  display: grid;
  cursor: pointer;
  position: static;
  background: none;
}

.smashCat-swiper-btn .swiper-button-next {
  height: 26px;
  width: 41px;
  border: 1px #fff solid;
  border-radius: 0px 20px 20px 0px;
  place-content: center;
  display: grid;
  cursor: pointer;
  position: static;
  background: none;
}

.smashCat-swiper-btn img {
  height: 8px;
}

#lanz .game__box {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto
}

#lanz .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
}

#lanz .game__box .game__counter img {
  width: 16px;
  padding-right: 5px
}

#lanz .game__box .game__counter span#game-count-user {
  color: #fff
}

#lanz .game__box img.xmas-gift {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 55px;
  z-index: 1;
  border-radius: 0
}

#lanz .game__box span.new__icon,
.yellow-tag-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  clip-path: polygon(29% 0, 0 0, 0 29%);
  background: #ffc107;
  width: 240px;
  height: 240px
}

#lanz .game__box span.new__icon span.new__text,
.new-tag-text {
  display: block;
  transform: rotate(317deg);
  position: absolute;
  top: 12px;
  left: 7px
}

#lanz .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
}

#lanz .game__box .overlay__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease 0s;
  background: rgb(49 52 60/73%);
  opacity: 0;
  z-index: 2
}

#lanz .game__box:hover .overlay__box {
  opacity: 1
}

#lanz .game__box:hover .img_thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

#lanz .game__box .overlay__box a img {
  width: 50px
}

#lanz .game__box .overlay__box img {
  width: 50px
}

#lanz ul li a[data-filter="#ppgames"] img {
  width: 90px
}

#lanz .static-tab {
  display: none;
  float: none;
  margin-top: 10px;
}

#lanz .game-grid-container {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-column-gap: 17px;
  grid-row-gap: 20px;
}

#lanz .game-grid-container .game__box .img_thumb img {
  border-radius: 25px;
}