:root {
  --background: #0d1018;
  --foreground: #fff;
}
body,
html {
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  color: var(--foreground);
  background: url(/_next/static/media/bg-top.917f3ba6.png) top/100% no-repeat,
    url(/_next/static/media/decor.e57ce5c2.png) top 30px center/contain
      no-repeat,
    url(/_next/static/media/bg-bottom.4f6cbda1.png) bottom/100% no-repeat,
    var(--background);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.roulette-pro-wrapper {
  width: 1110px;
}

@media (max-width: 1240px) {
  .roulette-pro-wrapper {
    width: 100vw;
  }
}

.roulette-pro-prize-list.with-animation.horizontal {
  animation: roulette-horizontal-animation 50s linear infinite !important;
}
