@keyframes notification-twitching-3fedff12 {
0% {
    transform: scale(1);
}
19% {
    transform: scale(1.2) rotate(0);
}
20% {
    transform: scale(1.2) rotate(10deg);
}
25% {
    transform: scale(1.2) rotate(-10deg);
}
30% {
    transform: scale(1.2) rotate(10deg);
}
35% {
    transform: scale(1.2) rotate(-10deg);
}
40% {
    transform: scale(1.2) rotate(0);
}
45% {
    transform: scale(1) rotate(0);
}
100% {
    transform: scale(1) rotate(0);
}
}
.top-nav[data-v-3fedff12] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - (var(--sidebar-offset-x-mobile) * 2));
  height: 100%;
  margin-inline: auto;
  background: var(--Colors-navbar);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 8px 14px;
}
@media screen and (min-width: 768px) {
.top-nav[data-v-3fedff12] {
    padding: 12px 20px;
}
}
@media screen and (min-width: 1024px) {
.top-nav[data-v-3fedff12] {
    width: calc(100% - (var(--sidebar-offset-x-desktop) * 2));
}
}
.top-nav .left-side[data-v-3fedff12] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 420px) {
.top-nav .left-side[data-v-3fedff12] {
    gap: 20px;
}
}
.top-nav .v-app-bar__nav-icon[data-v-3fedff12] {
  background: var(--Secondary, rgba(255, 255, 255, 0.07));
  border-radius: 6px;
  width: 44px !important;
  height: 44px !important;
}
@media screen and (min-width: 1024px) {
.top-nav .v-app-bar__nav-icon[data-v-3fedff12] {
    width: 48px !important;
    height: 48px !important;
}
}
.top-nav .auth-buttons[data-v-3fedff12] {
  display: flex;
  gap: 10px;
}
@supports not (container-type: inline-size) {
.top-nav .auth-buttons[data-v-3fedff12] {
    gap: 0;
}
.top-nav .auth-buttons .v-btn[data-v-3fedff12]:first-child {
    margin-right: 10px;
}
}
.top-nav .auth-buttons .v-btn[data-v-3fedff12] {
  height: 40px;
  border-radius: 6px;
  border: 0;
  padding: 16px 0;
  min-width: 85px;
  background: var(--Colors-gray-button);
  box-shadow: none;
}
.top-nav .auth-buttons .v-btn[data-v-3fedff12] .v-btn__content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 100%;
  color: #fff;
}
.top-nav .auth-buttons .v-btn.sign-up[data-v-3fedff12] {
  background: #0080ff;
}
@media screen and (min-width: 1024px) {
.top-nav .auth-buttons .v-btn[data-v-3fedff12] {
    padding: 16px 32px !important;
}
}
@media screen and (min-width: 768px) {
.top-nav .auth-buttons[data-v-3fedff12] {
    gap: 16px;
}
.top-nav .auth-buttons .v-btn[data-v-3fedff12] {
    height: 52px;
    min-width: 125px;
}
.top-nav .auth-buttons .v-btn[data-v-3fedff12] .v-btn__content {
    font-size: 16px;
}
}
.top-nav .right-side[data-v-3fedff12] {
  transition: 0.35s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
.top-nav .right-side[data-v-3fedff12] {
    min-width: 40%;
    justify-content: flex-end;
}
}
.top-nav .notification-icon[data-v-3fedff12] {
  cursor: pointer;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 600px) {
.top-nav .notification-icon[data-v-3fedff12] {
    display: none;
}
}
@media screen and (min-width: 990px) {
.top-nav .notification-icon[data-v-3fedff12] {
    transform: scale(1);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}
}
.top-nav .badge-container[data-v-3fedff12] {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Colors-ui-button);
  border-radius: 8px;
}
.top-nav .badge-container .red-dot[data-v-3fedff12] {
  animation: notification-twitching-3fedff12 4s infinite;
}
.right-side .promo-button[data-v-3fedff12] {
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
}
.right-side .promo-button[data-v-3fedff12] .v-btn__content {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
}
.menu-toggle .badge[data-v-3fedff12] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  padding-right: 2px;
  background: #dc0000;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.selected-currency.v-btn[data-v-3fedff12] {
  display: flex;
  height: 48px !important;
  padding: 17px 0 17px 12px !important;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
}
.selected-currency.v-btn .currency-amount[data-v-3fedff12] {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
.selected-currency.v-btn .currency-amount[data-v-3fedff12] {
    font-size: 18px;
}
}
.selected-currency.v-btn svg[data-v-3fedff12] {
  width: 30px;
  flex-grow: 0;
}
.selected-currency.v-btn .v-icon[data-v-3fedff12] {
  color: #fff;
  opacity: 0.4;
  width: 48px;
  height: 48px;
}
@media (max-width: 390px) {
.selected-currency.v-btn .v-icon[data-v-3fedff12] {
    width: 32px;
    height: 32px;
}
}
.selected-currency.v-btn .currency-icon[data-v-3fedff12] {
  margin-right: 6px;
}
.selected-currency.v-btn[data-v-3fedff12] .v-ripple__container {
  display: none;
}
.wallet-button[data-v-3fedff12] {
  position: relative;
  height: 48px;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  width: 86px;
  min-width: auto;
}
@media screen and (min-width: 1024px) {
.wallet-button[data-v-3fedff12] {
    width: 126px;
}
}
.logo-container[data-v-3fedff12] {
  display: flex;
  opacity: 1;
  transition: opacity 300ms ease;
}
.logo-container.opacity-0[data-v-3fedff12] {
  opacity: 0;
}
.logo-container svg[data-v-3fedff12] {
  width: 33px;
  height: 100%;
}
.logo-container .logo-container[data-v-3fedff12],
.logo-container .maxduel-logo[data-v-3fedff12] {
  display: block;
  aspect-ratio: 387/58;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 576px) {
.logo-container .logo-container[data-v-3fedff12],
.logo-container .maxduel-logo[data-v-3fedff12] {
    max-width: 193px;
}
}
.top-nav-buttons[data-v-3fedff12] {
  display: flex;
  height: 48px;
  margin-left: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}
.top-nav-buttons .icon-account[data-v-3fedff12] {
  position: relative;
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nav-buttons .icon-account .bell-icon[data-v-3fedff12] {
  width: 18px;
  fill: #fff;
}
.top-nav-buttons .icon-account .bell-icon *[data-v-3fedff12] {
  fill: currentColor;
}
.top-nav-buttons .icon-account .badge[data-v-3fedff12] {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  background: #dc0000;
  border-radius: 20px;
  padding-right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.top-nav-buttons .icon-account .badge span[data-v-3fedff12] {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 12px */
}
.ultimate-tagline[data-v-3fedff12] {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  pointer-events: none;
}
.ultimate-tagline span[data-v-3fedff12] {
  font-size: 0.75em;
}
@media screen and (min-width: 1280px) {
.ultimate-tagline[data-v-3fedff12] {
    font-size: 24px;
    position: absolute;
    width: inherit;
    text-align: center;
}
}
.user-balance[data-v-3fedff12] {
  font-size: 14px;
  font-weight: 500;
}
.user-balance svg[data-v-3fedff12] {
  display: none;
}
@media screen and (max-height: 600px) and (orientation: landscape) {
.user-balance[data-v-3fedff12] {
    margin-right: 12px;
}
}
@media screen and (max-width: 1023px) {
.user-balance[data-v-3fedff12] {
    margin-right: 12px;
}
}
@media screen and (min-width: 1024px) {
.user-balance[data-v-3fedff12] {
    display: flex;
    padding: 0 24px 0 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Navigation-balance-field---fill, rgba(0, 0, 0, 0.3));
    font-size: 16px;
    margin-right: 10px;
}
.user-balance svg[data-v-3fedff12] {
    display: block;
    width: 30px;
    height: 30px;
}
}
.top-nav-dropdown {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateY(5px);
  box-sizing: content-box;
}
.top-nav-dropdown .coins-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-transform: none;
  background: var(--v-gold-base) !important;
}
.top-nav-dropdown .coins-button.v-btn--disabled {
  background: var(--v-gold-base) !important;
  filter: grayscale(1);
  pointer-events: none;
}
.top-nav-dropdown .coins-button svg {
  max-width: 18px;
}
.top-nav-dropdown .coins-button svg path {
  fill: #1c0630;
}
.top-nav-dropdown .coins-button .v-btn__content {
  align-items: normal;
}
.top-nav-dropdown .coins-button .coins-text {
  color: #1c0630;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-1px);
}
@media screen and (min-width: 1024px) {
.top-nav-dropdown .coins-button {
    justify-content: center;
    gap: 12px;
}
}
.top-nav-dropdown .currency-icon {
  width: 22px;
  height: 22px;
}
.bottom-navbar[data-v-12e78ac2] {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  background: var(--Colors-content-bg);
  border-top: 1px solid #333639;
  z-index: 11;
}
.bottom-navbar--notifications-open[data-v-12e78ac2] {
  z-index: 12;
}
@media screen and (min-width: 768px) {
.bottom-navbar[data-v-12e78ac2] {
    display: none;
}
}
.bottom-navbar[data-v-12e78ac2] .v-tabs-slider-wrapper {
  display: none;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-slide-group__content {
  align-items: stretch;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-slide-group__content.v-tabs-bar__content {
  max-width: 100vw !important;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-slide-group__prev,
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-slide-group__next {
  display: none !important;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-slide-group__wrapper {
  overflow: visible;
  contain: unset;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab {
  position: relative;
  z-index: 2;
  flex-basis: 100%;
  padding: 0;
  flex-direction: column;
  min-width: unset;
  max-width: unset;
  box-shadow: 1px 0 0 0 #333639 inset;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab .tab-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6px;
  color: #fff;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab .tab-icon {
  height: 18px;
  transform: scale(0.8);
  margin-bottom: 0;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--selected .tab-text {
  color: var(--Colors-blue-button);
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--selected .tab-icon path {
  fill: var(--Colors-blue-button);
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--selected::before {
  content: none;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--no-shadow {
  box-shadow: none;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab:before {
  content: none;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--highlighted {
  position: relative;
  z-index: 3;
  background: var(--Colors-blue-button);
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--highlighted .tab-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab--highlighted .tab-text {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  color: #fff;
}
@media screen and (min-width: 360px) {
.bottom-navbar[data-v-12e78ac2] .v-tabs .v-tab .tab-icon {
    transform: scale(1);
}
}
.bottom-navbar .badge[data-v-12e78ac2] {
  position: absolute;
  top: 7px;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 16px;
  height: 16px;
  background: #dc0000;
  font-variant-numeric: tabular-nums;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 100%;
}
@charset "UTF-8";
.app-bar-component {
  margin-bottom: var(--appbar-top-offset-mobile);
}
@media screen and (max-width: 900px) {
.app-bar-component.pwa-banner-offset {
    margin-bottom: calc(var(--appbar-top-offset-mobile) + var(--pwa-banner-height));
}
.app-bar-component.pwa-banner-offset header {
    transform: translateY(var(--pwa-banner-height)) !important;
}
}
@media screen and (min-width: 1024px) {
.app-bar-component {
    margin-bottom: var(--appbar-top-offset-desktop);
}
.app-bar-component.lo-notification-offset {
    z-index: 203 !important;
    transition: transform 0.5s linear;
    will-change: transform;
    transform: translateY(80px);
}
}
@keyframes flip {
from {
    transform: rotateY(0deg) translate(0, -49%);
}
to {
    transform: rotateY(360deg) translate(0, -49%);
}
}
.sign-up-btn span {
  color: black !important;
}
.navbar-tooltip {
  min-width: 100px !important;
}
.refer-now-btn {
  min-width: 90px !important;
}
@media screen and (max-width: 768px) {
.refer-now-btn {
    width: 120px !important;
    min-width: 120px !important;
    margin: 0 !important;
    min-height: 33px !important;
}
.refer-now-btn.top-bar {
    display: none;
}
}
.v-toolbar__content {
  margin: 0;
  margin-inline: auto;
}
.header-row-1 {
  margin: 0 -16px !important;
  background-color: #24073d;
  container-name: header;
  container-type: inline-size;
}
@media screen and (max-width: 1300px) {
.header-coins {
    justify-content: flex-start !important;
}
}
.mobile-header-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000c;
  margin: 0 -16px !important;
  font-size: 20px;
  font-weight: 700;
}
.mobile-header-row-2:not(.is-logout) {
  justify-content: center;
}
@media screen and (min-width: 1660px) {
.mobile-header-row-2 {
    display: none !important;
}
}
@media screen and (min-width: 993px) {
.mobile-header-row-2.is-logout {
    display: none !important;
}
}
.header-row-2-text {
  max-width: calc(100% - 64px);
}
.header-badge .v-badge__badge.red {
  position: absolute;
  top: -7px !important;
  left: 3px !important;
  bottom: auto !important;
  transform: scale(0.4);
}
.header-badge.no-dot .v-badge__badge.red {
  display: none;
}
.header-friends-button {
  border-radius: 7px 0 0 7px;
}
.header-add-friends-button {
  border-radius: 0 7px 7px 0;
}
.header-badge .v-badge__badge.red::after {
  content: "";
  border: 2px solid #191919;
  background-color: red;
}
.header-coins {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header-coins .header-coins-body {
  position: relative;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-coins .header-coins-body .toggle-background {
  position: absolute;
  inset: 0;
  bottom: -1px;
  background: #0a0a0a;
  pointer-events: none;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: -2px -2px 2px 0 inset rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
  border-radius: 18px;
}
.header-coins .header-coins-body .balance-coin {
  animation: flip 0.3s ease;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 6px;
  top: 50%;
  transform: translate(0, -49%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  padding: 1px;
}
.header-coins .header-coins-body .coins-amount {
  position: absolute;
  left: 40px;
  overflow: hidden;
  /* Hide overflowing content */
  white-space: nowrap;
  /* Prevent text from wrapping */
  text-overflow: ellipsis;
  max-width: 110px;
}
.header-coins span {
  font-size: 20px;
  font-weight: 800;
}
.header-toggle .v-input__slot {
  margin-bottom: 0;
}
.header-toggle .v-input--switch__thumb {
  box-shadow: 0 1px 3px 4px rgba(0, 0, 0, 0.5), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  background-image: url("/images/figures/mc-coin.webp?v=1");
  background-size: cover;
  background-position: center;
  background-color: transparent;
  height: 20px;
  width: 20px;
  border-radius: 12px;
  position: relative;
}
.header-toggle .v-input--switch__thumb.white--text {
  background-image: url("/images/figures/qc-coin.png");
}
.header-toggle .v-input--selection-controls__ripple {
  display: none;
}
.header-toggle .v-input--switch__track {
  background-color: white;
  opacity: 1 !important;
  width: 32px;
}
.header-toggle .v-messages {
  display: none;
}
.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0;
}
.header-logo .beta-logo {
  margin-left: -15px;
}
.header-logo .beta-logo--more-margin {
  margin-left: -20px;
}
.notification-drawer {
  background: transparent;
  box-shadow: none;
  height: var(--100vvh, -webkit-fill-available) !important;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
.notification-drawer {
    z-index: 10 !important;
    margin-top: 0 !important;
}
.notification-drawer.v-navigation-drawer--open {
    z-index: 12 !important;
}
}
.notification-drawer .v-navigation-drawer__content {
  background: #141d27;
  height: calc(100% - var(--3aa36b3c-appBarHeightInPx)) !important;
}
.tippy-box[data-theme~=light] {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.vnb {
  background: transparent !important;
}
.vnb__menu-options {
  margin-top: 3px !important;
}
.vnb__menu-options__option__link:focus {
  outline: none;
  border: 0;
}
.vnb__menu-options__option__link:hover {
  color: #0081ff;
}
.vnb__menu-options__option__link:hover .vnb__menu-options__option__arrow {
  fill: #0081ff;
}
.vnb__menu-options__option__link__icon svg {
  fill: #0081ff !important;
}
.vnb__sub-menu-options__option__link {
  color: #000 !important;
}
.vnb__sub-menu-options__option__link:focus {
  outline: none;
  border: 0;
}
.vnb__sub-menu-options__option__link:hover {
  color: #0081ff !important;
}
.vnb__collapse-button:focus {
  border: 0;
  outline: none;
}
.vnb__collapse-button:after {
  content: "󰍜";
  font-size: 25px;
  font-weight: 600;
  font-family: "Material Design Icons", serif;
}
.vnb__collapse-button svg {
  display: none !important;
}
.vnb__popup {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
.vnb__popup .vnb__popup__top__close-button {
  top: 20px;
  right: -33px;
}
.vnb__popup .vnb__popup__top__close-button:focus {
  border: 0;
  outline: none;
}
.vnb__popup .vnb__popup__top__close-button svg {
  fill: #000 !important;
}
.header-text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.walletTabs .tab_section {
  background-color: #432459;
  padding: 48px;
  min-height: 220px;
}
.wallet-tab {
  background-color: #8779b6;
}
.wallet-tab.v-tab--active {
  background-color: #432459;
}
.wallet-tab::before {
  content: none;
}
.bonus-input {
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bonus-input .v-input__slot {
  border-radius: 0 !important;
}
.bonus-input::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 50px;
  width: 20px;
  left: -19px;
  background-size: auto 100%;
  background-image: url("/images/cards/BonusCode.png");
}
.bonus-button {
  box-sizing: border-box;
  background-color: #f8bf1e !important;
  color: #fff !important;
  border: none;
  outline: none;
  border-radius: 0 10px 10px 0;
  padding: 12px 48px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  height: 48px !important;
  position: relative;
}
.bonus-button::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
  bottom: -6px;
  border-left: 2px dotted #fff;
}
.walletDialog {
  background-color: #432459 !important;
}
.walletDialog .close-button-white {
  position: absolute;
  top: 8px;
  right: 0;
  color: #fff;
  font-size: 40px;
}
.walletDialog .v-tabs-items {
  background-color: #432459;
}
.special-offer-timer {
  padding: 16px 48px;
  border-radius: 12px;
  background-color: #583972;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 16px auto;
  box-shadow: 4px 4px 16px #000, inset 2px 2px 0 #9287b3;
  display: flex;
  justify-content: space-between;
}
.timer-number {
  font-size: 40px;
  text-align: center;
  color: #aea8d3;
}
.timer-text {
  text-align: center;
  font-size: 1rem;
  padding-top: 8px;
  color: #aea8d3;
  font-weight: 500;
}
.withdrawalSlider .v-slide-group__content {
  justify-content: center;
  width: 100%;
}
.withdrawalSliderContent .v-subheader.text-h6 {
  width: 20%;
  justify-content: right;
}
.withdrawalSliderContent .v-subheader {
  color: #fff;
  font-weight: 600;
}
.withdrawal-grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}
.withdrawal-grid-container .withdrawalInput {
  grid-column-start: 2;
  grid-column-end: 4;
}
.withdrawal-grid-container .withdrawalInput.amount {
  grid-column-start: 2;
  grid-column-end: 3 !important;
}
.withdrawalSlider .withdawalSlide {
  padding: 5%;
  width: 20%;
  position: relative;
  transition: all 0.4s ease;
}
.withdrawalSlider .v-slide-item--active::before {
  background-image: url("/images/icons/IconSelected_Glow.png");
  background-position: center center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.withdrawalSlider .v-slide-item--active {
  transform: scale(1.2);
}
.withdrawalSlider .withdawalSlide .inactive {
  opacity: 0.5;
}
.withdrawalSlider .withdawalSlide:hover .inactive {
  opacity: 0.8;
  transition: all 0.4s ease;
}
.v-input.withdrawalInput {
  padding: 10px;
}
.v-input.withdrawalInput .v-input__control .v-input__slot {
  min-height: 36px !important;
  border-radius: 10px !important;
  background: #fff;
}
.withdrawalInput .v-input__control .v-input__slot:before,
.withdrawalInput .v-input__control .v-input__slot:after {
  content: none;
}
.header-buttons {
  justify-content: flex-end;
  align-items: center;
  flex: 0;
}
.header-buttons .login {
  border: 1px solid #f8bf1e;
}
.header-buttons .join:after {
  content: none !important;
}
.header-row-2-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-row-2-logo .beta-logo {
  margin-left: -20px;
}
@media only screen and (max-width: 1300px) {
.header-text {
    font-size: 16px;
}
.header-logo.is-login {
    max-width: 20%;
    height: auto;
}
}
.withdrawalSliderMobile {
  display: none;
}
@media screen and (max-width: 1150px) and (max-width: 993px) {
.header-logo.is-login {
    display: none;
}
}
@media screen and (max-width: 1150px) {
.header-logo.is-login .mq-logo {
    display: none;
}
}
@media only screen and (max-width: 1080px) {
.header-coins span {
    font-size: 16px;
    max-width: 60px;
    text-align: center;
}
.header-coins .header-coins-icon {
    left: 0;
}
.header-coins .header-coins-icon.MMC {
    right: 6px;
}
.header-toggle .v-input--selection-controls__input {
    width: 48px !important;
}
.header-toggle .v-input__slot {
    width: 48px;
}
}
@media screen and (max-width: 993px) {
.header-text {
    display: none;
}
}
@media only screen and (max-width: 1660px) {
.v-toolbar__content {
    padding: 0 16px;
}
.header-buttons .border-single {
    min-width: 90px !important;
}
.d-block .v-toolbar__content {
    display: block !important;
}
.navbar-icon {
    display: none;
}
.header-coins {
    justify-content: flex-start;
}
.header-coins::before {
    display: none;
}
.header-coins span {
    font-size: 20px;
    max-width: none;
}
.v-application .header-coins.mr-4 {
    margin-right: 0 !important;
}
.availablePackagesMobile .carousel-3d-slide.current .v-image::before {
    background-image: url("/images/icons/selected-package-frame.png");
    background-position: center center;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.availablePackagesMobile .carousel-3d-slide .v-image__image {
    transform: scale(0.9);
}
.availablePackagesMobile .carousel-3d-slide .card-top-content {
    top: 10%;
}
.availablePackagesMobile .carousel-3d-slide .card-bottom-content {
    bottom: 11%;
}
}
@media screen and (min-width: 993px) {
.mobile-header-row-2 {
    justify-content: center;
}
.navbar-icon-mobile.is-login {
    display: none;
}
}
@media screen and (max-width: 768px) {
.navbar-icon-mobile.is-login {
    display: none;
}
}
@media only screen and (max-width: 768px) {
  /***   ALERT DIALOG   ***/
.alert-dialog {
    top: auto;
    bottom: 44px;
}
.alert-dialog::after {
    bottom: -8px;
    top: auto;
    left: 196px;
    border-top: 8px solid #422558;
    border-bottom: none;
}

  /************************/
.header-buttons.is-login.d-flex {
    justify-content: space-between;
    flex: 1;
}
.header-row-2-logo {
    background-position: center;
    margin: 0 auto !important;
}
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
.header-row-2-logo .header-logo {
    margin: 0 auto !important;
}
}
@media only screen and (max-width: 768px) {
.header-row-1 {
    justify-content: space-between;
    display: flex;
}
}
@media only screen and (max-width: 768px) {
.header-friends-button,
.header-add-friends-button {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.v-badge__badge.red::after {
    border-color: #191919 !important;
}
}
@media only screen and (max-width: 768px) {
.withdrawalSliderDesktop {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.withdrawalSliderMobile {
    display: block;
}
}
@media only screen and (max-width: 768px) {
.withdrawalSliderMobile .carousel-3d-slide.current::before {
    background-image: url("/images/icons/IconSelected_Glow.png");
    background-position: center center;
    background-size: contain;
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}
}
@media only screen and (max-width: 640px) {
.mobile-header-row-2 {
    font-size: 16px;
}
.walletTabs .tab_section {
    padding: 20px 0;
}
}
@container header (width < 820px) {
.header-buttons .border-single {
    min-width: 0 !important;
}
.header-coins-body {
    max-width: 150px !important;
}
.header-coins-body .v-input--switch__track {
    left: 18px;
    width: 25px;
}
.header-coins-body .balance-coin {
    width: 20px !important;
    height: 20px !important;
    left: 4px !important;
}
.header-coins-body .coins-amount {
    left: 30px !important;
    max-width: 80px !important;
}
.header-toggle .v-input--switch__track {
    background-color: white;
    opacity: 1 !important;
    height: 10px;
    margin-top: 2px;
}
.header-toggle .v-input--switch__thumb {
    width: 15px;
    left: 13px;
    height: 15px;
    margin-top: 2px;
}
.header-coins span {
    font-size: 16px;
    max-width: 60px;
    text-align: center;
}
.header-coins .header-coins-icon {
    left: 6px;
}
.header-coins .header-coins-icon.MMC {
    right: -2px;
}
}
@container header (width < 600px) {
.header-toggle .v-input--switch__track {
    background-color: white;
    opacity: 1 !important;
    height: 10px;
    margin-top: 2px;
    left: 10px;
}
.header-toggle .v-input--switch__thumb {
    width: 15px;
    left: 5px;
    height: 15px;
    margin-top: 2px;
}
}
@media only screen and (max-width: 600px) {
.walletDialog {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background-image: url("/images/backgrounds/wallet_bgr_mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-rows: 0.6fr 5fr;
}
.walletTabs {
    display: grid;
    grid-template-rows: 0.6fr 5fr;
}
.walletTabs .v-tabs-items {
    align-self: center;
}
.walletTabs .v-slide-group__prev.v-slide-group__prev--disabled {
    display: none !important;
}
.walletTabs.theme--dark.v-tabs > .v-tabs-bar {
    background-color: transparent !important;
    height: auto !important;
}
.walletDialog .v-tabs-items,
.walletDialog .tab_section {
    background-color: transparent;
}
.walletTabs .walletMobileTabs {
    display: grid;
    grid-template-columns: 45% 45%;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    gap: 15px;
}
.walletMobileTabs .wallet-tab {
    font-size: 20px;
    padding: 10px;
    height: -moz-fit-content;
    height: fit-content;
}
.walletMobileTabs .wallet-tab:not(.v-tab--active):hover {
    filter: brightness(0.8);
}
.walletMobileTabs .v-ripple__container {
    display: none;
}
.walletMobileTabs .wallet-tab.left {
    border-top-left-radius: 10px;
    width: 80%;
    border-bottom-left-radius: 10px;
    margin-left: 0;
}
.walletMobileTabs .wallet-tab.left.first {
    justify-self: right;
    width: 80%;
    margin-right: 12px;
}
.walletMobileTabs .wallet-tab.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -6%;
    width: 100%;
}
.walletMobileTabs .wallet-tab.right.first {
    justify-self: left;
    width: 80%;
    margin-left: 14px;
}
.walletMobileTabs .wallet-tab.left::after {
    content: "";
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #8779b6;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    right: -29px;
    background: none;
    bottom: initial;
    left: initial;
}
.walletMobileTabs .wallet-tab.left.second::after {
    border-top: 40px solid #8779b6;
    border-bottom: 0;
    border-left: 0;
    border-right: 30px solid transparent;
    top: 0;
    right: -29px;
}
.walletMobileTabs .wallet-tab.right::after {
    content: "";
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 40px solid #8779b6;
    border-left: 30px solid transparent;
    border-right: 0;
    position: absolute;
    top: -50px;
    left: -29px;
}
.walletMobileTabs .wallet-tab.right.second::after {
    border-top: 50px solid transparent;
    border-bottom: 40px solid #8779b6;
    border-left: 30px solid transparent;
    border-right: 0 solid #8779b6;
    top: -50px;
    left: -29px;
}
.walletMobileTabs .wallet-tab.left.v-tab--active::after {
    border-top: 41px solid #432559;
}
.walletMobileTabs .wallet-tab.right.v-tab--active::after {
    border-bottom: 41px solid #432559;
    border-right: 0;
}
.walletTabs .tab_section {
    padding-bottom: 100px !important;
}
}
@media screen and (min-width: 768px) {
.header-buttons .challenge-friends-button {
    min-height: 36px !important;
}
}
@media screen and (max-width: 768px) {
.challenge-friends-button {
    min-width: 160px !important;
    min-height: 30px !important;
}
.online-friends {
    padding-left: 0 !important;
    height: 33px !important;
    display: inline-block !important;
    background: var(--v-green-base);
    width: 33px !important;
    min-width: 0 !important;
    transform: translateY(-18px) !important;
    right: -16.3px !important;
}
}
@media only screen and (max-width: 550px) {
.header-logo.is-logout {
    width: 180px !important;
    max-width: 40%;
}
.mobile-header-row-2 {
    font-size: 14px;
}
}
@media only screen and (max-width: 450px) {
.header-coins span {
    font-size: 16px;
    max-width: 60px;
    text-align: center;
}
.header-toggle .v-input--selection-controls__input {
    width: 48px !important;
}
.header-toggle .v-input__slot {
    width: 48px;
}
.header-buttons .row.mx-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.walletMobileTabs .text-h6 {
    font-size: 15px !important;
}
.walletMobileTabs .wallet-tab.right::after {
    border-top: 50px solid transparent;
    border-bottom: 35px solid #8779b6;
}
.walletMobileTabs .wallet-tab.right::after {
    border-bottom: 35px solid #8779b6;
}
.walletMobileTabs .wallet-tab.left::after {
    border-top: 36px solid #8779b6;
}
.walletMobileTabs .wallet-tab.left.second::after {
    border-top: 36px solid #8779b6;
}
.walletMobileTabs .wallet-tab.right.second::after {
    border-bottom: 35px solid #8779b6;
}
.walletMobileTabs .wallet-tab.right.v-tab--active::after {
    border-bottom: 35px solid #432559;
}
.walletMobileTabs .wallet-tab.left.v-tab--active::after {
    border-top: 36px solid #432559;
}
}
.app-bar[data-v-3aa36b3c] {
  top: var(--appbar-top-offset-mobile);
  background-color: transparent !important;
  border-color: transparent !important;
}
@media screen and (min-width: 1024px) {
.app-bar[data-v-3aa36b3c] {
    top: var(--appbar-top-offset-desktop);
}
}
.promo-button[data-v-3aa36b3c] {
  padding: 0 !important;
  min-height: 36px !important;
}
@media screen and (max-width: 768px) {
.promo-button[data-v-3aa36b3c] {
    width: 90px !important;
}
}
@media screen and (max-width: 400px) {
.promo-button[data-v-3aa36b3c] {
    width: 70px !important;
}
}
.promo-button[data-v-3aa36b3c] .v-btn__content {
  padding-bottom: 0 !important;
}
.promo-button[data-v-3aa36b3c] .v-btn__content img {
  filter: invert(1);
}
@media screen and (max-width: 768px) {
.promo-button[data-v-3aa36b3c] .v-btn__content img {
    height: 15px;
}
}
@media screen and (max-width: 400px) {
.promo-button[data-v-3aa36b3c] .v-btn__content img {
    display: none;
}
}
.promo-button[data-v-3aa36b3c] .v-btn__content .button-text {
  font-size: 18px !important;
  display: flex;
  width: 100% !important;
  justify-content: center;
  position: relative;
  /*&:before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background: white;
    position: absolute;
    left: 4px;

    @media screen and (max-width: 768px) {
      left: 2px;
    }

    @media screen and (max-width: 400px) {
      display: none;
    }
  }*/
}
@media screen and (max-width: 768px) {
.promo-button[data-v-3aa36b3c] .v-btn__content .button-text {
    height: 15px;
    font-size: 14px !important;
}
}
@media screen and (max-width: 768px) {
.promo-button[data-v-3aa36b3c] {
    min-height: 25px !important;
    height: 24px !important;
}
}
.promo-button[data-v-3aa36b3c]:hover .v-btn__content img {
  filter: invert(0);
}
.promo-button[data-v-3aa36b3c]:hover .v-btn__content .button-text:before {
  background: black;
}
.challenge-friends-button[data-v-3aa36b3c] {
  min-width: 130px !important;
}
.challenge-friends-button span[data-v-3aa36b3c] {
  position: relative;
}
.challenge-friends-button span div img[data-v-3aa36b3c] {
  filter: invert(1);
}
.challenge-friends-button span .online-friends[data-v-3aa36b3c] {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  color: white;
  height: 36px;
  padding-top: 8px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background: #73b618;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.challenge-friends-button[data-v-3aa36b3c] .v-badge__badge {
  margin-left: 5px;
}
.challenge-friends-button span[data-v-3aa36b3c] {
  line-height: 12px;
}
.challenge-friends-button.bottom-bar[data-v-3aa36b3c] {
  padding-top: 3px;
  margin: 0 !important;
}
.challenge-friends-button .challenge-text[data-v-3aa36b3c] {
  position: relative;
}
.challenge-friends-button .challenge-text[data-v-3aa36b3c]::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 1px;
  background: white;
}
.challenge-friends-button:hover .v-btn__content div img[data-v-3aa36b3c] {
  filter: invert(0);
}
.challenge-friends-button:hover .v-btn__content div .challenge-text[data-v-3aa36b3c]:after {
  background: black;
}
@media screen and (max-width: 768px) {
.challenge-friends-button.top-bar[data-v-3aa36b3c] {
    display: none;
}
.challenge-friends-button[data-v-3aa36b3c] .v-badge__badge {
    inset: auto auto calc(100% - 15px) calc(100% - 15px) !important;
}
}
.v-tooltip__content[data-v-3aa36b3c] {
  background: black;
  border-radius: 10px;
}
.v-tooltip__content[data-v-3aa36b3c]:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 7px;
  background: black;
  top: -8px;
  transform: rotate(90deg);
  right: 25px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.v-app-bar--fixed[data-v-3aa36b3c] {
  z-index: 9;
}
.v-app-bar[data-v-3aa36b3c] .v-toolbar__content {
  container: app-bar/inline-size;
  width: 100%;
  padding: 0;
}
.promo-button .promos-amount[data-v-3aa36b3c] {
  position: absolute;
  top: -5px;
  left: -1px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #73b618;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 0 6px;
}
@media screen and (min-width: 769px) {
.promo-button .promos-amount[data-v-3aa36b3c] {
    height: 36px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12px;
}
}
.promo-button .button-text[data-v-3aa36b3c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
.promo-button .button-text[data-v-3aa36b3c] {
    margin-left: 28px;
}
}
.refer-now-mobile[data-v-3aa36b3c] {
  min-width: 80px !important;
  min-height: 25px !important;
  height: 25px !important;
  padding: 0 8px !important;
}
.refer-now-mobile[data-v-3aa36b3c] .v-btn__content {
  font-size: 14px !important;
}
@media screen and (max-width: 489px) {
.refer-now-mobile[data-v-3aa36b3c] {
    display: none;
}
}
@media screen and (min-width: 520px) {
.refer-now-mobile[data-v-3aa36b3c] {
    padding: 0 12px !important;
}
.refer-now-mobile[data-v-3aa36b3c] .v-btn__content {
    font-size: 14px !important;
}
}
@media screen and (min-width: 769px) {
.refer-now-mobile[data-v-3aa36b3c] {
    display: none;
}
}
@media screen and (min-width: 940px) {
.refer-now-mobile[data-v-3aa36b3c] {
    display: block;
    min-width: 110px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
}
.refer-now-mobile[data-v-3aa36b3c] .v-btn__content {
    font-size: 18px !important;
    line-height: 32px !important;
}
}
@media screen and (min-width: 1661px) {
.refer-now-mobile[data-v-3aa36b3c] {
    display: none;
}
}
.top-nav-gap[data-v-3aa36b3c] {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--appbar-top-offset-mobile) * -1);
  width: 100%;
  height: var(--appbar-top-offset-mobile);
  background: #101317;
}
@media screen and (min-width: 1024px) {
.top-nav-gap[data-v-3aa36b3c] {
    height: var(--appbar-top-offset-desktop);
    top: calc(var(--appbar-top-offset-desktop) * -1);
}
}

/*# sourceMappingURL=21.ce5797ce.css.map*/