.v-dialog__content--active[data-v-b5a2af2c] {
  overflow-y: auto;
}
.v-stepper.stepper[data-v-b5a2af2c] {
  background: transparent;
  padding: 0 !important;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step.gift-icon .v-stepper__step__step {
  font-size: 0;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step.gift-icon .v-stepper__step__step::after {
  content: "";
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
  width: 22px;
  height: 20px;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step.gift-icon i {
  display: none;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step.gift-icon:not(.v-stepper__step--complete) .v-stepper__step__step::after {
  background-image: url("/images/icons/gift.svg");
  filter: invert(1);
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step.gift-icon.v-stepper__step--complete .v-stepper__step__step::after {
  background-image: url("/images/icons/gift-checked.svg");
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step__step {
  color: #1c0630 !important;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step__step i.v-icon {
  color: #fff !important;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step--active .v-stepper__step__step {
  background: white !important;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step--complete .v-stepper__step__step {
  background: #0080ff !important;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step--inactive .v-stepper__step__step {
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step:first-of-type {
  padding-left: 0;
}
.v-stepper.stepper[data-v-b5a2af2c] .v-stepper__step:last-of-type {
  padding-right: 0;
}
.v-stepper.stepper[data-v-b5a2af2c] .step-divider {
  border-color: rgba(255, 255, 255, 0.4) !important;
  margin: 0;
  position: relative;
}
.v-stepper.stepper[data-v-b5a2af2c] .step-divider::after {
  content: "";
  position: absolute;
  right: -4px;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg) translateY(-4px);
}
.popup-title[data-v-b5a2af2c] {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.popup-title .title-email[data-v-b5a2af2c] {
  font-size: 32px;
}
@media screen and (max-width: 340px) {
.popup-title .title-email[data-v-b5a2af2c] {
    font-size: 30px;
}
}
@media only screen and (max-height: 800px) {
.v-dialog__content[data-v-b5a2af2c] {
    overflow: auto;
}
}
.login-form.outlined-modal {
  padding-bottom: 0;
  overflow-y: auto;
}
.login-form.outlined-modal:not(.v-dialog--fullscreen) {
  padding-top: min(72px, 5%) !important;
}
@-moz-document url-prefix() {
.login-form.outlined-modal {
    scrollbar-width: thin;
    scrollbar-color: #454f5c #161f2c;
}
}
.login-form.outlined-modal .outlined-modal-card {
  overflow-y: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 6px !important;
}
.login-form.outlined-modal .v-stepper__header {
  height: 64px;
}
.login-form.outlined-modal .v-stepper__step {
  padding: 12px 24px;
}
.sign-up.outlined-modal.v-dialog .top-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 880/278;
}
.sign-up.outlined-modal.v-dialog .close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (orientation: landscape) {
.sign-up.outlined-modal.v-dialog .close-button {
    top: 10px;
}
}
.sign-up.outlined-modal.v-dialog .outlined-modal-card {
  padding-top: 152px !important;
  border: 0;
  box-shadow: 0 0 0 10px #43464a;
}
@media screen and (min-width: 460px) and (max-width: 600px) {
.sign-up.outlined-modal.v-dialog .outlined-modal-card {
    padding-top: 212px !important;
}
}
.sign-up.outlined-modal.v-dialog .outlined-modal-card.congrats-step {
  padding-top: 40px !important;
}
.sign-up.outlined-modal.v-dialog .outlined-modal-card.congrats-step .close-button {
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
}
@media screen and (orientation: portrait) {
html.modal-open .v-dialog__content .v-dialog.sign-up {
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}
html.modal-open .v-dialog__content .v-dialog.sign-up::-webkit-scrollbar-thumb {
    background: transparent !important;
}
html.modal-open .v-dialog__content .v-dialog.sign-up::-webkit-scrollbar-track {
    background: transparent !important;
}
}
.login-form {
  overflow: visible;
}
.login-social {
  gap: 10px;
}
.buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.buttons-container button {
  width: 100%;
}
@media screen and (max-width: 600px) {
.buttons-container {
    grid-template-columns: 1fr;
}
}
.formText {
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.formText input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  /* Firefox */
}
.formText input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  /* Firefox */
}
.formText input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6) !important;
}
.formText input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6) !important;
}
.formText.v-input--is-focused fieldset {
  border: 1px solid #f8bf1e;
}
.formText.v-input--is-focused button {
  color: #f8bf1e !important;
}
.formText.v-text-field--outlined.v-input--has-state fieldset {
  border: 2px solid #ff5252;
}
.formText.v-input--is-focused i {
  color: #f8bf1e !important;
}
.formText.v-text-field--outlined.v-input--has-state i {
  color: #ff5252 !important;
}
.btn-login-social {
  border-radius: 40px;
  font-size: 20px !important;
  max-width: 310px;
  width: 100%;
  height: 60px !important;
  text-transform: none;
}
.btn-login-social img {
  display: block;
}
.btn-login-social.btn-fb {
  background-color: #24599d !important;
  color: #fff;
}
.btn-login-social.btn-google {
  border: 1px solid #bbb;
}
.btn-login-social .login-btn {
  padding-left: 8px;
}
.v-card__title h2[data-v-0717b391] {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.social-button[data-v-0717b391] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 24px;
}
.social-button[data-v-0717b391]:hover {
  filter: brightness(105%);
}
.social-button[data-v-0717b391]:active {
  filter: brightness(97%);
}
.social-button[data-v-0717b391]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-0717b391] {
  max-width: 24px;
  max-height: 24px;
}
.sign-in-email-text[data-v-0717b391] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.sign-in-email-text span[data-v-0717b391] {
  flex-basis: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  opacity: 0.7;
}
.sign-in-email-text[data-v-0717b391]:before, .sign-in-email-text[data-v-0717b391]:after {
  content: "";
  display: inline-block;
  flex-basis: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.max-button.login-button[data-v-0717b391] {
  width: 100%;
  text-transform: unset;
  min-width: 250px;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
.max-button.login-button[data-v-0717b391] {
    min-width: 150px;
}
}
.social-error[data-v-0717b391] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.1);
}
.social-error svg[data-v-0717b391] {
  max-width: 24px;
}
.social-error span[data-v-0717b391] {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.v-input .v-input__control .v-input__slot i[data-v-0717b391] {
  color: #101317 !important;
}
.link-disabled[data-v-0717b391] {
  opacity: 0.7;
  pointer-events: none;
}
@media only screen and (max-height: 800px) {
.joinFields .row[data-v-0717b391] {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.joinFields form[data-v-0717b391] {
    overflow: hidden;
}
}
.outlined-modal-card .modal-buttons > * {
  width: 100%;
}
.formText.v-input--is-focused fieldset {
  border: 1px solid #f8bf1e;
}
.formText.v-input--is-focused button {
  color: #f8bf1e !important;
}
.formText.v-text-field--outlined.v-input--has-state fieldset {
  border: 2px solid #ff5252;
}
.formText.v-input--is-focused i {
  color: #f8bf1e !important;
}
.formText.v-text-field--outlined.v-input--has-state i {
  color: #ff5252 !important;
}
.d-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gap-24[data-v-64ddf978] {
  gap: 24px;
}
.confirm-dialog .v-card .v-icon[data-v-64ddf978] {
  position: absolute;
  right: 15px;
  top: 10px;
}
.confirm-dialog .v-card__title[data-v-64ddf978] {
  width: 100%;
  padding: 0 0 24px;
}
.confirm-dialog .v-card__title span[data-v-64ddf978] {
  color: #101317;
  font-weight: 600;
  font-size: clamp(20px, 6vw, 32px);
  text-align: center;
  word-break: break-word;
}
.confirm-dialog .v-card__text[data-v-64ddf978] {
  padding: 0 0 24px;
  color: #101317;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  word-break: break-word;
}
.v-dialog > .v-card > .v-card__actions[data-v-64ddf978] {
  gap: 10px;
}
@media screen and (max-width: 470px) {
.v-dialog > .v-card > .v-card__actions[data-v-64ddf978] {
    padding-inline: 0;
}
}
button.max-button[data-v-64ddf978] {
  flex-basis: 100%;
  height: 44px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 200%;
}
button.max-button[secondary][data-v-64ddf978] {
  color: #101317;
  background: rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 470px) {
button.max-button[data-v-64ddf978] {
    line-height: 110%;
    font-size: 13px;
    padding-inline: 8px;
}
}
.font-17px[data-v-64ddf978] {
  font-size: 17px !important;
}
.wrapped-text[data-v-199b63e0] {
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 400px) {
.wrapped-text[data-v-199b63e0] {
    font-size: 24px !important;
}
}
@media screen and (max-width: 400px) {
.alert-dialog-title[data-v-199b63e0] {
    padding: 0 10px !important;
}
}
.alert-dialog .v-card[data-v-199b63e0] {
  border-radius: 24px;
}
.alert-dialog .v-card .v-icon[data-v-199b63e0] {
  position: absolute;
  right: 15px;
  top: 15px;
}
.alert-dialog .v-card span[data-v-199b63e0] {
  word-break: break-word;
}
.dialog--white .v-card[data-v-199b63e0] {
  background: var(--Colors-Off-White, #f0f0f0) !important;
  gap: 24px;
  flex-direction: column;
}
.dialog--white .close-button[data-v-199b63e0] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.dialog--white .close-button[data-v-199b63e0]:hover {
  filter: brightness(105%);
}
.dialog--white .close-button[data-v-199b63e0]:active {
  filter: brightness(97%);
}
.dialog--white .dialog-title[data-v-199b63e0] {
  color: #1e1e1e !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.dialog--white .dialog-subtitle[data-v-199b63e0],
.dialog--white .dialog-text[data-v-199b63e0] {
  color: #1e1e1e !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 24px;
}
button.action-button[data-v-199b63e0] {
  min-height: 58px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 6px !important;
  color: #fff;
  margin-bottom: 12px;
}

@media screen and (max-width: 400px) {
.v-dialog.alert-dialog {
    margin: 5px !important;
}
}
.v-dialog.alert-dialog {
  border-radius: 25px;
  color: #101317;
&.dialog--white {
    border-radius: 20px;
}
}

.alert-container[data-v-23a5206a] {
  filter: drop-shadow(1px 1px 5px #000000);
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 9999;
}
#game-container[data-v-6e1fa6a1] {
  width: 100%;
  height: 100%;
}
.close-btn-modal[data-v-6e1fa6a1] {
  top: 10px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
}
.close-btn-modal[data-v-55ecd6e1] {
  top: 10px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
}
.prompt-card[data-v-9cf1e140] {
  padding-left: 80px;
  padding-right: 80px;
}
.prompt-card .prompt-title[data-v-9cf1e140] {
  text-wrap: pretty;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 600px) {
.prompt-card[data-v-9cf1e140] {
    padding-left: 20px;
    padding-right: 20px;
}
}
.close-button-white[data-v-9cf1e140] {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 40px;
}
.confirm-dialog .v-card .v-icon[data-v-9cf1e140]:not(.close-icon) {
  position: absolute;
  right: 15px;
  top: 10px;
}
.double-border[data-v-9cf1e140] {
  border-radius: 20px;
}
.double-border[data-v-9cf1e140]::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 35px;
}
.double-border.gold[data-v-9cf1e140]::after {
  border: 1px solid var(--v-gold-base);
}
.double-border.red-bright[data-v-9cf1e140]::after {
  border: 1px solid var(--v-red-bright-base);
}
.prompt-body[data-v-9cf1e140] input::-moz-placeholder {
  color: black !important;
  font-weight: bold;
  font-style: italic;
}
.prompt-body[data-v-9cf1e140] input,
.prompt-body[data-v-9cf1e140] input::placeholder {
  color: black !important;
  font-weight: bold;
  font-style: italic;
}
.prompt-body[data-v-9cf1e140] .v-input__slot {
  background: #fff !important;
}
.alert-snackbar[data-v-0c7e71ee] {
  z-index: 999;
}
.alert-snackbar[data-v-0c7e71ee] .v-snack__wrapper {
  min-width: 250px !important;
}
.alert-snackbar[data-v-0c7e71ee] .v-snack__wrapper.v-sheet {
  border-radius: 8px;
  background: #fff;
  position: fixed;
  top: unset;
  bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
.alert-snackbar[data-v-0c7e71ee] .v-snack__wrapper.v-sheet {
    bottom: 80px;
}
}
.alert-dialog[data-v-4afaf41c] {
  box-shadow: 1px 1px 5px #000000 !important;
}
.alert-dialog .v-card[data-v-4afaf41c] {
  background: #432559;
  background: linear-gradient(-35deg, #432559 27%, #8779b6 100%);
}
.alert-dialog .v-card .v-icon[data-v-4afaf41c] {
  position: absolute;
  right: 15px;
  top: 15px;
}
.alert-dialog .v-card span[data-v-4afaf41c] {
  word-break: break-word;
}
.v-icon[data-v-07357594] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.icon[data-v-07357594] {
  position: absolute;
  z-index: 1;
}
.banner[data-v-07357594] {
  max-width: 490px;
  cursor: pointer;
  background-size: contain;
}
.banner--promo[data-v-07357594] {
  max-width: 460px;
}
.close-game-popup--promo {
  box-shadow: none;
}
.popup-content[data-v-df9c45f6] {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(100% - 40px);
  max-height: 100vh;
  margin-inline: auto;
}
.popup-content video[data-v-df9c45f6] {
  max-height: calc(100vh - 100px);
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
.popup-content[data-v-df9c45f6] {
    max-width: 394px;
}
}
@media screen and (min-width: 1200px) {
.popup-content[data-v-df9c45f6] {
    max-width: 88vw;
}
}
@media screen and (min-width: 1600px) {
.popup-content[data-v-df9c45f6] {
    max-width: 1440px;
}
}
.close-button[data-v-df9c45f6] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
.close-button[data-v-df9c45f6] {
    top: 0;
    right: -60px;
}
}
.video-popup {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8) !important;
}
.v-icon[data-v-09a77a58] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.icon[data-v-09a77a58] {
  position: absolute;
  z-index: 1;
}
.banner[data-v-09a77a58] {
  max-width: 460px;
  cursor: pointer;
  background-size: contain;
}
.promo-pack-popup {
  box-shadow: none;
}
.spinner-content[data-v-bef95e0a] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.spinner[data-v-bef95e0a] {
  animation: rotate-bef95e0a 2s linear infinite;
  width: 50px;
  height: 50px;
}
.spinner .path[data-v-bef95e0a] {
  stroke: #93bfec;
  stroke-linecap: round;
  animation: dash-bef95e0a 1.5s ease-in-out infinite;
}
span[data-v-bef95e0a] {
  color: #fff;
}
@keyframes rotate-bef95e0a {
100% {
    transform: rotate(360deg);
}
}
@keyframes dash-bef95e0a {
0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
}
}
@keyframes shake-bef95e0a {
0% {
    transform: translateX(0);
}
25% {
    transform: translateX(-5px);
}
50% {
    transform: translateX(5px);
}
75% {
    transform: translateX(-5px);
}
100% {
    transform: translateX(0);
}
}
.pay-with-card[data-v-46147b05] {
  display: flex;
  flex-direction: column;
}
.amount-input.v-input[data-v-46147b05] {
  margin: 0;
  padding: 0;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot {
  background: #fff;
  border-radius: 6px;
  padding-right: 0 !important;
  min-height: 42px !important;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot:before, .amount-input.v-input[data-v-46147b05] .v-input__slot:after {
  content: none;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot input {
  color: #101317;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 !important;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot input::-moz-placeholder {
  color: #101317;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot input::placeholder {
  color: #101317;
}
.amount-input.v-input[data-v-46147b05] .v-input__slot .v-text-field__prefix {
  padding-top: 2px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1c0630 !important;
}
.amount-input.v-input[data-v-46147b05].error--text .v-input__slot {
  box-shadow: 0 0 9px 0 #fa0215;
  animation: shake 0.3s;
}
.amount-input.v-input[data-v-46147b05]:not(.error--text) .v-text-field__prefix {
  color: #101317;
}
.amount-presets[data-v-46147b05] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 6px;
}
.amount-preset[data-v-46147b05] {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-radius: 6px;
  background: #fff;
  color: #101317;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
}
.payment-options[data-v-46147b05] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.payment-options:not(.payment-options--disabled) .payment-option[data-v-46147b05] {
  cursor: pointer;
}
.payment-options:not(.payment-options--disabled) .payment-option[data-v-46147b05]:hover {
  filter: brightness(105%);
}
.payment-options:not(.payment-options--disabled) .payment-option[data-v-46147b05]:active {
  filter: brightness(97%);
}
.payment-options .payment-option[data-v-46147b05] {
  display: flex;
  height: 42px;
  padding: 3px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  background: #0080ff;
  cursor: pointer;
}
.payment-options .payment-option .icons[data-v-46147b05] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-options .payment-option .icons svg[data-v-46147b05] {
  height: 16px;
}
@media screen and (max-width: 360px) {
.payment-options .payment-option .icons[data-v-46147b05] {
    gap: 2px;
}
.payment-options .payment-option svg[data-v-46147b05] {
    max-height: 12px;
}
.payment-options .payment-option .option-title[data-v-46147b05] {
    font-size: 12px;
}
}
@media screen and (min-width: 360px) and (max-width: 440px) {
.payment-options .payment-option .icons[data-v-46147b05] {
    gap: 4px;
}
.payment-options .payment-option svg[data-v-46147b05] {
    max-height: 14px;
}
.payment-options .payment-option .option-text[data-v-46147b05] {
    gap: 0;
}
.payment-options .payment-option .option-title[data-v-46147b05] {
    font-size: 14px;
}
}
.payment-icon--fill path[data-v-46147b05] {
  fill: var(--icon-fill);
}
.option-text[data-v-46147b05] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.option-text .v-icon[data-v-46147b05] {
  color: #fff;
}
.option-title[data-v-46147b05] {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
#paypal-modal-button-container[data-v-46147b05] {
  width: 100%;
  text-align: center;
}
.paypal-modal[data-v-46147b05] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
}
.paypal-modal-content[data-v-46147b05] {
  position: relative;
  width: 460px;
  max-height: 95%;
  overflow-y: scroll;
  padding: 60px 60px 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.close-modal[data-v-46147b05] {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  max-width: 40px;
}
.iframe-container[data-v-46147b05] {
  position: fixed;
  /* Use fixed to cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Semi-transparent background */
  z-index: 999999;
  /* Ensure it overlays everything else */
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframe-container iframe[data-v-46147b05] {
  width: 480px;
  height: 626px;
  border: none;
  background-color: transparent;
  /* Ensure iframe has a visible background */
}
.close-iframe-button[data-v-46147b05] {
  position: absolute;
  /* Position absolutely within the container */
  z-index: 10000;
  /* Higher z-index to overlay iframe content */
}
.payment-options .payment-option--disabled[data-v-46147b05] {
  position: relative;
  background: #aba9a9;
  cursor: default;
}
.payment-options .payment-option--disabled .icons[data-v-46147b05],
.payment-options .payment-option--disabled .option-text[data-v-46147b05] {
  filter: grayscale(1);
}
.payment-options .payment-option--disabled .kyc-approval-warning[data-v-46147b05] {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  left: 0;
  top: -40px;
  background: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  border: 1px solid #808080;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  pointer-events: none;
}
.payment-options .payment-option--disabled .warning-text[data-v-46147b05] {
  font-weight: 600;
}
.payment-options .payment-option--disabled:hover .kyc-approval-warning[data-v-46147b05] {
  opacity: 1;
}
a.kyc-link[data-v-46147b05] {
  margin-top: 12px;
  padding-right: 2px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #0080ff;
  text-decoration: underline;
}
.check-promo-button[data-v-46147b05] {
  width: 66px;
  height: 42px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #0cbc47;
}
.check-promo-button[disabled][data-v-46147b05] {
  pointer-events: none;
  filter: grayscale(1);
}
.promo-input[data-v-46147b05] .v-text-field__details {
  display: none;
}
.search-container[data-v-4128a380] {
  position: sticky;
  top: 0;
  padding-top: 12px;
  z-index: 1;
  background: #21272f;
}
.no-data[data-v-4128a380] {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  color: white;
}
.search-input[data-v-4128a380] {
  height: 43px;
  margin: 0 16px;
}
.search-input[data-v-4128a380] .v-input__slot {
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  background: #fff !important;
}
.search-input[data-v-4128a380] .v-input__slot .v-input__prepend-inner {
  margin-top: 2px !important;
}
.search-input[data-v-4128a380] .v-input__slot .v-icon {
  color: rgba(0, 0, 0, 0.4) !important;
}
.search-input[data-v-4128a380] .v-input__slot .v-text-field__slot input,
.search-input[data-v-4128a380] .v-input__slot .v-text-field__slot label {
  padding: unset !important;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  transform: translateY(-2px);
}
.grouped-menu-btn[data-v-4128a380] {
  background: rgba(255, 255, 255, 0.2) !important;
  text-transform: unset;
  font-weight: 800;
  font-size: 16px !important;
}
.selected-item[data-v-4128a380] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
}
.selected-item .list-icon-wrapper[data-v-4128a380] {
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected-item .list-icon-wrapper .list-icon[data-v-4128a380] {
  font-size: 24px;
  color: white;
  height: 28px;
}
.grouped-menu[data-v-4128a380] {
  width: calc(100% - 32px);
  transform: translateX(-6px);
  border-radius: 12px !important;
  background: #21272f;
  box-shadow: none;
  overflow-y: auto;
  margin-top: -50px;
}
.grouped-menu[data-v-4128a380]::-webkit-scrollbar {
  width: 10px;
}
.grouped-menu[data-v-4128a380]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2) !important;
}
.grouped-menu[data-v-4128a380]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 10px;
  border: 3px solid transparent;
}
.grouped-menu .group-title[data-v-4128a380] {
  margin: 12px 8px;
  padding-left: 10px;
  color: #e7e5ec;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.grouped-menu ul[data-v-4128a380] {
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.grouped-menu ul li[data-v-4128a380] {
  padding-left: 16px;
  margin: 0;
  height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.grouped-menu ul li .list-icon-wrapper[data-v-4128a380] {
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grouped-menu ul li .list-icon-wrapper .list-icon[data-v-4128a380] {
  font-size: 24px;
  color: white;
  height: 28px;
}
.grouped-menu ul li .list-text[data-v-4128a380] {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.grouped-menu ul li .list-text__title[data-v-4128a380] {
  font-size: 20px;
  line-height: 1;
}
.grouped-menu ul li .list-text__subtitle[data-v-4128a380] {
  font-size: 11px;
  line-height: 1;
}
.grouped-menu ul li[data-v-4128a380]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select-label[data-v-4128a380] {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.menu-content[data-v-4128a380] {
  width: 349px;
}
.confirm-dialog .v-card .v-icon[data-v-2c15e9a5] {
  position: absolute;
  right: 15px;
  top: 10px;
}
.confirm-dialog .v-card .v-card__actions[data-v-2c15e9a5] {
  gap: 25px;
}
.confirm-dialog .v-card .v-btn[data-v-2c15e9a5] {
  width: 150px;
  border-radius: 10px;
  color: white;
}
.confirm-dialog .v-card__title[data-v-2c15e9a5] {
  width: 100%;
}
.confirm-dialog .v-card__title span[data-v-2c15e9a5] {
  font-size: clamp(20px, 6vw, 28px);
  text-align: center;
  word-break: break-word;
}
.change-crypto-popup.v-dialog {
  border-radius: 20px !important;
}
.change-crypto-popup.v-dialog .v-card {
  padding: 60px 0;
  border-radius: 24px !important;
  border: 10px solid #43464a;
  background: #fff !important;
  color: #101317;
}
.change-crypto-popup.v-dialog .v-card__title {
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  padding-inline: 20px;
  margin-bottom: 24px;
}
.change-crypto-popup.v-dialog .v-card__title span {
  text-transform: uppercase;
}
.change-crypto-popup.v-dialog .v-card__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #101317;
}
@media screen and (min-width: 460px) {
.change-crypto-popup.v-dialog .chosen-text {
    flex-shrink: 0;
}
}
.change-crypto-popup.v-dialog .chosen-currency {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.change-crypto-popup.v-dialog .chosen-currency img {
  max-height: 44px;
}
.change-crypto-popup.v-dialog .chosen-currency div {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 190px;
}
.change-crypto-popup.v-dialog .chosen-currency--short div {
  flex-shrink: 0;
}
.change-crypto-popup.v-dialog .chosen-currency--short img {
  max-height: 20px;
  margin-inline: 4px;
}
.change-crypto-popup.v-dialog .v-card .v-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  padding-inline: 24px;
}
.change-crypto-popup.v-dialog .v-card .v-card__actions .v-btn {
  text-transform: none;
  flex-basis: 100%;
  border-radius: 6px;
  height: 44px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  min-height: 44px;
  min-width: 100%;
  margin-inline: 0;
}
.change-crypto-popup.v-dialog .v-card .v-card__actions .confirm-button {
  background: rgba(0, 0, 0, 0.07);
  color: #101317;
}
.change-crypto-popup.v-dialog .v-card .v-card__actions .cancel-button {
  background: #0080ff;
}
@media screen and (max-width: 419px) {
.change-crypto-popup.v-dialog .v-card .v-card__actions .v-btn {
    font-size: 13px;
    letter-spacing: -0.5px !important;
}
}
.change-crypto-popup.v-dialog .v-card .v-card__actions .v-icon {
  position: inherit;
  top: auto;
  right: auto;
  font-size: 18px;
}
.pay-with-crypto ::v-deep .grouped-menu-btn {
  box-shadow: none !important;
  border-radius: 6px;
  background: red !important;
}
.pay-with-crypto ::v-deep .grouped-menu-btn .selected-item {
  gap: 6px;
  font-weight: 500;
}
.pay-with-crypto .invoice-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pay-with-crypto .invoice-details .exchange-rate {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.pay-with-crypto .min-deposit-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: -10px;
  padding: 8px 10px;
  border-radius: 0 0 6px 6px;
  background: rgba(0, 128, 255, 0.3);
}
.pay-with-crypto .min-deposit-warning svg {
  max-width: 20px;
}
.pay-with-crypto .min-deposit-warning b {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.pay-with-crypto .crypto-address {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.pay-with-crypto .crypto-address b {
  font-weight: 600;
}
.pay-with-crypto .copy-button {
  display: flex;
  width: 100%;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: #0080ff;
}
.pay-with-crypto .copy-button:hover {
  filter: brightness(104%);
}
.pay-with-crypto .copy-button:active {
  filter: brightness(93%);
}
.pay-with-crypto .copy-button span {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.pay-with-crypto .qr-code {
  display: block;
  width: 160px;
  height: 160px;
  margin-inline: auto;
  border-radius: 10px;
}
.pay-with-crypto .time-network {
  margin-top: -10px;
}
.pay-with-crypto .time-network .network-wrapper,
.pay-with-crypto .time-network .time-wrapper {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pay-with-crypto .time-network .network-wrapper b,
.pay-with-crypto .time-network .time-wrapper b {
  font-weight: 500;
}
.pay-with-crypto .time-network .time-wrapper.warning--text b, .pay-with-crypto .time-network .time-wrapper.error b {
  font-weight: 600;
}
.pay-with-crypto .time-network .network-wrapper {
  border: 0;
}
.pay-with-crypto .one-time-warning {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px 6px 0 0;
  background: rgba(255, 255, 255, 0.2);
}
.pay-with-crypto .one-time-warning svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.pay-with-crypto .one-time-warning span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.pay-with-crypto .one-time-warning b {
  font-weight: 700;
}
.pay-with-crypto .additional-info {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.pay-with-crypto .additional-info .link {
  text-decoration: underline;
  cursor: pointer;
}
.pay-with-crypto .spinner-wrapper {
  margin-top: 50%;
}
.pay-with-crypto .calculator-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pay-with-crypto .calculator-section p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.pay-with-crypto .calculator-section .calculator-fields {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input {
  flex-basis: 100%;
  padding: 0;
  margin: 0;
}
.pay-with-crypto .calculator-section .calculator-fields .v-text-field__slot {
  align-items: center;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__slot {
  background: #fff;
  border-radius: 6px;
  height: 42px;
  min-height: 42px !important;
  flex-direction: column;
  gap: 0;
  padding: 6px 0 4px 10px !important;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__slot::before, .pay-with-crypto .calculator-section .calculator-fields .v-input__slot::after {
  content: none;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__slot input {
  color: #101317;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0 !important;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__control {
  color: #101317;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__prepend-inner {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  align-items: center;
  gap: 2px;
}
.pay-with-crypto .calculator-section .calculator-fields .v-input__prepend-inner .currency-icon {
  width: 12px;
  height: 12px;
}
.pay-with-crypto .calculator-section .calculator-fields .v-text-field__details {
  display: none;
}
.tab-buttons[data-v-69d7dd1b] {
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
}
.tab-button[data-v-69d7dd1b] {
  display: flex;
  padding: 11px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  cursor: pointer;
  border-radius: 6px;
}
.tab-button span[data-v-69d7dd1b] {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.tab-button--active[data-v-69d7dd1b] {
  cursor: default;
  background: #242b34;
}
.tab-button--active span[data-v-69d7dd1b] {
  color: #fff;
}
.tab-content[data-v-69d7dd1b] {
  margin-top: 12px;
}
.crypto-option-text[data-v-69d7dd1b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 16px 0;
}
.crypto-option-text span[data-v-69d7dd1b] {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.crypto-option-text[data-v-69d7dd1b]::before, .crypto-option-text[data-v-69d7dd1b]::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
button.crypto-button[data-v-69d7dd1b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 10px;
  flex-wrap: wrap;
  padding: 0;
  height: 42px;
}
@media screen and (max-width: 440px) {
button.crypto-button[data-v-69d7dd1b]:not([secondary]) {
    padding: 10px;
}
}
.crypto-icons[data-v-69d7dd1b] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.crypto-icons span[data-v-69d7dd1b] {
  flex-shrink: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 360px) {
.crypto-icons[data-v-69d7dd1b] {
    gap: 2px;
}
.crypto-icons img[data-v-69d7dd1b] {
    max-width: 56px;
}
}
@media screen and (min-width: 360px) and (max-width: 440px) {
.crypto-icons[data-v-69d7dd1b] {
    gap: 4px;
}
.crypto-icons img[data-v-69d7dd1b] {
    max-width: 58px;
}
}
.crypto-button-text[data-v-69d7dd1b] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.crypto-button-text span[data-v-69d7dd1b] {
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 360px) {
.crypto-button-text[data-v-69d7dd1b] {
    gap: 0;
}
.crypto-button-text span[data-v-69d7dd1b] {
    font-size: 12px;
}
}
@media screen and (min-width: 360px) and (max-width: 440px) {
.crypto-button-text[data-v-69d7dd1b] {
    gap: 0;
}
.crypto-button-text span[data-v-69d7dd1b] {
    font-size: 14px;
}
}
.info-row[data-v-69d7dd1b] {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
.info-row[data-v-69d7dd1b]:last-of-type {
  margin-top: 10px;
}
.info-row svg[data-v-69d7dd1b] {
  cursor: pointer;
  max-width: 20px;
  margin-left: 14px;
}
.info-row .link[data-v-69d7dd1b] {
  color: #0080ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.font-weight-600[data-v-4828ff6f] {
  font-size: 18px !important;
  color: #101317;
}
.show-scrollbar[data-v-4828ff6f]::-webkit-scrollbar-thumb {
  background-color: #101317;
  border-radius: 10px;
  border: 3px solid rgba(16, 19, 23, 0.5);
}
p[data-v-4828ff6f] {
  line-height: 120%;
}
ol > li[data-v-4828ff6f] {
  margin-top: 12px;
}
ol > li strong[data-v-4828ff6f] {
  font-size: 18px;
}
ul[data-v-4828ff6f] {
  list-style-type: disc;
}
ul li[data-v-4828ff6f] {
  line-height: 24px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
}
.redemption-title[data-v-4828ff6f] {
  color: #101317;
  word-break: break-word;
  font-size: 36px;
  text-align: center;
}
.requirements-container[data-v-4828ff6f] {
  border-radius: 10px;
  max-height: 400px;
  overflow-y: visible;
  text-align: left;
  padding: 20px;
  position: relative;
  color: #101317;
}
.requirements-container[data-v-4828ff6f]::-webkit-scrollbar {
  width: 10px;
}
.requirements-container[data-v-4828ff6f]::-webkit-scrollbar-track {
  background: rgba(16, 19, 23, 0.5);
}
.requirements-container[data-v-4828ff6f]::-webkit-scrollbar-thumb {
  background-color: #101317;
  border-radius: 10px;
  border: 3px solid transparent;
}
.confirm-dialog .v-card .v-icon[data-v-4828ff6f] {
  position: absolute;
  right: 15px;
  top: 10px;
}
.confirm-dialog .v-card .v-card__actions[data-v-4828ff6f] {
  gap: 25px;
}
.confirm-dialog .v-card .v-btn[data-v-4828ff6f] {
  width: 150px;
  border-radius: 10px;
  color: white;
}
.confirm-dialog .v-card.landscape .max-button[data-v-4828ff6f] {
  margin: 20px auto 0;
}
.redemption-dialog .v-card__title[data-v-45771037],
.redemption-dialog .v-card__text[data-v-45771037] {
  color: #101317;
}
@media screen and (max-width: 400px) {
.redemption-dialog .v-card__title span[data-v-45771037] {
    font-size: 22px !important;
}
.redemption-dialog .v-card__text[data-v-45771037] {
    font-size: 18px !important;
}
}
.transaction-btn[data-v-45771037] {
  border-radius: 6px !important;
}
.wrapped-text[data-v-45771037] {
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 400px) {
.wrapped-text[data-v-45771037] {
    font-size: 24px !important;
}
}
@media screen and (max-width: 400px) {
.alert-dialog-title[data-v-45771037] {
    padding: 0 10px !important;
}
}
.alert-dialog[data-v-45771037] {
  box-shadow: 1px 1px 5px #000000 !important;
}
.alert-dialog .v-card[data-v-45771037] {
  background: #432559;
  background: linear-gradient(-35deg, #432559 27%, #8779b6 100%);
}
.alert-dialog .v-card .v-icon[data-v-45771037] {
  position: absolute;
  right: 15px;
  top: 15px;
}
.alert-dialog .v-card span[data-v-45771037] {
  word-break: break-word;
}

@media screen and (max-width: 400px) {
.v-dialog.alert-dialog {
    margin: 5px !important;
}
}

[data-v-0c095746] .grouped-menu-btn {
  box-shadow: none !important;
  border-radius: 6px;
}
[data-v-0c095746] .grouped-menu-btn .selected-item {
  gap: 6px;
  font-weight: 500;
}
.redeem-container[data-v-0c095746] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.gradient-tooltip[data-v-0c095746] {
  background: linear-gradient(90deg, var(--v-main-lighter-base) 0%, var(--v-main-light-base) 100%);
  border-radius: 10px;
  color: white;
  padding: 12px;
  max-width: 400px;
}
.link[data-v-0c095746] {
  text-decoration: underline;
  font-weight: 600;
}
.redeem-button.border-doubled.large.green[data-v-0c095746] {
  border-radius: 30px !important;
}
.redeem-button.border-doubled.large.green[data-v-0c095746]:before, .redeem-button.border-doubled.large.green[data-v-0c095746]:after {
  border-radius: 28px !important;
}
.with-star[data-v-0c095746]::after {
  content: "*";
  color: red;
}
.max-button.v-btn[data-v-0c095746] {
  background-color: #0080ff;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.max-button.v-btn[data-v-0c095746] .v-btn__content {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.redeem-form .input-label[data-v-0c095746] {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.redeem-form[data-v-0c095746] .text-input {
  padding: 0;
}
.redeem-form[data-v-0c095746] .text-input.error--text {
  margin-bottom: 10px;
}
.redeem-form[data-v-0c095746] .text-input .v-input__slot {
  min-height: 42px !important;
  display: flex;
  height: 42px;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fff;
  padding-right: 0 !important;
}
.redeem-form[data-v-0c095746] .text-input .v-input__slot input {
  padding: 13px 0 13px 20px;
  padding-bottom: 0 !important;
  color: #1c0630;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
.redeem-form[data-v-0c095746] .text-input .v-input__slot input::-moz-placeholder {
  color: #1c0630;
}
.redeem-form[data-v-0c095746] .text-input .v-input__slot input::placeholder {
  color: #1c0630;
}
.redeem-form[data-v-0c095746] .text-input .v-input__slot:before, .redeem-form[data-v-0c095746] .text-input .v-input__slot:after {
  content: none;
}
.redeem-form[data-v-0c095746] .v-messages__message {
  font-weight: 400;
  font-size: 14px;
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
.redeem-info[data-v-0c095746] {
    padding: 0 50px;
}
.requirements-helper[data-v-0c095746] {
    position: absolute;
    left: 3px;
    top: 3px;
}
.requirements[data-v-0c095746] {
    padding: 0;
}
.requirements-wrapper[data-v-0c095746] {
    padding: 15px 25px 10px 25px;
    width: 100%;
    justify-content: space-around !important;
}
}
@media screen and (max-width: 335px) {
.requirements-wrapper[data-v-0c095746] {
    flex-direction: column;
    gap: 10px;
}
}
.limits-wrapper[data-v-0c095746] {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}
.limits-wrapper svg[data-v-0c095746] {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.limit-column[data-v-0c095746] {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  gap: 3px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.limit-column span[data-v-0c095746] {
  font-weight: 300;
}
.limit-column b[data-v-0c095746] {
  font-weight: 600;
}
.estimated-wrapper[data-v-0c095746] {
  display: flex;
  flex-direction: column;
}
.inner-icon[data-v-0c095746] {
  width: 22px;
  height: 22px;
}
.estimated-row[data-v-0c095746] {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.estimated-row[data-v-0c095746]:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.estimated-row svg[data-v-0c095746] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  left: 2px;
}
button.redeem-button[data-v-0c095746] {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #0080ff;
}
button.redeem-button[data-v-0c095746]:hover {
  filter: brightness(104%);
}
button.redeem-button[data-v-0c095746]:active {
  filter: brightness(97%);
}
button.redeem-button[disabled][data-v-0c095746] {
  pointer-events: none;
  filter: grayscale(1);
}
button.redeem-button span[data-v-0c095746] {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}
.info-row[data-v-0c095746] {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.info-row svg[data-v-0c095746] {
  cursor: pointer;
  width: 20px;
  margin-left: 14px;
}
.info-row .link[data-v-0c095746] {
  color: #0080ff;
  font-weight: 400;
}
.welcome-v2-balance-info[data-v-5dd7e57a] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
}
.welcome-v2-balance-info p[data-v-5dd7e57a] {
  margin: 0;
}
.clarification[data-v-5dd7e57a] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.wrapper[data-v-5dd7e57a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.wrapper .block[data-v-5dd7e57a]:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) {
.wrapper[data-v-5dd7e57a] {
    display: flex;
}
.wrapper .block[data-v-5dd7e57a] {
    justify-content: space-around;
}
}
.block[data-v-5dd7e57a] {
  position: relative;
  display: flex;
  flex-basis: 100%;
  padding: 10px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 440px) {
.block[data-v-5dd7e57a] {
    padding: 16px;
}
}
.text[data-v-5dd7e57a] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 440px) {
.text[data-v-5dd7e57a] {
    font-size: 14px;
}
}
.value[data-v-5dd7e57a] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.value.blue-text[data-v-5dd7e57a] {
  color: #5bb5fa;
}
.balance-table[data-v-5dd7e57a] {
  display: flex;
  gap: 10px;
  width: 100%;
}
.balance-table > div[data-v-5dd7e57a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  gap: 4px;
}
.balance-table > div span[data-v-5dd7e57a]:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}
.balance-table > div span[data-v-5dd7e57a]:last-child {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.tab-buttons[data-v-2c5b88bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #0c1117 0%, #0c1117 100%), #48515c;
}
.tab-button[data-v-2c5b88bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  cursor: pointer;
  background: transparent;
}
.tab-button[data-v-2c5b88bd]:first-child {
  border-radius: 0 10px 0 0;
}
.tab-button[data-v-2c5b88bd]:last-child {
  border-radius: 10px 0 0 0;
}
.tab-button span[data-v-2c5b88bd] {
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.tab-button--active[data-v-2c5b88bd] {
  cursor: default;
  background: linear-gradient(0deg, #242b34 0%, #242b34 100%), #48515c;
}
.tab-button--active span[data-v-2c5b88bd] {
  opacity: 1;
  font-weight: 700;
}
.tab-button:not(.tab-button--active):hover span[data-v-2c5b88bd] {
  opacity: 0.75;
}
.tab-content[data-v-2c5b88bd] {
  padding: 12px 20px 24px;
}
.cashier-popup {
  position: relative;
  width: min(440px, 100%);
  background: #242b34;
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
  overflow-x: hidden;
  overscroll-behavior: none;
}
.cashier-popup.cashier-popup--purchase.cashier-popup--crypto {
  min-height: 564px;
}
.cashier-popup.cashier-popup--purchase.cashier-popup--crypto .tab-content {
  min-height: 260px;
}
.cashier-popup.cashier-popup--purchase.cashier-popup--crypto.cashier-popup--crypto-selected .tab-content {
  min-height: 438px;
}
.cashier-popup.cashier-popup--purchase.cashier-popup--crypto.cashier-popup--crypto-selected .back-button {
  margin-top: 0;
}
@media screen and (max-height: 600px) and (orientation: landscape) {
.cashier-popup {
    min-height: auto !important;
}
}
.cashier-popup::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2) !important;
}
.cashier-popup::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4) !important;
}
.cashier-popup .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cashier-popup .back-button {
  width: calc(100% - 48px);
  margin-bottom: 16px;
  margin-inline: auto;
  margin-top: 84px;
}
.cashier-popup.cashier-popup--withdrawal .tab-content {
  padding-top: 24px;
}
@media screen and (min-width: 576px) {
.cashier-popup.cashier-popup--withdrawal {
    min-height: 774px;
}
}
.cashier-popup .welcome-offer-banner {
  position: relative;
}
.cashier-popup .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.apple-device .cashier-popup--paypal .content-wrapper {
  height: -webkit-fill-available;
}
.apple-device .cashier-popup--paypal .paypal-modal-content .close-modal {
  top: 24px;
  right: 16px;
}
.cashier-popup--crypto:not(.cashier-popup--crypto-selected) .content-wrapper {
  min-height: 542px;
}
.wrapper[data-v-47ea5e20] {
  --room-height: 112px;
  container: buyin-dialog/size;
  width: 100%;
  max-height: 100%;
  padding: 40px;
  background: #242b34;
}
@media (max-height: 600px) {
.wrapper[data-v-47ea5e20] {
    overflow-y: scroll;
    height: 100%;
}
}
@media (min-height: 601px) {
.wrapper[data-v-47ea5e20]:not(.fullscreen) {
    height: calc(340px + var(--offset) + var(--room-height) * var(--cards));
}
}
.wrapper.fullscreen[data-v-47ea5e20] {
  height: 100%;
}
@media screen and (max-width: 576px) {
.wrapper[data-v-47ea5e20] {
    padding: 16px;
}
}
.qc-warning[data-v-47ea5e20] {
  margin-top: 32px;
  padding-bottom: 60px;
  padding-inline: 14px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.content[data-v-47ea5e20] {
  width: 100%;
  height: 100%;
  max-width: 392px;
  margin-inline: auto;
  border-radius: 10px;
}
@media (max-height: 600px) {
.content[data-v-47ea5e20] {
    height: auto;
}
}
.close-button[data-v-47ea5e20] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #242b34;
  cursor: pointer;
  z-index: 1;
  border-radius: 4px;
}
.popup-header[data-v-47ea5e20] {
  height: auto;
  border-radius: 10px;
  max-height: 200px;
}
.popup-header[data-v-47ea5e20] .v-responsive__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup-header--scarab-plinko[data-v-47ea5e20] .v-image__image:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(6, 23, 48, 0.6);
  pointer-events: none;
}
.game-logo[data-v-47ea5e20] {
  position: relative;
  display: block;
  max-height: 84px;
  margin: 0 auto 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-desc[data-v-47ea5e20] {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-inline: 14px;
}
@media screen and (max-width: 576px) {
.game-desc[data-v-47ea5e20] {
    font-size: 15px !important;
}
}
.rooms[data-v-47ea5e20] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-right: 10px;
  width: calc(100% + 10px);
  max-height: calc(100cqh - 232px);
  overflow-y: auto;
}
.rooms--short[data-v-47ea5e20] {
  padding-right: 0;
  width: 100%;
}
.rooms[data-v-47ea5e20]::-webkit-scrollbar-track {
  background: #161f2c !important;
}
.rooms[data-v-47ea5e20]::-webkit-scrollbar-thumb {
  background-color: #454f5c !important;
}
@-moz-document url-prefix() {
.rooms[data-v-47ea5e20] {
    scrollbar-width: thin;
    scrollbar-color: #454f5c #161f2c;
}
}
@media (max-height: 600px) {
.rooms[data-v-47ea5e20] {
    overflow-y: unset;
    max-height: unset;
}
}
.room[data-v-47ea5e20] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  height: var(--room-height);
  padding: 3px;
  border-radius: 10px;
  border: 3px solid #fff;
  background: linear-gradient(0deg, #eae8e1 0%, #f4f2eb 100%);
}
.max-prize[data-v-47ea5e20] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 12px;
  width: 120px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #053a8d;
  background: linear-gradient(113deg, #7b8d9a 30.27%, #4e6da4 76.93%), linear-gradient(319deg, #030004 12.79%, #0d244d 46.53%, #042f62 55.82%, #056fb8 89.57%);
  background-blend-mode: soft-light, normal;
}
@media screen and (max-width: 576px) {
.max-prize[data-v-47ea5e20] {
    width: 100px;
}
}
.max-prize span[data-v-47ea5e20] {
  font-family: "Zekton", sans-serif;
  font-weight: 900;
  text-align: center;
}
.max-prize-text[data-v-47ea5e20] {
  color: #fff;
  font-size: 16px;
  text-shadow: 2px 2px 0 #000, 2px 2px 0 #000, 2px 2px 0 #000;
}
.max-prize-value[data-v-47ea5e20] {
  font-family: "Zekton", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-text-stroke-width: 0.63px;
  line-height: 100%;
  letter-spacing: -0.54px;
  -webkit-text-stroke-color: #ffd800;
  background: linear-gradient(180deg, #b87100 6.85%, #f39602 26.97%, #e9e8e8 50.03%, #fffdfa 56.41%, #8c5701 58.86%, #f39168 84.39%, #fcbc1a 99.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 6px #000);
}
.mode-MMC .max-prize-value[data-v-47ea5e20] {
  font-size: min(36px, 6.5cqi);
}
.room-limits[data-v-47ea5e20] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.room-limits .frame[data-v-47ea5e20] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 124px;
  height: 50px;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.room-limits .icon-wrapper[data-v-47ea5e20] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
}
.room-limits .icon-wrapper svg[data-v-47ea5e20] {
  width: 32px;
  height: 32px;
}
.room-limits .icon-text[data-v-47ea5e20] {
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #efeee6;
}
.room-limits .icon-text--time[data-v-47ea5e20] {
  left: -1px;
  bottom: 9px;
  color: #1c0630;
  font-size: 15px;
}
@media screen and (max-width: 576px) {
.room-limits .icon-text--time[data-v-47ea5e20] {
    bottom: 7px;
}
}
.room-limits .frame-text[data-v-47ea5e20] {
  color: rgba(28, 6, 48, 0.75);
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  flex-shrink: 0;
}
.room-buyin[data-v-47ea5e20] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  max-width: 100px;
  min-width: 90px;
  margin-right: 3px;
}
.room-buyin .buyin-text[data-v-47ea5e20] {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.room-buyin .buyin-text span[data-v-47ea5e20] {
  color: rgba(28, 6, 48, 0.75);
}
.room-buyin .buyin-text b[data-v-47ea5e20] {
  color: #1c0630;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}
.room-buyin .play-button[data-v-47ea5e20] {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #0a9a49;
  cursor: pointer;
  max-width: min(90px, 18vw);
}
.room-buyin .play-button[data-v-47ea5e20]:hover {
  filter: brightness(103%);
}
.room-buyin .play-button[data-v-47ea5e20]:active {
  filter: brightness(97%);
}
.room-buyin .play-button[disabled][data-v-47ea5e20] {
  pointer-events: none;
  filter: grayscale(1);
}
.room-buyin .play-button span[data-v-47ea5e20] {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.15px;
}
.demo-offer[data-v-47ea5e20] {
  margin-top: 16px;
  margin-bottom: 40px;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 128, 255, 0.1);
  color: #fff;
}
.demo-offer div[data-v-47ea5e20]:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.demo-offer strong[data-v-47ea5e20] {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.demo-offer span[data-v-47ea5e20] {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 576px) {
.demo-offer span[data-v-47ea5e20] {
    font-size: 14px;
}
}
.demo-offer .play-demo-button[data-v-47ea5e20] {
  display: flex;
  height: 40px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #0080ff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.15px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@container buyin-dialog (width > 371px) {
.room[data-v-47ea5e20] {
    gap: 6px;
}
.room-buyin .play-button[data-v-47ea5e20] {
    padding: 14px 28px;
}
}
@font-face {
  font-family: "Zekton";
  src: url("/fonts/zekton-black.woff2") format("woff2"), url("/fonts/zekton-black.woff") format("woff"), url("/fonts/zekton-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.v-dialog__content--active.room-buy-in-content {
  overflow-y: hidden;
}
.room-buyin-dialog {
  position: relative;
  overflow-y: hidden;
  height: 100%;
  border-radius: 16px;
  background: #242b34;
  border: 10px solid #43464a;
}
.room-buyin-dialog--scroll {
  overflow-y: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
.room-buyin-dialog {
    border: none;
}
}
.balance-tooltip[data-v-34ebb090] {
  display: flex;
  width: 200px;
  padding: 16px 24px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: #171c23;
}
.balance-field[data-v-34ebb090] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.balance-field span[data-v-34ebb090] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.balance-field strong[data-v-34ebb090] {
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 100%;
}
.balance-field:last-child strong[data-v-34ebb090] {
  color: #5bb5fa;
}
.v-menu__content:has(.balance-tooltip) {
  border-radius: 6px !important;
  box-shadow: none;
}
.container[data-v-5c4bf7ea] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.container.mini[data-v-5c4bf7ea] {
  padding-right: 4px;
}
.button-base[data-v-5c4bf7ea], .redeem-btn.v-btn[data-v-5c4bf7ea], .buy-coins-btn[data-v-5c4bf7ea] {
  width: 100%;
  height: 48px !important;
  border-radius: 6px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  transition: unset !important;
}
.button-base.mini[data-v-5c4bf7ea], .mini.redeem-btn.v-btn[data-v-5c4bf7ea], .mini.buy-coins-btn[data-v-5c4bf7ea] {
  height: 46px !important;
  min-width: 80px !important;
  font-size: 14px;
}
.buy-coins-btn[data-v-5c4bf7ea] {
  background: var(--Colors-blue-button) !important;
}
.redeem-btn.v-btn[data-v-5c4bf7ea] {
  background: var(--Colors-gray-button) !important;
  color: #fff;
}
.buy-coins-btn.v-btn.v-btn--disabled[data-v-5c4bf7ea],
.redeem-btn.v-btn.v-btn--disabled[data-v-5c4bf7ea] {
  filter: grayscale(1);
  pointer-events: none;
  border: 0;
  background-color: #58515e !important;
}
.buttons-wrapper[data-v-5c4bf7ea] {
  display: flex;
  gap: 6px;
}
.buttons-wrapper .v-btn[data-v-5c4bf7ea] {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 1;
  box-shadow: none;
}
.buttons-wrapper .v-btn[data-v-5c4bf7ea]:hover {
  filter: brightness(105%);
}
.buttons-wrapper .v-btn[data-v-5c4bf7ea]:active {
  filter: brightness(97%);
}
.buttons-wrapper.mini[data-v-5c4bf7ea] {
  flex-direction: column;
  gap: 10px;
}
.buttons-wrapper.mini .v-btn[data-v-5c4bf7ea] {
  flex-basis: auto;
}
.user-balance[data-v-5c4bf7ea] {
  display: flex;
  height: 40px;
  padding: 0 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 500;
}
.user-balance svg[data-v-5c4bf7ea] {
  width: 30px;
  height: 30px;
}
.sidebar-welcome-offer[data-v-49911fb8] {
  position: relative;
  display: flex;
  height: 72px;
  padding: 10px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.chest-image[data-v-49911fb8] {
  max-width: 48px;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
.chest-image[data-v-49911fb8] {
    max-width: 58px;
}
}
.content[data-v-49911fb8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content .text[data-v-49911fb8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.content .text span[data-v-49911fb8] {
  flex-shrink: 0;
}
.content .text span[data-v-49911fb8]:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 360px) {
.content .text span[data-v-49911fb8]:nth-child(1) {
    font-size: 14px;
}
}
.content .text span[data-v-49911fb8]:nth-child(2) {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.progress-bar[data-v-49911fb8] {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.progress-fill[data-v-49911fb8] {
  width: var(--49911fb8-progressWidth);
  height: 100%;
  background: #0080ff;
  border-radius: 10px;
}
.sidebar-welcome-offer.compact .chest-image[data-v-49911fb8] {
  max-width: 48px;
}
.progress-bar-compact[data-v-49911fb8] {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.vip-star[data-v-7731f830] {
  --size: var(--7731f830-sizePx);
  width: var(--size);
  height: var(--size);
  background-image: url("/images/vip/stars-sprite.webp?v=1");
  background-size: 300% 300%;
}
.vip-star[data-tier=iron][data-v-7731f830] {
  background-position: 0 0;
}
.vip-star[data-tier=steel][data-v-7731f830] {
  background-position: calc(-1 * var(--size)) 0;
}
.vip-star[data-tier=bronze][data-v-7731f830] {
  background-position: 0 calc(-1 * var(--size));
}
.vip-star[data-tier=silver][data-v-7731f830] {
  background-position: calc(-1 * var(--size)) calc(-1 * var(--size));
}
.vip-star[data-tier=gold][data-v-7731f830] {
  background-position: calc(-2 * var(--size)) 0;
}
.vip-star[data-tier=platinum][data-v-7731f830] {
  background-position: calc(-2 * var(--size)) calc(-1 * var(--size));
}
.vip-star[data-tier=diamond][data-v-7731f830] {
  background-position: 0 calc(-2 * var(--size));
}
.sidebar-vip[data-v-566aef90] {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.progress[data-v-566aef90] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 10px;
}
.progress p[data-v-566aef90] {
  margin: 0;
}
.progress .title[data-v-566aef90] {
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}
.progress .progress-text[data-v-566aef90] {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.progress .progress-text span[data-v-566aef90] {
  background: var(--steel, linear-gradient(180deg, #8dc2f6 0%, #4986c2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 150%;
}
.progress-bar[data-v-566aef90] {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.progress-fill[data-v-566aef90] {
  width: var(--566aef90-getProgressWidth);
  height: 100%;
  background: #0080ff;
  border-radius: 10px;
}
.sidebar-vip.compact[data-v-566aef90] {
  padding: 8px;
}
.sidebar-vip.compact[data-v-566aef90] .vip-star {
  transform: translateY(-6px);
  margin-inline: auto;
}
.progress-bar-compact[data-v-566aef90] {
  position: absolute;
  bottom: 8px;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.scrollable[data-v-3ff1c6c2] {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 90px);
  padding-right: 10px;
  scrollbar-color: var(--Colors-navbar) var(--Colors-app-bg);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
.scrollable[data-v-3ff1c6c2]::-webkit-scrollbar-thumb {
  background: var(--Colors-navbar) !important;
}
.scrollable[data-v-3ff1c6c2]::-webkit-scrollbar-track {
  background: var(--Colors-app-bg) !important;
}
.scrollable--suspended[data-v-3ff1c6c2] {
  margin-top: 12px;
}
@media screen and (max-width: 960px) {
.scrollable[data-v-3ff1c6c2] {
    height: calc(100vh - 128px);
    padding-bottom: 140px;
}
}
.scrollable.mini[data-v-3ff1c6c2] {
  padding-right: 0;
}
.scrollable[data-v-3ff1c6c2]::-webkit-scrollbar {
  width: 3px !important;
}
.logo-wrapper[data-v-3ff1c6c2] {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.badge[data-v-3ff1c6c2] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  min-width: 16px;
  height: 16px;
  border-radius: 20px;
  padding: 0 5px 0 2px;
  background: #ba1919;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.badge.square-badge[data-v-3ff1c6c2] {
  height: 18px;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 600;
}
.v-navigation-drawer[data-v-3ff1c6c2] {
  max-height: var(--100vvh, -webkit-fill-available);
}
.v-navigation-drawer .v-list[data-v-3ff1c6c2] {
  overflow-x: hidden;
}
.v-navigation-drawer:not(.v-navigation-drawer--mini-variant) .v-list-item__icon .badge[data-v-3ff1c6c2] {
  display: none;
}
.v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__content[data-v-3ff1c6c2] {
  display: none;
}
.v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__icon[data-v-3ff1c6c2] {
  position: relative;
}
.v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__icon .badge[data-v-3ff1c6c2] {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateX(100%);
  min-width: 16px;
  height: 16px;
}
.v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__icon .badge.square-badge[data-v-3ff1c6c2] {
  font-size: 8px;
  right: 19px;
}
.menu-item[data-v-3ff1c6c2] {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 6px auto;
  border-radius: 10px;
  will-change: transform, opacity;
  position: relative;
  font-weight: 500;
}
.menu-item[data-v-3ff1c6c2]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  transform: scale(0);
  transform-origin: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-in-out;
}
.menu-item.active-route[data-v-3ff1c6c2] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}
.menu-item.active-route[data-v-3ff1c6c2]::after {
  background: var(--Colors-light-blue);
  transform: scale(1);
}
.menu-item.active-route .sidebar-menu-icon *[data-v-3ff1c6c2] {
  fill: var(--Colors-light-blue);
}
.menu-item.active-route[data-v-3ff1c6c2] .icon-ftg path {
  stroke: var(--Colors-light-blue);
}
.menu-item[data-v-3ff1c6c2]::before {
  border-radius: 8px;
}
.menu-item.colored[data-v-3ff1c6c2] {
  color: currentColor;
}
.menu-item.colored .sidebar-menu-icon *[data-v-3ff1c6c2] {
  fill: currentColor;
}
.menu-item.colored[data-v-3ff1c6c2] .v-list-item__title {
  color: currentColor;
}
.menu-item[data-v-3ff1c6c2] .v-list-item__title {
  color: #fff;
}
.sidebar-divider[data-v-3ff1c6c2] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  height: 1px;
  margin: 21px 0;
}
.sidebar-divider--menu-items[data-v-3ff1c6c2] {
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
.sidebar-divider[data-v-3ff1c6c2] {
    margin: 18px 0;
}
.sidebar-divider--menu-items[data-v-3ff1c6c2] {
    margin: 6px 0;
}
}
.logout-item[data-v-3ff1c6c2] {
  margin-bottom: 75px;
}
.hidden-tooltip[data-v-3ff1c6c2] {
  display: none;
}
@media screen and (max-width: 993px) {
.hidden-tooltip-mobile[data-v-3ff1c6c2] {
    display: none;
}
}
.v-tooltip__content[data-v-3ff1c6c2] {
  background: black;
  border-radius: 10px;
  left: 95px !important;
}
.v-tooltip__content[data-v-3ff1c6c2]:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 7px;
  background: black;
  top: 50%;
  transform: translate(0, -50%);
  left: -7px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.menu-toggle-container[data-v-3ff1c6c2] {
  height: 82px;
  padding-left: 0;
  padding-bottom: 12px;
}
.menu-toggle-container .menu-toggle[data-v-3ff1c6c2] {
  position: relative;
  background: #361550;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.menu-toggle-container .menu-toggle .badge[data-v-3ff1c6c2] {
  position: absolute;
  top: -2px;
  right: 2px;
}
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 10px 12px 10px;
}
@media screen and (min-width: 1024px) {
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] {
    left: var(--sidebar-offset-x-desktop);
    overflow: hidden;
    padding: 12px 12px 0;
    border-radius: 6px;
}
}
@media screen and (min-width:1366px) {
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] {
    top: var(--total-header-indent) !important;
    height: calc(100vh - var(--total-header-indent) - 10px) !important;
    padding-bottom: 12px;
    padding-right: 12px;
}
}
@media screen and (min-width: 1441px) {
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] {
    background: rgba(255, 255, 255, 0.05);
}
}
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] .v-navigation-drawer__border {
  background: none !important;
}
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] .v-navigation-drawer__content {
  overflow-y: hidden !important;
}
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] .v-navigation-drawer__content .v-list {
  padding: 0;
  padding-right: 12px !important;
}
@media screen and (max-width: 960px) {
.nav-drawer.v-navigation-drawer[data-v-3ff1c6c2] {
    z-index: 12;
}
.nav-drawer.v-navigation-drawer.v-navigation-drawer--open[data-v-3ff1c6c2]::after {
    content: "";
    position: fixed;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    z-index: -1;
    pointer-events: none;
}
}
.v-list[data-v-3ff1c6c2] {
  max-height: 100%;
  overflow-y: auto;
  margin-right: 0;
  padding-right: 6px !important;
}
@-moz-document url-prefix() {
.v-list[data-v-3ff1c6c2] {
    scrollbar-color: #858585 #333333;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    margin-right: -4px;
    padding-right: 6px !important;
}
}
.v-list-item[data-v-3ff1c6c2] {
  padding: 4px;
}
.v-list-item__icon[data-v-3ff1c6c2] {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.v-list-item__icon svg[data-v-3ff1c6c2] {
  width: 60px;
  height: 40px;
}
.selected-category[data-v-3ff1c6c2] i {
  transform: rotate(180deg);
}
.drawer-mini .child-list[data-v-3ff1c6c2] {
  display: none !important;
}
.drawer-mini .v-list-item__icon[data-v-3ff1c6c2] {
  margin-right: 0 !important;
}
.drawer-mini .badge[data-v-3ff1c6c2] {
  padding: 0 3px 0 2px;
}
.sidebar-menu-icon[data-v-3ff1c6c2] {
  fill: #fff;
}
.sidebar-menu-icon.smaller-icon[data-v-3ff1c6c2] {
  height: 20px;
}
.sidebar-header[data-v-3ff1c6c2] {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  margin-bottom: 15px;
}
.sidebar-header .close-button[data-v-3ff1c6c2] {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--Secondary, rgba(255, 255, 255, 0.07));
}
.sidebar-header .maxduel-logo[data-v-3ff1c6c2] {
  max-width: 154px;
}
@media screen and (min-width: 961px) {
.sidebar-header[data-v-3ff1c6c2] {
    visibility: hidden;
}
}
.header-divider[data-v-3ff1c6c2] {
  margin-top: 16px;
  margin-bottom: 20px;
}
.hide-scroll .nav-drawer .v-list {
  overflow-y: hidden;
}
@media screen and (min-width: 900px) {
.apple-device .nav-drawer .badge {
    padding: 0 1px 2px 0;
}
.apple-device .nav-drawer.drawer-mini .badge {
    padding: 0 0 2px 0;
}
}
.section-header[data-v-118ea7b4] {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  margin-bottom: 16px;
  width: 100%;
}
.most-popular-games[data-v-118ea7b4] {
  display: flex;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-x: auto;
  padding-bottom: 10px;
}
.most-popular-game[data-v-118ea7b4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  cursor: pointer;
}
.most-popular-game[data-v-118ea7b4] .v-image,
.most-popular-game[data-v-118ea7b4] .v-image__image {
  width: 100px;
  height: 100px;
}
.most-popular-game-cover[data-v-118ea7b4] {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  aspect-ratio: 1;
  max-height: 100px;
}
.most-popular-game-cover[data-v-118ea7b4] .v-responsive__content {
  display: flex;
  justify-content: center;
}
.most-popular-game-cover .logo[data-v-118ea7b4] {
  position: absolute;
  bottom: 12px;
  max-width: 80px;
}
.play-again-button[data-v-118ea7b4] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}
.play-again-button[data-v-118ea7b4]:hover {
  background: rgba(255, 255, 255, 0.12);
}
.play-again-button[data-v-118ea7b4]:active {
  background: rgba(255, 255, 255, 0.07);
}
.play-again-button span[data-v-118ea7b4] {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
}
.right-navbar[data-v-6cc2cb33] {
  min-height: 100vh;
  position: absolute;
  right: 0;
  display: none;
  width: var(--sidebar-width);
  height: 100%;
  overflow: hidden;
  margin-right: var(--sidebar-offset-x-desktop);
}
@media screen and (min-width: 1600px) {
.right-navbar[data-v-6cc2cb33] {
    display: block;
}
}
.right-navbar .content[data-v-6cc2cb33] {
  position: fixed;
  width: var(--sidebar-width);
  height: 100%;
  top: calc(var(--appbar-height-mobile) + var(--appbar-top-offset-mobile) + var(--content-top-offset));
  right: var(--sidebar-offset-x-desktop);
  background: var(--Colors-navbar);
  padding: 16px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
.right-navbar .content[data-v-6cc2cb33] {
    border-radius: 6px;
    top: var(--total-header-indent) !important;
    height: calc(100vh - var(--total-header-indent) - 10px) !important;
}
}
.right-navbar .content .scroll-content[data-v-6cc2cb33] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.right-navbar .content .scroll-content[data-v-6cc2cb33]::-webkit-scrollbar, .right-navbar .content .scroll-content[data-v-6cc2cb33]::-webkit-scrollbar-thumb, .right-navbar .content .scroll-content[data-v-6cc2cb33]::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
@-moz-document url-prefix() {
.right-navbar .content .scroll-content[data-v-6cc2cb33] {
    scrollbar-width: none;
}
}
@media screen and (min-width: 1792px) {
.right-navbar[data-v-6cc2cb33] {
    width: var(--sidebar-width-wide);
}
.right-navbar .content[data-v-6cc2cb33] {
    width: var(--sidebar-width-wide);
}
}
.top-banner[data-v-6cc2cb33] {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 320/420;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  padding: 46px 21px;
  container: top-banner/size;
}
.top-banner .banner-cover[data-v-6cc2cb33] {
  width: 320px;
  position: absolute;
  inset: 0;
}
.top-banner .banner-content[data-v-6cc2cb33] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-transform: uppercase;
  color: #fff;
}
.top-banner .banner-title[data-v-6cc2cb33] {
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
  font-size: 15cqh;
  font-weight: 900;
  line-height: 100%;
}
.top-banner .banner-lead[data-v-6cc2cb33] {
  color: #fff;
  font-size: 7cqh;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.top-banner .banner-cta[data-v-6cc2cb33] {
  margin-top: 12px;
  border-radius: 6px;
  background: #f8bf1e;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #140324;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.KYCWindow {
  max-width: 1200px;
  margin: 0 !important;
}
.kycWrapper {
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
}
button.verification-button {
  height: 56px;
  font-size: 20px;
  margin-inline: auto;
}

.kyc-popup {
  position: relative;
  background: #242b34;
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
  overflow-x: hidden;
}
.kyc-popup::-webkit-scrollbar, .kyc-popup::-webkit-scrollbar-thumb, .kyc-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.kyc-popup .close-button.v-icon {
  position: absolute !important;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.popup-content[data-v-e6b92e3a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline: auto;
  padding: 40px;
}
.popup-content h1[data-v-e6b92e3a] {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  /* 48px */
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
.popup-content h1[data-v-e6b92e3a] {
    font-size: 40px;
}
}
.popup-content h1 b[data-v-e6b92e3a] {
  font-weight: 800;
}
.popup-content p[data-v-e6b92e3a] {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.popup-content p[data-v-e6b92e3a] {
    font-size: 18px;
}
}
.popup-content[data-v-e6b92e3a] label {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
  margin-bottom: 24px;
}
.popup-content[data-v-e6b92e3a] label span {
  margin-top: 1px;
}
.close-button[data-v-e6b92e3a] {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.switch-currency-popup {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #242b34;
  box-shadow: 0 0 0 10px #43464a;
}
.popup-content[data-v-14a580b0] {
  position: relative;
}
.manage-friends-popup {
  background: #242b34;
  box-shadow: 0 0 0 10px #43464a;
}
.manage-friends-popup .close-btn-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.manage-friends-popup {
    max-width: 80%;
}
}
.onboarding-wrapper--active {
  z-index: 1000000 !important;
}
.onboarding-highlighted--active {
  z-index: 10000005 !important;
}
.page-filters {
  scroll-margin-top: -250px;
}
.p-0[data-v-1237aaf2] {
  padding: 0;
}
.d-contents[data-v-1237aaf2] {
  display: contents;
}
.onboarding[data-v-1237aaf2] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
}
.onboarding-steps[data-v-1237aaf2] {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 0 0;
  position: absolute;
  max-width: min(443px, 85vw);
  color: #fff;
  border-radius: 10px;
  z-index: 10000005;
  transition: all 500ms ease-in-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-height: 600px) {
.onboarding-steps[data-v-1237aaf2] {
    padding: 24px 0 0;
}
}
@media screen and (max-height: 576px) {
.onboarding-steps[data-v-1237aaf2] {
    max-width: min(443px, 50vw);
    padding: 24px 0 0;
}
}
@media screen and (max-height: 300px) {
.onboarding-steps[data-v-1237aaf2] {
    padding: 12px 0 0;
}
}
.onboarding-steps .close-button[data-v-1237aaf2] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
.onboarding-steps .close-button i[data-v-1237aaf2] {
  font-size: 12px;
}
@media screen and (max-height: 300px) {
.onboarding-steps .close-button[data-v-1237aaf2] {
    top: 8px;
    right: 8px;
}
}
.onboarding-steps hr[data-v-1237aaf2] {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.onboarding-steps .arrow[data-v-1237aaf2] {
  transition: all 300ms ease;
  left: 0;
  transform: translate(-105%);
  position: absolute;
  opacity: 0;
}
.onboarding-steps .arrow.fade-in[data-v-1237aaf2] {
  animation: fade-in-1237aaf2 300ms forwards;
}
.onboarding-steps .arrow.fade-out[data-v-1237aaf2] {
  animation: fade-out-1237aaf2 300ms forwards;
}
@media screen and (max-width: 576px) {
.onboarding-steps .arrow[data-v-1237aaf2] {
    scale: 0.75;
}
}
@media screen and (max-height: 500px) {
.onboarding-steps .arrow[data-v-1237aaf2] {
    scale: 0.75;
    width: 40px;
    left: -3%;
    top: 24px !important;
}
}
.onboarding-steps .pagination[data-v-1237aaf2] {
  display: flex;
  gap: 6px;
  height: 4px;
}
.onboarding-steps .pagination .dot[data-v-1237aaf2] {
  width: 12px;
  height: 4px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: width 300ms ease, background-color 500ms ease;
}
.onboarding-steps .pagination .dot.completed[data-v-1237aaf2] {
  background-color: #fff;
}
.onboarding-steps .pagination .dot-active[data-v-1237aaf2] {
  width: 72px;
  background-color: #0080FF;
}
.onboarding-content[data-v-1237aaf2] {
  gap: 24px;
  padding: 0 24px 24px;
}
@media screen and (max-height: 600px) {
.onboarding-content[data-v-1237aaf2] {
    padding: 0 12px 12px;
    gap: 12px;
}
}
@media screen and (max-height: 300px) {
.onboarding-content[data-v-1237aaf2] {
    padding: 0 8px 8px;
    gap: 6px;
}
}
.onboarding-content .onboarding-icon[data-v-1237aaf2] {
  height: 20px;
}
.onboarding-content span[data-v-1237aaf2] {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.onboarding-content span.onboarding-title[data-v-1237aaf2] {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-height: 576px) {
.onboarding-content span[data-v-1237aaf2] {
    font-size: 18px;
}
.onboarding-content span.onboarding-title[data-v-1237aaf2] {
    font-size: 20px;
}
}
@media screen and (max-height: 300px) {
.onboarding-content span[data-v-1237aaf2] {
    font-size: 16px;
}
.onboarding-content span.onboarding-title[data-v-1237aaf2] {
    font-size: 18px;
}
}
.onboarding-content p[data-v-1237aaf2] {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 576px) {
.onboarding-content p[data-v-1237aaf2] {
    font-size: 14px;
}
}
@media screen and (max-height: 576px) {
.onboarding-content p[data-v-1237aaf2] {
    font-size: 13px;
}
}
.onboarding-footer[data-v-1237aaf2] {
  padding: 16px 24px 24px;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.onboarding-footer .step-buttons[data-v-1237aaf2] {
  gap: 10px;
}
@media screen and (max-height: 600px) {
.onboarding-footer[data-v-1237aaf2] {
    padding: 16px;
    gap: 16px;
}
.onboarding-footer .max-button[data-v-1237aaf2] {
    font-size: 12px;
}
}
@media screen and (max-height: 500px) {
.onboarding-footer[data-v-1237aaf2] {
    padding: 12px;
    gap: 12px;
}
.onboarding-footer .max-button[data-v-1237aaf2] {
    font-size: 12px;
}
}
@media screen and (max-height: 300px) {
.onboarding-footer[data-v-1237aaf2] {
    padding: 12px;
    gap: 4px;
}
.onboarding-footer .max-button[data-v-1237aaf2] {
    height: 32px;
}
}
.onboarding-footer .w-full[data-v-1237aaf2] {
  width: 100%;
}
.onboarding-wrapper[data-v-1237aaf2],
.onboarding-active-element[data-v-1237aaf2],
.onboarding-blocker[data-v-1237aaf2] {
  content: "";
  position: absolute;
}
.onboarding-active-element[data-v-1237aaf2] {
  z-index: 1000001;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: all 300ms ease;
}
.onboarding-wrapper[data-v-1237aaf2],
.onboarding-blocker[data-v-1237aaf2] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onboarding-blocker[data-v-1237aaf2] {
  z-index: 1000001;
}
.onboarding-wrapper[data-v-1237aaf2] {
  z-index: 1000000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@keyframes fade-in-1237aaf2 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fade-out-1237aaf2 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.welcome-offer-popup {
  position: relative;
  overflow-x: hidden;
  margin: 10px;
  padding: 40px;
  background: var(--0000002-paints, linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), #000);
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
}
.welcome-offer-popup.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100dvh;
}
.welcome-offer-popup::-webkit-scrollbar, .welcome-offer-popup::-webkit-scrollbar-thumb, .welcome-offer-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.welcome-offer-popup .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  z-index: 1;
}
.welcome-offer-popup .content {
  text-align: center;
}
.welcome-offer-popup h2,
.welcome-offer-popup p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}
.welcome-offer-popup h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.welcome-offer-popup .lead {
  font-size: 28px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.welcome-offer-popup .lead span {
  color: #0080ff;
}
.welcome-offer-popup .how-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}
.welcome-offer-popup .earn-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 22px;
}
.welcome-offer-popup .terms-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.welcome-offer-popup .deposit-button.max-button {
  width: 100%;
  height: 52px;
  background: #0a9a49;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@keyframes fade-in-sm-3f85324d {
0% {
    opacity: 0;
    transform: translateY(200px);
}
75% {
    opacity: 1;
    transform: translateY(-10px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fade-in-md-3f85324d {
0% {
    opacity: 0;
    transform: translateX(150%);
}
75% {
    opacity: 1;
    transform: translateX(-5%);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.welcome-offer-notification[data-v-3f85324d] {
  position: fixed;
  display: flex;
  z-index: 999;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 577px) {
.welcome-offer-notification[data-v-3f85324d] {
    justify-content: flex-end;
    padding-right: 12px;
}
}
.notification-item[data-v-3f85324d] {
  display: flex;
  width: 100%;
  height: 66px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #121a23;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  bottom: 100px;
  opacity: 0;
  transform: translateY(200px);
}
.notification-item.visible[data-v-3f85324d] {
  animation: fade-in-sm-3f85324d 0.5s ease-in-out;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 577px) {
.notification-item[data-v-3f85324d] {
    max-width: 340px;
    bottom: auto;
    top: 68px;
    right: 20px;
}
.notification-item.visible[data-v-3f85324d] {
    animation: fade-in-md-3f85324d 0.65s ease-in-out;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
}
}
@media screen and (min-width: 1024px) {
.notification-item[data-v-3f85324d] {
    top: 78px;
    right: 40px;
}
}
.text-wrapper[data-v-3f85324d] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
p[data-v-3f85324d] {
  margin: 0;
  padding: 0;
}
.title[data-v-3f85324d] {
  color: #fff;
  font-family: "Barlow", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 150%;
}
.text[data-v-3f85324d] {
  color: #fff;
  font-family: "Barlow", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150%;
}
.notification-button[data-v-3f85324d] {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.notification-button[data-v-3f85324d]:hover {
  filter: brightness(103%);
}
.notification-button[data-v-3f85324d]:active {
  filter: brightness(97%);
}
.notification-button svg[data-v-3f85324d] {
  width: 24px;
  height: 24px;
  color: #fff;
  transform: rotate(-135deg);
}
.vip-level-up-popup {
  position: relative;
  overflow-x: hidden;
  margin: 10px;
  padding: 32px 40px;
  background: var(--0000002-paints, linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), #000);
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
}
.vip-level-up-popup.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100dvh;
}
.vip-level-up-popup::-webkit-scrollbar, .vip-level-up-popup::-webkit-scrollbar-thumb, .vip-level-up-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.vip-level-up-popup .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  z-index: 1;
}
.vip-level-up-popup .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Barlow", sans-serif;
}
.vip-level-up-popup .content h2,
.vip-level-up-popup .content h3,
.vip-level-up-popup .content p {
  margin: 0;
  color: #fff;
}
.vip-level-up-popup .claim-button.max-button {
  width: 100%;
  height: 52px;
  max-width: 270px;
  margin: 0 auto;
  background: #0a9a49;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
.tournament-winner-popup {
  position: relative;
  overflow-x: hidden;
  margin: 10px;
  padding: 32px 40px;
  background: var(--0000002-paints, linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), #000);
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
}
.tournament-winner-popup.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100dvh;
}
.tournament-winner-popup::-webkit-scrollbar, .tournament-winner-popup::-webkit-scrollbar-thumb, .tournament-winner-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.tournament-winner-popup .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  z-index: 1;
}
.tournament-winner-popup .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Barlow", sans-serif;
}
.tournament-winner-popup .content h2,
.tournament-winner-popup .content h3,
.tournament-winner-popup .content p {
  margin: 0;
  color: #fff;
}
.tournament-winner-popup .content h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.tournament-winner-popup .content h2 span {
  color: #0080ff;
}
.tournament-winner-popup .content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.tournament-winner-popup .content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.tournament-winner-popup .claim-button.max-button {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  background: #0a9a49;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  line-height: 100%;
}
.tournament-winner-popup .terms-text {
  color: #fff;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 600px) {
.tournament-winner-popup .content {
    gap: 24px;
}
.tournament-winner-popup .content h3 {
    font-size: 20px;
}
.tournament-winner-popup .content h2 {
    font-size: 48px;
}
.tournament-winner-popup .content p {
    font-size: 18px;
}
.tournament-winner-popup .content .claim-button.max-button {
    max-width: 175px;
}
}
.lo-notification-banner[data-v-67f53ed7] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  z-index: 999;
  pointer-events: none;
}
.lo-notification-banner .content[data-v-67f53ed7] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  background: #e7e8e9;
  will-change: transform;
  transition: transform 0.5s linear;
  pointer-events: auto;
}
.lo-notification-banner .content .close-icon[data-v-67f53ed7] {
  cursor: pointer;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.lo-notification-banner .content .content-text[data-v-67f53ed7] {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.lo-notification-banner .content .max-button[data-v-67f53ed7] {
  flex-shrink: 0;
  width: 125px;
  height: 44px;
  padding: 16px;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
.lo-notification-banner.mobile[data-v-67f53ed7] {
  bottom: 0;
}
.lo-notification-banner.mobile .content[data-v-67f53ed7] {
  height: 64px;
  padding: 10px 12px;
  gap: 6px;
  bottom: 0;
  transform: translateY(100%);
}
.lo-notification-banner.mobile .content.visible[data-v-67f53ed7] {
  transform: translateY(0);
}
.lo-notification-banner.desktop .content[data-v-67f53ed7] {
  height: 80px;
  top: 0;
  gap: 20px;
  transform: translateY(-100%);
}
.lo-notification-banner.desktop .content.visible[data-v-67f53ed7] {
  transform: translateY(0);
}
.lo-notification-banner.desktop .content .close-icon[data-v-67f53ed7] {
  position: absolute;
  right: 40px;
}
.lo-notification-banner.desktop .content .content-text[data-v-67f53ed7] {
  font-size: 20px;
}
.lo-notification-banner.desktop .content .max-button[data-v-67f53ed7] {
  width: 148px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.popup-content[data-v-61a62195] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline: auto;
  padding: 40px 16px;
  gap: 16px;
}
.popup-content[data-v-61a62195] label {
  cursor: pointer;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.popup-content .separator[data-v-61a62195] {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
}
.close-button[data-v-61a62195] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242b34;
  cursor: pointer;
}
.play-now-button.max-button[data-v-61a62195] {
  border-radius: 6px;
  border: 1px solid #0a9a49;
  background: #0a9a49;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.play-now-button.max-button.button-disabled[data-v-61a62195] {
  opacity: 0.7;
  pointer-events: none;
}
.demo-section[data-v-61a62195] {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 128, 255, 0.1);
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.demo-section.section-disabled[data-v-61a62195] {
  pointer-events: none;
  opacity: 0.3;
}
.demo-section div[data-v-61a62195]:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.demo-section strong[data-v-61a62195] {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.demo-section span[data-v-61a62195] {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
@media screen and (min-width: 1024px) {
.demo-section span[data-v-61a62195] {
    font-size: 16px;
}
}
.play-demo-button[data-v-61a62195] {
  display: flex;
  height: 40px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #0080ff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15px;
  text-decoration: underline;
  cursor: pointer;
}
@keyframes spin-61a62195 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.spinner[data-v-61a62195] {
  width: 28px;
  height: 28px;
  fill: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  animation: spin-61a62195 5s infinite linear;
}
.fastplay-mode-popup {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #242b34;
  margin: 0;
}
@media screen and (min-width: 1024px) {
.fastplay-mode-popup {
    box-shadow: 0 0 0 10px #43464a;
}
}
.pwa-install-banner[data-v-73d2c482] {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: var(--pwa-banner-height);
  background: #0080ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media (orientation: landscape) and (pointer: coarse) {
.pwa-install-banner[data-v-73d2c482] {
    display: none;
}
}
.pwa-install-banner svg[data-v-73d2c482] {
  width: 20px;
  height: 20px;
}
.pwa-install-banner span[data-v-73d2c482] {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}
.pwa-install-banner .close-button[data-v-73d2c482] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pwa-install-banner .close-button .v-icon[data-v-73d2c482] {
  font-size: 20px;
}
.welcome-offer-v2-popup {
  position: relative;
  overflow-x: hidden;
  margin: 10px;
  padding: 32px 40px;
  background: var(--0000002-paints, linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), #000);
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
}
.welcome-offer-v2-popup.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100dvh;
}
.welcome-offer-v2-popup::-webkit-scrollbar, .welcome-offer-v2-popup::-webkit-scrollbar-thumb, .welcome-offer-v2-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.welcome-offer-v2-popup .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  z-index: 1;
}
.welcome-offer-v2-popup .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.welcome-offer-v2-popup h2,
.welcome-offer-v2-popup p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}
.welcome-offer-v2-popup h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.welcome-offer-v2-popup .lead span {
  color: #5bb5fa;
}
.welcome-offer-v2-popup .lead p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.welcome-offer-v2-popup .lead p:last-child {
  font-size: 32px;
}
.welcome-offer-v2-popup .terms-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.welcome-offer-v2-popup .terms-text a {
  color: #fff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.welcome-offer-v2-popup .deposit-button.max-button {
  max-width: 164px;
  height: 52px;
  background: #0a9a49;
  margin-inline: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  line-height: 100%;
  border-radius: 6px;
}
.not-enough-funds-popup {
  position: relative;
  overflow-x: hidden;
  margin: 10px;
  padding: 32px 40px;
  background: var(--0000002-paints, linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), #000);
  border-radius: 10px;
  box-shadow: 0 0 0 10px #43464a;
}
.not-enough-funds-popup.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100dvh;
}
.not-enough-funds-popup::-webkit-scrollbar, .not-enough-funds-popup::-webkit-scrollbar-thumb, .not-enough-funds-popup::-webkit-scrollbar-track {
  display: none;
  width: 0 !important;
}
.not-enough-funds-popup .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  z-index: 1;
}
.not-enough-funds-popup .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.not-enough-funds-popup h2,
.not-enough-funds-popup p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}
.not-enough-funds-popup .popup-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}
.not-enough-funds-popup .lead {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.not-enough-funds-popup .buttons {
  display: flex;
  gap: 10px;
}
.not-enough-funds-popup .buttons .max-button {
  flex-basis: 100%;
  height: 52px;
  border-radius: 6px !important;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.not-enough-funds-popup .buttons .max-button.button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.not-enough-funds-popup .play-demo-button.max-button {
  background: rgba(255, 255, 255, 0.07);
}
@keyframes fade-in-sm-15e0cd6f {
0% {
    opacity: 0;
    transform: translateY(200px);
}
75% {
    opacity: 1;
    transform: translateY(-10px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fade-in-md-15e0cd6f {
0% {
    opacity: 0;
    transform: translateX(150%);
}
75% {
    opacity: 1;
    transform: translateX(-5%);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.welcome-offer-notification[data-v-15e0cd6f] {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  z-index: 999;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 577px) {
.welcome-offer-notification[data-v-15e0cd6f] {
    justify-content: flex-end;
    padding-right: 12px;
}
}
.notification-item[data-v-15e0cd6f] {
  cursor: pointer;
  height: 65px;
  display: flex;
  align-items: flex-start;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #141d27;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  bottom: 100px;
  opacity: 0;
  transform: translateY(200px);
}
.notification-item.visible[data-v-15e0cd6f] {
  animation: fade-in-sm-15e0cd6f 0.5s ease-in-out;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 577px) {
.notification-item[data-v-15e0cd6f] {
    max-width: 424px;
    bottom: auto;
    top: 68px;
    right: 20px;
}
.notification-item.visible[data-v-15e0cd6f] {
    animation: fade-in-md-15e0cd6f 0.65s ease-in-out;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
}
}
@media screen and (min-width: 1024px) {
.notification-item[data-v-15e0cd6f] {
    top: 78px;
    right: 40px;
}
}
.text-wrapper[data-v-15e0cd6f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  margin-top: 10px;
}
.gift-icon[data-v-15e0cd6f] {
  width: 22px;
  height: 22px;
  margin: 10px 10px 0 16px;
}
p[data-v-15e0cd6f] {
  margin: 0;
  padding: 0;
}
.notification-title[data-v-15e0cd6f] {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.text[data-v-15e0cd6f] {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.close-button-wrapper[data-v-15e0cd6f] {
  display: flex;
  flex-direction: column;
}
.close-button.v-btn--icon[data-v-15e0cd6f] {
  width: 40px;
  height: 40px;
}
.circle[data-v-15e0cd6f] {
  width: 6px;
  height: 6px;
  margin-left: 12px;
  margin-top: -4px;
  border-radius: 50%;
  background: #59acff;
}
.v-main .main-container {
  background: transparent;
  max-width: 1156px;
  margin-inline: auto;
}
.v-application .v-application--wrap {
  background: var(--Colors-app-bg);
}
.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  transition: opacity 0.2s ease;
}
.sidebar-overlay--open {
  visibility: visible;
  opacity: 0.7;
}
.fixed-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=17.6705c052.css.map*/