﻿:root {
  --db-primary: #6a46f3;
  --db-primary-accent: #ece8fe;
  --db-violet-2: #c325b4;
  --db-washed-violet: #6a46f3;
  --db-blue-300: #10c5de;
  /* BLACKS */
  --db-black-100: #1a181b;

  /* GRAYS */
  --db-gray-500: #eaeaf0;
  --db-gray-700: #adaebe;
  --db-gray-800: #77788e;
  --db-gray-850: #414149;
  --db-gray-900: #404149;

  /* WHITES */
  --db-white-200: #fcfcfe;
  --db-white-300: #f8f8fa;

  /* SASHES */
  --db-new-sash: var(--db-blue-300);
  --db-hot-sash: #e9385e;
  --db-exclusive-sash: var(--db-washed-violet);
  --db-popular-sash: #30fff0;

  /* TEXT */
  --db-body-text-color: var(--db-gray-850);
}
.db-games-grid[data-games-category="recentPlayed"] .game-tile [class*="Game__sideLabels--"] {
  display: none;
}
.swiper-pagination-container .games-search,
.swiper-pagination-container .swiper-pagination-bullet {
  cursor: pointer;
}
[data-gamesfeed-category-leading-icon] {
  width: 4rem;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(164deg) brightness(106%) contrast(100%);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active [data-gamesfeed-category-leading-icon] {
  filter: invert(69%) sepia(96%) saturate(946%) hue-rotate(37deg) brightness(102%) contrast(111%);
}

[data-gamesfeed-category-leading-icon="888 Exclusive "] {
  background-image: url(../../willbetgambling/image/888.svg) !important;
}

[data-gamesfeed-category-leading-icon="Roulette"] {
  background-image: url(../../willbetgambling/image/roulette.svg) !important;
}
[data-gamesfeed-category-leading-icon="Blackjack"] {
  background-image: url(../../willbetgambling/image/blackjack.svg) !important;
}

[data-gamesfeed-category-leading-icon="Baccarat"] {
  background-image: url(../../willbetgambling/image/BACCARAT2.svg) !important;
}

[data-gamesfeed-category-leading-icon="Game Shows"] {
  background-image: url(../../willbetgambling/image/game-shows.svg) !important;
}
[data-gamesfeed-category-leading-icon="All Games"] {
  background-image: url(../../willbetgambling/image/all-games.svg) !important;
}
[data-search-close-search]:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../willbetgambling/image/x.svg) !important;
  background-size: contain;
}
.digitalbeat-search-games {
  background-color: var(--body-background-color);
}
.digitalbeat-search-games * {
  color: var(--db-body-text-color);
}
.digitalbeat-search-games .search-input,
.digitalbeat-search-games .search-input input {
  background-color: var(--db-inactive-chip) !important;
}
.digitalbeat-search-games .search-input i {
  background-image: url(../../willbetgambling/image/search.svg) !important;
}
[data-search-close-search]:after {
  filter: invert(1);
}
[data-search-clear-input] {
  background-image: url(../../willbetgambling/image/x.svg) !important;
  background-size: contain;
  cursor: pointer;
}