:root {
  --db-active-chip: #0e3c67;
  --db-inactive-chip: #0d1a2f;
  --db-testing-sash: #ffd633;
  --db-testing-sash-dark: #e6b800;
  --db-new-sash: #1cce72;
  --db-hot-sash: #1c78ce;
  --db-exclusive-sash: #e4393c;
  --db-popular-sash: #30fff0;

  --db-menu-background: #071d33;
}
:root {
  --db-active-chip: #0e3c67;
  --db-inactive-chip: #0d1a2f;

  --db-testing-sash: #ffd633;
  --db-testing-sash-dark: #e6b800;
  --db-maint-black: #111;

  --db-new-sash: #1cce72;
  --db-hot-sash: #1c78ce;
  --db-exclusive-sash: #e4393c;
  --db-popular-sash: #30fff0;

  --db-menu-background: #071d33;
}
.db-games-grid[data-games-category='recentPlayed'] .game-tile [class*='Game__sideLabels--'] {
  display: none;
}
/* .desktop .game-tile:hover [class*="Game__sideLabels--"] {
   display: none; 
} */
[class*='Game__labels--'] {
  width: 100%;
}
[class*='Game__sideLabels--'] {
  width: 100%;
  max-width: unset !important;
}
h2 {
  font-size: 1.2em !important;
}
.db-jackpot span {
  font-weight: 500 !important;
  font-size: 1em !important;
}
[data-sash-category] {
  padding: 0.3em 0.6em !important;
  border-radius: 0em !important;
  font-weight: 500 !important;
  line-height: 1em !important;
  font-size: 0.8em !important;
  text-shadow: 0 0 black;
}
/* NEW STARTS HERE*/
[data-sash-category='NOVO!'] {
  background: linear-gradient(180deg, #1dce72 0%, #028f46 100%) !important;
  position: relative;
  height: 17px;
  min-width: 38px;
  gap: 4px !important;
  border-radius: 3px !important;
}

[data-sash-category='NOVO!']::after {
  content: 'NEW';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
}

[data-sash-category='new'] {
  background: linear-gradient(145.66deg, #1dce72 -6.74%, #028f46 87.32%) !important;
  position: relative;
  height: 17px;
  min-width: 38px;
  gap: 4px !important;
  border-radius: 3px !important;
}

[data-sash-category='new']::after {
  content: 'NEW';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
}

[data-sash-category='featured'] {
  background: linear-gradient(184.64deg, #a21cce 53.76%, #680e3d 146.29%) !important;
  position: relative;
  height: 18px;
  min-width: 70px;
  gap: 4px !important;
  border-radius: 3px !important;
}

[data-sash-category='featured']::after {
  content: 'FEATURED';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
}

[data-sash-category='POPULAR!'] {
  background-color: var(--db-popular-sash) !important;
  background-color: transparent !important;
  background-image: url(/library/digitalbeat_beta/sashes/drops-and-wins-sashes.webp) !important;
  aspect-ratio: 522/638;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: -2%;
  position: absolute;
  width: 44px;
}
[data-tile-size='portrait'] [data-sash-category='POPULAR!'] {
  top: -2.5% !important;
}

.mobile [data-sash-category='POPULAR!'] {
  width: 35px !important;
}
[data-sash-category='EXCLUSIVO!'],
[data-sash-category='exclusive'] {
  background: linear-gradient(167.28deg, #3498db -15.59%, #1c5175 112.96%) !important;
  position: relative;
  min-width: 70px;
  border-radius: 3.79px !important;
  gap: 4px !important;
  height: 18px !important;
}

[data-sash-category='EXCLUSIVO!']::after,
[data-sash-category='exclusive']::after {
  content: 'EXCLUSIVE';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
}

[data-sash-category='HOT!'] {
  background-color: var(--db-hot-sash) !important;
  background-color: transparent !important;
  background-image: url(/library/digitalbeat/Icons/sashes/SASH.png) !important;
  width: clamp(14px, 60%, 120px);
  aspect-ratio: 309/62;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
[data-sash-category='blackjack-championship'] {
  background: #1c78ce !important;
  display: grid;
  min-width: 90px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 5px 0 !important;
}
.mobile [data-sash-category='blackjack-championship'] {
  height: 23px;
  min-width: 70px;
}
[data-sash-category='blackjack-championship']::before {
  content: 'BLACKJACK';
  font-weight: 800;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

[data-sash-category='blackjack-championship']::after {
  content: 'CHAMPIONSHIP';
  font-weight: 800;
  font-style: italic;
  font-size: 9.87px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

[data-sash-category="sweet-holiday-chase"] {
  background: #0063C4 !important;
  display: grid;
  min-width: 90px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 5px 0 !important;
}
.mobile [data-sash-category="sweet-holiday-chase"] {
  height: 23px;
  min-width: 70px;
}
[data-sash-category="sweet-holiday-chase"]::before {
  content: "SWEET";
  font-weight: 800;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}

[data-sash-category="sweet-holiday-chase"]::after {
  content: "HOLIDAY CHASE";
  font-weight: 800;
  font-style: italic;
  font-size: 9.87px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFE065;
  white-space: nowrap;
}

[data-sash-category='TESTING']::after {
  content: attr(data-sash-category);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.9em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.35);
  padding-inline: 0.75em;
  white-space: nowrap;
}
.mobile [data-sash-category='blackjack-championship']::after {
  font-size: 7.87px;
}

.mobile [data-sash-category="sweet-holiday-chase"]::after {
  font-size: 7.87px;
}

.mobile [data-sash-category='lucky-rush']::after {
  font-size: 10px;
}

[data-sash-category='TESTING']::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.mobile [data-sash-category='blackjack-championship']::before {
  font-size: 10px;
}

.mobile [data-sash-category="sweet-holiday-chase"]::before {
  font-size: 10px;
}

.mobile [data-sash-category='lucky-rush']::before {
  font-size: 10px;
}

[data-sash-category='lucky-rush'] {
  background: #1C2137 !important;
  min-width: 90px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 5px 0 !important;
}
.mobile [data-sash-category='lucky-rush'] {
  height: 18px;
  min-width: 70px;
}
[data-sash-category='lucky-rush']::before {
  content: 'LUCKY';
  font-weight: 800;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
}

[data-sash-category='lucky-rush']::after {
  content: ' RUSH';
  font-weight: 800;
  font-style: italic;
  font-size: 12px;
  letter-spacing: -0.03em;
  color: #F9B857;
}

@media (max-width: 640px) {
  [data-sash-category='TESTING'] {
    transform: none;
    left: auto;
    right: 0.4em;
    top: 0.4em;
    bottom: auto;
    width: auto;
    padding: 0.3em 0.6em;
    height: auto;
    background: linear-gradient(180deg, var(--db-testing-sash), var(--db-testing-sash-dark)) !important;
    box-shadow: 0 0 0 2px var(--db-maint-black), 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff !important;
  }
  [data-sash-category='TESTING']::after {
    content: 'TESTING';
    position: static;
    font-size: 0.8em;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  }
}
:root {
  --testing-border-thickness: 20px;
  --testing-border-radius: 10px;
  --testing-stripe: 24px;
}

.game-tile {
  position: relative;
}

.game-tile:has([data-sash-category='TESTING'])::after {
  content: '';
  position: absolute;
  z-index: 7;
  pointer-events: none;
  inset: 0;
  border-radius: var(--testing-border-radius);
  background: repeating-linear-gradient(45deg, var(--db-testing-sash) 0 calc(var(--testing-stripe)), var(--db-maint-black) calc(var(--testing-stripe)) calc(var(--testing-stripe) * 2));
  padding: var(--testing-border-thickness);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;

  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.games-search,
.close-search,
.swiper-pagination-bullet {
  background-color: var(--db-inactive-chip);
}
.swiper-pagination-first-visible,
[data-grid-layout='live'] .swiper-pagination-bullet-active {
  background-color: var(--db-active-chip) !important;
}
[data-search-close-search]:after {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/library/digitalbeat/Icons/x.svg) !important;
  background-size: contain;
}

.category-menu-scroller-back {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, var(--db-menu-background) 60%, var(--db-menu-background) 100%);
}

.category-menu-scroller-forward {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--db-menu-background) 60%, var(--db-menu-background) 100%);
}

[data-search-clear-input] {
  background-image: url(/library/digitalbeat/Icons/x.svg) !important;
  background-size: contain;
  cursor: pointer;
}

.mobile digitalbeat-games-grid:not([data-grid-layout]) .db-jackpot,
.mobile [data-grid-layout='classic'] .db-jackpot {
  min-width: unset;
  width: min(100%, 600px);
  padding: 2px;
}

.mobile digitalbeat-games-grid:not([data-grid-layout]) .db-jackpot span,
.mobile [data-grid-layout='classic'] .db-jackpot span {
  font-size: 0.8em !important;
}
.mobile .db-games-grid .db-jackpot {
  height: 1.5em;
}

.swiper-slide {
  margin-top: 1em;
}

.mobile [data-style-layout='18'][data-category-view='slider'] {
  grid-auto-columns: calc((70% / var(--columns))) !important;
}
/* .mobile [data-style-layout='19'][data-category-view='slider'] {
  grid-auto-columns: calc((70% / var(--columns))) !important;
} */
.mobile .category-header:has(> span[data-games-category-title-show='false']):has(> span[data-games-category-viewmore-show='false']) {
  display: none !important;
}
.desktop [data-style-layout='16'][data-category-view='slider'] {
  grid-auto-columns: calc((100% / var(--columns))) !important;
}
[data-sash-category='rising-star'] {
  background-color: var(--db-hot-sash) !important;
  background-color: transparent !important;
  background-image: url(/library/digitalbeat/Icons/sashes/SASH.png) !important;
  width: clamp(14px, 60%, 120px);
  aspect-ratio: 309/62;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

[data-sash-category='drops-and-wins'] {
  background-color: var(--db-popular-sash) !important;
  background-color: transparent !important;
  background-image: url(/library/digitalbeat_beta/sashes/drops-and-wins-sashes.webp) !important;
  aspect-ratio: 522/638;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: -2%;
  position: absolute;
  width: 44px;
}

[data-tile-size='portrait'] [data-sash-category='drops-and-wins'] {
  top: -2.5% !important;
}

.mobile [data-sash-category='drops-and-wins'] {
  width: 35px !important;
}

.category-grid-container [data-category-view='grid'] {
  margin-left: 0;
}