@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.rollxo-casino-bmnzxb {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rollxo-casino-1bgw54 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.rollxo-casino-otveb8,
ul.rollxo-casino-otveb8 {
  padding-left: 20px;
}

ul.rollxo-casino-otveb8 {
  list-style: disc;
}

ol.rollxo-casino-otveb8 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.rollxo-casino-57z1ci > .rollxo-casino-rqyows,
.rollxo-casino-57z1ci > .rollxo-casino-bq604f,
.rollxo-casino-57z1ci > blockquote,
.rollxo-casino-57z1ci > h1,
.rollxo-casino-57z1ci > h2,
.rollxo-casino-57z1ci > h3,
.rollxo-casino-57z1ci > h4,
.rollxo-casino-57z1ci > h5,
.rollxo-casino-57z1ci > h6,
.rollxo-casino-57z1ci > ol,
.rollxo-casino-57z1ci > p,
.rollxo-casino-57z1ci > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rollxo-casino-57z1ci > ol,
.rollxo-casino-57z1ci > ul {
  padding-left: 50px;
}

.rollxo-casino-57z1ci blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.rollxo-casino-57z1ci:not(:last-child) {
  margin-bottom: 2rem;
}

.rollxo-casino-57z1ci > :not(:first-child) {
  margin-top: 2rem;
}

.rollxo-casino-57z1ci {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rollxo-casino-57z1ci:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rollxo-casino-57z1ci:first-child {
    margin-top: 20px;
  }
}

.rollxo-casino-57z1ci > p:last-of-type {
  margin-bottom: 32px;
}

.rollxo-casino-57z1ci > .rollxo-casino-tnfk7p:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rollxo-casino-dkdnpj > .rollxo-casino-tnfk7p {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rollxo-casino-bq604f {
  overflow: auto;
}

.rollxo-casino-bq604f::-webkit-scrollbar {
  height: 5px;
}

.rollxo-casino-bq604f table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rollxo-casino-bq604f table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rollxo-casino-bq604f table thead,
table thead {
  border-bottom: none;
}

.rollxo-casino-bq604f table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rollxo-casino-bq604f table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rollxo-casino-bq604f table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rollxo-casino-bq604f .rollxo-casino-n8glio {
  table-layout: auto;
}

.rollxo-casino-bq604f .rollxo-casino-n8glio th {
  word-break: normal;
}

.rollxo-casino-bq604f .rollxo-casino-n8glio td {
  word-break: normal;
}

.rollxo-casino-bmnzxb .rollxo-casino-bmnzxb {
  padding-right: 0;
  padding-left: 0;
}

.rollxo-casino-t4b16m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.rollxo-casino-c13lq2 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rollxo-casino-nnjvrz {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.rollxo-casino-rqyows {
  margin-top: 24px;
}

.rollxo-casino-rqyows.rollxo-casino-al4613 {
  text-align: left;
}

.rollxo-casino-rqyows.rollxo-casino-ce414a {
  text-align: right;
}

.rollxo-casino-rqyows.rollxo-casino-kf3m4l {
  text-align: center;
}

.rollxo-casino-mi1nzs {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.rollxo-casino-rckvqn ease-in-out;
  cursor: pointer;
}

.rollxo-casino-mi1nzs:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rollxo-casino-mi1nzs {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rollxo-casino-mi1nzs {
    min-width: unset;
  }
}

.rollxo-casino-rzy605 {
  background-color: var(--fh-bg-color);
}

.rollxo-casino-qntisn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rollxo-casino-a9qnwf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rollxo-casino-a9qnwf img {
  max-height: 80px;
  object-fit: contain;
}

.rollxo-casino-2b7606 {
  flex: 1 1;
}

.rollxo-casino-a9xszq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rollxo-casino-t6mhmr {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.rollxo-casino-t6mhmr span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rollxo-casino-t6mhmr.rollxo-casino-1yzc97 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rollxo-casino-t6mhmr.rollxo-casino-1yzc97 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rollxo-casino-t6mhmr.rollxo-casino-1yzc97 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rollxo-casino-2b7606 + .rollxo-casino-a9xszq {
  margin-left: 20px;
}

.rollxo-casino-xv2gbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.rollxo-casino-xv2gbl > svg {
  max-width: 24px;
  max-height: 24px;
}

.rollxo-casino-xv2gbl + .rollxo-casino-xv2gbl {
  margin-left: 5px;
}

.rollxo-casino-klydyy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rollxo-casino-klydyy:hover {
  background-color: var(--button-bg-hover);
}

.rollxo-casino-oco9mo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rollxo-casino-rckvqn ease-in-out;
  border: 1px solid var(--border-color);
}

.rollxo-casino-oco9mo:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rollxo-casino-gm21vy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .rollxo-casino-2b7606 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rollxo-casino-gm21vy {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rollxo-casino-2b7606 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rollxo-casino-xv2gbl {
    min-width: unset;
    flex: 1 1;
  }
}

.rollxo-casino-9r7ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.rollxo-casino-9r7ask:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rollxo-casino-9r7ask:hover .rollxo-casino-zfj632 {
  opacity: 1;
  pointer-events: auto;
}

.rollxo-casino-ck6u82 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
  gap: 4px;
}

.rollxo-casino-ck6u82 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rollxo-casino-ck6u82 .rollxo-casino-t4b16m img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rollxo-casino-l7r0k0,
.rollxo-casino-ck6u82:hover {
  color: var(--button-bg-hover);
}

.rollxo-casino-5dh913 {
  position: relative;
}

.rollxo-casino-5dh913 .rollxo-casino-ck6u82 {
  margin-right: 0;
  padding-right: 4px;
}

.rollxo-casino-zd0ngz svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rollxo-casino-5dh913.rollxo-casino-1yzc97 .rollxo-casino-zd0ngz svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rollxo-casino-5dh913.rollxo-casino-1yzc97 .rollxo-casino-zfj632 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rollxo-casino-5dh913.rollxo-casino-1yzc97 .rollxo-casino-zfj632::before {
  display: none;
}

.rollxo-casino-zd0ngz svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rollxo-casino-zfj632 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rollxo-casino-hwjqro 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rollxo-casino-zfj632::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rollxo-casino-zfj632:hover {
  color: var(--fh-bg-color);
}

.rollxo-casino-ufc8xf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.rollxo-casino-hwjqro 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  -o-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
}

.rollxo-casino-ufc8xf .rollxo-casino-t4b16m img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rollxo-casino-c7sf8p,
.rollxo-casino-ufc8xf:hover {
  color: var(--button-bg-hover);
}

.rollxo-casino-jron3a {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.rollxo-casino-jron3a.rollxo-casino-fxvlbs {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rollxo-casino-jron3a.rollxo-casino-fxvlbs:after,
.rollxo-casino-jron3a.rollxo-casino-fxvlbs:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rollxo-casino-jron3a.rollxo-casino-fxvlbs:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.rollxo-casino-jron3a.rollxo-casino-fxvlbs:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rollxo-casino-jron3a.rollxo-casino-fxvlbs > * {
  z-index: 1;
}

.rollxo-casino-jron3a b,
.rollxo-casino-jron3a strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rollxo-casino-jron3a .rollxo-casino-mhes5d {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rollxo-casino-jron3a .rollxo-casino-11gdfx {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.rollxo-casino-jron3a .rollxo-casino-t4b16m {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rollxo-casino-jron3a .rollxo-casino-9iwxt4 {
  margin-top: 12px;
}

.rollxo-casino-9iwxt4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rollxo-casino-4hh91o {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.rollxo-casino-9iwxt4 .rollxo-casino-di75jc {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.rollxo-casino-rckvqn ease-in-out;
}

.rollxo-casino-9iwxt4 .rollxo-casino-di75jc:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rollxo-casino-kykfzf {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.rollxo-casino-jron3a.rollxo-casino-qnaw6w {
  gap: 12px;
  padding: 16px;
}

.rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-kykfzf {
  min-width: 240px;
}

.rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-kykfzf.rollxo-casino-qice37 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rollxo-casino-jron3a .rollxo-casino-mhes5d {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rollxo-casino-jron3a .rollxo-casino-11gdfx {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rollxo-casino-jron3a .rollxo-casino-t4b16m {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-t4b16m {
    max-width: 126px;
  }
  .rollxo-casino-jron3a .rollxo-casino-9iwxt4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rollxo-casino-jron3a .rollxo-casino-4hh91o {
    max-width: unset;
  }
  .rollxo-casino-kykfzf {
    min-width: unset;
    width: 100%;
  }
  .rollxo-casino-jron3a .rollxo-casino-kykfzf {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w {
    grid-template-rows: auto 1fr auto;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-kykfzf {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rollxo-casino-jron3a {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rollxo-casino-jron3a .rollxo-casino-mhes5d {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rollxo-casino-jron3a .rollxo-casino-t4b16m {
    max-width: 78px;
  }
  .rollxo-casino-jron3a .rollxo-casino-9iwxt4 {
    margin-top: -12px;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w {
    gap: 8px;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-mhes5d {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-11gdfx {
    grid-column: 1/3;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-t4b16m {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rollxo-casino-jron3a.rollxo-casino-qnaw6w .rollxo-casino-t4b16m img {
    max-width: 114px;
  }
}

.rollxo-casino-kykfzf.rollxo-casino-4fbami,
.rollxo-casino-kykfzf.rollxo-casino-bzt95c,
.rollxo-casino-kykfzf.rollxo-casino-a9bwg0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rollxo-casino-rckvqn ease-in-out;
}

.rollxo-casino-kykfzf.rollxo-casino-4fbami,
.rollxo-casino-kykfzf.rollxo-casino-a9bwg0 {
  padding: 10px;
}

.rollxo-casino-kykfzf.rollxo-casino-4fbami:hover,
.rollxo-casino-kykfzf.rollxo-casino-bzt95c:hover,
.rollxo-casino-kykfzf.rollxo-casino-a9bwg0:hover {
  background: var(--button-bg-hover);
}

.rollxo-casino-kykfzf.rollxo-casino-4fbami:hover svg path,
.rollxo-casino-kykfzf.rollxo-casino-a9bwg0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rollxo-casino-kykfzf.rollxo-casino-qice37 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rollxo-casino-rckvqn ease-in-out;
  background: var(--button-bg-color);
}

.rollxo-casino-kykfzf.rollxo-casino-qice37:hover {
  background-color: var(--button-bg-hover);
}

.rollxo-casino-kykfzf.rollxo-casino-bzt95c:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.rollxo-casino-kykfzf.rollxo-casino-bzt95c:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rollxo-casino-kykfzf.rollxo-casino-qice37:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rollxo-casino-ewmx9j {
  max-width: 650px;
}

.rollxo-casino-l56dz4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rollxo-casino-aur4pp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rollxo-casino-r8oopt {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
  cursor: pointer;
}

.rollxo-casino-r8oopt:hover {
  opacity: 0.5;
}

.rollxo-casino-r8oopt:focus {
  outline: 0;
}

.rollxo-casino-r8oopt:focus .rollxo-casino-0gzbxn,
.rollxo-casino-r8oopt:hover .rollxo-casino-0gzbxn {
  fill: red;
  fill-opacity: 1;
}

.rollxo-casino-r8oopt:hover {
  cursor: pointer;
}

.rollxo-casino-s7uwpt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rollxo-casino-ewmx9j.rollxo-casino-kf3m4l {
  margin: 0 auto;
}

.rollxo-casino-ewmx9j.rollxo-casino-ce414a {
  margin-left: auto;
}

.rollxo-casino-i48fwa {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rollxo-casino-vjvkdl {
  padding-bottom: 50px;
}

.rollxo-casino-qu9817 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rollxo-casino-s56nry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.rollxo-casino-iq7paw {
  margin-top: 24px;
}

.rollxo-casino-4blflb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rollxo-casino-de7ifp {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rollxo-casino-oir6cx {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.rollxo-casino-2fgpts {
  width: 468px;
}

.rollxo-casino-oir6cx .rollxo-casino-zfj632 {
  margin: 0.rollxo-casino-5rg6fn 0;
}

.rollxo-casino-ido7as {
  display: flex;
  min-width: 224px;
}

.rollxo-casino-7kyr0q {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
}

.rollxo-casino-9lgj3g,
.rollxo-casino-7kyr0q:hover {
  color: var(--text-color);
}

.rollxo-casino-mf12ep {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rollxo-casino-jfbzya {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rollxo-casino-i48fwa {
    padding: 16px;
  }
  .rollxo-casino-mf12ep {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rollxo-casino-jfbzya {
    align-items: center;
  }
  .rollxo-casino-2fgpts {
    width: unset;
  }
  .rollxo-casino-ido7as {
    min-width: unset;
  }
  .rollxo-casino-oir6cx {
    max-height: unset;
  }
  .rollxo-casino-qu9817 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rollxo-casino-i48fwa {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rollxo-casino-bnabb5 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rollxo-casino-bnabb5:not(:last-child) {
  margin-bottom: 16px;
}

.rollxo-casino-sbcrgx {
  outline: 0;
}

.rollxo-casino-sbcrgx .rollxo-casino-3rpwbb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rollxo-casino-gkq0tz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rollxo-casino-gkq0tz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rollxo-casino-gkq0tz::-webkit-details-marker {
  display: none;
}

.rollxo-casino-gkq0tz:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.rollxo-casino-gkq0tz:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .rollxo-casino-gkq0tz:after {
  transform: unset;
}

.rollxo-casino-3rpwbb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.rollxo-casino-3rpwbb svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  -o-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
}

.rollxo-casino-u667mu {
  padding: 16px 0 0 0;
}

.rollxo-casino-u667mu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rollxo-casino-u667mu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rollxo-casino-gkq0tz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rollxo-casino-gkq0tz::after {
    margin-left: auto;
  }
  .rollxo-casino-3rpwbb {
    order: 3;
    flex: 1 1 100%;
  }
  .rollxo-casino-gkq0tz {
    font-size: 14px;
    line-height: 130%;
  }
  .rollxo-casino-3rpwbb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rollxo-casino-brwave {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.rollxo-casino-57fvml {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rollxo-casino-brwave.rollxo-casino-1yzc97 .rollxo-casino-57fvml {
  margin-bottom: 12px;
}

.rollxo-casino-57fvml::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.rollxo-casino-brwave.rollxo-casino-1yzc97 .rollxo-casino-57fvml::after {
  transform: unset;
}

.rollxo-casino-p7nbae {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rollxo-casino-64pecy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rollxo-casino-64pecy:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rollxo-casino-brwave.rollxo-casino-1yzc97 .rollxo-casino-p7nbae {
  max-height: 100%;
}

.rollxo-casino-xktq2e {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rollxo-casino-opp0kq {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rollxo-casino-2e8t4n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rollxo-casino-yryovz {
  margin-right: 4px;
}

.rollxo-casino-zjnapt {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.rollxo-casino-vk9x91 ease-in-out;
}

.rollxo-casino-zjnapt svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rollxo-casino-fc48q5,
.rollxo-casino-zjnapt:hover {
  color: var(--text-color);
}

.rollxo-casino-2iuuwp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.rollxo-casino-2iuuwp img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rollxo-casino-2iuuwp .rollxo-casino-b78uoc {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.rollxo-casino-2iuuwp .rollxo-casino-5q567v {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.rollxo-casino-ip8gnx {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.rollxo-casino-hmizgx {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rollxo-casino-20jamd .rollxo-casino-bmnzxb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rollxo-casino-20jamd {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rollxo-casino-6xstzq {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rollxo-casino-dn8mqd {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rollxo-casino-ceht26 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rollxo-casino-8bsvtx 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.rollxo-casino-ceht26:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rollxo-casino-dm7f7a {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rollxo-casino-orxy9k {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.rollxo-casino-vk9x91 ease-in-out;
  transition: transform 0.rollxo-casino-vk9x91 ease-in-out;
  -o-transition: transform 0.rollxo-casino-vk9x91 ease-in-out;
  transition:
    transform 0.rollxo-casino-vk9x91 ease-in-out,
    -webkit-transform 0.rollxo-casino-vk9x91 ease-in-out;
  cursor: pointer;
}

.rollxo-casino-orxy9k svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rollxo-casino-orxy9k:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.rollxo-casino-berdgj {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rollxo-casino-berdgj {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.rollxo-casino-olqfnn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rollxo-casino-cs3ko3 {
  position: relative;
  width: 100%;
}

.rollxo-casino-olqfnn.rollxo-casino-m74v78 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rollxo-casino-olqfnn.rollxo-casino-kf3m4l {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rollxo-casino-olqfnn.rollxo-casino-ce414a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rollxo-casino-c1pbgy {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rollxo-casino-osiuir {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
  cursor: pointer;
}

.rollxo-casino-osiuir:hover {
  opacity: 0.5;
}

.rollxo-casino-olqfnn.rollxo-casino-kcwilh .rollxo-casino-osiuir {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rollxo-casino-olqfnn.rollxo-casino-kcwilh .rollxo-casino-c1pbgy {
  cursor: pointer;
}

.rollxo-casino-6vruzo {
  fill: #0009;
}

.rollxo-casino-0sae2v {
  fill: #fff;
}

.rollxo-casino-osiuir:hover .rollxo-casino-6vruzo {
  fill: red;
}

.rollxo-casino-osiuir svg path {
  -webkit-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  -o-transition: 0.rollxo-casino-vk9x91 ease-in-out;
  transition: 0.rollxo-casino-vk9x91 ease-in-out;
}

.rollxo-casino-voj441 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rollxo-casino-voj441 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rollxo-casino-voj441.rollxo-casino-z9wtae > :not(.get-image) {
  grid-column: 1/3;
}

.rollxo-casino-y9ehqa:not(._h1-block) .rollxo-casino-voj441 > .rollxo-casino-tnfk7p {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rollxo-casino-voj441.rollxo-casino-z9wtae .rollxo-casino-09lo20 {
  grid-column: 2/3;
}

.rollxo-casino-voj441.rollxo-casino-z9wtae > .rollxo-casino-t4b16m {
  grid-column: 1/2;
}

.rollxo-casino-voj441.rollxo-casino-z9wtae > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rollxo-casino-voj441 > p:first-of-type {
  margin-top: 0;
}

.rollxo-casino-voj441 .rollxo-casino-t4b16m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.rollxo-casino-y9ehqa:not(._h1-block) .rollxo-casino-tnfk7p ~ .rollxo-casino-t4b16m {
  grid-row: 2/10;
}

.rollxo-casino-y9ehqa.rollxo-casino-d0mvqy .rollxo-casino-tnfk7p ~ .rollxo-casino-t4b16m {
  grid-row: 1/10;
}

.rollxo-casino-y9ehqa.rollxo-casino-d0mvqy > .rollxo-casino-tnfk7p {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rollxo-casino-y9ehqa.rollxo-casino-d0mvqy .rollxo-casino-t4b16m {
  grid-row: 1/10;
}

.rollxo-casino-voj441.rollxo-casino-kpac62 .rollxo-casino-t4b16m {
  align-items: flex-start;
}

.rollxo-casino-voj441.rollxo-casino-kf3m4l .rollxo-casino-09lo20 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rollxo-casino-voj441.rollxo-casino-kf3m4l .rollxo-casino-t4b16m {
  align-items: center;
}

.rollxo-casino-voj441.rollxo-casino-6l63gb .rollxo-casino-t4b16m {
  align-items: flex-end;
}

.rollxo-casino-09lo20 > :first-child {
  margin-top: 0;
}

.rollxo-casino-09lo20 > :last-child {
  margin-bottom: 0;
}

* + .rollxo-casino-kezdza,
.rollxo-casino-y9ehqa + .rollxo-casino-y9ehqa {
  margin-top: 2rem;
}

.rollxo-casino-t40jeg td::before,
.rollxo-casino-t40jeg th::after {
  display: none !important;
}

.rollxo-casino-t40jeg #link-selector {
  color: #000;
}

.rollxo-casino-t40jeg .rollxo-casino-orpdez {
  color: #135e96;
}

.rollxo-casino-t40jeg .rollxo-casino-a8n7i2 *,
.rollxo-casino-t40jeg .rollxo-casino-7wi5f2 p,
.rollxo-casino-t40jeg .rollxo-casino-mmkz27 * {
  color: #000;
}

.rollxo-casino-t40jeg .rollxo-casino-ae5omd {
  background: 0 0 !important;
}

.rollxo-casino-t40jeg .rollxo-casino-0z1pi1 {
  color: #000;
}

.rollxo-casino-t40jeg .rollxo-casino-2m8em7.rollxo-casino-zlawar {
  color: #fff;
}

.rollxo-casino-t40jeg .rollxo-casino-128go5 {
  color: #000;
}

.rollxo-casino-t40jeg
  .rollxo-casino-ablpx9
  .rollxo-casino-7nq74s.rollxo-casino-zlawar.rollxo-casino-1buhmq {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.rollxo-casino-y24w8k,
body .rollxo-casino-9675em {
  color: #000;
  background: var(--color-body) !important;
}

.rollxo-casino-y24w8k .rollxo-casino-jpldok .rollxo-casino-lx36at,
body .rollxo-casino-9675em .rollxo-casino-jpldok .rollxo-casino-lx36at {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rollxo-casino-64pecy:focus,
  .rollxo-casino-64pecy:hover {
    color: #f9cb16;
  }
  .rollxo-casino-z52ze6:focus,
  .rollxo-casino-z52ze6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rollxo-casino-mz5i0u:focus img,
  .rollxo-casino-mz5i0u:focus svg,
  .rollxo-casino-mz5i0u:hover img,
  .rollxo-casino-mz5i0u:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rollxo-casino-2iuuwp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rollxo-casino-5dh913:hover .rollxo-casino-zd0ngz svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rollxo-casino-zd0ngz {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rollxo-casino-xcuugx {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rollxo-casino-5rbhxa {
    grid-template-columns: repeat(4, 1fr);
  }
  .rollxo-casino-wyxutl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rollxo-casino-8ahki3 .rollxo-casino-34uvbl {
    grid-template-columns: 1fr;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-kcn89w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-ilkbx9 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-2cf9ep {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-e68lf1 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-ilkbx9:not(:first-child) {
    border: none;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-ilkbx9:first-child .rollxo-casino-2cf9ep {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rollxo-casino-8ahki3 .rollxo-casino-ilkbx9:last-child .rollxo-casino-2cf9ep {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rollxo-casino-qntisn {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rollxo-casino-a9qnwf {
    max-width: 100px;
  }
  .rollxo-casino-2b7606 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rollxo-casino-a9xszq {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rollxo-casino-a9xszq svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rollxo-casino-t6mhmr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rollxo-casino-2b7606 + .rollxo-casino-a9xszq {
    margin-left: auto;
  }
  .rollxo-casino-31v9ct {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .rollxo-casino-31v9ct.rollxo-casino-1yzc97 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rollxo-casino-gm21vy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .rollxo-casino-9r7ask {
    width: 100%;
  }
  .rollxo-casino-9r7ask:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rollxo-casino-ck6u82 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rollxo-casino-ck6u82 svg {
    margin-right: 4px;
  }
  .rollxo-casino-5dh913 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rollxo-casino-zd0ngz svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rollxo-casino-zd0ngz {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .rollxo-casino-zfj632 {
    display: none;
    width: 100%;
  }
  .rollxo-casino-5dh913.rollxo-casino-1yzc97 .rollxo-casino-zfj632 {
    padding: 0 0 0 48px;
  }
  .rollxo-casino-ufc8xf {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rollxo-casino-s56nry .rollxo-casino-t4b16m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .rollxo-casino-nnt3xq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rollxo-casino-nnt3xq + .rollxo-casino-nnt3xq {
    margin-right: 0;
  }
  .rollxo-casino-nnt3xq + .rollxo-casino-t4b16m {
    margin: 0;
  }
  .rollxo-casino-xcuugx {
    grid-template-columns: repeat(4, 1fr);
  }
  .rollxo-casino-5rbhxa {
    grid-template-columns: repeat(3, 1fr);
  }
  .rollxo-casino-i3eb5o,
  .rollxo-casino-y8js9q {
    grid-template-columns: repeat(2, 1fr);
  }
  .rollxo-casino-voj441 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rollxo-casino-voj441.rollxo-casino-z9wtae .rollxo-casino-09lo20 {
    grid-column: auto;
    grid-row: auto;
  }
  .rollxo-casino-voj441 > .rollxo-casino-tnfk7p {
    grid-column: 1/2;
  }
  .rollxo-casino-voj441.rollxo-casino-z9wtae > :not(.get-image) {
    grid-column: 1/2;
  }
  .rollxo-casino-voj441 .rollxo-casino-t4b16m,
  .rollxo-casino-voj441.rollxo-casino-z9wtae > .rollxo-casino-t4b16m {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rollxo-casino-voj441.rollxo-casino-z9wtae > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rollxo-casino-y9ehqa.rollxo-casino-d0mvqy .rollxo-casino-voj441 > .rollxo-casino-t4b16m {
    grid-row: 1/2;
  }
  .rollxo-casino-voj441 .rollxo-casino-tnfk7p ~ .rollxo-casino-t4b16m,
  .rollxo-casino-voj441.rollxo-casino-z9wtae .rollxo-casino-tnfk7p ~ .rollxo-casino-t4b16m {
    grid-row: 2/3;
  }
  .rollxo-casino-y9ehqa.rollxo-casino-d0mvqy .rollxo-casino-tnfk7p ~ .rollxo-casino-t4b16m {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rollxo-casino-57z1ci:first-child .rollxo-casino-xtuu2t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rollxo-casino-57z1ci:first-child .rollxo-casino-xtuu2t h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rollxo-casino-57z1ci {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rollxo-casino-57z1ci {
    padding: 0;
  }
  .rollxo-casino-rqyows {
    margin-top: 1rem;
  }
  .rollxo-casino-sbcrgx {
    border-radius: 5px;
  }
  .rollxo-casino-6srpfd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rollxo-casino-57fvml::after {
    display: inline-block;
  }
  .rollxo-casino-57fvml {
    margin: 0;
    width: 100%;
  }
  .rollxo-casino-p7nbae {
    width: 100%;
  }
  .rollxo-casino-p7nbae.rollxo-casino-dz9vz8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .rollxo-casino-p7nbae.rollxo-casino-dz9vz8 .rollxo-casino-r660xg {
    width: 100%;
  }
  .rollxo-casino-p7nbae.rollxo-casino-dz9vz8 .rollxo-casino-r660xg:not(:last-child) {
    margin-right: 0;
  }
  .rollxo-casino-64pecy {
    width: 100%;
    text-align: center;
  }
  .rollxo-casino-brwave.rollxo-casino-1yzc97 .rollxo-casino-p7nbae {
    margin-top: 1rem;
  }
  .rollxo-casino-xcuugx {
    grid-template-columns: repeat(3, 1fr);
  }
  .rollxo-casino-wyxutl,
  .rollxo-casino-5rbhxa {
    grid-template-columns: repeat(2, 1fr);
  }
  .rollxo-casino-i3eb5o,
  .rollxo-casino-y8js9q,
  .rollxo-casino-jl96iu {
    grid-template-columns: 1fr;
  }
  .rollxo-casino-h7ac2f {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rollxo-casino-uo8ibs {
    min-width: 300px;
    max-width: 325px;
  }
  .rollxo-casino-2cf9ep {
    cursor: auto;
  }
  .rollxo-casino-umzqyy .rollxo-casino-2cf9ep {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rollxo-casino-berdgj {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rollxo-casino-zfj632 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .rollxo-casino-berdgj {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rollxo-casino-nnt3xq p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rollxo-casino-a9xszq {
    margin: 0 -0.2rem;
  }
  .rollxo-casino-nnt3xq {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rollxo-casino-i4zu7c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rollxo-casino-41ke8e {
    max-width: 100%;
  }
  .rollxo-casino-xcuugx {
    grid-template-columns: repeat(2, 1fr);
  }
  .rollxo-casino-wyxutl,
  .rollxo-casino-5rbhxa {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rollxo-casino-qntisn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rollxo-casino-a9xszq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .rollxo-casino-rzy605 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rollxo-casino-xv2gbl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rollxo-casino-xvvm7r,
  .rollxo-casino-u15ce2 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rollxo-casino-mi1nzs {
    width: 100%;
  }
  .rollxo-casino-xcuugx {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rollxo-casino-berdgj {
    top: 127px !important;
  }
}

.rollxo-casino-r7qhn5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rollxo-casino-r7qhn5 {
  }
}

@media (max-width: 767px) {
  .rollxo-casino-r7qhn5 {
    margin-bottom: 12px;
  }
}

.rollxo-casino-r7qhn5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rollxo-casino-2i1l4e {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rollxo-casino-2i1l4e > .rollxo-casino-z69s2q {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rollxo-casino-2i1l4e {
    flex-direction: column;
    gap: 12px;
  }
}

.rollxo-casino-uryze6 {
  display: flex;
}

.rollxo-casino-uryze6 .rollxo-casino-obsixf {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.rollxo-casino-uryze6 .rollxo-casino-2yd1jt {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.rollxo-casino-uryze6 .rollxo-casino-5amu6e {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rollxo-casino-uryze6 .rollxo-casino-qeuckz {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.rollxo-casino-uryze6 .rollxo-casino-qeuckz:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rollxo-casino-uryze6 .rollxo-casino-fobwaa {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rollxo-casino-y8s73m {
  border: unset;
  background-color: unset;
}

.rollxo-casino-y8s73m tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rollxo-casino-y8s73m .rollxo-casino-lum5i4,
.rollxo-casino-y8s73m .rollxo-casino-g3jjtz {
  flex: 0 1 330px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa {
  flex: 1 1;
}

.rollxo-casino-y8s73m tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rollxo-casino-y8s73m tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rollxo-casino-y8s73m tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rollxo-casino-y8s73m tr td p {
  color: #fff;
  margin: 0;
}

.rollxo-casino-y8s73m tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rollxo-casino-y8s73m tr.rollxo-casino-lum5i4 td p {
  padding: 16px 0;
}

.rollxo-casino-y8s73m tr.rollxo-casino-lum5i4 td p:not(:last-child),
.rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rollxo-casino-y8s73m tr.rollxo-casino-lum5i4 td p:first-child,
.rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p:first-child {
  padding-top: 0;
}

.rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p:last-child {
  padding-bottom: 0;
}

.rollxo-casino-y8s73m .rollxo-casino-g3jjtz img {
  max-width: 32px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa {
  min-width: 718px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td {
  display: flex;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc,
.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-azlsy9,
.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-54s27i {
  flex: 1 1 50%;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-h4ir3i {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-n7rqjf,
.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-bmun7n {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc,
.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-azlsy9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc span,
.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-azlsy9 span {
  font-weight: 800;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rollxo-casino-y8s73m tr.rollxo-casino-lum5i4 td p:last-child {
    padding-bottom: 0;
  }
  .rollxo-casino-y8s73m .rollxo-casino-g3jjtz > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rollxo-casino-y8s73m .rollxo-casino-g3jjtz > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rollxo-casino-y8s73m tr.rollxo-casino-lum5i4 td p:not(:last-child),
  .rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p:not(:last-child) {
    border-bottom: unset;
  }
  .rollxo-casino-y8s73m tr.rollxo-casino-g3jjtz td p:last-child {
    padding-bottom: 12px;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc,
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-azlsy9,
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-54s27i {
    flex: 1 1 50%;
    padding: 0;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc,
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-azlsy9 {
    margin-top: 16px;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-54s27i {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-d2x3nc {
    border-right: 1px solid var(--border-color);
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-54s27i:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td:last-child .rollxo-casino-54s27i:last-child {
    padding-bottom: 0;
  }
}

.rollxo-casino-54s27i {
  display: flex;
  flex-direction: column;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i:not(:first-child) {
    padding-left: 0;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa td .rollxo-casino-54s27i:not(:last-of-type) {
    border-right: unset;
  }
}

.rollxo-casino-y8s73m .rollxo-casino-zsxaud {
  flex: 0 1 485px;
}

.rollxo-casino-y8s73m .rollxo-casino-ww3aou {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rollxo-casino-y8s73m .rollxo-casino-ww3aou li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rollxo-casino-y8s73m .rollxo-casino-ww3aou li.rollxo-casino-bdrz8l {
  padding: 6px 12px;
}

.rollxo-casino-y8s73m .rollxo-casino-ww3aou li a,
.rollxo-casino-y8s73m .rollxo-casino-ww3aou li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.rollxo-casino-y8s73m .rollxo-casino-dqosvb,
.rollxo-casino-y8s73m .rollxo-casino-e1xmj7 {
  flex: 1 1;
}

.rollxo-casino-y8s73m .rollxo-casino-yxuhdy,
.rollxo-casino-y8s73m .rollxo-casino-553wxe {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rollxo-casino-y8s73m .rollxo-casino-yxuhdy li,
.rollxo-casino-y8s73m .rollxo-casino-553wxe li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rollxo-casino-y8s73m .rollxo-casino-e1xmj7 img {
  max-width: 32px;
}

.rollxo-casino-y8s73m .rollxo-casino-dqosvb img {
  max-width: 32px;
}

.rollxo-casino-y8s73m .rollxo-casino-hdh4cl {
  min-width: 280px;
}

.rollxo-casino-y8s73m .rollxo-casino-hdh4cl img {
  max-width: 146px;
}

.rollxo-casino-y8s73m .rollxo-casino-hdh4cl td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rollxo-casino-y8s73m .rollxo-casino-lum5i4,
  .rollxo-casino-y8s73m .rollxo-casino-g3jjtz {
    flex: 0 1 auto;
  }
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rollxo-casino-y8s73m .rollxo-casino-lum5i4,
  .rollxo-casino-y8s73m .rollxo-casino-zsxaud,
  .rollxo-casino-y8s73m .rollxo-casino-g3jjtz,
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa {
    flex: 1 1 calc(50% - 20px);
  }
  .rollxo-casino-y8s73m .rollxo-casino-dqosvb,
  .rollxo-casino-y8s73m .rollxo-casino-hdh4cl,
  .rollxo-casino-y8s73m .rollxo-casino-e1xmj7 {
    flex: 1 1 30%;
  }
  .rollxo-casino-y8s73m .rollxo-casino-hdh4cl {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rollxo-casino-y8s73m .rollxo-casino-lum5i4,
  .rollxo-casino-y8s73m .rollxo-casino-zsxaud,
  .rollxo-casino-y8s73m .rollxo-casino-dqosvb,
  .rollxo-casino-y8s73m .rollxo-casino-g3jjtz,
  .rollxo-casino-y8s73m .rollxo-casino-uhqcfa,
  .rollxo-casino-y8s73m .rollxo-casino-hdh4cl,
  .rollxo-casino-y8s73m .rollxo-casino-e1xmj7 {
    flex: 1 1 100%;
  }
}

.rollxo-casino-y1y9ha .rollxo-casino-m6715r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rollxo-casino-y1y9ha .rollxo-casino-sdqznf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rollxo-casino-y1y9ha .rollxo-casino-3ffu3f {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rollxo-casino-y1y9ha .rollxo-casino-gbky0i {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rollxo-casino-y1y9ha .rollxo-casino-gbky0i > :nth-child(3) {
  margin-top: 0;
}

.rollxo-casino-y1y9ha .rollxo-casino-t4b16m {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rollxo-casino-y1y9ha .rollxo-casino-upw9gm {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rollxo-casino-y1y9ha .rollxo-casino-rqyows {
  grid-column: 1/2;
}

.rollxo-casino-y1y9ha > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rollxo-casino-y1y9ha .rollxo-casino-sdqznf:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.rollxo-casino-y1y9ha .rollxo-casino-sdqznf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rollxo-casino-y1y9ha .rollxo-casino-mi1nzs {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rollxo-casino-y1y9ha .rollxo-casino-sdqznf:not(:last-child):before {
    bottom: 8px;
  }
  .rollxo-casino-y1y9ha .rollxo-casino-sdqznf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rollxo-casino-y1y9ha .rollxo-casino-gbky0i {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rollxo-casino-y1y9ha .rollxo-casino-t4b16m {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rollxo-casino-y1y9ha .rollxo-casino-t4b16m img {
    width: 100%;
    height: auto;
  }
  .rollxo-casino-y1y9ha .rollxo-casino-mi1nzs {
    width: 100%;
    min-width: unset;
  }
}

.rollxo-casino-uq7uoj .rollxo-casino-6y98ug {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rollxo-casino-uq7uoj .rollxo-casino-1ofmpo {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.rollxo-casino-uq7uoj .rollxo-casino-t4b16m {
  height: 100%;
}

.rollxo-casino-uq7uoj .rollxo-casino-t4b16m img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rollxo-casino-uq7uoj .rollxo-casino-f86lrh {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rollxo-casino-uq7uoj .rollxo-casino-u0v5o5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rollxo-casino-uq7uoj .rollxo-casino-dnctzy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rollxo-casino-uq7uoj .rollxo-casino-1ofmpo {
    flex: 1 1 100%;
  }
  .rollxo-casino-uq7uoj .rollxo-casino-kykfzf {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rollxo-casino-uq7uoj .rollxo-casino-1ofmpo {
    flex-direction: column;
  }
  .rollxo-casino-uq7uoj .rollxo-casino-t4b16m {
    width: 100%;
    height: auto;
  }
  .rollxo-casino-uq7uoj .rollxo-casino-t4b16m img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rollxo-casino-uq7uoj .rollxo-casino-f86lrh {
    padding: 0 16px 16px 16px;
  }
  .rollxo-casino-uq7uoj .rollxo-casino-kykfzf {
    min-width: unset;
    width: 100%;
  }
}

.rollxo-casino-u952pf .rollxo-casino-fta4hm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rollxo-casino-u952pf .rollxo-casino-d29cse {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rollxo-casino-u952pf img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.rollxo-casino-u952pf .rollxo-casino-dnvnus {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.rollxo-casino-u952pf .rollxo-casino-d29cse:hover .rollxo-casino-dnvnus {
  display: flex;
}

.rollxo-casino-u952pf .rollxo-casino-gyp6j4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rollxo-casino-u952pf .rollxo-casino-hq1x53 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rollxo-casino-iouufo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.rollxo-casino-iouufo.rollxo-casino-oni95s {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rollxo-casino-rckvqn ease-in-out;
}

.rollxo-casino-iouufo.rollxo-casino-oni95s:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rollxo-casino-u952pf .rollxo-casino-1u605b {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rollxo-casino-rckvqn ease-in-out;
}

.rollxo-casino-u952pf .rollxo-casino-1u605b:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rollxo-casino-u952pf .rollxo-casino-1u605b:after,
.rollxo-casino-iouufo.rollxo-casino-oni95s:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rollxo-casino-iouufo.rollxo-casino-oni95s:after {
  background-image: url(../images/Cash.svg);
}

.rollxo-casino-u952pf .rollxo-casino-1u605b:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rollxo-casino-u952pf .rollxo-casino-fta4hm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rollxo-casino-u952pf .rollxo-casino-fta4hm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rollxo-casino-u952pf .rollxo-casino-fta4hm {
    grid-template-columns: 1fr;
  }
  .rollxo-casino-u952pf .rollxo-casino-d29cse {
    height: auto;
  }
  .rollxo-casino-u952pf .rollxo-casino-d29cse .rollxo-casino-dnvnus {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rollxo-casino-u952pf .rollxo-casino-gyp6j4,
  .rollxo-casino-u952pf .rollxo-casino-hq1x53 {
    text-align: left;
  }
  .rollxo-casino-u952pf .rollxo-casino-hq1x53 {
    margin-bottom: 8px;
  }
  .rollxo-casino-u952pf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rollxo-casino-poz6vr {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.rollxo-casino-poz6vr.rollxo-casino-kcwilh {
  display: block;
}

.rollxo-casino-poz6vr .rollxo-casino-2pqk74 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.rollxo-casino-poz6vr .rollxo-casino-qwv5u7 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rollxo-casino-poz6vr .rollxo-casino-4tyb6l {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rollxo-casino-poz6vr .rollxo-casino-cp12eq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rollxo-casino-poz6vr .rollxo-casino-iouufo {
  min-width: 296px;
  margin-bottom: 0;
}

.rollxo-casino-poz6vr .rollxo-casino-1vz79f {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rollxo-casino-poz6vr .rollxo-casino-n5qymv {
  position: relative;
  flex: 1 1;
}

.rollxo-casino-poz6vr .rollxo-casino-n5qymv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rollxo-casino-poz6vr .rollxo-casino-qwv5u7 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rollxo-casino-poz6vr .rollxo-casino-4tyb6l {
    order: 1;
  }
  .rollxo-casino-poz6vr .rollxo-casino-cp12eq {
    order: 3;
    flex: 1 1 100%;
  }
  .rollxo-casino-poz6vr .rollxo-casino-iouufo {
    width: 100%;
    min-width: unset;
  }
  .rollxo-casino-poz6vr .rollxo-casino-1vz79f {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rollxo-casino-voj441 > .rollxo-casino-tnfk7p {
    margin-bottom: 0;
  }
  .rollxo-casino-voj441 > .rollxo-casino-rqyows,
  .rollxo-casino-voj441 > p {
    margin-top: 0;
  }
}

.rollxo-casino-7opxx2 img,
.rollxo-casino-nnt3xq img {
  width: auto;
  object-fit: contain;
}

.rollxo-casino-7opxx2 {
  align-items: center;
}

.rollxo-casino-7opxx2 img {
  max-height: 76px;
}

.rollxo-casino-nnt3xq img {
  max-height: 64px;
}

.rollxo-casino-58qi6v {
  overflow: auto;
}

.rollxo-casino-8mzrc2 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rollxo-casino-zwpidb:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rollxo-casino-itmuko {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rollxo-casino-1wogom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rollxo-casino-itmuko .rollxo-casino-t4b16m {
  margin-right: 20px;
  flex-shrink: 0;
}

.rollxo-casino-itmuko img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rollxo-casino-44bpq7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rollxo-casino-44bpq7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rollxo-casino-itmuko {
    padding: 15px 10px;
  }
  .rollxo-casino-44bpq7 {
    padding: 15px 10px;
  }
  .rollxo-casino-itmuko .rollxo-casino-t4b16m {
    margin-right: 10px;
  }
}

.rollxo-casino-ogb7iv {
  overflow-x: auto;
}

.rollxo-casino-39agdl {
  border-collapse: collapse;
  width: 100%;
}

.rollxo-casino-ogb7iv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rollxo-casino-ogb7iv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rollxo-casino-ogb7iv td.rollxo-casino-acq50i {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rollxo-casino-ogb7iv td.rollxo-casino-xpo5sn {
  border-right: none;
}

.rollxo-casino-ogb7iv td.rollxo-casino-xpo5sn .rollxo-casino-t4b16m {
  justify-content: flex-start;
}

.rollxo-casino-ogb7iv td.rollxo-casino-xpo5sn .rollxo-casino-t4b16m img {
  height: auto;
  width: 90px;
}

.rollxo-casino-ogb7iv td.rollxo-casino-e1260j,
.rollxo-casino-ogb7iv td.rollxo-casino-6wdq7p {
  font-weight: 600;
  text-align: right;
}

.rollxo-casino-ogb7iv td.rollxo-casino-75dw3p,
.rollxo-casino-ogb7iv td.rollxo-casino-e1260j {
  padding-bottom: 10px;
  border-bottom: none;
}

.rollxo-casino-ogb7iv td.rollxo-casino-e1260j,
.rollxo-casino-ogb7iv td.rollxo-casino-6wdq7p {
  border-left: none;
}

.rollxo-casino-ogb7iv td.rollxo-casino-75dw3p,
.rollxo-casino-ogb7iv td.rollxo-casino-k72lw4 {
  border-right: none;
}

.rollxo-casino-ogb7iv td.rollxo-casino-k72lw4,
.rollxo-casino-ogb7iv td.rollxo-casino-6wdq7p {
  border-top: none;
  padding-top: 10px;
}

.rollxo-casino-mbl7nn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.rollxo-casino-mbl7nn .rollxo-casino-kykfzf {
  min-width: unset;
  width: 100%;
}

.rollxo-casino-mbl7nn .rollxo-casino-kykfzf.rollxo-casino-4fbami {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rollxo-casino-mbl7nn .rollxo-casino-kykfzf.rollxo-casino-a9bwg0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rollxo-casino-mbl7nn .rollxo-casino-micogb {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rollxo-casino-mbl7nn {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rollxo-casino-mbl7nn .rollxo-casino-kykfzf.rollxo-casino-4fbami {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rollxo-casino-mbl7nn .rollxo-casino-kykfzf.rollxo-casino-a9bwg0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rollxo-casino-mbl7nn .rollxo-casino-micogb {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rollxo-casino-x0tp8u {
  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;
}

.rollxo-casino-8qlmm9 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rollxo-casino-dkdnpj p a img {
  margin: 0 auto;
  display: block;
}

.rollxo-casino-dkdnpj table {
  margin-bottom: 17px;
}

/* contanct form */
.rollxo-casino-cdi9kf {
  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;
}

.rollxo-casino-cdi9kf label {
  font-size: 14px;
}

.rollxo-casino-cdi9kf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollxo-casino-cdi9kf input,
.rollxo-casino-cdi9kf textarea,
.rollxo-casino-cdi9kf 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;
}
.rollxo-casino-cdi9kf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollxo-casino-rckvqn ease;
}
.rollxo-casino-cdi9kf button:hover {
  background-color: #691204;
}
.rollxo-casino-80u151 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollxo-casino-8pknd1 ease-in;
}

.rollxo-casino-80u151 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.rollxo-casino-hbbnws, .rollxo-casino-br8eo3, [class*="review-card"],
thead, thead th, table th, .rollxo-casino-r3687w,
.rollxo-casino-0fsled, [class*="collapsible-header"],
.rollxo-casino-v9nx8l, [class*="updated-block"] {
  color: #ece7dc !important;
}
