﻿.preload-item .is-loading,
.preload-item .is-loading:hover {
  background: #eee;
  background: linear-gradient(90deg, #333 0%, #444 40%, #333 70%);
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
  width: 100%;
}
body.white .preload-item .is-loading,
body.white .preload-item .is-loading:hover {
  background: #eee;
  background: linear-gradient(90deg, #ccc 0%, #ddd 40%, #ccc 70%);
  background-size: 200% 100%;
}

body {
  transition: background-image 0.5s ease-in-out;
}

.pager,
.pager .pager-counter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.pager {
  margin-bottom: 20px;
}
.pager .pager-counter {
  gap: 1px;
}

.mainContent.slot-gaming {
  min-height: 200px;
}
.games_menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 10px;
  align-items: flex-start;
}
.games_menu .games_bravado_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games_menu .games,
.games_menu .games_bravado_container .games {
  float: unset;
}
.games_menu .games,
.games_menu .games_bravado_container .games,
.games_menu .games_bravado_container .game_info,
.games_menu .games_bravado_container .game_info a {
  transition: all 0.3s ease-in-out;
}

div.games-providers a {
  display: flex;
  gap: 7px;
  font-size: 18px;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
.games-load-more {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.games-load-more a {
  font-size: 18px;
  color: #fff;
}
.games-load-more a:hover {
  color: #2fa8fd;
}

/* PROMO REBATE */
.promo-rebate {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}
.promo-rebate a {
  position: relative;
  right: 30px;
  top: 70px;
  float: right;
}
.promo-rebate img {
  height: 258px;
}
/* PROMO REBATE */

/* THUMBNAIL */
.games_menu.games-thumbnail {
  padding: 12px;
}
.games_menu.games-thumbnail .games {
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.games_menu.games-thumbnail .games .games-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.games_menu.games-thumbnail .games img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.games_menu.games-thumbnail .games .game_button_play,
.games_menu.games-thumbnail .games .game_button_try {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
}

.games_menu.games-thumbnail .games .game_button_play {
  top: 0px;
}
.games_menu.games-thumbnail .games .game_button_try {
  top: 170px;
}

.games_menu.games-thumbnail .games .game_button_plays a,
.games_menu.games-thumbnail .games .game_button_trys a {
  color: #fff;
  line-height: 26px;
  font-family: dinpro, sans-serif;
  font-size: 14px;
  width: 100%;
  display: block;
}

.games_menu.games-thumbnail.preload-item .games,
.games_menu.games-thumbnail.preload-item .games:hover {
  border: none;
  cursor: default;
}
.games_menu.games-thumbnail:not(.preload-item) .games:hover .games-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.games_menu.games-thumbnail:not(.preload-item)
  .games:hover
  .image
  img.unveiled {
  opacity: 1 !important;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.games_menu.games-thumbnail .games .image img {
  height: auto !important;
  width: auto !important;
  position: absolute;
}

.games_menu.games-thumbnail .games .name,
.games_menu.games-thumbnail .games .name * {
  z-index: 1;
}

.games_menu.games-thumbnail .games:hover .game_button_play,
.games_menu.games-thumbnail .games:hover .game_button_try {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  transform: translateY(-50%);
}

.games_menu.games-thumbnail
  .games:hover
  .games-overlay.games-has-try
  .game_button_play,
.games_menu.games-thumbnail
  .games:hover
  .games-overlay.games-has-try
  .game_button_try {
  top: 60px;
}

.games_menu.games-thumbnail div.games {
  width: 304px;
  height: 196px;
}
.games_menu.games-thumbnail div.games div.name {
  top: unset;
  bottom: 0;
}
.games_menu.games-thumbnail
  div.games
  div.name
  div.opacity_content
  div.opacity_content {
  padding: 10px;
  width: calc(100% - 20px);
}
.games_menu.games-thumbnail
  div.games
  div.name
  div.opacity_content
  div.opacity_content
  div {
  background: none;
  display: block;
  height: auto;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  color: #808080;
}
.games_menu.games-thumbnail
  div.games
  div.name
  div.opacity_content
  div.opacity_content
  div.game-title,
.games_menu.games-thumbnail
  div.games
  div.name
  div.opacity_content
  div.opacity_content
  div:first-child {
  font-size: 18px;
  color: #fff;
}
.games_menu.games-thumbnail
  div.games
  div.name
  div.opacity_content
  div.opacity_background,
.games_menu.games-thumbnail
  div.games:hover
  div.name
  div.opacity_content
  div.opacity_background {
  background: rgba(31, 31, 31, 0.85);
}
.games_menu.games-thumbnail div.games div.game_button_play,
.games_menu.games-thumbnail div.games div.game_button_try {
  height: 36px;
}
.games_menu.games-thumbnail div.games div.game_button_play a,
.games_menu.games-thumbnail div.games div.game_button_try a {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.games_menu.games-thumbnail div.games .has-new-img-tag {
  position: absolute;
  top: 0;
  right: 12px;
}
.games_menu.games-thumbnail div.games hr {
  border-top: 1px solid #626262;
}
.games_menu.games-thumbnail div.games a.link_blue:after {
  content: "";
  background-image: url("img/sprite.white.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1px;
  margin-left: 6px;
  background-position: -72px -1px;
  width: 5px;
  height: 14px;
}
.games_menu.games-thumbnail div.games a.link_blue:hover:after {
  background-position: -682px -1px;
}

div.games .image {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
div.games:hover .image {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
div.games:hover div.image img {
  opacity: 1;
}
div.games div.image img {
  animation-duration: 600ms;
}
div.games div.image img.animate__zoomOut {
  animation-duration: 200ms;
}
/* THUMBNAIL */

/* CAROUSEL TAGLINES */
.mainContent,
.mainContent .page-background.main-carousel {
  position: relative;
  min-height: 400px;
  margin-bottom: 10px;
}
.mainContent .page-background.main-carousel .slick-initialized {
  min-height: 400px;
  max-width: 645px;
}
.mainContent .page-background.main-carousel {
  display: block;
}
.mainContent .page-background.main-carousel .item,
.mainContent .page-background.main-carousel .item .display_text {
  display: block;
}

.mainContent .page-background.main-carousel .item .display_text {
  width: 100%;
  display: grid;
  grid-template-rows: 40px auto auto auto auto auto auto;
  align-items: center;
  justify-content: flex-start;
}
.page-background.main-carousel .item .display_text .downloads-container,
.page-background.main-carousel .item .display_text .buttons-container,
.page-background.main-carousel .item .display_text .downloads-container a,
.page-background.main-carousel .item .display_text .buttons-container a,
.page-background.main-carousel .item .display_text .qrcodes-container .qr-code,
.page-background.main-carousel
  .item
  .display_text
  .qrcodes-container
  .qr-code-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-background.main-carousel .item .display_text .downloads-container a,
.page-background.main-carousel .item .display_text .buttons-container a {
  gap: 5px;
}
.page-background.main-carousel .item .display_text .downloads-container a img,
.page-background.main-carousel .item .display_text .downloads-container a sup {
  margin: unset !important;
}
.page-background.main-carousel .item .display_text .downloads-container,
.page-background.main-carousel .item .display_text .buttons-container,
.page-background.main-carousel .item .display_text .qrcodes-container .qr-code {
  gap: 10px;
}
.page-background.main-carousel .item .display_text .downloads-container a,
.page-background.main-carousel .item .display_text .buttons-container a,
.page-background.main-carousel
  .item
  .display_text
  .qrcodes-container
  .qr-code-content {
  margin: 8px 0 !important;
}
.page-background.main-carousel .item .display_text .dvUsdtPlayInCont {
  margin: 8px 0 !important;
}
.page-background.main-carousel .item .display_text h6 {
  margin-top: 6px;
}
.page-background.main-carousel .item .display_text .downloads-container a sup,
.page-background.main-carousel .item .display_text .buttons-container a sup {
  padding: 8px 3px;
  top: unset;
  background: red;
  font-size: 9px;
  line-height: 0;
}
.page-background.main-carousel .item .display_text .qr-code-content {
  background: #b2b3ae;
  border: 1px solid #ffffff;
}
.page-background.main-carousel .item .display_text .qr-code-content img {
  height: 68px;
}
.page-background.main-carousel
  .item
  .display_text
  .qr-code-content
  img:nth-child(2) {
  height: 53px;
  margin: 0 9px;
}
.mainContent div.page_background_navigation {
  display: block;
}
/* /CAROUSEL TAGLINES */

/* FILTER */
div.games-groups .gg-filter {
  align-items: center;
  gap: 20px;
}
div.games-groups .gg-filter.right {
  margin-left: auto;
}
div.games-groups .gg-filter-container .gg-lnk-filter {
  max-height: 35px;
  display: block;
}
div.games-groups .games-filter .gg-filter-btn a:hover {
  color: #ffffff !important;
}
div.games-groups .games-filter-box {
  background: #1f1f1f;
  transition: all 0.2s ease-in-out;
}
body.white div.games-groups .games-filter-box {
  background: #ffffff;
}
div.games-groups .games-filter-box.active {
  opacity: 0;
}
div.games-groups .games-filter-box.active.shown {
  opacity: 100;
}
/* /FILTER */

/* LOADING ITEMS */
.mainContent .page-background.main-carousel .item.preload-item .display_text {
  grid-template-rows: 40px 70px 50px 40px;
  grid-template-columns: 50%;
  gap: 10px;
}
.mainContent
  .page-background.main-carousel
  .item.preload-item
  .display_text
  > div,
.mainContent
  .page-background.main-carousel
  .item.preload-item
  .display_text
  .buttons-container
  > div {
  height: 100%;
}
.mainContent
  .page-background.main-carousel
  .item.preload-item
  .display_text
  .buttons-container {
  flex-direction: row;
}
.mainContent .winner .winner-item.preload-item {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 10px;
}
.mainContent .games-providers.preload-item {
  gap: 12px;
}
.mainContent .games-providers.preload-item > div {
  width: 145px;
  height: 50px;
}
.mainContent .games-groups.preload-item {
  gap: 10px;
}
.mainContent .games-groups.preload-item > div.is-loading {
  width: calc(100% / 5);
  height: 21px;
  margin: 10px 0;
}
.mainContent .games_bravado_container.preload-item,
.mainContent .games_bravado_container.preload-item .is-loading {
  width: 146px;
  height: 196px;
}

.jackpot_loader .jackpot-loading.preload-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.jackpot_loader .jackpot-loading.preload-item > div {
  width: calc((100% / 5) - 6px);
  flex: 1 1 0;
  height: 60px;
  margin: 0px 3px;
}
.jackpot_loader .jackpot-loading.preload-item > div.is-loading-active {
  height: 100%;
  margin: 0;
  padding: 0 3px;
}

.prettydropdown .select-loading,
.select2-container .select-loading {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 5px;
  padding: 0 5px;
  background-color: #333333;
}
body.white .prettydropdown .select-loading,
body.white .select2-container .select-loading {
  background-color: #eeeeee;
}
/* /LOADING ITEMS */

/* PROVIDER ICONS */
div.games-providers .games-icon.clubgpigame:before,
div.games-providers .games-icon.clubgpigame-en:before {
  background-image: url("/_static/game/img/logo/grey/Club-W-Casino.png");
}
div.games-providers .games-icon.clubgpigame-kr:before {
  background-image: url("/_static/game/img/logo/grey/Club-W-Casino-KR.png");
}
div.games-providers .games-icon.clubgpigame-th:before {
  background-image: url("/_static/game/img/logo/grey/Club-W-Casino-TH.png");
}
div.games-providers .games-icon.clubgpigame-cn:before {
  background-image: url("/_static/game/img/logo/grey/Club-W-Casino-CN.png");
}
div.games-providers .games-icon.cq9game:before {
  background-image: url("/_static/game/img/logo/grey/CQ9.png");
}
div.games-providers .games-icon.gamecrescendo:before {
  background-image: url("/_static/game/img/logo/grey/crescendo.png");
}
div.games-providers .games-icon.gamegpi:before {
  background-image: url("/_static/game/img/logo/grey/gpi.png");
}
div.games-providers .games-icon.jiligames:before {
  background-image: url("/_static/game/img/logo/grey/jili-games.png");
}
div.games-providers .games-icon.kingmaker:before {
  background-image: url("/_static/game/img/logo/grey/kingmidas.png");
}
div.games-providers .games-icon.microgaming:before {
  background-image: url("/_static/game/img/logo/grey/microgaming.png");
}
div.games-providers .games-icon.pragmaticgame:before {
  background-image: url("/_static/game/img/logo/grey/pragmatic-play.png");
}
div.games-providers .games-icon.sabaplaygame:before {
  background-image: url("/_static/game/img/logo/grey/Saba-Play.png");
}
div.games-providers .games-icon.spribegame:before {
  background-image: url("/_static/game/img/logo/grey/Spribe.png");
}
div.games-providers .games-icon.veligames:before {
  background-image: url("/_static/game/img/logo/grey/veli-games.png");
}

body.white div.games-providers .games-icon.clubgpigame:before,
body.white div.games-providers .games-icon.clubgpigame-en:before {
  background-image: url("/_static/game/img/logo/white/Club-W-Casino.png");
}
body.white div.games-providers .games-icon.clubgpigame-kr:before {
  background-image: url("/_static/game/img/logo/white/Club-W-Casino-KR.png");
}
body.white div.games-providers .games-icon.clubgpigame-th:before {
  background-image: url("/_static/game/img/logo/white/Club-W-Casino-TH.png");
}
body.white div.games-providers .games-icon.clubgpigame-cn:before {
  background-image: url("/_static/game/img/logo/white/Club-W-Casino-CN.png");
}
body.white div.games-providers .games-icon.cq9game:before {
  background-image: url("/_static/game/img/logo/white/CQ9.png");
}
body.white div.games-providers .games-icon.gamecrescendo:before {
  background-image: url("/_static/game/img/logo/white/crescendo.png");
}
body.white div.games-providers .games-icon.gamegpi:before {
  background-image: url("/_static/game/img/logo/white/gpi.png");
}
body.white div.games-providers .games-icon.jiligames:before {
  background-image: url("/_static/game/img/logo/white/jili-games.png");
}
body.white div.games-providers .games-icon.kingmaker:before {
  background-image: url("/_static/game/img/logo/white/kingmidas.png");
}
body.white div.games-providers .games-icon.microgaming:before {
  background-image: url("/_static/game/img/logo/white/microgaming.png");
}
body.white div.games-providers .games-icon.pragmaticgame:before {
  background-image: url("/_static/game/img/logo/white/pragmatic-play.png");
}
body.white div.games-providers .games-icon.sabaplaygame:before {
  background-image: url("/_static/game/img/logo/white/Saba-Play.png");
}
body.white div.games-providers .games-icon.spribegame:before {
  background-image: url("/_static/game/img/logo/white/Spribe.png");
}
body.white div.games-providers .games-icon.veligames:before {
  background-image: url("/_static/game/img/logo/white/veli-games.png");
}

div.games-providers a.active .games-icon.clubgpigame:before,
div.games-providers a.active .games-icon.clubgpigame-en:before,
div.games-providers a:hover .games-icon.clubgpigame:before,
div.games-providers a:hover .games-icon.clubgpigame-en:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino.png");
}
div.games-providers a.active .games-icon.clubgpigame-kr:before,
div.games-providers a:hover .games-icon.clubgpigame-kr:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-KR.png");
}
div.games-providers a.active .games-icon.clubgpigame-th:before,
div.games-providers a:hover .games-icon.clubgpigame-th:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-TH.png");
}
div.games-providers a.active .games-icon.clubgpigame-cn:before,
div.games-providers a:hover .games-icon.clubgpigame-cn:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-CN.png");
}
div.games-providers a.active .games-icon.cq9game:before,
div.games-providers a:hover .games-icon.cq9game:before {
  background-image: url("/_static/game/img/logo/grey/hover/CQ9.png");
}
div.games-providers a.active .games-icon.gamecrescendo:before,
div.games-providers a:hover .games-icon.gamecrescendo:before {
  background-image: url("/_static/game/img/logo/grey/hover/crescendo.png");
}
div.games-providers a.active .games-icon.gamegpi:before,
div.games-providers a:hover .games-icon.gamegpi:before {
  background-image: url("/_static/game/img/logo/grey/hover/gpi.png");
}
div.games-providers a.active .games-icon.jiligames:before,
div.games-providers a:hover .games-icon.jiligames:before {
  background-image: url("/_static/game/img/logo/grey/hover/jili-games.png");
}
div.games-providers a.active .games-icon.kingmaker:before,
div.games-providers a:hover .games-icon.kingmaker:before {
  background-image: url("/_static/game/img/logo/grey/hover/kingmidas.png");
}
div.games-providers a.active .games-icon.microgaming:before,
div.games-providers a:hover .games-icon.microgaming:before {
  background-image: url("/_static/game/img/logo/grey/hover/microgaming.png");
}
div.games-providers a.active .games-icon.pragmaticgame:before,
div.games-providers a:hover .games-icon.pragmaticgame:before {
  background-image: url("/_static/game/img/logo/grey/hover/pragmatic-play.png");
}
div.games-providers a.active .games-icon.sabaplaygame:before,
div.games-providers a:hover .games-icon.sabaplaygame:before {
  background-image: url("/_static/game/img/logo/grey/hover/Saba-Play.png");
}
div.games-providers a.active .games-icon.spribegame:before,
div.games-providers a:hover .games-icon.spribegame:before {
  background-image: url("/_static/game/img/logo/grey/hover/Spribe.png");
}
div.games-providers a.active .games-icon.veligames:before,
div.games-providers a:hover .games-icon.veligames:before {
  background-image: url("/_static/game/img/logo/grey/hover/veli-games.png");
}

body.white div.games-providers a.active .games-icon.clubgpigame:before,
body.white div.games-providers a.active .games-icon.clubgpigame-en:before,
body.white div.games-providers a:hover .games-icon.clubgpigame:before,
body.white div.games-providers a:hover .games-icon.clubgpigame-en:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino.png");
}
body.white div.games-providers a.active .games-icon.clubgpigame-kr:before,
body.white div.games-providers a:hover .games-icon.clubgpigame-kr:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-KR.png");
}
body.white div.games-providers a.active .games-icon.clubgpigame-th:before,
body.white div.games-providers a:hover .games-icon.clubgpigame-th:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-TH.png");
}
body.white div.games-providers a.active .games-icon.clubgpigame-cn:before,
body.white div.games-providers a:hover .games-icon.clubgpigame-cn:before {
  background-image: url("/_static/game/img/logo/grey/hover/Club-W-Casino-CN.png");
}
body.white div.games-providers a.active .games-icon.cq9game:before,
body.white div.games-providers a:hover .games-icon.cq9game:before {
  background-image: url("/_static/game/img/logo/white/hover/CQ9.png");
}
body.white div.games-providers a.active .games-icon.gamecrescendo:before,
body.white div.games-providers a:hover .games-icon.gamecrescendo:before {
  background-image: url("/_static/game/img/logo/white/hover/crescendo.png");
}
body.white div.games-providers a.active .games-icon.gamegpi:before,
body.white div.games-providers a:hover .games-icon.gamegpi:before {
  background-image: url("/_static/game/img/logo/white/hover/gpi.png");
}
body.white div.games-providers a.active .games-icon.jiligames:before,
body.white div.games-providers a:hover .games-icon.jiligames:before {
  background-image: url("/_static/game/img/logo/white/hover/jili-games.png");
}
body.white div.games-providers a.active .games-icon.kingmaker:before,
body.white div.games-providers a:hover .games-icon.kingmaker:before {
  background-image: url("/_static/game/img/logo/white/hover/kingmidas.png");
}
body.white div.games-providers a.active .games-icon.microgaming:before,
body.white div.games-providers a:hover .games-icon.microgaming:before {
  background-image: url("/_static/game/img/logo/white/hover/microgaming.png");
}
body.white div.games-providers a.active .games-icon.pragmaticgame:before,
body.white div.games-providers a:hover .games-icon.pragmaticgame:before {
  background-image: url("/_static/game/img/logo/white/hover/pragmatic-play.png");
}
body.white div.games-providers a.active .games-icon.sabaplaygame:before,
body.white div.games-providers a:hover .games-icon.sabaplaygame:before {
  background-image: url("/_static/game/img/logo/white/hover/Saba-Play.png");
}
body.white div.games-providers a.active .games-icon.spribegame:before,
body.white div.games-providers a:hover .games-icon.spribegame:before {
  background-image: url("/_static/game/img/logo/white/hover/Spribe.png");
}
body.white div.games-providers a.active .games-icon.veligames:before,
body.white div.games-providers a:hover .games-icon.veligames:before {
  background-image: url("/_static/game/img/logo/white/hover/veli-games.png");
}

div.games-providers .games-icon.all:before {
  background-image: url("/_static/casino/img/grey/ico-all-off.png");
}
div.games-providers .games-icon.clubag:before {
  background-image: url("/_static/casino/img/grey/ico-ag-off.png");
}
div.games-providers .games-icon.clubezugi:before {
  background-image: url("/_static/casino/img/grey/ico-ezugi-off.png");
}
div.games-providers .games-icon.clubevolution:before {
  background-image: url("/_static/casino/img/grey/ico-evolution-off.png");
}
div.games-providers .games-icon.clubgpi:before {
  background-image: url("/_static/casino/img/grey/ico-club-w-off.png");
}
div.games-providers .games-icon.clubmg:before {
  background-image: url("/_static/casino/img/grey/ico-masimo-off.png");
}
div.games-providers .games-icon.clubpt:before {
  background-image: url("/_static/casino/img/grey/ico-palazzo-off.png");
}
div.games-providers .games-icon.clubplaygon:before {
  background-image: url("/_static/casino/img/grey/ico-playgon-off.png");
}
div.games-providers .games-icon.clubpragmatic:before {
  background-image: url("/_static/casino/img/grey/ico-pragmatic-play-off.png");
}

body.white div.games-providers .games-icon.all:before {
  background-image: url("/_static/casino/img/white/ico-all-off.png");
}
body.white div.games-providers .games-icon.clubag:before {
  background-image: url("/_static/casino/img/white/ico-ag-off.png");
}
body.white div.games-providers .games-icon.clubezugi:before {
  background-image: url("/_static/casino/img/white/ico-ezugi-off.png");
}
body.white div.games-providers .games-icon.clubevolution:before {
  background-image: url("/_static/casino/img/white/ico-evolution-off.png");
}
body.white div.games-providers .games-icon.clubgpi:before {
  background-image: url("/_static/casino/img/white/ico-club-w-off.png");
}
body.white div.games-providers .games-icon.clubmg:before {
  background-image: url("/_static/casino/img/white/ico-masimo-off.png");
}
body.white div.games-providers .games-icon.clubpt:before {
  background-image: url("/_static/casino/img/white/ico-palazzo-off.png");
}
body.white div.games-providers .games-icon.clubplaygon:before {
  background-image: url("/_static/casino/img/white/ico-playgon-off.png");
}
body.white div.games-providers .games-icon.clubpragmatic:before {
  background-image: url("/_static/casino/img/white/ico-pragmatic-play-off.png");
}

div.games-providers a.active .games-icon.all:before,
div.games-providers a:hover .games-icon.all:before {
  background-image: url("/_static/casino/img/grey/ico-all-on.png");
}
div.games-providers a.active .games-icon.clubag:before,
div.games-providers a:hover .games-icon.clubag:before {
  background-image: url("/_static/casino/img/grey/ico-ag-on.png");
}
div.games-providers a.active .games-icon.clubezugi:before,
div.games-providers a:hover .games-icon.clubezugi:before {
  background-image: url("/_static/casino/img/grey/ico-ezugi-on.png");
}
div.games-providers a.active .games-icon.clubevolution:before,
div.games-providers a:hover .games-icon.clubevolution:before {
  background-image: url("/_static/casino/img/grey/ico-evolution-on.png");
}
div.games-providers a.active .games-icon.clubgpi:before,
div.games-providers a:hover .games-icon.clubgpi:before {
  background-image: url("/_static/casino/img/grey/ico-club-w-on.png");
}
div.games-providers a.active .games-icon.clubmg:before,
div.games-providers a:hover .games-icon.clubmg:before {
  background-image: url("/_static/casino/img/grey/ico-masimo-on.png");
}
div.games-providers a.active .games-icon.clubpt:before,
div.games-providers a:hover .games-icon.clubpt:before {
  background-image: url("/_static/casino/img/grey/ico-palazzo-on.png");
}
div.games-providers a.active .games-icon.clubplaygon:before,
div.games-providers a:hover .games-icon.clubplaygon:before {
  background-image: url("/_static/casino/img/grey/ico-playgon-on.png");
}
div.games-providers a.active .games-icon.clubpragmatic:before,
div.games-providers a:hover .games-icon.clubpragmatic:before {
  background-image: url("/_static/casino/img/grey/ico-pragmatic-play-on.png");
}

body.white div.games-providers a.active .games-icon.all:before,
body.white div.games-providers a:hover .games-icon.all:before {
  background-image: url("/_static/casino/img/white/ico-all-on.png");
}
body.white div.games-providers a.active .games-icon.clubag:before,
body.white div.games-providers a:hover .games-icon.clubag:before {
  background-image: url("/_static/casino/img/white/ico-ag-on.png");
}
body.white div.games-providers a.active .games-icon.clubezugi:before,
body.white div.games-providers a:hover .games-icon.clubezugi:before {
  background-image: url("/_static/casino/img/white/ico-ezugi-on.png");
}
body.white div.games-providers a.active .games-icon.clubevolution:before,
body.white div.games-providers a:hover .games-icon.clubevolution:before {
  background-image: url("/_static/casino/img/white/ico-evolution-on.png");
}
body.white div.games-providers a.active .games-icon.clubgpi:before,
body.white div.games-providers a:hover .games-icon.clubgpi:before {
  background-image: url("/_static/casino/img/white/ico-club-w-on.png");
}
body.white div.games-providers a.active .games-icon.clubmg:before,
body.white div.games-providers a:hover .games-icon.clubmg:before {
  background-image: url("/_static/casino/img/white/ico-masimo-on.png");
}
body.white div.games-providers a.active .games-icon.clubpt:before,
body.white div.games-providers a:hover .games-icon.clubpt:before {
  background-image: url("/_static/casino/img/white/ico-palazzo-on.png");
}
body.white div.games-providers a.active .games-icon.clubplaygon:before,
body.white div.games-providers a:hover .games-icon.clubplaygon:before {
  background-image: url("/_static/casino/img/white/ico-playgon-on.png");
}
body.white div.games-providers a.active .games-icon.clubpragmatic:before,
body.white div.games-providers a:hover .games-icon.clubpragmatic:before {
  background-image: url("/_static/casino/img/white/ico-pragmatic-play-on.png");
}
/* PROVIDER ICONS */
