/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.game-thumb {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 180px;
}

.game-thumb-ratio-wrapper {
  height: 0;
  padding-top: 120.1%;
}

.game-thumb-container {
  background: #7e7e7e;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* stylelint-disable-next-line property-no-unknown */
  user-drag: none;
}
.game-thumb-container.game-thumb-default {
  background: #f3f3f3;
}
.game-thumb-container.game-thumb-default .game-thumb-img {
  max-width: 8.5625rem;
  margin: 0 auto;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}
.game-thumb-container:not(.game-thumb-default)::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(84, 75, 201, 0) 55%,
    rgba(38, 59, 87, 1)100%
  );
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.game-thumb-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0 0.625rem 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.game-thumb-tags {
  bottom: auto;
  left: auto;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.game-thumb-tags .game-thumb-tag {
  font-size: 0.625rem;
  font-weight: 500;
  color: #222;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  min-width: 2.8125rem;
  min-height: 1.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.game-thumb-jackpot {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcad6d;
  box-sizing: border-box;
  padding: 2% 10%;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}

.game-thumb-name {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  display: inline-block;
}

.game-thumb-vendor {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #89f8ff;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.game-thumb-img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.game-thumb-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.game-thumb-play svg {
  fill: #fff;
  height: 30%;
  width: 30%;
}

.desktop .game-thumb-play:hover {
  opacity: 1;
}

.game-skeleton {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
@keyframes wave-animation {
  100% {
    transform: translateX(100%);
  }
}
.game-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(239, 239, 239, 0) 0,
    rgba(239, 239, 239, 0.2) 20%,
    rgba(239, 239, 239, 0.5) 60%,
    rgba(239, 239, 239, 0)
  );
  animation: wave-animation 2s infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinnerContainer,
.spinnerContainerV2 {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.spinnerContainer .loadingSpinner,
.spinnerContainerV2 .loadingSpinner {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  will-change: transform;
}

.spinnerContainer .loadingSpinner {
  border: solid 5px #cfd0d1;
  border-bottom-color: #1c87c9;
}

.spinnerContainerV2 .loadingSpinner {
  border: solid 2px transparent;
  border-bottom-color: #544bc9;
  border-left-color: #544bc9;
  border-right-color: #544bc9;
}

/*--palette-text-primary: #222;
--palette-custom-text-link: #544bc9;
--safe-area-inset-top: env(safe-area-inset-top);
--safe-area-inset-right: env(safe-area-inset-right);
--safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-left: env(safe-area-inset-left);
--vh: 5.01px;
box-sizing: border-box;
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;*/

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.tabBar {
  font-size: 0.625rem;
  font-weight: 400;
  height: 100%;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}
.tabBar .tabBarIcon {
  fill: #544bc9;
}
.tabBar .tabBarItem {
  position: relative;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.tabBarItem {
  align-items: center;
  color: #515151;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  flex-basis: 20%;
  font-weight: 600;
}
.tabBarItem svg {
  fill: #515151;
  height: 1.5rem;
  width: 1.5rem;
}
.tabBarItem.selected {
  background-color: rgba(84, 75, 201, 0.1);
  border-radius: 0.75rem;
}
.tabBarItem .selectedCircle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  bottom: -0.375rem;
  margin-top: 2.8125rem;
  position: absolute;
  background-color: #544bc9;
}

.tabBarItemTitle {
  color: #544bc9;
  line-height: 1.25rem;
}

@media (max-width: 850px) {
  .tabBarItemTitle {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.desktop .tabBarItem {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  overflow: visible;
}
.desktop .tabBarItem:first-of-type {
  margin-left: 2.5rem;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.navBar {
  align-items: center;
  display: flex;
  height: 100%;
}
.navBar .logoContainerWrapper {
  min-width: 16.8125rem;
}
.navBar .logoContainer {
  display: flex;
  height: 100%;
}
.navBar .logoContainer img {
  max-height: 5.625rem;
}
.navBar .tabBarItem {
  flex-grow: 1;
  flex-basis: auto;
}
.navBar .tabBarItemTitle {
  color: #fff;
}
.navBar .more {
  cursor: pointer;
  fill: #544bc9;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
  margin-left: 0.625rem;
}
@media (max-width: 850px) {
  .navBar {
    justify-content: center;
  }
}
.navBar .depositButton {
  padding: 0.5rem 1rem;
  height: 2.5rem;
  -webkit-font-smoothing: antialiased;
}
.navBar .depositIcon {
  width: 2.25rem;
  margin-left: 0.375rem;
  fill: #fff;
}
.navBar .depositButton.isGamePage .depositIcon {
  margin: 0;
}

.navBarButtonContainer {
  flex-grow: 1;
  text-align: right;
}
.navBarButtonContainer .loginButton {
  margin-right: 0.5rem;
  line-height: 1.125rem;
  color: #544bc9;
  font-size: 16px;
  font-weight: 600;
}
.navBarButtonContainer .signUpButton {
  padding: 0.5rem 1rem;
  font-size: 16px;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-disable selector-max-id */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
:root {
  --palette-text-primary: #222;
  --palette-custom-text-link: #544bc9;
  --vh: 100%;
}

@supports (padding-top: constant(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-right: constant(safe-area-inset-right);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-left: constant(safe-area-inset-left);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
  }
}
@media (max-width: 850px) {
  ::-webkit-scrollbar {
    height: 0;
    width: 2px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
  }
}
/** Remove auto fill color */
.desktop body input:-webkit-autofill,
.mobile body input:-webkit-autofill,
.tablet body input:-webkit-autofill {
  -webkit-animation-fill-mode: both !important;
  -webkit-transition: background-color 9999s 0s linear;
  transition: background-color 9999s 0s linear;
  will-change: background-color;
}

a {
  color: var(--palette-custom-text-link);
  cursor: pointer;
  text-decoration: none;
}

html,
body {
  margin: 0;
}

html.ios {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-text-size-adjust: 100%;
}
html.ios body {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-text-size-adjust: 100%;
}



.top-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  background-color: #190060;
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media (min-width: 1024px) {
  .top-nav {
    padding: 0 5rem;
  }
  .top-nav.side-menu-opened {
    padding-right: calc(5rem + 16px);
  }
}
@media (max-width: 850px) {
  .top-nav {
    height: 4.5rem;
  }
}

body .regily-module {
  background: rgba(0, 0, 0, 0.4);
}

.content-row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.mobile.ios .safeAreaDarken {
  background-color: #000;
}

.content {
  min-height: 100vh;
}

.MuiPopover-paper {
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.MuiMenu-paper {
  max-height: calc(100% - 96px);
  -webkit-overflow-scrolling: touch;
}
.MuiMenu-list {
  outline: 0;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary {
  color: #f50057;
}
.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}

.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
}
.MuiInputBase-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.MuiInputBase-multiline {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline.MuiInputBase-marginDense {
  padding-top: 3px;
}
.MuiInputBase-fullWidth {
  width: 100%;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:focus {
  outline: 0;
}
.MuiInputBase-input:invalid {
  box-shadow: none;
}
.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.PrivateNotchedOutline-root-1 {
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
}
.PrivateNotchedOutline-legend-2 {
  padding: 0;
  text-align: left;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  line-height: 11px;
}
.PrivateNotchedOutline-legendLabelled-3 {
  width: auto;
  height: 11px;
  display: block;
  padding: 0;
  font-size: 0.75em;
  max-width: 0.01px;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  visibility: hidden;
}
.PrivateNotchedOutline-legendLabelled-3 > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.PrivateNotchedOutline-legendNotched-4 {
  max-width: 1000px;
  transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
}

/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

.promo-banner {
  width: 100%;
  position: relative;
}
.promo-banner .promo-terms {
  color: #fff;
  text-decoration: underline;
}

.promo-banner-container {
  margin: 0;
}

.jp .promo-banner {
  font-family: "Noto Sans JP", sans-serif;
}
.jp .promo-img {
  height: 105%;
}
@media (min-width: 568px) and (max-width: 850px) {
  .jp .promo-img {
    height: 190%;
  }
}
@media (max-width: 320px) {
  .jp .promo-img {
    height: 110%;
  }
}
.jp .promo-box {
  padding-top: 8.5rem;
  padding-bottom: 3rem;
}
.jp .promo-content {
  padding: 0;
}
.jp .promo-banner-caption {
  font-size: 1rem;
  line-height: 1.5rem;
}

.jp .promo-banner-header p {
  margin: 0;
}
.jp .promo-banner-subline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: radial-gradient(100% 5568.89% at 0% 0%, #544bc9 0%, #a44bc9 100%),
    #544bc9;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
  text-shadow: 0 4px 0 rgba(41, 48, 71, 0.1);
}
@media (max-width: 320px) {
  .jp .promo-banner-header {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .jp .promo-banner-subline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.jp.desktop .promo-box {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.jp.desktop .promo-img {
  height: 100%;
}
.jp.desktop .promo-banner-caption {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.jp.desktop .promo-banner-header {
  font-size: 2.5rem;
  line-height: 3rem;
}
.jp.desktop .promo-banner-subline {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.fullPageloader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes ldio-fyszzpnu77a-r {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ldio-fyszzpnu77a-s {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: translate(-30px, -30px) scale(0);
  }
  50% {
    transform: translate(-30px, -30px) scale(1);
  }
  100% {
    transform: translate(-30px, -30px) scale(0);
  }
}
.ldio-fyszzpnu77a > div {
  transform: translate(0, -15px);
}

.ldio-fyszzpnu77a > div > div {
  animation: ldio-fyszzpnu77a-r 1s linear infinite;
  transform-origin: 100px 100px;
}

.ldio-fyszzpnu77a > div > div > div {
  position: absolute;
  transform: translate(100px, 92px);
}

.ldio-fyszzpnu77a > div > div > div > div {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #a44bc9;
  animation: ldio-fyszzpnu77a-s 1s linear infinite;
}

.ldio-fyszzpnu77a > div > div:last-child {
  animation-delay: -0.5s;
}

.ldio-fyszzpnu77a > div > div:last-child > div > div {
  animation-delay: -0.5s;
  background: #544bc9;
}

.loadingio-spinner-interwind-asxkld4ngtv {
  width: 12.5rem;
  height: 12.5rem;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-fyszzpnu77a {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-fyszzpnu77a div {
  box-sizing: content-box;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.lander {
  width: 100%;
  min-height: 100vh;
}
.lander .loader {
  position: relative;
  height: 100vh;
}

.lander-header {
  width: 100%;
  position: relative;
}

.lander-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.search-bar {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0, 0, 0.2, 1),
    opacity 300ms cubic-bezier(0, 0, 0.2, 1);
}

.search-bar-slide-in {
  transform: none;
  opacity: 1;
}

.search-bar-container {
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 5568.89% at 0% 0%, #ac4fd4 0%, #ff60b2 100%);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding: 0 1.5rem;
  align-items: center;
}

.search-input-container {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search-input-container .search-input {
  font-weight: 600;
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 100%;
  padding-bottom: 0.25rem;
  line-height: 1.5rem;
}
.search-input-container .search-input::-moz-placeholder {
  color: #fff;
}
.search-input-container .search-input::placeholder {
  color: #fff;
}
.search-input-container .search-input:focus {
  outline: none;
}

.search-control-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}
.search-control-container .search-control {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search-control-container .search-reset {
  cursor: pointer;
}

.search-cancel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.search-cancel svg {
  fill: #544bc9;
  width: 1rem;
}

.desktop .search-bar {
  width: 100%;
}
.desktop .search-bar-container {
  padding: 0 5rem 0 6rem;
}
.desktop .search-control-container {
  margin-right: 5rem;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.windowed-grid-container {
  position: relative;
  width: 100%;
}
.windowed-grid-container div {
  outline: none;
}
.windowed-grid-container .infinite-scroll-loader {
  margin-top: 3.125rem;
}
.windowed-grid-container .infinite-scroll-loader .loader {
  top: auto;
}

.windowed-grid-row {
  display: flex;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.searchDisplay {
  width: 100%;
}

.searchSection {
  margin-bottom: 1.5rem;
}
.searchSection .sectionTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: block;
  line-height: 2.375rem;
}
.searchSection .sectionBody {
  position: relative;
}

.desktop .searchSection {
  margin-bottom: 2.5rem;
}
.desktop .searchSection .sectionTitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/* stylelint-disable */
:export {
  searchMobileQuery: "(max-width: 768px)";
  searchMobileMidPointQuery: "(min-width: 768px) and (max-width: 1200px)";
  searchMobileLandscapeQuery: "(min-width: 568px) and (orientation: landscape)";
  searchDesktopQuery: "(min-width: 1200px)";
}

.search {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.search-preview {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 1.75rem 1rem;
}
.search-preview .search-body {
  min-height: 50vh;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.search-preview .search-body .title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
  margin: 0;
  /* stylelint-disable at-rule-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  /* stylelint-disable property-no-vendor-prefix */
  background: -webkit-linear-gradient(0, #544bc9, #a44bc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-preview .search-body .subTitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
  padding-top: 0.5rem;
  max-width: 37.5rem;
  margin: auto;
}
.search-preview .search-thumb {
  flex-basis: 100%-1rem/2;
  margin: 0 1rem 1rem 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .search-preview .search-thumb {
    flex-basis: 100%-3rem/4;
  }
}
@media (min-width: 568px) and (orientation: landscape) {
  .search-preview .search-thumb {
    flex-basis: 100%-3rem/4;
  }
}
.search-preview .search-thumb:last-child {
  margin-right: 0;
}

.desktop .search-preview {
  padding: 2.5rem 6.7%;
}
.desktop .search-preview .search-body .title {
  font-size: 3rem;
  line-height: 3.5rem;
}
.desktop .search-preview .search-body .subTitle {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  .desktop .search-preview .search-thumb {
    flex-basis: 100%-4rem/5;
  }
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.swiper-scroll {
  flex: 1;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x proximity;
}
.swiper-scroll::-webkit-scrollbar {
  display: none;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.game-category {
  padding: calc(1.375rem - 1rem) 0 0;
  width: 100%;
}
.game-category div {
  outline: none;
}
.game-category:first-child {
  padding-top: 1.375rem;
}
.game-category:last-child {
  padding-bottom: 2.5rem;
}
.game-category .swipeable-list .swiper-slide {
  flex-basis: 28%;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .game-category .swipeable-list .swiper-slide {
    flex-basis: calc(20% - 0.5rem);
  }
}

.last-games .game-category {
  padding-bottom: 0;
}

.game-category-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 0.5rem;
  width: 100%;
}
.game-category-header .game-category-name {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--text-color);
}
@media (min-width: 768px) {
  .game-category-header .game-category-name {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}
.game-category-header .category-expand {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #544bc9;
  cursor: pointer;
}

.game-category-container {
  margin-left: 1rem;
  position: relative;
  min-height: 9.375rem;
}
.game-category-container .game-thumb {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.game-category-expand {
  position: relative;
}
.game-category-expand .game-thumb {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  flex-basis: calc(33% - 0.5rem);
}
@media (min-width: 568px) {
  .game-category-expand .game-thumb {
    flex-basis: calc(25% - 0.5rem);
    max-width: calc(20% - 0.5rem);
  }
}
@media (min-width: 850px) {
  .game-category-expand .game-thumb {
    margin-right: 1rem;
    flex-basis: calc(25% - 0.5rem);
  }
}

.game-category-row {
  display: flex;
  outline: none;
}

.casino .game-category:not(.popular-live-games) .game-thumb-name {
  display: none;
}
@media (min-width: 850px) {
  .casino .game-category:not(.popular-live-games) .game-thumb-name {
    /* stylelint-disable property-no-vendor-prefix */
    /* stylelint-disable value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.live-casino .game-category-container .game-thumb {
  flex-basis: calc(50% - 0.5rem - 0.6875rem);
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .live-casino .game-category-container .game-thumb {
    flex-basis: calc(25% - 0.5rem);
  }
}
.live-casino .game-category-expand .game-thumb {
  flex-basis: calc(50% - 0.5rem);
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .live-casino .game-category-expand .game-thumb {
    flex-basis: calc(25% - 0.5rem);
  }
}
.live-casino .swipeable-list .swiper-slide {
  flex-basis: calc(50% - 0.5rem - 0.6875rem);
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .live-casino .swipeable-list .swiper-slide {
    flex-basis: calc(25% - 0.5rem);
  }
}

.desktop .game-category {
  padding: calc(1.75rem - 1rem) 0 0;
}
.desktop .game-category:first-child {
  padding-top: 1.75rem;
}
.desktop .game-category:last-child {
  padding-bottom: 4rem;
}
.desktop .game-category .game-thumb {
  flex-basis: calc(14% - 0.6875rem);
}
.desktop .game-category .swipeable-list .swiper-slide {
  margin-right: 1rem;
  flex-basis: calc(14% - 0.6875rem);
}
.desktop .game-category-header {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 6.7% 0.75rem;
  line-height: 2rem;
}
.desktop .game-category-container {
  margin: 0 6.7%;
}
.desktop .game-category-expand .game-thumb {
  margin-bottom: 1rem;
}
.desktop .game-category-expand .game-thumb:last-child {
  margin-right: 0;
}
.desktop .last-games .game-category {
  padding-bottom: 0;
}

.mobile .content {
  padding-bottom: 0;
}

/**
* Swipeable list with scroll
*/
.game-category .game-category-container {
  display: flex;
  overflow: hidden;
}
html.mobile .game-category .game-category-container {
  margin-left: 0;
}
html.mobile .game-category.game-category-expand .game-category-container {
  margin-left: 1rem;
}

.swiper-scroll .game-slide {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 0.5rem - 2 * 0.25rem);
  margin-right: 1rem;
  scroll-snap-align: center;
}

@media (max-width:700px) {
  .game-slide {
    max-width:80px;
  }
}
.swiper-scroll .game-slide:last-child {
  margin-right: 1rem;
}
.swiper-scroll .game-slide .game-thumb {
  margin-bottom: 0.5rem;
}
@media (min-width: 850px) {
  .swiper-scroll .game-slide .game-thumb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .swiper-scroll .game-slide:first-child {
    padding-left: 1rem;
    width: 33%;
  }
  .swiper-scroll .game-slide:first-child.game-thumb {
    padding-left: 0;
    margin-left: 1rem;
    width: calc(33% - 1rem);
  }
}
@media (min-width: 568px) {
  .swiper-scroll .game-slide {
    width: calc(20% - (1rem - 0.1875rem));
  }
  .swiper-scroll .game-slide:first-child {
    padding-left: 1rem;
    width: calc(20% + 0.1875rem);
  }
  .swiper-scroll .game-slide:first-child.game-thumb {
    padding-left: 0;
    margin-left: 1rem;
    width: calc(20% - 1rem);
  }
}
@media (min-width: 850px) {
  .swiper-scroll .game-slide {
    margin-right: 1rem;
    width: calc(14% - 0.6875rem);
  }
  .swiper-scroll .game-slide:first-child {
    padding-left: 0;
    width: calc(14% - 0.6875rem);
  }
  .swiper-scroll .game-slide:first-child.game-thumb {
    margin-left: 0;
    width: calc(14% - 0.6875rem);
  }
  .swiper-scroll .game-slide:last-child {
  }
}
@media (max-width: 767px) {
.game-thumb {
  min-width:80px;
}
}

.live-casino .swiper-scroll .game-slide {
  width: calc(50% - 0.5rem - 2 * 0.5rem);
}
@media (max-width: 767px) {
  .live-casino .swiper-scroll .game-slide:first-child {
    width: calc(50% - 0.5rem);
    margin-left:10px;
  }
  .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
    width: calc(50% - 0.5rem - 2 * 0.5rem);
  }
}
@media (min-width: 568px) {
  .live-casino .swiper-scroll .game-slide {
    width: calc(20% - (1rem - 0.1875rem));
  }
  .live-casino .swiper-scroll .game-slide:first-child {
    width: calc(20% + 0.1875rem);
  }
  .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
    width: calc(20% - 1rem);
  }
}
@media (min-width: 850px) {
  .live-casino .swiper-scroll .game-slide {
    width: calc(14% - 0.6875rem);
  }
  .live-casino .swiper-scroll .game-slide:first-child {
    padding-left: 0;
    width: calc(14% - 0.6875rem);
  }
  .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
    margin-left: 10px;
    width: calc(14% - 0.6875rem);
  }
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.category-nav {
  position: sticky;
  background: radial-gradient(circle, #0bdede 5%, #263b57 90%);
  white-space: nowrap;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 4.5rem;
  padding: 0 6.7%;
  overflow: hidden;
}
@media (max-width: 850px) {
  .category-nav {
    padding: 0;
    height: 4.5rem;
  }
  .category-nav::after,
  .category-nav::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    top: 0;
    height: 4.5rem;
    z-index: 1;
  }
}

.navBarVisible .category-nav {
  top: 5rem;
}
@media (max-width: 850px) {
  .navBarVisible .category-nav {
    top: 4.5rem;
  }
}

.category-nav-bar {
  flex: 1;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  position: relative;
  height: 2.5rem;
  padding-right: calc(3rem + 1.25rem);
}
@media (min-width: 850px) {
  .category-nav-bar {
    padding-right: calc(3rem + 1.25rem);
  }
}

.category-nav-bar::-webkit-scrollbar {
  display: none;
}

.category-nav-search {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 1.25rem;
  z-index: 1;
}
.category-nav-search svg {
  fill: #544bc9;
  height: 1.25rem;
  width: 1.25rem;
}
@media (min-width: 850px) {
  .category-nav-search {
    right: 6.7%;
  }
}

.category-nav-item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0.6875rem 0.9375rem;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
}
.category-nav-item:visited,
.category-nav-item:hover {
  color: #fff;
}

.nav-selected {
  color: #fff;
  font-weight: 700;
}
.nav-selected::after {
  content: "";
  height: 0.3125rem;
  background-color: #a44bc9;
  display: block;
  margin-top: 0.25rem;
}
.nav-selected:visited,
.nav-selected:hover {
  color: #fff;
}

/* .nav-links li:last-child a {
  color: white;
  background-color: var(--button-color);
  border-radius: 8px;
} */

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.lobby {
  width: 100%;
  position: relative;
  background-color: var(--background-color);
}
.lobby .categoryHidden {
  display: none;
}

/**
 * mixins.scss can't be imported in variables.scss due to recursive imports.
 * Therefore we redeclare that function.
 */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}

/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}

/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.product {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.product .product-error {
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60vh;
}

/* Live Casino Expander */
.game-category-container {
  display: flex;
  flex-wrap: wrap;
}

.game-thumb {
  flex: 1 1 20%; /* Adjust the percentage as needed */
  box-sizing: border-box;
  margin: 10px;
}

.swiper-scroll.expanded {
  display: flex;
  flex-wrap: wrap;
}

.see-all-button {
  color: var(--headings-color);
}
