[class*=is-mobile] html {
  font-size: 2.3vmin;
  padding: 1.2rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100%;
  background-color: white;
  background-color: black;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
}

[class*=is-web] .header {
  padding: 2px 6px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

[class*=is-mobile] .header {
  padding: 2px;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}

.virtual-btn {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: rgba(0, 0, 0, 0.2);
  border: solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
}

[class*=is-web] .virtual-btn {
  padding: 10px;
  max-width: 206px;
  border-radius: 6px;
  border-width: 1px;
  font-size: 14px;
}

[class*=is-mobile] .virtual-btn {
  flex: 1;
  padding: 0.8rem;
  border-radius: 0.6rem;
  max-width: 100%;
  border-width: 0.1rem;
  font-size: 1rem;
}

.virtual-btn.active {
  background-color: rgb(0, 131, 36);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.virtual-btn.new-badge::after {
  display: block;
  content: '';
  position: absolute;
  background: url(/Images/virtual-launcher/new-badge.png) no-repeat center;
  background-size: contain;
}

[class*=is-web] .virtual-btn.new-badge::after {
  width: 36px;
  height: 36px;
  top: -4px;
  right: -3px;
}

[class*=is-mobile] .virtual-btn.new-badge::after {
  width: 28px;
  height: 32px;
  top: -4px;
  right: -3px;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

[class*=is-mobile] .main {
  flex-direction: column;
}

.iframe-wr {
  position: relative;
  flex: 1;
}

.game-subheader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  width: 100%;
  height: 3.2rem;
  padding-right: 0.5rem;
}

[class*=is-web] .game-subheader {
  display: none;
}

[class*=is-mobile] .game-subheader.hide-mobile {
  display: none;
}

.game-subheader-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  height: 100%;
  min-width: 0;
  max-width: 100%;
}

.spin-menu-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.spin-menu-icon {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.8rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.spin-menu-icon img {
  width: 1.6rem;
}

.game-subheader-right {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}

.spin-menu-deposit {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

.games-section {
  grid-area: nav;
  z-index: 1;
}

[class*=is-web] .games-section {
  margin-bottom: 20px;
}

[class*=is-mobile] .games-section {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vg-nav-holder {
  height: 100%;
  transition: all 500ms;
}

[dir=ltr] .vg-nav-holder {
  margin: 1rem 0 1rem 1rem;
}

[dir=rtl] .vg-nav-holder {
  margin: 1rem 1rem 1rem 0;
  ;
}

[class*=is-web] .vg-nav-holder {
  width: 230px;
  transition: all 500ms;
  border-radius: 0.8rem;
  background-color: rgb(15, 15, 15);
}

[class*=is-mobile] .vg-nav-holder {
  width: 100%;
  margin: 0;
  background-color: rgba(14, 17, 20, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  overflow-y: hidden;
}

[class*=is-web] .hide-web {
  display: none;
}

[class*=is-mobile] .closed {
  display: none;
}

.closed .vg-nav-holder .settings .settings-main-icon {
  left: 0.6rem;
}

.nav-holder-header {
  width: 100%;
  position: relative;
  padding: 1.25rem 1rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.6rem;
}

[class*=is-web] .nav-holder-header {
  display: none;
}

.nav-holder-header-title-wrap {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.nav-holder-header-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.header-close-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.4rem;
  cursor: pointer;
}

.header-close-icon img {
  width: 1.3rem;
}

.scroll-holder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.scrollable-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@-moz-document url-prefix() {
  .scrollable-container {
    scrollbar-color: rgb(56, 56, 56) rgb(41, 41, 41);
    scrollbar-width: thin;
  }
}

[dir=ltr] .scrollable-container {
  padding-right: 1px;
}

[dir=rtl] .scrollable-container {
  padding-left: 1px;
}

.scrollable-container.static-scroll {
  position: static;
}

.scrollable-container.horizontal-scroll {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollable-container:not(.static-scroll) {
  position: absolute;
  top: 0;
}

[dir=ltr] .scrollable-container:not(.static-scroll) {
  left: 0;
}

[dir=rtl] .scrollable-container:not(.static-scroll) {
  right: 0;
}

.vb-sidebar_wrapper {
  width: 100%;
}

[class*=is-mobile] .vb-sidebar_wrapper {
  padding-inline: 0.4rem;
}

.vb-sidebar {
  width: 100%;
}

.select-games {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem;
  margin-bottom: 0.3rem;
  background: linear-gradient(270deg, rgb(41, 41, 41) -3.9%, rgba(41, 41, 41, 0) 104.31%);
  border-radius: 0.8rem 0.8rem 0 0;
}

[class*=is-web] .select-games {
  height: 40px;
}

[class*=is-mobile] .select-games {
  display: none;
}

.select-games_txt {
  color: #00ff47;
  font-size: 1.2rem;
  opacity: 1;
  padding-right: 1rem;
  transition: opacity .5s;
}

.closed .select-games_txt {
  font-size: 0;
  opacity: 0;
  padding-right: 0;
}

.select-games_arrow {
  position: absolute;
  margin: auto 0;
  cursor: pointer;
  color: rgb(0, 255, 71);
  transition: right 240ms;
  right: 0;
  max-width: 40px;
  height: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}

[class*=is-web] .select-games_arrow {
  padding: 14px;
}

.select-games_arrow img {
  width: 8px;
}

.vb-sidebar_item-list {
  width: 100%;
}

[class*=is-mobile] .vb-sidebar_item-list {
  padding-top: 0.1rem;
}

.vb-sidebar_item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  background: linear-gradient(89.53deg, rgb(41, 41, 41) 0.41%, rgba(41, 41, 41, 0.6) 99.59%);
  transition: background-image 500ms;
  border-radius: 4px;
}

.vb-sidebar_item:not(.active):hover:after {
  background: linear-gradient(to left, rgb(52, 52, 52), rgb(15, 15, 15));
}

.vb-sidebar_item.active .vb-sidebar_info,
.vb-sidebar_item.active .icon-vb-sidebar>path,
.vb-sidebar_item:hover .vb-sidebar_info,
.vb-sidebar_item:hover .icon-vb-sidebar>path {
  color: rgba(255, 255, 255, 0.75);
  fill: rgba(255, 255, 255, 0.75);
}

.vb-sidebar_item.active {
  transition: background 500ms;
  pointer-events: none;
}

.vb-sidebar_item:not(.active) img {
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.vb-sidebar_item.active .vb-sidebar_info,
.vb-sidebar_item.active .icon-vb-sidebar>path {
  color: rgb(0, 255, 71);
  fill: rgb(0, 255, 71);
}

.vb-sidebar_item.active:after,
.vb-sidebar_item.active:before {
  content: "";
  position: absolute;
}

[dir=ltr] .vb-sidebar_item.active:after,
[dir=ltr] .vb-sidebar_item.active:before {
  border-radius: 4px;
}

[dir=rtl] .vb-sidebar_item.active:after,
[dir=rtl] .vb-sidebar_item.active:before {
  border-radius: 4px;
}

.vb-sidebar_item.active:before {
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 255, 71, 0.37), transparent);
}

[class*=is-web] .vb-sidebar_item.active:before {
  top: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.vb-sidebar_item.active:after {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  transition: background-image 500ms;
}

[dir=ltr] .vb-sidebar_item.active:after {
  left: 0;
  background: linear-gradient(to right, rgb(52, 52, 52), rgb(15, 15, 15));
}

[dir=rtl] .vb-sidebar_item.active:after {
  right: 0;
  background: linear-gradient(to left, rgb(52, 52, 52), rgb(15, 15, 15));
}

.vb-sidebar_item:hover {
  cursor: pointer;
}

[dir=ltr] .vb-sidebar_item:hover {
  background-image: linear-gradient(90.03deg, rgb(52, 52, 52) 0.02%, rgba(41, 41, 41, 0.35) 99.98%);
}

[dir=rtl] .vb-sidebar_item:hover {
  background-image: linear-gradient(-90.03deg, rgb(52, 52, 52) 0.02%, rgba(41, 41, 41, 0.35) 99.98%);
}

.vb-sidebar_item:not(.new) .new-item {
  display: none;
}

[class*=is-web] .vb-sidebar_item:not(:last-child) {
  margin-bottom: 3px;
}

[class*=is-mobile] .vb-sidebar_item:not(:last-child) {
  margin-bottom: 0.2rem;
}

[class*=is-web] .vb-sidebar_item {
  height: 38px;
  padding: 0 12px;
}

[class*=is-mobile] .vb-sidebar_item {
  height: 3.2rem;
  padding: 0 1.2rem;
}

.vb-sidebar_info {
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.45);
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  transition: color 500ms;
}

.vb-sidebar_info .icon-vb-sidebar>path {
  fill: rgba(255, 255, 255, 0.45);
}

.vb-sidebar_info .icon-vb-sidebar {
  width: 100%;
  height: 100%;
}

.sidebar-icon-wrapper {
  flex: 0 0 auto;
}

.sidebar-icon-wrapper img {
  width: 100%;
}

[class*=is-web] .sidebar-icon-wrapper {
  width: 20px;
  height: auto;
}

[class*=is-mobile] .sidebar-icon-wrapper {
  width: 2rem;
  height: auto;
}

.sidebar_game-name {
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 300ms;
}

[class*=is-web] .sidebar_game-name {
  padding-left: 0.6rem;
  padding-right: 1.5rem;
  font-size: 13px;
  line-height: 15px;
}

[dir=rtl] [class*=is-web] .sidebar_game-name {
  padding-left: 1.5rem;
  padding-right: 0.6rem;
}

[class*=is-mobile] .sidebar_game-name {
  padding-left: 0.8rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

[dir=rtl] [class*=is-mobile] .sidebar_game-name {
  padding-left: 1.5rem;
  padding-right: 0.8rem;
}

[class*=is-web] .closed .vg-nav-holder {
  width: 45px;
  overflow: hidden;
  transition: width 500ms;
}

.closed .sidebar_game-name,
.closed .schedule-txt {
  opacity: 0;
}

.closed .sidebar_game-name {
  padding-right: 0;
}

.closed .upcoming-txt {
  opacity: 0;
  font-size: 0;
}

[dir=ltr] .closed .upcoming-txt {
  padding-left: 0;
}

[dir=rtl] .closed .upcoming-txt {
  padding-right: 0;
}

.closed .vb-sidebar_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[dir=ltr] .closed .vb-sidebar_item {
  border-radius: 0 0.5rem 0.5rem 0;
}

[dir=rtl] .closed .vb-sidebar_item {
  border-radius: 0.5rem 0 0 0.5rem;
}

.closed .vb-sidebar_item:after,
.closed .vb-sidebar_item:before {
  content: "";
  position: absolute;
}

[dir=ltr] .closed .vb-sidebar_item:after,
[dir=ltr] .closed .vb-sidebar_item:before {
  border-radius: 0 0.5rem 0.5rem 0;
}

[dir=rtl] .closed .vb-sidebar_item:after,
[dir=rtl] .closed .vb-sidebar_item:before {
  border-radius: 0.5rem 0 0 0.5rem;
}

[class*=is-web] .closed .vb-sidebar_item.active:before {
  top: 0;
  bottom: -1px;
  width: 100%;
}

[dir=ltr] .closed .vb-sidebar_item.active:before {
  right: -0.2px;
  left: 1px;
  background-image: linear-gradient(to left, rgba(0, 255, 71, 0.37), transparent);
}

[dir=rtl] .closed .vb-sidebar_item.active:before {
  left: -1px;
  background-image: linear-gradient(to right, rgba(0, 255, 71, 0.37), transparent);
}

.closed .select-games_arrow {
  transform: rotate(0);
  right: 0;
}

.closed .select-games,
.closed .schedule-wrapper {
  justify-content: center;
}

.closed .schedule-button-text {
  display: none;
}

.closed .schedule-container::before,
.closed .schedule-container::after {
  display: none;
}

.closed .schedule-container.active .schedule-btn {
  display: none;
}

.closed .schedule-container.active .scheduled-text {
  min-width: 0;
}

.closed .schedule-container:not(.active) .instant-btn {
  display: none;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */