/* Classic Pokerdom surface for games catalog */
.layer_games {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(48, 156, 77, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 100%, rgba(20, 90, 50, 0.35) 0%, transparent 50%),
    linear-gradient(180deg, #0c2218 0%, #0a1a14 40%, #071410 100%) !important;
  box-shadow:
    inset 0 1px 0 0 rgba(48, 156, 77, 0.2),
    0 0 28px 0 #00000099;
}

.layer_games:before {
  opacity: 0.25;
}

.layer_games:after {
  /* mute busy icon pattern from stock theme */
  opacity: 0.08;
  mix-blend-mode: soft-light;
  filter: grayscale(0.35) brightness(0.55);
}

body {
  background-color: #070f0c !important;
  background-image: none !important;
}

.header_and_main,
.main {
  background-color: transparent;
}
