.wheel__popup.active {
  display: block;
}

.wheel__popup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.wheel__popup .wheel__popup-box {
  width: 343px;
  height: 308px;
  padding: 10px;
  background-image: url(../img/wheel-bg-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 2305px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: 'AdjaraSemiBold';
}
.wheel__popup .wheel__popup-box.normal {
  /* background: var(
    --Dark-BG-Gradient,
    linear-gradient(180deg, #5d4e3f 0%, #342b1c 100%)
  ); */
  background-image: none !important;
  border-radius: 1px;
  border-radius: 12px;
  border: 2px solid #507351;
  background: #0c2a0e !important;
}
.wheel__popup .wheel__popup-box.normal .close-btn {
  filter: none !important ;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__popup .wheel__popup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 584vw;
    padding: 2vw;
  }
  .wheel__popup .wheel__popup-box.normal {
    border: 0.533vw solid #bb9d6a;
  }
}

.loose__popup.active {
  display: block;
}

.loose__popup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.loose__popup .loose__popup-box {
  width: 343px;
  height: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1769px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
  border-radius: 1px;

  border: 2px solid #507351;
  background: #0c2a0e;
}
.loose__popup .loose__popup-box .close-btn {
  filter: none !important ;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .loose__popup .loose__popup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 394vw;
    padding: 2vw;
  }
}

