html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
textarea,
select {
  border: 0;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: var(--white, #fff) !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px var(--white, #fff) inset !important;
  -webkit-text-fill-color: var(--blue-900, #252d61) !important;
  caret-color: var(--blue-900, #252d61) !important;
  transition: background-color 9999s ease-out;
}

input:autofill,
textarea:autofill,
select:autofill {
  background-color: var(--white, #fff) !important;
  background-image: none !important;
  box-shadow: 0 0 0 1000px var(--white, #fff) inset !important;
  color: var(--blue-900, #252d61) !important;
  caret-color: var(--blue-900, #252d61) !important;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background-color: var(--blue-950);
}

body {
  min-height: 100%;
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

@font-face {
  font-family: Poppins;
  src: url("https://cdn.prod.website-files.com/69b3021768aaa438b4ff690a/69b3f62ec7a6a6d23ac9f8a1_Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("https://cdn.prod.website-files.com/69b3021768aaa438b4ff690a/69b3f62ec494e0c0b9384408_Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("https://cdn.prod.website-files.com/69b3021768aaa438b4ff690a/69b3f62e098b61da01df2daf_Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-50: #eff4f8;
  --blue-900: #252d61;
  --blue-950: #080e37;
  --blue-950-75: rgb(8 14 55 / 0.75);
  --overlay-background: linear-gradient(180deg, var(--blue-950) 0%, var(--blue-950-75) 25%, var(--blue-950-75) 75%, var(--blue-950) 100%);
  --blue-925: #131a43;
  --blue-975: #060b2c;
  --blue-400: #7981b4;
  --blue-500: #7083ff;
  --red-700: #92171c;
  --white: white;
  --red-950: #460407;
  --blue-910: #242b56;
  --blue-300: #d1d7e2;
  --red-500: #d13339;
  --blue-200: #cdcfda;
  --blue-875: #18225c;
  --blue-100: #e9eaef;
  --gray-300: #e0e0e0;
  --gray-100: #f3f3f3;
  --green-600: #5ba742;
  --gray-400: #b4b4b4;
  --separator-gradient: linear-gradient(90deg,transparent, rgb(37 45 97 / .1) 49%, transparent);

}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.body {
  background-color: var(--blue-50);
  color: var(--blue-900);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

html.overlay-open,
html.overlay-open .body {
  background-color: var(--blue-950);
}

.header {
  z-index: 1;
  background-color: var(--blue-950);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.header-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  display: flex;
  position: relative;
}

.logo-btn {
  position: absolute;
  top: 0px;
  z-index: 10;
}

.logo {
  height: 140px;
}

.header-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  display: flex;
  position: absolute;
  left: 0;
}

.header-menu-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 44px;
  height: 44px;
  background-color: var(--blue-925);
  border-radius: 15px;
}

.header-menu-btn:hover svg {
  fill: var(--white);
}

.header-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.header-primary-btn {
  background-image: linear-gradient(180deg, #d13339, var(--red-700));
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.header-primary-btn:hover {
  transform: scale(1.05);
}

.header-secondary-btn {
  background-color: var(--blue-925);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}
.header-secondary-btn:hover {
  transform: scale(1.05);
}

.header-account-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 44px;
  height: 44px;
  background-color: var(--blue-925);
  border-radius: 15px;
}

.header-account-btn:hover svg {
  fill: var(--white);
}

.hero {
  background-color: var(--blue-950);
  background-position: 50% 0;
  background-size: 2560px;
  justify-content: center;
  align-items: center;
  height: 450px;
  overflow: hidden;
  display: flex;
}

.hero.casino {
  background-image: url("../images/design/desktop_casino_bg.webp");
}

    .hero.sports {
        background-image: url("../images/design/desktop_sports_bg.webp");
    }

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  padding-left: 110px;
  display: flex;
}

.hero-copy {
  display: grid;
  max-width: 100%;
}

.hero-text-slides {
  display: contents;
}

.hero-text-slide {
  grid-area: 1 / 1;
  opacity: 0;
}

.hero-copy > .hero-text-slide:first-child,
.hero-copy > .hero-text-slides:first-child > .hero-text-slide:first-child {
  opacity: 1;
}

.hero-text-slide[hidden] {
  display: none;
}

.hero-h1 {
  color: var(--blue-50);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
  text-shadow: 0px 4px 0 #b1b1b1;
  text-transform: uppercase;
  will-change: transform, opacity;
}

.weekend-bonus .hero-h1 {
    font-size:60px;
    line-height:60px;
}

.happy-hour .hero-h1 {
    font-size: 80px;
    line-height: 80px;
}

.hero-h2 {
  color: var(--blue-400);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform, opacity;
}

.hero-cta-btn {
  box-shadow: 0 5px 0 0 var(--red-950);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#d13339, #92171c);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: transform 0.25s ease;
  display: flex;
}

.small-button {
    padding:0 20px;
}

.hero-cta-btn:hover {
  transform: scale(1.1);
}

.hero-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.hero-img {
  display: none;
}

.categories-menu {
  z-index: 3;
  background-color: var(--blue-950);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.categories-menu-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  display: flex;
  position: relative;
}

.categories-menu-btn {
  background-color: var(--blue-925);
  border: 1px solid var(--blue-925);
  color: var(--blue-400);
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.categories-menu-btn:hover {
  background-color: var(--blue-925);
  color: var(--white);
}

.categories-menu-btn:hover svg {
  color: var(--white);
}

.categories-menu-btn.selected,
.categories-menu-btn.active,
.categories-menu-btn.active:hover {
  background-color: var(--blue-50);
  color: var(--blue-900);
  border-color: transparent;
  font-weight: 700;
}

.categories-menu-btn.selected svg,
.categories-menu-btn.active svg,
.categories-menu-btn.active:hover svg {
  color: var(--blue-900);
  fill: var(--blue-900);
}

.categories-menu-btn-icon {
  color: var(--blue-400);
  height: 22px;
}

.categories-menu-left {
  background-image: linear-gradient(90deg, var(--blue-950), #080e3700);
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
}

.categories-menu-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.categories-menu-buttons,
.sidebar-panel-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.categories-menu-buttons::-webkit-scrollbar,
.sidebar-panel-main::-webkit-scrollbar,
.search::-webkit-scrollbar {
  display: none;
}

.categories-menu-right {
  background-image: linear-gradient(90deg, #080e3700, #080e37 50%);
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.categories-menu-nav-btn {
  justify-content: center;
  align-items: center;
  display: none;
}


.categories-menu-nav-btn-icon {
  width: 7px;
  height: 12px;
  fill: var(--blue-400);
}

.categories-menu-search-btn {
  background-color: var(--blue-925);
  border: 1px solid var(--blue-925);
  color: var(--blue-400);
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.categories-menu-search-btn-icon {
  width: 22px;
  fill: var(--blue-400);
}

.categories-menu-search-btn:hover svg {
  fill: var(--white);
}

.home-main {
  z-index: 2;
  background-color: var(--blue-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lobby {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  display: flex;
  margin-top: 60px;
}

.lobby.hide {
  display: flex;
}

.lobby-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  display: flex;
}

.swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.lobby-category .swiper {
  margin-top: -14px;
  margin-bottom: -14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.lobby-category .swiper-slide {
  position: relative;
  overflow: visible;
}

.category-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.category-header-icon {
  fill: var(--blue-900);
  opacity: 1;
  height: 24px;
  display: none;
}

.category-header-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
  text-decoration: none;
  color: var(--blue-900);
}

.category-header-seperator {
  background-image: var(--separator-gradient);
  flex: 1;
  height: 1px;
}

.category-header-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-900);
  text-decoration: none;
  opacity: .5;
}

.category-header-link:hover {
  opacity: 1;
}

.category-filters-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue-50);
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: sticky;
  top: 90px;
  z-index: 2;
}

.category-filters-bar.is-sticky {
  box-shadow: 0 4px 0 rgb(0 0 0 / 0.2);
}

.category-filters {
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  display: flex;
  min-width: 0;
}

.game-count {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.category-filters-seperator {
  background-image: var(--separator-gradient);
  flex: 1;
  height: 1px;
}

.category-pagination {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.category-page-btn {
  background-color: var(--blue-300);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.category-page-btn.swiper-button-disabled {
  opacity: .45;
  pointer-events: none;
}

.jackpots {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.jackpots-total-label {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
}

.jackpots-total-amount {
  color: var(--red-500);
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
}

.winners-tabs {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-925);
  border-radius: 10px;
  margin-top: 30px;
  padding: 3px;
  display: flex;
}

.winners-tab {
  border: 0;
  background-color: transparent;
  color: var(--blue-400);
  border-radius: 7px;
  flex: 1;
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.winners-tab.selected {
  background-color: var(--blue-50);
  color: var(--blue-900);
}

.winners-tab:focus-visible {
  outline: 2px solid var(--red-500);
  outline-offset: 2px;
}

.winners-viewport {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  overflow: hidden;
}

.winners[hidden] {
  display: none;
}

.winners {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  will-change: transform;
}

.winner-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--blue-900);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.winner-thumbnail {
  border-radius: 10px;
  height: 44px;
}

.winner-game {
  flex: 1;
}

.winner-amount {
  text-align: right;
  width: 200px;
  font-weight: 700;
}

.jackpots-footer {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.footer {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.payments {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-disclaimer {
  opacity: .5;
  color: var(--blue-900);
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}

.footer-cta {
  z-index: 4;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  display: none;
  position: sticky;
  bottom: 0;
}

.footer-cta.is-visible {
  display: flex;
}

.footer-cta-btn {
  box-shadow: 0 5px 0 0 var(--red-950);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#d13339, #92171c);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.category {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  margin-top: 20px;
}

.category-option {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--blue-925);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  height: 44px;
  max-width: 180px;
  min-width: 0;
}

.category-options-wrap {
  position: relative;
  min-width: 0;
}

.category-option-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  line-height: 1.2;
  padding-bottom: 2px;
}

.category-option-icon {
  height: 4px;
  fill: var(--blue-900);
}

.category-option-native {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.category-option-native:focus {
  outline: none;
}

.category-games {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.promo-btn {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform-origin: center center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.promo-thumb {
  width: 100%;
  display: block;
}

.game-btn {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform-origin: center center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.game-thumb {
  width: 100%;
  display: block;
}

@media (hover: hover) {
  .lobby-category .swiper-slide:hover {
    z-index: 2;
  }

  .promo-btn:hover,
  .game-btn:hover {
    transform: scale(1.05);
    z-index: 3;
  }

  #machines .game-btn:hover {
    z-index: 1;
  }
}

.show-more-btn {
  border: 1px dashed var(--blue-200);
  background-color: var(--white);
  color: var(--blue-900);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.hero-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.icon-crypto {
  height: 24px;
}

.sidebar {
  z-index: 4;
  background: var(--overlay-background);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding-top: max(10px, env(safe-area-inset-top));
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: calc(0px - env(safe-area-inset-top));
  right: 0;
  bottom: calc(0px - env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  isolation: isolate;
  overscroll-behavior: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.sidebar.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sidebar-panel {
  border-radius: 0 20px 20px 0;
  flex-flow: column;
  width: 300px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.sidebar.is-open .sidebar-panel {
  transform: translateX(0);
}

.sidebar-panel-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--blue-875);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0;
}

.sidebar-panel-header-primary-btn {
  background-image: linear-gradient(180deg, var(--red-500), var(--red-700));
  color: var(--blue-50);
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.sidebar-panel-header-primary-btn:hover {
  transform: scale(1.05);
}

.sidebar-panel-header-secondary-btn:hover {
  transform: scale(1.05);
}

.sidebar-panel-header-secondary-btn {
  background-color: var(--blue-925);
  color: var(--blue-50);
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.sidebar-panel-main {
  background-color: var(--blue-50);
  flex: 1;
  margin-top: 70px;
  overflow: auto;
}

.sidebar-panel-primary-menu {
  flex-flow: column;
  display: flex;
}

.sidebar-panel-primary-menu-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--blue-100);
  background-color: var(--white);
  color: var(--blue-900);
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sidebar-panel-primary-menu-btn:hover {
  background-color: var(--blue-50);
}

.sidebar-panel-primary-menu-btn.selected {
  background-color: var(--blue-50);
}

.sidebar-panel-secondary-menu {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.sidebar-panel-secondary-menu-btn {
  color: var(--blue-900);
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.sidebar-panel-secondary-menu-btn:hover {
  font-weight: 700;
}

.sidebar-panel-submenu {
  background-color: var(--blue-50);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.sidebar-panel-submenu-btn {
  border-bottom: 1px dashed var(--blue-100);
  color: var(--blue-900);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 25px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.sidebar-panel-submenu-btn-icon {
  height: 16px;
  fill: var(--blue-900);
}

.sidebar-panel-primary-menu-icon {
  width: 32px;
  height: 32px;
  fill: var(--blue-900);
}

.sidebar-panel-footer-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--blue-900);
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.sidebar-panel-footer {
  border-top: 1px solid var(--blue-100);
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block {
  color: var(--blue-900);
}

.sidebar-panel-footer-icon {
  width: 16px;
  height: 16px;
  fill: var(--blue-900);
}

.sidebar-panel-header-default {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.sidebar-panel-header-default a {
    cursor:pointer;
}

.sidebar-panelheader-account {
  flex: 1;
  height: 100%;
  display: none;
}

body.is-authenticated .header-account-btn,
body.is-authenticated .header-secondary-btn,
body.is-authenticated .header-primary-btn,
body.is-authenticated .sidebar-panel-header-default,
body.is-authenticated #hero-register-btn,
body.is-authenticated #footer-register-btn {
  display: none !important;
}

body.is-authenticated .header-balance-btn,
body.is-authenticated .sidebar-panelheader-account,
body.is-authenticated #hero-deposit-btn,
body.is-authenticated #footer-deposit-btn {
  display: flex !important;
}

#hero-deposit-btn,
#footer-deposit-btn {
  display: none;
}

.sidebar-panel-header-account-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  cursor:pointer;
}

.sidebar-panel-header-account-icon-drop {
  position: absolute;
  right: 0;
  fill: var(--white);
  width: 12px;
  height: 8px;
}

.sidebar-panel-header-account-menu {
  z-index: 1;
  border: 1px solid var(--blue-925);
  background-color: var(--blue-875);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 55px;
  left: 5px;
  right: 5px;
  overflow: hidden;
}

.sidebar-panel-header-account-balances {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.sidebar-panel-header-account-balances-balance {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidebar-panel-header-account-balances-balance-label {
  flex: 1;
}

.sidebar-panel-header-account-balances-menu-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--blue-925);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.sidebar-panel-header-account-balances-menu-btn:hover {
  background-color: var(--blue-925);
}

.sidebar-panel-header-account-balances-menu-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.sidebar-panel-header-account-balances-menu {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.modal {
  z-index: 4;
  background: var(--overlay-background);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  display: none;
  position: fixed;
  top: calc(0px - env(safe-area-inset-top));
  right: 0;
  bottom: calc(0px - env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  isolation: isolate;
  overscroll-behavior: none;
  overflow: hidden;
}

.modal-window {
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 390px;
  max-height: 80%;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--blue-900);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  min-height: 60px;
  flex: none;
  padding-right: 15px;
  display: flex;
  position: relative;
  z-index: 1;
}

.modal-header-close-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 30px;
  height: 30px;
}

.modal-header-close-btn:hover svg {
  fill: var(--white);
}

.modal-header-close-btn-icon {
  width: 12px;
  height: 12px;
  fill: var(--blue-400);
}

.modal-header-logo {
  height: 76px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.modal-main {
  background-color: var(--blue-50);
  min-height: 0;
  padding: 45px 15px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.modal-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.modal-form-input-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--blue-200);
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.modal-form-input-box:focus-within {
  border-color: var(--blue-900);
}

.form-error {
  color: var(--red-500);
  margin-top: 5px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.modal-form-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 16px;
}

.modal-form-input:focus {
  outline: none;
}

.modal-form-password-btn {
  background: none;
  border: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.modal-form-password-icon {
  width: 20px;
  height: 20px;
  fill: var(--blue-200);
}

.modal-form-btn {
  background-image: linear-gradient(180deg, var(--red-500), var(--red-700));
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 0 0 var(--red-950);
}

.modal-form-account {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.modal-form-account-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.modal-form-account-options-btn {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.modal-form-account-options-icon {
  height: 32px;
}

.modal-form-account-link {
  color: var(--red-500);
  text-decoration: none;
}

.form-input-dates {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-input-dates.right {
  justify-content: flex-end;
}

.form-input-date {
  position: relative;
}

.form-input-date-btn {
  color: var(--blue-900);
  text-align: right;
  width: 2.5ch;
  font-size: 16px;
  line-height: 16px;
}

.form-input-date.year .form-input-date-btn {
  width: 4.5ch;
}

.form-input-date-native {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-input-date-native:focus {
  outline: none;
}

.modal-form-disclaimer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.modal-form-link {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
  color: var(--blue-900);
  text-decoration: none;
}

.icon-busy {
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.search-results {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1360px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.search-box {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 80%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.search-box-query {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.search-box-query-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box-query-btn-icon {
  width: 24px;
  height: 24px;
  fill: var(--blue-900);
} 

.search-box-query-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.search-box-query-input:focus {
  outline: none;
}

.search-box-close-btn {
  background-image: linear-gradient(180deg, var(--red-500), var(--red-700));
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.search-box-close-icon {
  width: 16px;
  height: 16px;
  fill: var(--white);
}


.search-results {
  position: relative;
  z-index: 1;
}

.header-balance-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  background-color: var(--blue-925);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-400);
  text-decoration: none;
}

.header-balance-btn:hover {
  color: var(--white);
}

.header-balance-amount {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header-balance-plus {
  background-image: linear-gradient(180deg, var(--red-500), var(--red-700));
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-balance-plus-icon {
  height: 16px;
  fill: var(--white);
}

.header-account-btn-icon,
.header-menu-btn-icon,
.payments-icon {
  height: 24px;
  fill: var(--blue-400);
  cursor:pointer;
}

.page-main {
  background-color: var(--blue-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-main-h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 48px;
}

.page-main-small {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.page-main-link {
  font-size: 12px;
  color: var(--red-700);
}

.deposit-bonus {
  width: 100%;
  max-width: 900px;
  margin-top: 25px;
  margin-bottom: 0px;
}

.deposit-bonus [hidden] {
  display: none;
}

.deposit-bonus-panel {
  position: relative;
  min-height: 170px;
  padding: 25px;
  background-color: var(--white);
  border: 2px solid;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.deposit-bonus-panel-offer {
  border-color: var(--blue-500);
  box-shadow: 0 8px 20px rgb(112 131 255 / 0.16);
}

.deposit-bonus-panel-applied {
  border-color: var(--green-600);
  box-shadow: 0 8px 20px rgb(91 167 66 / 0.14);
}

.deposit-bonus-badge {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 20px;
  color: var(--white);
  background-color: var(--blue-500);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.deposit-bonus-panel-applied .deposit-bonus-badge {
  background-color: var(--green-600);
}

.deposit-bonus-title {
  color: var(--blue-900);
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.deposit-bonus-link {
  padding: 0;
  color: var(--blue-500);
  background: none;
  border: 0;
  border-bottom: 1px dashed currentColor;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.deposit-bonus-panel-applied .deposit-bonus-link {
  color: var(--green-600);
}

.deposit-bonus-code-entry {
  padding: 30px 35px;
  background-color: var(--white);
  border: 1px solid var(--blue-200);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgb(37 45 97 / 0.06);
}

.deposit-bonus-code-controls {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.deposit-bonus-code-input {
  flex: 1;
  min-width: 0;
  height: 58px;
  padding: 0 22px;
  color: var(--blue-900);
  background-color: var(--gray-100);
  border: 1px solid var(--blue-200);
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
}

.deposit-bonus-code-input:focus {
  border-color: var(--blue-500);
  outline: none;
}

.deposit-bonus-btn {
  min-width: 120px;
  min-height: 58px;
  padding: 0 20px;
  color: var(--white);
  border: 0;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
}

.deposit-bonus-btn-primary {
  background-color: var(--blue-900);
}

.deposit-bonus-btn-danger {
  background-color: var(--red-700);
}

.deposit-bonus-error {
  margin-top: 16px;
  color: var(--red-700);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.deposit-bonus-applied-content,
.deposit-bonus-confirm-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.deposit-bonus-confirm-question {
  color: var(--blue-900);
  font-size: 20px;
  line-height: 26px;
}

.deposit-bonus-confirm-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-sports-container {
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.page-sports-sticky {
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(8, 14, 55, .16);
}

.page-sports-demo-toolbar {
  background-color: var(--blue-950);
  color: var(--blue-50);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 20px 24px;
  display: flex;
}

.page-sports-demo-brand {
  letter-spacing: -.04em;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.page-sports-demo-status {
  opacity: .7;
  font-size: 14px;
  font-weight: 600;
}

.page-sports-demo-body {
  background:
    linear-gradient(180deg, rgba(10, 22, 76, .06), rgba(10, 22, 76, 0)),
    linear-gradient(135deg, #f8fbff, #edf3ff 45%, #ffffff 100%);
  flex: 1;
  min-height: calc(100vh - 78px);
  min-height: calc(100dvh - 78px);
  padding: 24px;
}

.page-sports-demo-card {
  border: 1px solid rgba(8, 14, 55, .08);
  background-color: rgba(255, 255, 255, .92);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(8, 14, 55, .08);
}

.page-sports-demo-label {
  color: var(--blue-400);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.page-sports-demo-title {
  color: var(--blue-950);
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.page-sports-demo-copy {
  color: var(--blue-700);
  max-width: 32ch;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.page-sports-demo-panels {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.page-sports-demo-panel {
  background-color: var(--blue-50);
  border-radius: 16px;
  min-height: 120px;
  padding: 16px;
}

.page-sports-demo-panel-title {
  color: var(--blue-950);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.page-sports-demo-panel-copy {
  color: var(--blue-700);
  font-size: 13px;
  line-height: 1.5;
}

.page-sports-scroll-spacer {
  width: 100%;
  max-width: 1360px;
  height: 120vh;
}

.page-main-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.page-main-container.compact {
  max-width: 900px;
}

.page-main-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.page-main-grid-centered {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.page-main-grid-centered .page-main-grid-btn {
  flex: 0 1 calc((100% - 32px) / 3);
}

.page-main-grid-btn {
  border-radius: 20px;
  overflow: hidden;
}

.page-main-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
  display: flex;
}

.page-main-cards.wide {
  max-width: 900px;
}

.page-main-cards-card {
  border: 1px solid var(--blue-100);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  padding: 0px;
  display: flex;
  box-shadow: 0 2px 0 0 var(--blue-100);
}

.page-main-cards-card-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background: none;
  border: 0;
  color: var(--blue-900);
  cursor: pointer;
  font: inherit;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  text-align: left;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.page-main-cards-card-title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.page-main-cards-card-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}

.page-main-cards-card-body.hide {
  display: none;
}

.page-main-cards-card-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  padding-top: 15px;
}

.confirm-success.page-main-cards-card-form div {
    color: green;
}

.confirm-error.page-main-cards-card-form div {
    color: red;
}

.resend-confirmation-sms {
    cursor:pointer;
    color: green;
    border-bottom: 1px dotted green;
}

.page-main-cards-card-form-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.page-main-cards-card-form-row > div {
  min-width: 0;
}

.page-main-cards-card-form-input-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--blue-100);
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  transition: border-color .2s ease;
  display: flex;
}

.page-main-cards-card-form-input-box.error {
      border: 1px solid red;

}

.page-main-cards-card-form-input-box:focus-within {
  border-color: var(--blue-400);
}

.page-main-cards-card-form-input-box.is-textarea {
  align-items: stretch;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-main-cards-card-form-input-label-wrapper {
  display: flex;
}

.page-main-cards-card-form-input-label {
  margin-bottom: 5px;
  margin-left: 5px;
  color: var(--blue-900);
  opacity: .65;
  font-size: 12px;
  line-height: 14px;
  flex: 1 1 0%;
}

.new-card-btn {
  color: var(--blue-900);
  opacity: .65;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor:pointer;
}

.page-main-cards-card-form-input {
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.page-main-cards-card-form-input:focus,
.page-main-cards-card-form-input:focus-visible {
  outline: none;
}

.page-main-cards-card-form-input.is-textarea {
  display: block;
  width: 100%;
  min-height: 0;
  line-height: 1.4;
  resize: none;
}

.form-select {
  flex: 1;
  min-width: 0;
  height: 100%;
  position: relative;
}

.form-select-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-900);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-select-label {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-select-icon {
  color: var(--blue-200);
  flex: none;
  width: 14px;
  height: 8px;
}

.form-select-native {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-select-native:focus {
  outline: none;
}

.page-main-cards-card-form-input-dates {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-form-input-copy {
  flex: 1;
  font-size: 16px;
  line-height: 16px;
}

.page-main-cards-card-form-btn {
  background-image: linear-gradient(180deg, var(--red-500), var(--red-700));
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  border: 0;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 3px 0 0 var(--red-950);
}


.page-main-cards-card-form-btn.approved {
  background-color: var(--green-600);
  background-image: none;
}

.page-main-cards-card-form-btn.waiting {
  background-color: var(--gray-400);
  background-image: none;
}

.page-main-cards-card-toggle-logo {
  height: 20px;
}

.page-main-cards-card-form-small {
  opacity: .5;
  color: var(--blue-900);
  font-size: 12px;
  line-height: 14px;
}

.page-main-cards-card-form-small-link {
  text-decoration: underline;
}

.edit-profile-intro {
  max-width: 520px;
}

.edit-profile-card-heading {
  margin-bottom: 10px;
}

.edit-profile-preference-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-900);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.edit-profile-preference-checkbox {
  appearance: none;
  border: 1px solid var(--blue-100);
  background-color: var(--white);
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
  transition: border-color .2s ease, background-color .2s ease;
}

.edit-profile-preference-checkbox:checked {
  border-color: var(--blue-900);
  background-color: var(--blue-900);
}

.edit-profile-preference-value {
  flex: 1;
}

.category-page-icon {
  height: 10px;
  fill: var(--blue-900);
}

.page-main-h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.content-main-banner {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 50px;
}

.withdraw-history {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: none;
  position: relative;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-align: center;
  font-size: 14px;
}

.withdraw-history-btn {
  color: var(--blue-900);
  width: fit-content;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.withdraw-max-amount {
  color: var(--red-500);
  font-weight: 700;
}

.game-header {
  background-color: var(--blue-950);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.game-header-tools {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game-header-tools-btn {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.game-header-tools-btn-icon {
  height: 26px;
  fill: var(--white);
}

.game-header-tools-btn.is-active .game-header-tools-btn-icon {
  fill: var(--red-500);
}

.game-header-primary-btn {
  background-image: linear-gradient(180deg, #d13339, var(--red-700));
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.game-header-primary-btn:hover {
  transform: scale(1.02);
}

.body.game-page {
  --game-header-height: 90px;
  background-color: var(--blue-950);
  height: 100vh;
  height: 100dvh;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.body.game-page.sports {
    overflow: auto !important;
}

    .game-frame {
        flex: none;
        width: 100%;
        height: calc(100vh - var(--game-header-height));
        height: calc(100dvh - var(--game-header-height));
    }

.game-frame-embed {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .modal-window {
    max-height: 100%;
  }

  .hero {
    justify-content: flex-start;
    align-items: center;
  }

  .category-pagination {
    display: none;
  }

  .categories-menu-left {
    display: none;
  }
  
  .categories-menu-right {
    display: none;
  }

  .category-games,
  .search-results {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page-main-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .page-main-grid-centered .page-main-grid-btn {
    flex-basis: calc((100% - 16px) / 2);
  }

  .page-sports-demo-panels {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }

  .logo {
    height: 76px;
  }

  .header-left {
    margin-left: 10px;
  }

  .header-right {
    margin-right: 10px;
  }

  .header-primary-btn,
  .header-secondary-btn {
    display: none;
  }

  .header-account-btn {
    display: flex;
  }

  .game-count {
    /*display: none;*/
  }

  .hero {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .hero-container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-h1 {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    text-shadow: 0px 4px 0 #b1b1b1;
  }

    .weekend-bonus .hero-h1 {
        font-size: 35px;
        line-height: 35px;
        text-shadow: 0px 2px 0 #b1b1b1;
    }

  .hero-h2 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-cta-btn {
    height: 45px;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-info {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-img {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 767px 250px;
    width: 100%;
    height: 250px;
    display: block;
  }

  .hero-img.casino {
    background-image: url("../images/design/mobile_casino_bg.webp");
  }

    .hero-img.sports {
      background-image: url("../images/design/mobile_sports_bg.webp");
    }

  .categories-menu {
    height: 60px;
  }

  .categories-menu-btn {
    font-size: 12px;
    line-height: 12px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .categories-menu-buttons {
    padding-left: 10px;
  }

  .categories-menu-btn-icon {
    height: 18px;
  }

  .categories-menu-right {
    padding-right: 10px;
  }

  .categories-menu-search-btn-icon {
    height: 18px;
  }
  .lobby {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .lobby.hide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-header-title {
    font-size: 20px;
    line-height: 20px;
  }

  .category-filters-bar {
    top: 60px;
  }

  .category-filters-seperator {
    /*display: none;*/
  }

  .jackpots {
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jackpots-total-label {
    font-size: 6vw;
    line-height: 6vw;
  }

  .jackpots-total-amount {
    font-size: 13vw;
    line-height: 13vw;
  }

  .winner-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .winner-thumbnail {
    height: 40px;
  }

  .winner-game {
    display: none;
  }

  .winner-amount {
    width: auto;
  }

  .winner-name {
    text-align: left;
    flex: 1;
  }

  .footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-cta-btn {
    width: 80%;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
    min-width: none;
  }

  .category {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-games {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-cta {
    margin-top: 15px;
  }

  .icon-crypto {
    height: 20px;
  }

  .sidebar-panel {
    width: 75%;
  }

  .search-results {
    grid-template-columns: 1fr 1fr;
  }

  .search-box {
    max-width: none;
  }

  .header-balance-btn {

  }

  .header-balance-amount {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-balance-plus-icon {
    height: 14px;
  }

  .page-main-h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .page-main-container {
    padding-top: 40px;
  }

  .page-main-grid {
    grid-template-columns: 1fr;
  }

  .page-main-grid-centered .page-main-grid-btn {
    flex-basis: 100%;
  }

  .page-sports-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-sports-sticky {
    border-radius: 18px;
  }

  .page-sports-demo-toolbar {
    min-height: 60px;
    padding: 16px;
  }

  .page-sports-demo-brand {
    font-size: 20px;
  }

  .page-sports-demo-status {
    font-size: 12px;
  }

  .page-sports-demo-body {
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
    padding: 16px;
  }

  .page-sports-demo-card {
    border-radius: 16px;
    padding: 18px;
  }

  .page-sports-demo-title {
    font-size: 30px;
  }

  .page-sports-scroll-spacer {
    height: 90vh;
  }

  .page-main-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-main-h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .game-header {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body.game-page {
    --game-header-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .deposit-bonus {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .deposit-bonus-panel {
    min-height: 150px;
    padding: 40px 15px 20px;
    border-radius: 15px;
  }

  .deposit-bonus-badge {
    max-width: calc(100% - 24px);
    padding: 7px 12px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .deposit-bonus-title {
    font-size: 22px;
    line-height: 27px;
  }

  .deposit-bonus-link {
    font-size: 16px;
    line-height: 20px;
  }

  .deposit-bonus-code-entry {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .deposit-bonus-code-controls {
    flex-wrap: wrap;
  }

  .deposit-bonus-code-input {
    flex-basis: 100%;
    height: 52px;
    font-size: 16px;
  }

  .deposit-bonus-btn {
    flex: 1;
    min-width: 0;
    min-height: 50px;
    padding: 0 12px;
    font-size: 16px;
  }

  .deposit-bonus-error {
    font-size: 14px;
  }

  .deposit-bonus-confirm-question {
    font-size: 17px;
    line-height: 23px;
  }
}
