.page,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.page-play {
  padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px)) !important;
}

.page-play .game-spin {
  padding-bottom: 130px !important;
}

.page-play .btn-group,
.page-play .spin-rule-panel {
  position: relative;
  z-index: 3;
}

.spin-wheel__svg [data-yf-wheel-fallback] {
  pointer-events: none;
}

@media (max-height: 720px) {
  .page-play .game-spin {
    padding-bottom: 150px !important;
  }
}