.wheel__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.wheel__popup .wheel__popup-box span {
  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 15px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__popup .wheel__popup-box span {
    font-size: 3.46vw;
    padding-top: 6.2666666667vw;
  }
  .wheel__cross {
    top: 5vw;
    right: 5vw;
    width: 5vw;
    height: 5vw;
  }
}
.wheel-prize-icon {
  background-image: url(../img/maxbet-coin.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.wheel-prize-icon.diamond-award {
  background-image: url(../img/collectables/collectable-icon-gold.png) !important;
}
.wheel-prize-icon.apple-award {
  background-image: url(../img/collectables/collectable-icon-silver.png) !important;
}
.wheel-prize-icon.bronze-award {
  background-image: url(../img/collectables/collectable-icon-bronze.png) !important;
}
.wheel__popup-box.icon-prize .wheel-prize-icon.popup-apple-award {
  transform: none;
  transform-origin: center;
}
.wheel__popup-box.icon-prize .wheel-prize-icon {
  width: 56px;
  height: 56px;
}
.loose-prize-icon {
  background-image: url(../img/loose-icon.svg) !important;
}
.wheel-point {
  background-image: url(../img/wheel-prize-icon-coin.webp) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.loose__popup-box span {
  color: #ffde63;
  font-family: adjaraBold;
  font-size: 18px;
  text-transform: uppercase;
}
.loose__popup-box .loseP-span {
  color: #fff;
  font-family: adjaraSemiBold;
  font-size: 13px;
  text-align: center;
}
.losetkt.active {
  display: block;
}
.losetkt {
  display: none;
}

.loseFB.active {
  display: block;
}
.loseFB {
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__popup .wheel__popup-box span:nth-child(2) {
    font-size: 3.46vw;
    padding-top: 2.3333333333vw;
  }
  .wheel-prize-icon {
    width: 10.4vw;
    height: 10.4vw;
  }
  .loose__popup-box span {
    font-size: 4.8vw;
  }
  .loose__popup-box .loseP-span {
    font-size: 3.467vw;
  }
  .wheel-point {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.wheel__popup .wheel__popup-box .wheel-win {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__popup .wheel__popup-box .wheel-win {
    margin-top: 2vw;
  }
}

.wheel-win .mediumPrize.active {
  display: block;
}

.wheel-win .mediumPrize {
  background-image: url(../img/fifty-k-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 221px;
  height: 63px;
  margin-top: 5px;

  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel-win .mediumPrize {
    width: 58.93;
    height: 16.8vw;
    margin-top: 1.33vw;
  }
}
.wheel-win:has(.mediumPrize.active) > .win-num,
.wheel-win:has(.mediumPrize.active) > span:not(.win-num) {
  display: none;
}

.wheel-win .megaPrize.active {
  display: block;
}
.wheel-win .megaPrize {
  background-image: url(../img/onemil-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 252px;
  height: 63px;
  margin: 0 auto;
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel-win .megaPrize {
    width: 67.2vw;
    height: 16.8vw;
    margin-top: 1.33vw;
  }
}
/* .wheel-win:has(.megaPrize.active) > .win-num,
.wheel-win:has(.megaPrize.active) > span:not(.win-num) {
  display: none;
} */
.fs-amount-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wheel__popup .wheel__popup-box .wheel-win span {
  color: #fff;
  padding-top: 0;
}
.wheel__popup .wheel__popup-box .wheel-win span:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel__popup .wheel__popup-box .wheel-win span:nth-child(2) {
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 36px auto;
  width: 287px;
  height: 40px;
  padding: 14px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  border: 1px solid #57f55d;
  background: #27612b;
  font-family: 'AdjaraBold';
}

/* .close-btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/casin-logo-7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 89px;
  top: 7px;
}
html:lang(en) .close-btn::after {
  right: 96px;
}
.loose__popup .loose__popup-box .close-btn::after {
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .close-btn::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 23.7333333333vw;
    top: 1.6vw;
  }
  html:lang(en) .close-btn::after {
    right: 26vw;
  }
} */

@media screen and (max-width: 940px) and (min-width: 320px) {
  .close-btn {
    margin: 9.3333333333vw auto;
    width: 76.5vw;
    height: 9.6vw;
    border-radius: 12.8vw;
    border: 0.2666666667vw solid #f5ab57;
  }
}
.wheelinator__box.no_login {
  /* margin-top: 50px; */
  padding-top: 64px;
  display: block;
}
.wheelinator__box.wheel-tab {
  display: block;
}
.wheelinator__box {
  width: 98%;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/wheel-frame-desc.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 820px;
  padding-top: 0;
  margin-top: -1px;
  padding-bottom: 20px;
  display: none;
  padding-top: 36px;
  border-radius: 8px;
}

.wheelinator__box.wheelinator__box--olympus {
  height: auto;
  min-height: 820px;
  padding-bottom: 0;
  background-image: none;
}

.wheelGameTabs {
  width: 343px;
  max-width: calc(100% - 20px);
  min-height: 77px;
  margin: -26px auto 8px auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  position: relative;
  z-index: 12;
}

.wheelGameTabs__button {
  --wheel-tab-icon-shift: 4px;
  flex: 1 1 0;
  min-width: 0;
  height: 77px;
  padding: 0;
  position: relative;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: #d7f5eb;
  font-family: AdjaraBold, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.wheelGameTabs__button[data-wheel-game-tab="wheel"] {
  order: 1;
}

.wheelGameTabs__button[data-wheel-game-tab="olympus"] {
  order: 2;
}

.wheelGameTabs__button[data-wheel-game-tab="penalties"] {
  order: 3;
}

.wheelGameTabs__button[data-wheel-game-tab="wild-fruits"] {
  order: 4;
}

.wheelGameTabs__button.active {
  --wheel-tab-icon-shift: -6px;
  background: transparent;
  box-shadow: none;
  color: #79bda6;
}

.wheelGameTabs__button > span:not(.wheelGameTabs__icon) {
  display: none;
}

.wheelGameTabs__button::after {
  content: attr(data-mobile-label);
  position: absolute;
  left: 50%;
  top: 37px;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid rgba(121, 189, 166, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: #d7f5eb;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(3.9px);
  z-index: 2;
}

.wheelGameTabs__button.active::after {
  border-color: #79bda6;
  box-shadow: 0 0 4px rgba(121, 189, 166, 0.5);
  color: #79bda6;
}

.wheelGameTabs__icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, var(--wheel-tab-icon-shift));
  transition: transform 0.2s ease;
  width: 41px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.wheelGameTabs__icon--wheel {
  background-image: url(../img/switch-tab-icon.webp);
  top: 11px;
}

.wheelGameTabs__icon--penalties {
  background-image: url(../border-football/assets/img/ball-icon.webp);
  top: 12px;
  width: 60px;
  height: 37px;
}

.wheelGameTabs__icon--olympus {
  background-image: url(../wheel_assets/img/olympus/zeus-icon-tab.webp);
  top: -6px;
  width: 67px;
  height: 49px;
}

.wheelGameTabs__icon--wild-fruits {
  background-image: url(../wheel_assets/img/olympus/wiild-fruit-icon-tab.webp);
  top: 5px;
  width: 68px;
  height: 47px;
}

.wheelGameTabs__panel {
  display: none;
}

.wheelGameTabs__panel.active {
  display: block;
}

.wheelGameTabs__panel--empty {
  min-height: 620px;
}

.wheelGameTabs__panel[data-wheel-game-panel="penalties"] .prizeBox__border-football {
  margin-top: 0;
}

/* .wheelinator__box::before {
  content: "";
  position: absolute;
  background: url(../img/wheel/) no-repeat center;
  background-size: 61%;
  width: 105%;
  height: 105%;
  z-index: 1;
  border-radius: 100%;
} */
.container .wheelinator.deactive {
  opacity: 0.8;
}
.container .wheelinator.no_login {
  padding-top: 50px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheelinator.no_login {
    padding-top: 6vw;
  }
}

.container .wheelinator {
  margin: 0 auto;
  /* width: 529px;
  height: 555px; */
  width: 490px;
  height: 518px;
  width: 452.656px;
  height: 452.656px;
  padding-top: 0px;
}
.wheelinator .wheelinator__border {
  content: "";
  position: absolute;
  background: url(../img/outer-border.webp) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__box {
    margin-top: 1vw;
    width: 99%;
    height: 170vw;
    margin: 0 auto;
    border: none;
    padding-bottom: 5vw;
    background-size: 100% 100%;
  }
  .wheelinator__box.wheelinator__box--olympus {
    height: auto;
    min-height: 180vw;
    padding-bottom: 0;
    background-image: none;
  }
  .wheelGameTabs {
    width: 84.4667vw;
    max-width: 343px;
    min-height: min(20.5333vw, 77px);
    margin: -7vw auto 5vw auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .wheelGameTabs__button {
    --wheel-tab-icon-shift: min(1.0667vw, 4px);
    flex: 1 1 0;
    min-width: 0;
    height: min(20.5333vw, 77px);
    padding: 0;
    position: relative;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #d7f5eb;
  }

  .wheelGameTabs__button[data-wheel-game-tab="wheel"] {
    order: 1;
  }

  .wheelGameTabs__button[data-wheel-game-tab="olympus"] {
    order: 2;
  }

  .wheelGameTabs__button[data-wheel-game-tab="penalties"] {
    order: 3;
  }

  .wheelGameTabs__button[data-wheel-game-tab="wild-fruits"] {
    order: 4;
  }

  .wheelGameTabs__button.active {
    --wheel-tab-icon-shift: max(-1.6vw, -6px);
    background: transparent;
    box-shadow: none;
    color: #79bda6;
  }

  .wheelGameTabs__button > span:not(.wheelGameTabs__icon) {
    display: none;
  }

  .wheelGameTabs__button::after {
    content: attr(data-mobile-label);
    position: absolute;
    left: 50%;
    top: min(9.8667vw, 37px);
    transform: translateX(-50%);
    width: min(21.6667vw, 100px);
    height: min(5.6667vw, 40px);
    padding: min(2.1333vw, 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: min(1.0667vw, 4px);
    border: 1px solid rgba(121, 189, 166, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: #d7f5eb;
    font-family: Arial, sans-serif;
    font-size: min(3.7333vw, 14px);
    font-weight: 500;
    line-height: 1;
    backdrop-filter: blur(3.9px);
    z-index: 2;
  }

  .wheelGameTabs__button.active::after {
    border-color: #79bda6;
    box-shadow: 0 0 4px rgba(121, 189, 166, 0.5);
    color: #79bda6;
  }

  .wheelGameTabs__icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, var(--wheel-tab-icon-shift));
    width: min(11vw, 41px);
    height: min(12.4357vw, 46px);
    z-index: 1;
  }

  .wheelGameTabs__icon--wheel {
    top: min(2.9vw, 11px);
  }

  .wheelGameTabs__icon--olympus {
    top: max(-2.2667vw, -16px);
    width: min(17.8667vw, 67px);
    height: min(13.0667vw, 49px);
  }

  .wheelGameTabs__icon--penalties {
    top: min(3.2vw, 32px);
    width: min(21.3333vw, 60px);
    height: min(12.5333vw, 37px);
  }

  .wheelGameTabs__icon--wild-fruits {
    top: 1.4587vw;
    width: 18.1333vw;
    height: 12.5333vw;
  }
  .container .wheelinator {
    width: 93vw;
    height: 94vw;
    padding-top: 0;
    margin-top: -2vw;
  }
  .wheelinator__box.no_login {
    /* margin-top: 11vw; */
    padding-top: 16vw;
  }
}
.container .wheelinator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 13px;
}
.container .wheelinator-layer-common {
  border-radius: 50%;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.44, -0.105, 0, 1.07);
  -webkit-animation-timing-function: cubic-bezier(0.44, -0.105, 0, 1.07);
  transform: translateZ(0);
  position: absolute;
  background-image: url(../img/wheel-8-inncer.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.container .wheelinator-layer-0 {
  width: 88%;
  height: 82%;
  width: 90%;
  height: 90%;
  z-index: 3;
}
.container .wheelinator-layer-0.active {
  animation-name: spinning-0;
}
.container .wheelinator-layer-1 {
  width: 70%;
  height: 70%;
  z-index: 6;
}
.container .wheelinator-layer-1.active {
  animation-name: spinning-1;
}
.container .wheelinator-layer-2 {
  width: 43%;
  height: 43%;
  z-index: 9;
}
.container .wheelinator-layer-2.active {
  animation-name: spinning-2;
}
.container .wheelinator__anker {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .wheelinator__section {
  height: 100%;
  width: 42.9%;
  position: absolute;
}
.container .wheelinator__section-half {
  width: 100%;
  height: 50%;
  padding-top: 5%;
  -webkit-clip-path: polygon(50% 100%, -1% 0, 101% 0);
  clip-path: polygon(50% 100%, -1% 0, 101% 0);
  display: flex;
  justify-content: center;
  padding-left: 5%;
}
.container .wheelinator__button.multi {
  background-image: url(../img/multi-spin-active.webp) !important;
}
.container .wheelinator__button {
  width: 19.431%;
  height: 19.431%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background-image: url(../img/multi-spin-btn.svg); */
  background-image: url(../img/multi-spin-normal.webp) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: pulse 0.8s infinite;
}
/* .container .wheelinator__button:hover {
  animation: pulse 0.8s infinite;
} */

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheelinator__button {
    width: 19.431%;
    height: 19.431%;
  }
  .container .wheelinator-layer-0 {
    width: 85%;
    height: 84%;
  }
  .container .wheelinator {
    margin-top: -6vw;
  }
}
.container .wheelinator__button.inactive {
  background-color: gray;
  pointer-events: none;
  cursor: default;
  /* opacity: 0.5; */
}
.wheelinator__button span {
  color: #fff;
  text-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  line-height: 18px;
  font-family: adjaraBold;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #f2c74b 19.44%,
    #a36e02 59.7%,
    #fdd355 80.56%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #fff;
  margin-top: -37px;
  margin-left: -2px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__button span {
    font-size: 3.2vw !important;
    line-height: 4.8vw;
    margin-top: -5.8vw;
    margin-left: -0.4vw;
  }
}

html:lang(ru) .wheelinator__button span {
  font-size: 19px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__button span {
    font-size: 4.33vw;
  }
  html:lang(ru) .wheelinator__button span {
    font-size: 3.5vw;
  }
}
.container .wheel_priseBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 70px;
  transform: rotate(-90deg);
}
.container
  .wheelinator__section:nth-child(1)
  .wheelinator__section-half
  .wheel_priseBox:nth-child(1) {
  top: 82px;
  /* transform: rotate(-88deg); */
}
/* .container
  .wheelinator__section:nth-child(6)
  .wheelinator__section-half
  .wheel_priseBox:nth-child(1) {
  top: 75px;
  transform: rotate(-87deg);
  left: -4px;
} */

.container
  .wheelinator__section:nth-child(1)
  .wheelinator__section-half
  .wheel_priseBox:nth-child(1)
  .freesp-icon {
  left: -29px;
  top: 10px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container
    .wheelinator__section:nth-child(1)
    .wheelinator__section-half
    .wheel_priseBox:nth-child(1) {
    top: 14.6vw;
  }
  .container
    .wheelinator__section:nth-child(1)
    .wheelinator__section-half
    .wheel_priseBox:nth-child(1)
    .freesp-icon {
    left: -5.3vw;
    top: 2vw;
    width: 4.1vw;
    height: 4.1vw;
  }
  /* .container
    .wheelinator__section:nth-child(6)
    .wheelinator__section-half
    .wheel_priseBox:nth-child(1) {
    top: 12.5vw;
    transform: rotate(-90deg);
    left: -4vw;
  } */
}
/* .container
  .wheelinator__section:nth-child(14)
  .wheelinator__section-half
  .wheel_priseBox:nth-child(1) {
  top: 81px;
  left: -8px;
}
.container
  .wheelinator__section:nth-child(14)
  .wheelinator__section-half
  .wheel_priseBox:nth-child(1)
  .freesp-icon {
  left: -30px;
  top: 11px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container
    .wheelinator__section:nth-child(14)
    .wheelinator__section-half
    .wheel_priseBox:nth-child(1) {
    top: 11.8667vw;
    left: -1.9vw;
  }
  .container
    .wheelinator__section:nth-child(14)
    .wheelinator__section-half
    .wheel_priseBox:nth-child(1)
    .freesp-icon {
    left: -5.333vw;
    top: 2.2vw;
  }
} */

@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheel_priseBox {
    top: 13.5vw;
  }
}
.container .wheel_priseBox span {
  font-size: 22px;
  font-family: adjaraBold;
}
.container .wheel_priseBox span {
  background-repeat: no-repeat;
  background-size: 100%;
}
.container .wheel_priseBox .prise1 {
  font-size: 22px;
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/5s-new.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31.966px;
  height: 23.016px;
}
.container .wheel_priseBox  {
  width: auto!important;
}

.container .wheel_priseBox .prise2 {
  background-image: url(../img/collectables/collectable-icon-gold.png);
  width: 40px;
  height: 40px;
  transform: none;
  margin-left: 60px;
  margin-bottom: 4px;
}
.container .wheel_priseBox .prise3 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/100p-new.png);
  width: 48.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise4 {
  background-image: url(../img/collectables/collectable-icon-bronze.png);
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-left: 46px;
}
.container .wheel_priseBox .prise5 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/100-new.png);
  width: 58.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise6 {
  /* background-image: url(../img/fortunePrise/500p-new.svg); */
      background-image: url(../img/fortunePrise/500p.webp);
  width: 44.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise7 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/50p-new.png);
  width: 38.771px;
  height: 25.016px;
}
.container .wheel_priseBox .prise8 {
  /* background-image: url(../img/fortunePrise/25-new.svg); */
      background-image: url(../img/fortunePrise/25c.webp);
  width: 38.771px;
  height: 25.016px;
}
.container .wheel_priseBox .prise9 {
  background-image: url(../img/collectables/collectable-icon-silver.png);
  width: 40px;
  height: 40px;
  transform: none;
  margin-left: 39px;
}
.container .wheel_priseBox .prise10 {
  /* background-image: url(../img/fortunePrise/20-new.svg); */
  background-image: url(../img/fortunePrise/20p.webp);
  width: 38.771px;
  height: 25.016px;
}
.container .wheel_priseBox .prise11 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/1000ac.png);
  /* background-image: url(../img/fortunePrise/2k-new.svg); */
  width: 73.918px;
  height: 21.016px;
}
.container .wheel_priseBox .prise12 {
  /* background-image: url(../img/fortunePrise/50-new.svg); */
      background-image: url(../img/fortunePrise/50coin.webp);
  width: 48.771px;
  height: 25.016px;
}
.container .wheel_priseBox .prise13 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/250-new.png);
  width: 48.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise14 {
  /* background-image: url(../img/fortunePrise/500coin.svg); */
     background-image: url(../img/fortunePrise/500coin.webp);
  width: 58.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise15 {
  background-image: url(../img/fortunePrise/wheel-svg-for-webp/200-new.png);
  width: 58.919px;
  height: 23.016px;
}
.container .wheel_priseBox .prise16 {
  /* background-image: url(../img/fortunePrise/1000-new.svg); */
      background-image: url(../img/fortunePrise/1000p.webp);
  width: 60.983px;
  height: 23.016px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheel_priseBox .prise1 {
    /* background-image: url(../img/fortunePrise/5p.webp); */
    font-size: 5.8667vw;
    width: 7.6667vw;
    height: 4.8vw;
    margin-left: 8vw;
  }
  .container .wheel_priseBox .prise2 {
    font-size: 5.8667vw;
    /* background-image: url(../img/fortunePrise/50kc.webp); */
    width: 7.6vw;
    height: 8.8vw;
    margin-left: 13vw;
    margin-bottom: 1vw;
  }
  .container .wheel_priseBox .prise3 {
    width: 10.5333vw;
    height: 3.8vw;
    /* background-image: url(../img/fortunePrise/100p.webp); */
  }
  .container .wheel_priseBox .prise4 {
    /* background-image: url(../img/fortunePrise/20kc.webp); */
    width: 7.6667vw;
    height: 7.8vw;
  }
  .container .wheel_priseBox .prise5 {
    /* background-image: url(../img/fortunePrise/100p.webp); */
    width: 10.5333vw;
    height: 3.8vw;
  }
  .container .wheel_priseBox .prise6 {
    /* background-image: url(../img/fortunePrise/500p.webp); */
    width: 11.6627vw;
    height: 3.8vw;
  }
  .container .wheel_priseBox .prise7 {
    /* background-image: url(../img/fortunePrise/50p.webp); */
    width: 10.9333vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise8 {
    /* background-image: url(../img/fortunePrise/25c.webp); */
    width: 10.9333vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise9 {
    /* background-image: url(../img/fortunePrise/1mc.webp); */
    width: 7.6667vw;
    height: 7.8vw;
    margin-left: 11vw;
    margin-bottom: -1vw;
  }
  .container .wheel_priseBox .prise10 {
    /* background-image: url(../img/fortunePrise/20p.webp); */
    width: 10.9333vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise11 {
    /* background-image: url(../img/fortunePrise/2kc.webp); */
    width: 15.5333vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise12 {
    /* background-image: url(../img/fortunePrise/50coin.webp); */
    width: 10.9333vw;
    height: 4.8vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
  }
  .container .wheel_priseBox .prise13 {
    /* background-image: url(../img/fortunePrise/250p.webp); */
    width: 11.4667vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise14 {
    /* background-image: url(../img/fortunePrise/500coin.webp); */
    width: 11.6627vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise15 {
    /* background-image: url(../img/fortunePrise/200c.webp); */
    width: 10.6667vw;
    height: 4.8vw;
  }
  .container .wheel_priseBox .prise16 {
    /* background-image: url(../img/fortunePrise/1000p.webp); */
    width: 13.7333vw;
    height: 4.8vw;
  }
}

.wheel_priseBox .prise-color-1 {
  color: #e7ba41;
}
.wheel_priseBox .prise-color-2 {
  color: #282323;
}

.container .wheel_priseBox span:nth-child(2) {
  font-family: adjaraBold;
  margin-top: -5px;
  font-size: 15px;
  margin-left: 6px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheel_priseBox span {
    font-size: 4.5vw;
  }
  .container .wheel_priseBox span:nth-child(2) {
    margin-top: -1.03vw;
    font-size: 3.2vw;
    margin-left: 1vw;
  }
  .wheel_priseBox .prise-color-2 {
    -webkit-text-stroke-width: 0px;
  }

  .container .wheel_priseBox .prise2 {
    font-size: 4.5vw;
  }
}

/* .container .wheel_priseBox .even-prise {
  color: white;
} */
.container .wheelinator__cursor {
  background-image: url(../img/norma-anchor.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 65px;
  height: 122px;
  position: absolute;
  top: 3px;
  z-index: 13;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container .wheelinator__cursor {
    width: 10.6667vw;
    height: 20vw;
    top: 0.8vw;
  }
}

.addCardPopup.active {
  display: flex;
}
.addCardPopup {
  position: absolute;
  width: 682px;
  height: 149px;
  top: 181px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  /* background: linear-gradient(90deg, rgba(24, 33, 67, 0.00) 0%, rgba(24, 33, 67, 0.92) 26%, rgba(24, 33, 67, 0.92) 76.5%, rgba(24, 33, 67, 0.00) 100%); */
  background-image: url(../img/no-spin-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.addCardPopup span {
  color: #fff;
  font-size: 22px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .addCardPopup {
    background-image: url(../img/no-spin-bg-mb.svg);
    width: 100%;
    height: 18.933vw;
    top: 39vw;
  }
  .addCardPopup span {
    font-size: 4vw;
  }
}

.wheelinator__fream1 {
  width: 145px;
  height: 100px;
  position: absolute;
  left: 0px;
  right: -1px;
  background: url(../img/fream1.webp) no-repeat;
  background-size: 100%;
  margin: auto;
  top: 6px;
  z-index: 5;
  display: none;
  transform: rotate(357deg);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__fream1 {
    width: 25vw;
    height: 22vw;
    right: -0.3vw;
    top: 0vw;
  }
}
/* 
@keyframes slow-rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.slow-rotate {
  animation: slow-rotate 10s linear infinite;
  will-change: transform;
} */

.slow-rotate {
  /* animation: spinIdle infinite linear; */
  animation: spinIdle 30s linear infinite;
  animation-timing-function: linear !important;
}

@keyframes spinIdle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wheelinator__section:nth-child(0) .wheelinator__section-half {
  background: #b5cd55;
}
/* .wheelinator__section:nth-child(1) .wheelinator__section-half {
  background: #000000;
}

.wheelinator__section:nth-child(2) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(3) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(4) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(5) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(6) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(7) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(8) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(9) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(10) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(11) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(12) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(13) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(14) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(15) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(16) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(17) .wheelinator__section-half {
  background: #000000;
}
.wheelinator__section:nth-child(18) .wheelinator__section-half {
  background: #f3e9dc;
}
.wheelinator__section:nth-child(19) .wheelinator__section-half {
  background: #000000;
} */

.wheelinator__section .wheelinator__section-half.active {
  background: #3d997a;
  height: 58%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__section .wheelinator__section-half.active {
    background: #3d997a;
    height: 58%;
    width: 102%;
    margin-left: -1%;
  }
}

.freesp-icon {
  /* background-image: url(../img/yellow-clover.svg); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -34px;
  top: 9px;
  display: none;
}
/* .freesp-icon-2 {
  background-image: url(../img/black-clover.svg);
} */
@media screen and (max-width: 940px) and (min-width: 320px) {
  .freesp-icon {
    width: 4vw;
    height: 4vw;
    left: -5.8vw;
    top: 2vw;
  }
}

.wheelinator__box .wheelinator__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__box .wheelinator__footer {
    gap: 3.733vw;
  }
}

.footer__totalSpins {
  display: flex;
  width: 225px;
  height: 42px;
  padding: 14px 13px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 4px;
  /* border: 1px solid #58aa50; */
  background: #1C2021;
  box-shadow: 0 4px 14.6px 0 rgba(0, 0, 0, 0.59) inset;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__totalSpins {
    width: 52.6vw;
    height: 12.8vw;
    padding: 1.733vw 1.33vw;
    gap: 2.733vw;
    /* border-radius: 10.133vw; */
    /* border: 0.267vw solid #58aa50; */
    text-align: center;
  }
}
.footer__totalSpins span {
  color: #f8f8f8;
  font-size: 16px;
  font-family: adjaraBold;
  /* text-transform: uppercase; */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__totalSpins span {
    font-size: 4vw;
  }
}

.footer__totalSpins .img {
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  flex-shrink: 0;
  height: 16px;
  left: 42px;
  top: 15px;
}
/* .footer__totalSpins-text::before {
  content: "";
  position: absolute;
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  left: 42px;
  top: 15px;
} */

@media screen and (max-width: 940px) and (min-width: 320px) {
  /* .footer__totalSpins-text::before {
    width: 4.2667vw;
    height: 4.2667vw;
    left: 1vw;
    top: 4vw;
  } */
  .footer__totalSpins .img {
    width: 4.2667vw;
    height: 4.2667vw;
    left: 1vw;
    top: 4vw;
    flex-shrink: 0;
  }
}

.footer__totalSpins span:nth-child(2) {
  font-size: 14px;
  /* white-space: nowrap; */
  white-space: nowrap;
}

.footer__history {
  display: flex;
  width: 148px;
  height: 42px;
  padding: 14px 33px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  box-shadow: 0px 4px 13.5px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  background: #3D997A;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__totalSpins span:nth-child(2) {
    font-size: 3.2vw;
    text-align: center;
    border-radius: 10.133vw;
  }

  .footer__history {
    width: 32vw;
    height: 12.8vw;
    padding: 3.733vw 5.33vw;
    gap: 3.733vw;
    gap: 2.133vw;
    flex-shrink: 0;
    box-shadow: 0px 4px 13.5px 0px rgba(0, 0, 0, 0.25) inset;
  }
}

.footer__history-text {
  color: #f8f8f8;
  font-size: 14px;
  font-family: AdjaraSemiBold;
  text-transform: uppercase;
  margin-left: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__history-text {
    font-size: 3.2667vw;
  }
}
.footer__history-text::before {
  content: "";
  position: absolute;
  background-image: url(../img/transactionHistory.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  left: 30px;
  top: 13px;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__history-text::before {
    width: 4.2667vw;
    height: 4.2667vw;
    left: 3.2vw;
    top: 4.4vw;
  }
}
.kyc-verification__pupup.active {
  display: block;
}
.kyc-verification__pupup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.kyc-btn {
  text-decoration: none;
}
.kyc-verification__pupup-box {
  width: 343px;
  height: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 295px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
  border-radius: 1px;
  border: 2.5px solid var(--Border-Gold, #507351);
  background: #0c2a0e;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .kyc-verification__pupup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 50vw;
    padding: 2vw;
  }
}

.kyc-verification__pupup-box span {
  color: #ffde63;
  font-family: adjaraBold;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.kyc-verification__pupup-box .kyc-title {
  color: #fff;
  font-family: adjaraSemiBold;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .kyc-verification__pupup-box span {
    color: #ffde63;
    font-size: 4.8vw;
  }
  .kyc-verification__pupup-box .kyc-title {
    font-size: 3.4667vw;
  }
}

.kyc-verification {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  width: 287px;
  height: 40px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #57f5c2;
  color: #fff;
  font-size: 13px;
  background: #22785b;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 60px;
}
.kyc {
  background-image: url(../img/kyc.svg);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .kyc-verification {
    margin: 5.3333333333vw auto;
    width: 76.5vw;
    height: 9.6vw;
    border: 0.2667vw solid #57f5c2;
    border-radius: 16vw;
  }
}

.restriction__popup.active {
  display: block;
}
.restriction__popup {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.restriction__popup .restriction__popup-box {
  width: 343px;
  height: auto;
  padding: 40px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;

  border: 2px solid #507351;
  background: #0c2a0e;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .restriction__popup .restriction__popup-box {
    width: 89.6vw;
    height: 48vw;
    font-size: 3.4667vw;
    top: 50vw;
    padding: 10vw 1.33vw;
  }
}
.restriction__popup .restriction__popup-box span {
  color: #ffde63;
  font-family: adjaraBold;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .restriction__popup .restriction__popup-box span {
    font-size: 4.8vw;
  }
}

.restriction__popup .restriction__popup-box .restriction-title {
  color: #fff;
  font-family: adjaraSemiBold;
  font-size: 11px;
  text-align: center;
}
.restriction {
  background-image: url(../img/notAv.svg);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .restriction__popup .restriction__popup-box .restriction-title {
    font-size: 2.833vw;
  }
}

.slow-rotate {
  animation: spinIdle 1s cubic-bezier(0.22, 0.61, 0.46, 1.04) infinite;
}
@keyframes spinIdle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.afterRedeem__popup.active {
  display: flex;
}

.afterRedeem__popup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.afterRedeem__popup-box {
  width: 343px;
  height: 308px;
  padding: 10px;
  border-radius: 2px;
  border: 1.5px solid #507351;
  background: #0c2a0e 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1650px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 411vw;
    padding: 2vw;
  }
}
.afterRedeem__popup-box-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-box-x {
    top: 2vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
}

.afterRedeem__popup-img {
  width: 283px;
  height: 110px;
  margin-top: 10px;
  /* background-image: url(../img/fsBank/gatesofolympus-wider.webp);
  background-repeat: no-repeat;
  background-size: 100%; */
}
.afterRedeem__popup-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-img {
    width: 74.9333vw;
    height: 29.3333vw;
    margin-top: 4vw;
  }
}

.afterRedeem__popup-winAmount {
  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 11px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-winAmount {
    font-size: 4.2667vw;
    margin-top: 3.33vw;
  }
}

.afterRedeem__popup-text {
  color: #e5e5e5;
  text-align: center;
  font-family: adjaraRegular;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-text {
    font-size: 3.2vw;
    margin-top: 1.33vw;
  }
}

.afterRedeem__popup-btn {
  display: flex;
  width: 283px;
  height: 38px;
  padding: 14px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #37e5ad;
  margin-top: 25px;
  color: #fff;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 10px; /* 133.333% */
  text-transform: uppercase;

  border-radius: 50px;
  border: 1px solid #4fc9a0;
  background: #22785b;
}
a.afterRedeem__popup_play_btn {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .afterRedeem__popup-btn {
    width: 74.9333vw;
    height: 10.1333vw;
    border: 0.2667vw solid #4fc9a0;
    padding: 3.733vw 5.3333vw;
    border-radius: 13.3333vw;
    margin-top: 8vw;
    font-size: 4vw;
  }
}
.wheelinator__button.disabled .mult-amount {
  opacity: 0.5;
}
.container .wheelinator__button.disabled {
  /* background-color: gray; */
  pointer-events: none;
  cursor: default;
  opacity: 1;
  /* filter: saturate(0); */
  background-image: url(../img/disabled-purpl.webp) !important;
  animation: none;
}

.promoNotavaleable__popup.active {
  display: block;
}

.promoNotavaleable__popup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.promoNotavaleable__popup-box {
  width: 343px;
  height: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
  border-radius: 1px;
  border: 2.5px solid var(--Border-Gold, #bb9d6a);
  background: #461316;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__popup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 50vw;
    padding: 2vw;
  }
}

.promoNotavaleable__popup-box-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__popup-box-x {
    top: 2vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
}
.promoNotavaleable__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__cross {
    top: 2vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
}

.promoNotavaleable-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 36px auto;
  width: 287px;
  height: 40px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid var(--Light-Green-Stroke, #fd474a);
  color: #fff;
  font-size: 13px;
  background: #610a0d;
  background: var(--Green-CTA, #610a0d);
  filter: drop-shadow(0 0 10px #e5373a);
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable-btn {
    width: 76.5vw;
    height: 9.6vw;
    padding: 3.733vw 5.33vw;
    font-size: 3.4667vw;
    margin: 8vw auto;
    border-radius: 2.1333vw;
  }
}

.promoNotavaleable__popup-img {
  background-image: url(../img/no-optin-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__popup-img {
    width: 12.2667vw;
    height: 12.2667vw;
    margin: 0 auto;
  }
}

.promoNotavaleable__popup-box-text {
  color: #ffde63;
  font-family: adjaraBold;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__popup-box-text {
    font-size: 4.8vw;
    margin-top: 3vw;
  }
}

.promoNotavaleable__popup-box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  width: 287px;
  height: 40px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid var(--Light-Green-Stroke, #22785b);
  color: #fff;
  font-size: 13px;
  background: #0f543e;
  background: var(--Green-CTA, #0f543e);
  filter: drop-shadow(0px 0px 10px #37e5ad);
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoNotavaleable__popup-box-btn {
    width: 76.5vw;
    height: 9.6vw;
    padding: 3.733vw 5.33vw;
    font-size: 3.4667vw;
    border-radius: 2.1333vw;
  }
}

/* სპორტს პოპუპ */

.sports__popup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.sports__popup.active {
  display: block;
}
.sports__popup .sports__popup-box {
  width: 343px;
  height: 308px;
  padding: 10px;
  background-image: url(../img/wheel-bg-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1815px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
}
.sports__popup .sports__popup-box.normal {
  background-image: none !important;
  border-radius: 12px;
  border: 2px solid #507351;
  background: #0c2a0e !important;
}
.sports__popup .sports__popup-box.normal .close-btn {
  filter: none !important ;
}
.medimPieze-bg.active {
  display: flex;
}
.medimPieze-bg {
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  width: 252px;
  height: 58px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .medimPieze-bg {
    margin-top: 1.33vw;
    width: 58.93vw;
    height: 16.8vw;
    border-radius: 3.4667vw;
  }
}

/* ------ */

.sports__popup-box.mega .sport-multiplayer-text-prize-info,
.sports__popup-box.medium .sport-multiplayer-text-prize-info {
  display: none !important;
}
.sports__popup-box.mega .wheel_prise-sport-iconBox,
.sports__popup-box.medium .wheel_prise-sport-iconBox {
  display: none !important;
}
.sports__popup-box.mega .sports-win,
.sports__popup-box.medium .sports-win {
  display: flex !important;
}
/* .sports__popup-box.mega .sports-megaPrize {
  display: block;
} */
.sports__popup-box.medium .medimPieze-bg {
  display: flex;
}
/* .sports__popup-box.medium .sports-mediumPrize {
  display: block;
}
.sports__popup-box.medium .medimPieze-bg {
  display: block;
} */

/* ------ */

.wheel__popup-box.mega .wheel-multiplayer-text-prize-info,
.wheel__popup-box.medium .wheel-multiplayer-text-prize-info {
  display: none !important;
}
.wheel__popup-box.mega .wheel_prise-iconBox,
.wheel__popup-box.medium .wheel_prise-iconBox {
  display: none;
}
.wheel__popup-box.mega .wheel-win,
.wheel__popup-box.medium .wheel-win {
  display: flex !important;
}
/* .wheel__popup-box.mega .megaPrize.active {
  display: block;
}
.wheel__popup-box.medium .mediumPrize.active {
  display: block;
} */

.sports__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.sports-prize-icon {
  background-image: url(../img/maxbet-coin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.sports__popup .sports__popup-box span {
  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 15px;
}

.sports__popup .sports__popup-box .sports-win {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports__popup .sports__popup-box .sports-win {
    margin-top: 2vw;
  }
}

.sports-win .sports-megaPrize,
.sports-win .sports-mediumPrize {
  display: none;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 215px;
  height: 59px;
  margin: 0 auto;
  margin-top: 5px;
}

.sports-win .sports-megaPrize.active {
  background-image: url(../img/twenty-k-green.webp);
  display: flex;
}
.sports-win .sports-mediumPrize.active {
  background-image: url(../img/megaP-1kcoin.webp);
  display: flex;
  margin-top: 5px;
}
.sports-win .sports-mediumPrize.activeCoin {
  background-image: url(../img/fortunePrise/5kcoin.png);
  display: flex;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports-win .sports-mediumPrize.active {
    margin-top: 2vw;
  }
}
.congratulation {
  font-size: 18px !important;
  color: #ffde63 !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .congratulation {
    font-size: 4.8vw !important;
  }
}

.wheel__popup-box:has(.megaPrize.active) .congratulation,
.wheel__popup-box:has(.mediumPrize.active) .congratulation {
  background: linear-gradient(
    180deg,
    #ffedaa 24%,
    #f4c678 34.8%,
    #fbd382 42.96%,
    #fadf81 49.44%,
    #faf073 56.64%,
    #efcf66 63.84%,
    #e2a957 72%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .congratulation {
    font-size: 4.8vw;
  }
}

/* .sports-win:has(.sports-megaPrize.active) > .win-num,
.sports-win:has(.sports-megaPrize.active) > span:not(.win-num),
.sports-win:has(.sports-mediumPrize.active) > .win-num,
.sports-win:has(.sports-mediumPrize.active) > span:not(.win-num),
.sports__popup:has(.sports-megaPrize.active) .sports-prize-icon,
.sports__popup:has(.sports-mediumPrize.active) .sports-prize-icon {
  display: none;
} */
.sp-amount-box {
  display: inline-block;
  text-align: center;
}
.sports__popup .sports__popup-box .sports-win span {
  color: #ffde63;
  padding-top: 0;
}
.sports__popup .sports__popup-box .sports-win span:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports__popup .sports__popup-box .sports-win span:nth-child(2) {
    padding-left: 1.3333vw;
    padding-right: 1.3333vw;
  }
  .sp-amount-box {
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
  }
}

.sport-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 36px auto;
  width: 287px;
  height: 40px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #22785b;
  color: #fff;
  font-size: 13px;
  background: var(--Green-CTA, #0f543e);
  filter: drop-shadow(0px 0px 10px #37e5ad);
  cursor: pointer;
  position: relative;
}
.sportbook-link {
  text-decoration: none;
  text-transform: uppercase;
}

/* .sport-link-btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/sport-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 81px;
  top: 6px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-link-btn::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 22.4vw;
    top: 1.6vw;
  }
} */
.wheelinator__logo {
  background-image: url(../img/maxspin-logo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 205px;
  height: 40px;
  margin: 0 auto 36px auto;
}
/* ✅ Responsive */
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports__popup .sports__popup-box {
    width: 89.6vw;
    height: 80vw;
    font-size: 3.4667vw;
    top: 394vw;
    padding: 2vw;
  }
  .sports__popup .sports__popup-box span {
    font-size: 3.46vw;
    padding-top: 4.2667vw;
  }
  .sports__popup .sports__popup-box span:nth-child(2) {
    font-size: 3.4333vw;
    /* padding-top: 2.3333vw; */
  }
  .sports-prize-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .sports-win .sports-megaPrize {
    width: 67.2vw;
    height: 16.8vw;
    margin-top: 1.33vw;
  }
  .sports-win .sports-mediumPrize {
    width: 58.93vw;
    height: 16.8vw;
    margin-top: 1.33vw;
  }
  .sports__cross {
    top: 2vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
  .sport-link-btn {
    margin: 5.333vw auto;
    width: 76.5vw;
    height: 9.6vw;
    padding: 3.733vw 5.333vw;
    font-size: 3.4667vw;
    border-radius: 2.1333vw;
  }
}

.wheel-multiplayer-text-prize-info,
.sport-multiplayer-text-prize-info {
  display: none;
  margin: 5px auto;
  text-align: center;
  color: #fff;
  font-family: adjaraSemiBold;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel-multiplayer-text-prize-info,
  .sport-multiplayer-text-prize-info {
    font-size: 3.4667vw;
    margin: 1.3333vw auto;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel-multiplayer-text-prize-info.multiplayer-select {
    font-size: 4.8vw;
  }
  .sport-multiplayer-text-prize-info.multiplayer-select {
    font-size: 4.8vw;
  }
}
/* >1X არჩეულია და სპინი მიდის */
.container .wheelinator__button.disabled.multi {
  background-image: url(../img/multi-spin-active-fade.webp) !important;
}

/* 1X არჩეულია და სპინი მიდის */
.container .wheelinator__button.disabled:not(.multi) {
  background-image: url(../img/multi-spin-normal-fade.webp) !important;
}
.wheel_prise-iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wheel_prise-sport-iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wheel_prise-icon-span {
  color: #ffde63;
  text-align: center;
  font-family: "adjaraBold";
  font-size: 18px;
  line-height: 18px;
  padding-top: 5px;
}
.sports-prize-icon-span {
  color: #ffde63;
  text-align: center;
  font-family: "adjaraBold";
  font-size: 18px;
  line-height: 18px;
  padding-top: 5px;
  padding-right: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheel_prise-icon-span {
    font-size: 4.8vw;
    padding-top: 1.3333vw;
    padding-right: 0.8vw;
    line-height: 4.8vw;
  }
  @media screen and (max-width: 940px) and (min-width: 320px) {
    .sports-prize-icon-span {
      font-size: 4.8vw;
      padding-top: 1.3333vw;
      line-height: 4.8vw;
    }
  }
}

.multiplayer-prize,
.multiplayer-select,
.multiplayer-prize-sum {
  color: #ffde63 !important;
}

.sports__popup:has(.sports-megaPrize.active) .sports-prize-icon,
.sports__popup:has(.sports-mediumPrize.active) .sports-prize-icon {
  display: none;
}

.select-options li.disabled {
  opacity: 0.4;
  pointer-events: none;
}
/* .select-options li.active { outline: 2px solid #ffcc00; border-radius: 6px; } */

.multiple_data_coin_point_texts.point,
.multiple_data_coin_point_texts.coin {
  display: inline-grid;
}

.multiple_data_coin_point_texts.point .freespin_data_coin {
  display: none;
}
.multiple_data_coin_point_texts.point .freespin_data_point {
  display: contents;
}

.multiple_data_coin_point_texts.coin .freespin_data_point {
  display: none;
}
.multiple_data_coin_point_texts.coin .freespin_data_coin {
  display: contents;
}

@media screen and (min-width: 941px) {
  .wheelinator__box {
    width: 910px;
    max-width: 910px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelinator__box {
    width: 91.4vw;
    max-width: 91.4vw;
    /* background: #03382a; */
  }
}
