:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-1x27l0 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .bizzo-casino-001fsa {
    display: none;
  }
}

.bizzo-casino-scqa10 {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.bizzo-casino-6pvjhx {
  overflow-y: hidden;
}

.bizzo-casino-axohce {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.bizzo-casino-o0k2xn {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bizzo-casino-o0k2xn {
    max-width: 100%;
  }
}

.bizzo-casino-n1k7ob,
body,
html {
  height: 100%;
}

.bizzo-casino-d85u7j {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.bizzo-casino-d85u7j.bizzo-casino-8h0tvs {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.bizzo-casino-t6jvpt {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.bizzo-casino-t6jvpt.bizzo-casino-8h0tvs {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.bizzo-casino-ct3g1f {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.bizzo-casino-ct3g1f.bizzo-casino-8h0tvs {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.bizzo-casino-ct3g1f.bizzo-casino-8h0tvs .bizzo-casino-hkm28d {
  display: none;
}

.bizzo-casino-tebvh4 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-ct3g1f,
  .bizzo-casino-t6jvpt {
    margin-left: 0;
    max-width: 100%;
  }
}

.bizzo-casino-i3zask {
  background: var(--sidebar-bg-color);
  display: block;
}

.bizzo-casino-i3zask.bizzo-casino-8h0tvs .bizzo-casino-hkm28d {
  display: inline-block;
}

.bizzo-casino-i3zask.bizzo-casino-8h0tvs .bizzo-casino-eiyghd {
  display: flex;
}

.bizzo-casino-i3zask.bizzo-casino-8h0tvs .bizzo-casino-czalpa {
  transform: translateY(0);
  visibility: visible;
}

.bizzo-casino-iid0pn {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.bizzo-casino-i3zask .bizzo-casino-hkm28d {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.bizzo-casino-eiyghd {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.bizzo-casino-eiyghd::-webkit-scrollbar {
  width: 0;
}

.bizzo-casino-uxnnq9 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.bizzo-casino-uxnnq9.bizzo-casino-8h0tvs {
  display: none;
}

.bizzo-casino-paok16 {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.bizzo-casino-iz38xt {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.bizzo-casino-eaq1cg {
  max-width: 40px;
}

.bizzo-casino-gvdtc9 {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.bizzo-casino-gvdtc9 svg {
  color: var(--success-color-light);
}

.bizzo-casino-vhidkp {
  border-bottom: 1px solid var(--divider-color);
}

.bizzo-casino-psrfp7 {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .bizzo-casino-iz38xt:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-i3zask {
    display: none;
  }
  .bizzo-casino-i3zask:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.bizzo-casino-6r0cwf {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.bizzo-casino-slecmh {
  max-width: 40px;
}

.bizzo-casino-0ke0lp {
  font-size: 0.75rem;
  font-weight: 700;
}

.bizzo-casino-5f8gbh {
  background: var(--fh-bg-color);
}

.bizzo-casino-8kljzk,
.bizzo-casino-1b71jn {
  align-items: center;
  display: flex;
}

.bizzo-casino-8kljzk {
  gap: 0.5rem;
}

.bizzo-casino-1b71jn {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.bizzo-casino-5f8gbh .bizzo-casino-hkm28d {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .bizzo-casino-1b71jn {
    gap: 0rem;
    padding: 0;
  }

  .bizzo-casino-5f8gbh .bizzo-casino-hkm28d {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-casino-5f8gbh .bizzo-casino-itvawl {
    display: none;
  }
  .bizzo-casino-pyew4w {
    font-size: 0.bizzo-casino-adtgj5 !important;
  }
  .bizzo-casino-5f8gbh .bizzo-casino-hkm28d {
    max-width: 100px;
  }
}

.bizzo-casino-d7f6o1 svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .bizzo-casino-d7f6o1 {
    display: none;
  }
}

.bizzo-casino-hkm28d {
  display: inline-block;
  max-width: 125px;
}

.bizzo-casino-sbil4g {
  width: 100%;
}

.bizzo-casino-czalpa {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.bizzo-casino-ymdj70 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bizzo-casino-dofryw,
.bizzo-casino-3563yx {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.bizzo-casino-dofryw {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.bizzo-casino-dofryw:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.bizzo-casino-5a6sqs {
  font-size: 0.875rem;
  justify-content: center;
}

.bizzo-casino-ypo5m9,
.bizzo-casino-8opga1 {
  position: relative;
  z-index: 2;
}

.bizzo-casino-ypo5m9 {
  max-width: 40px;
}

.bizzo-casino-ejfcfw {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.bizzo-casino-7zsx60:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.bizzo-casino-kz59rz {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.bizzo-casino-3563yx {
  padding: 0.5rem;
}

.bizzo-casino-d7i0fc {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .bizzo-casino-dofryw:hover,
  .bizzo-casino-3563yx:hover {
    background: var(--border-color);
  }
}

.bizzo-casino-hfie55 {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.bizzo-casino-8qt8il {
  color: var(--button-text-color);
}

.bizzo-casino-igp60a {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.bizzo-casino-igp60a .bizzo-casino-8qt8il {
  color: var(--button-text-color);
}

.bizzo-casino-nuewut {
  padding: 0.bizzo-casino-lo8w4o 0.625em;
  width: 100%;
}

.bizzo-casino-0yj6ty {
  font-size: 0.875rem;
}

.bizzo-casino-01lmqs {
  background: var(--success-color);
  border-color: var(--success-color);
}

.bizzo-casino-01lmqs .bizzo-casino-8qt8il,
.bizzo-casino-01lmqs svg {
  color: var(--button-text-color);
}

.bizzo-casino-dvezfp svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .bizzo-casino-hfie55:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .bizzo-casino-igp60a:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .bizzo-casino-01lmqs:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.bizzo-casino-ppfpjj {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.bizzo-casino-itvawl {
  background: var(--border-color);
  display: inline-flex;
}

.bizzo-casino-itvawl,
.bizzo-casino-2talue {
  border-radius: var(--round-l);
}

.bizzo-casino-2talue {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.bizzo-casino-2talue span,
.bizzo-casino-2talue svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.bizzo-casino-3hmtcl {
  background: var(--button-bg-color);
}

.bizzo-casino-3hmtcl span,
.bizzo-casino-3hmtcl svg {
  color: var(--button-text-color);
}

.bizzo-casino-x28pgu {
  display: none;
  height: 0;
  margin: 0.bizzo-casino-dlbp00 0 1rem;
  width: 0;
}

.bizzo-casino-x28pgu .bizzo-casino-2talue {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .bizzo-casino-x28pgu {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .bizzo-casino-2talue:hover span,
  .bizzo-casino-2talue:hover svg {
    color: var(--text-color);
  }
}

.bizzo-casino-n61hzq {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.bizzo-casino-phrrq8,
.bizzo-casino-8goazk {
  height: 100%;
}

.bizzo-casino-phrrq8 {
  overflow-x: auto;
}

.bizzo-casino-phrrq8::-webkit-scrollbar {
  width: 0;
}

.bizzo-casino-8goazk {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.bizzo-casino-67wzmt {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-n61hzq {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-casino-n61hzq {
    height: auto;
    min-height: auto;
  }
  .bizzo-casino-67wzmt {
    flex: 1 0 100%;
  }
}

.bizzo-casino-i1tfrp {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.bizzo-casino-ymqrpc {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .bizzo-casino-ymqrpc {
    gap: 0;
  }
}

.bizzo-casino-7tf25a {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .bizzo-casino-7tf25a {
    height: 150px !important;
  }
}

.bizzo-casino-fquuiy {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.bizzo-casino-fta4im {
  color: var(--text-color);
}

.bizzo-casino-unibzh {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .bizzo-casino-unibzh {
    font-size: 16px;
  }
}

.bizzo-casino-ul4btq {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-i1tfrp {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-casino-i1tfrp {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .bizzo-casino-fquuiy {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.bizzo-casino-eyjxxk {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .bizzo-casino-d5fdw2:hover .bizzo-casino-o60b1d {
    color: var(--accent-color);
  }
}

.bizzo-casino-mlhokk {
  text-align: center;
}

.bizzo-casino-jlyljs {
  margin: 2rem 0;
}

.bizzo-casino-c1t2g2 {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bizzo-casino-dtetjt {
  font-size: 2rem;
  font-weight: 700;
}

.bizzo-casino-bdjar4 {
  overflow-x: auto;
}

.bizzo-casino-bdjar4::-webkit-scrollbar {
  width: 0;
}

.bizzo-casino-pzd3wj {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .bizzo-casino-pzd3wj {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .bizzo-casino-dtetjt {
    font-size: 1.25rem;
  }
}

.bizzo-casino-5k58nc {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.bizzo-casino-x7gcto {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.bizzo-casino-o465bl {
  -o-object-fit: cover;
  object-fit: cover;
}

.bizzo-casino-c1s6or,
.bizzo-casino-o465bl {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.bizzo-casino-c1s6or {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.bizzo-casino-qj97vc {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.bizzo-casino-0eoenu {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.bizzo-casino-3ccr3v {
  padding: 0.5rem;
}

.bizzo-casino-74bf9d {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.bizzo-casino-74bf9d .bizzo-casino-o465bl {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bizzo-casino-74bf9d .bizzo-casino-3iobum {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.bizzo-casino-74bf9d .bizzo-casino-0eoenu {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bizzo-casino-74bf9d .bizzo-casino-x7gcto {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.bizzo-casino-74bf9d .bizzo-casino-c1s6or {
  display: none;
}

@media (any-hover: hover) {
  .bizzo-casino-5k58nc:hover .bizzo-casino-c1s6or {
    opacity: 1;
  }
  .bizzo-casino-5k58nc:hover .bizzo-casino-o465bl {
    transform: scale(1.1);
    will-change: transform;
  }
}

.bizzo-casino-pz42v2 {
  padding: 2rem 0;
}

.bizzo-casino-6luv37 {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.bizzo-casino-scbmxh {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bizzo-casino-x1k6fa {
  font-size: 0.75rem;
  font-weight: 600;
}

.bizzo-casino-pesrpf {
  color: var(--footer-text-color);
}

.bizzo-casino-3d1n82 {
  font-size: 1.25rem;
  font-weight: 600;
}

.bizzo-casino-l11cn9 {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.bizzo-casino-022xqs {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.bizzo-casino-egbejv {
  transition: var(--transition-duration);
}

.bizzo-casino-e81h7y {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.bizzo-casino-pz42v2 .bizzo-casino-6r0cwf {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .bizzo-casino-022xqs:hover .bizzo-casino-egbejv {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .bizzo-casino-e81h7y {
    justify-content: center;
    flex-direction: column;
  }
}

.bizzo-casino-22sl2a {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.bizzo-casino-2bpbat {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.bizzo-casino-2bpbat p img {
  display: block;
  margin: 0 auto;
}

.bizzo-casino-2bpbat table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.bizzo-casino-22sl2a h1,
.bizzo-casino-22sl2a h2,
.bizzo-casino-22sl2a h3,
.bizzo-casino-22sl2a h4,
.bizzo-casino-22sl2a h5,
.bizzo-casino-22sl2a h6 {
  font-weight: 700;
}

.bizzo-casino-22sl2a h1,
.bizzo-casino-22sl2a h2 {
  margin-top: 2rem;
}

.bizzo-casino-22sl2a h3,
.bizzo-casino-22sl2a h4 {
  margin-top: 1rem;
}

.bizzo-casino-22sl2a ol li,
.bizzo-casino-22sl2a p,
.bizzo-casino-22sl2a ul li {
  color: var(--text-color);
}

.bizzo-casino-22sl2a p {
  margin-top: 1rem;
}

.bizzo-casino-22sl2a li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.bizzo-casino-22sl2a ol li,
.bizzo-casino-22sl2a ul li {
  font-size: 1rem;
}

.bizzo-casino-22sl2a ul li {
  list-style-type: disc;
}

.bizzo-casino-22sl2a .bizzo-casino-fjx7n2 {
  max-width: 100%;
  overflow-x: scroll;
}

.bizzo-casino-22sl2a .bizzo-casino-fjx7n2::-webkit-scrollbar {
  height: 5px;
}

.bizzo-casino-22sl2a .bizzo-casino-fjx7n2::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.bizzo-casino-22sl2a .bizzo-casino-fjx7n2::-webkit-scrollbar-track {
  background: transparent;
}

.bizzo-casino-22sl2a table,
.bizzo-casino-22sl2a td,
.bizzo-casino-22sl2a th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.bizzo-casino-22sl2a table {
  margin: 1rem 0;
}

.bizzo-casino-22sl2a thead td,
.bizzo-casino-22sl2a thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.bizzo-casino-22sl2a tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.bizzo-casino-22sl2a td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.bizzo-casino-22sl2a th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .bizzo-casino-22sl2a th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.bizzo-casino-22sl2a img {
  display: inline-block;
  margin: 1rem 0;
}

.bizzo-casino-22sl2a .bizzo-casino-5k58nc img,
.bizzo-casino-22sl2a .bizzo-casino-icp4la img {
  margin: 0;
}

.bizzo-casino-22sl2a .bizzo-casino-5k58nc {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.bizzo-casino-22sl2a .bizzo-casino-3iobum {
  padding: 0.5rem;
}

.bizzo-casino-22sl2a .bizzo-casino-qj97vc {
  color: var(--text-color);
}

.bizzo-casino-22sl2a .bizzo-casino-icp4la {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.bizzo-casino-22sl2a .bizzo-casino-dnirgw {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.bizzo-casino-22sl2a .bizzo-casino-icp4la img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.bizzo-casino-22sl2a .bizzo-casino-8jd8gn {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bizzo-casino-22sl2a .bizzo-casino-b75vxg {
  flex: 1 1 30%;
  padding: 1rem;
}

.bizzo-casino-22sl2a .bizzo-casino-j7oefw {
  color: var(--text-color);
  font-weight: 700;
}

.bizzo-casino-22sl2a .bizzo-casino-b9asyf {
  color: var(--text-color);
  font-weight: 600;
}

.bizzo-casino-22sl2a .bizzo-casino-9gts49 {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .bizzo-casino-22sl2a .bizzo-casino-icp4la {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .bizzo-casino-22sl2a .bizzo-casino-b9asyf {
    font-size: 1rem;
  }
  .bizzo-casino-22sl2a .bizzo-casino-j7oefw {
    font-size: 0.875rem;
  }
  .bizzo-casino-22sl2a .bizzo-casino-icp4la img {
    flex: 1 1 auto;
  }
}

.bizzo-casino-22sl2a .bizzo-casino-hfie55 {
  margin: 0.bizzo-casino-xs78qe 0;
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-22sl2a,
  .bizzo-casino-22sl2a .bizzo-casino-g1t0jo,
  .bizzo-casino-2bpbat {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-casino-22sl2a ol li,
  .bizzo-casino-22sl2a ul li {
    font-size: 1rem;
  }
}

.bizzo-casino-kmfdw4 {
  color: var(--text-color);
  text-align: center;
}

.bizzo-casino-fi8ve0 {
  margin: 2rem 0;
}

.bizzo-casino-j1q368,
.bizzo-casino-s1ta8s {
  margin-bottom: 1rem;
}

.bizzo-casino-j1q368 {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.bizzo-casino-j1q368.bizzo-casino-8h0tvs .bizzo-casino-25trow {
  display: block;
}

.bizzo-casino-j1q368.bizzo-casino-8h0tvs .bizzo-casino-gci7dr {
  transform: rotate(45deg);
}

.bizzo-casino-hgsfq4 {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.bizzo-casino-gci7dr {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.bizzo-casino-25trow {
  display: none;
  padding-top: 1rem;
}

.bizzo-casino-5rdsz0 {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.bizzo-casino-5rdsz0.bizzo-casino-8h0tvs {
  transform: scaleX(-1);
}

.bizzo-casino-vzo0w3 {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .bizzo-casino-bbigcb {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.bizzo-casino-rw1ozy {
  display: flex;
  align-items: center;
}

.bizzo-casino-rw1ozy a {
  margin: 0 10px;
}

/* social */

.bizzo-casino-8eoq7e {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-casino-8eoq7e {
    flex-wrap: wrap;
  }
}

.bizzo-casino-8eoq7e li {
  display: flex;
  margin: 0 7px;
}

.bizzo-casino-8eoq7e li svg {
  transition: 0.bizzo-casino-3qkpnk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bizzo-casino-8eoq7e li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.bizzo-casino-xw5nys {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.bizzo-casino-34shx3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bizzo-casino-34shx3 {
    max-width: 100%;
  }
}

.bizzo-casino-8q97po {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.bizzo-casino-8q97po h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .bizzo-casino-xw5nys,
  .bizzo-casino-8q97po {
    max-width: 100vw;
  }
}

.bizzo-casino-sic72b {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.bizzo-casino-cu4w0t {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.bizzo-casino-pqr2an ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-casino-cu4w0t::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bizzo-casino-pqr2an ease;
}

.bizzo-casino-sic72b.bizzo-casino-nl7qux .bizzo-casino-cu4w0t::after {
  transform: rotate(45deg);
}

.bizzo-casino-olsug7 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.bizzo-casino-3qkpnk ease, padding 0.bizzo-casino-3qkpnk ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.bizzo-casino-sic72b.bizzo-casino-nl7qux .bizzo-casino-olsug7 {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.bizzo-casino-c5fupp {
  margin: 25px 0;
}

.bizzo-casino-5h2wwk > input:not(:checked) ~ label:hover,
.bizzo-casino-5h2wwk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-casino-vq5c82.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-casino-1et5fi 44.bizzo-casino-dubz4u.bizzo-casino-uqrdx8.bizzo-casino-dshlwi.bizzo-casino-m6mdea.bizzo-casino-nywhlg.bizzo-casino-et0ge6.bizzo-casino-wlm5xp.bizzo-casino-xhhqkt.bizzo-casino-26c13w.bizzo-casino-vy1t9g.bizzo-casino-uji9tm.bizzo-casino-gpt9jp 0l-12.bizzo-casino-gd6fzo 30.bizzo-casino-beraok.bizzo-casino-jefl1y 2.bizzo-casino-cg2ggc.bizzo-casino-jefl1y 3.bizzo-casino-znsme7 3.bizzo-casino-t7ood0.bizzo-casino-3u8jwb 3.bizzo-casino-ziic9j.bizzo-casino-zyo9vq.bizzo-casino-o62yk0.bizzo-casino-pl3rs4 7-3.bizzo-casino-gd6fzo 10.bizzo-casino-priviq.bizzo-casino-pl3rs4 23.bizzo-casino-a76ez0.bizzo-casino-9l0a1y 1.bizzo-casino-l2nfgl 2.bizzo-casino-gd6fzo 3.bizzo-casino-9l0a1y 1.bizzo-casino-3u8jwb 5.bizzo-casino-pwmebm.bizzo-casino-3u8jwb 32.bizzo-casino-vzwy5c.bizzo-casino-zyo9vq 5.bizzo-casino-gpt9jp 4.bizzo-casino-pl3rs4 9.bizzo-casino-pl3rs4 8.bizzo-casino-3u8jwb 6.bizzo-casino-duar0t.bizzo-casino-4re6nn.bizzo-casino-xxo9w8.bizzo-casino-lp4t2a.bizzo-casino-felao0 4.bizzo-casino-zahkx3.bizzo-casino-felao0 6.bizzo-casino-felao0 0l29.bizzo-casino-gpt9jp 17.bizzo-casino-iwi9j3.bizzo-casino-nowiog 2.bizzo-casino-8q8rr1 10.bizzo-casino-ad5ff4.bizzo-casino-gd6fzo 8.bizzo-casino-ebj6zf.bizzo-casino-wt2l5r.bizzo-casino-g6xj34.bizzo-casino-97xwkw.bizzo-casino-2jrv69.bizzo-casino-zyo9vq.bizzo-casino-nywhlg.bizzo-casino-gd6fzo 1.bizzo-casino-wy46iw.bizzo-casino-3bp408.bizzo-casino-w4fk37.bizzo-casino-zbw7yz.bizzo-casino-k0bwua.bizzo-casino-l2nfgl 1.bizzo-casino-kdl2oj.bizzo-casino-g3uaus.5z'/%3e%3c/svg%3e");
}

.bizzo-casino-gu7hff {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .bizzo-casino-gu7hff {
    gap: 16px 0;
  }
}

.bizzo-casino-q1zw8s {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.bizzo-casino-q1zw8s.bizzo-casino-ounhmy {
  display: block;
}

.bizzo-casino-q1zw8s.bizzo-casino-hym0gn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-casino-q1zw8s {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.bizzo-casino-a7d2ag {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bizzo-casino-erffh8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.bizzo-casino-mkl5ol {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bizzo-casino-zofnjb small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.bizzo-casino-zofnjb span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.bizzo-casino-5yjlwd {
  font-size: 16px;
  line-height: 140%;
}

.bizzo-casino-o4ietp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bizzo-casino-o4ietp .bizzo-casino-2sieu1 {
  fill: #c2c0ce;
}

.bizzo-casino-o4ietp [rating="1"] .bizzo-casino-2sieu1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bizzo-casino-o4ietp [rating="2"] .bizzo-casino-2sieu1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bizzo-casino-o4ietp [rating="3"] .bizzo-casino-2sieu1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bizzo-casino-o4ietp [rating="4"] .bizzo-casino-2sieu1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bizzo-casino-o4ietp [rating="5"] .bizzo-casino-2sieu1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

review-send {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.bizzo-casino-ar860e textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.bizzo-casino-ar860e button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-word;
  }
}

.bizzo-casino-9bsr2i {
  text-align: center;
  color: var(--success-color);
}

.bizzo-casino-ldmqad {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.bizzo-casino-fjx7n2 table {
  width: 100%;
}

.bizzo-casino-2thbhb {
  display: flex;
  justify-content: center;
}

.bizzo-casino-ymqrpc {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.bizzo-casino-7tf25a {
  position: relative;
  z-index: 1;
}

.bizzo-casino-fquuiy {
  position: relative;
  z-index: 2;
}

.bizzo-casino-fta4im {
  position: relative;
  z-index: 3;
}

.bizzo-casino-g6rfqa {
  position: relative;
  z-index: 4;
}

.bizzo-casino-1kg28s {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}


/* contanct form */
.bizzo-casino-97vcpn {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.bizzo-casino-97vcpn label {
  font-size: 14px;
}

.bizzo-casino-97vcpn h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-casino-97vcpn input,
.bizzo-casino-97vcpn textarea,
.bizzo-casino-97vcpn button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.bizzo-casino-97vcpn button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-casino-pqr2an ease;
}
.bizzo-casino-97vcpn button:hover {
  background-color: #691204;
}
.bizzo-casino-nclyd1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-casino-6dfdl5 ease-in;
}

.bizzo-casino-nclyd1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bizzo-casino-8kljzk .bizzo-casino-pyew4w:last-child {
  margin-right: 5px;
}

  .bizzo-casino-k0kslh {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.bizzo-casino-3qkpnk ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .bizzo-casino-vu43bk {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .bizzo-casino-vu43bk p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .bizzo-casino-vu43bk button {
    z-index: 2;
  }

  .bizzo-casino-7gy4qn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.bizzo-casino-pqr2an ease;
    z-index: 10000;
  }

  

  .bizzo-casino-7gy4qn:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .bizzo-casino-vu43bk p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .bizzo-casino-7b4h70 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
  }

  @media (max-width: 501px) {
    .bizzo-casino-7b4h70 {
      font-size: 12px;
    }
  }

  .bizzo-casino-ihfzt8 {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bizzo-casino-q30xro, .bizzo-casino-hxantx, [class*="review-card"],
thead, thead th, table th, .bizzo-casino-1w55ys,
.bizzo-casino-3w8yos, [class*="collapsible-header"],
.bizzo-casino-ahwqo8, [class*="updated-block"] {
  color: #ece7dc !important;
}
