.wagerBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 49px auto 49px auto;
  width: 97%;
  height: auto;
  display: none;
}
.wagerBox.lottery-tab {
  display: flex;
}
.wagerBox.no_login {
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerBox {
    margin: 10vw auto;
    width: 92%;
    height: auto;
    border: 1px solid #2d8065;
    background: #081d17;
    padding: 10px;
  }
}
.wagerBox .wager__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wagerBox .lottery-wager__body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #173b2f;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerBox .lottery-wager__body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
  }
}
.wagerBox .lottery-wager__body .firstWager {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-family: adjaraBold;
  padding-top: 17px;
  position: relative;
}
.wagerBox .lottery-wager__body .secondWager {
  background-image: url(../img/wager-bg-green-desc.png);
}
.limit-max-pop.active {
  display: flex;
}
.limit-max-pop {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 151px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  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;
}
.limit-max-pop span {
  color: #fff;
  font-size: 18px;
  font-family: adjaraBold;
}
.wagerBox .lottery-wager__body .firstWager .deposit-title {
  color: #ffffff;
  margin: 0;
  font-family: adjaraBold;
  font-size: 22px;
  text-transform: uppercase;
  background: var(
    --Fancy-gold-grad,
    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;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #362716;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerBox .lottery-wager__body .firstWager {
    font-size: 4vw;
    padding-top: 4.2667vw;
  }
  .wagerBox .lottery-wager__body .firstWager .deposit-title {
    font-size: 5.867vw;
    line-height: 5.533vw;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.267vw;
    -webkit-text-stroke-color: #362716;
    text-align: center;
  }

  .limit-max-pop {
    width: 100%;
    height: 10.67vw;
    top: 45%;
  }
  .limit-max-pop span {
    color: #fff;
    font-size: 2.37vw;
    font-family: adjaraBold;
  }
}

.progress {
  width: 367.5px;
  height: 378.49px;
  margin-top: 15px;
}

.progress__container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background-image: url(../img/outer-circle-cp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .progress {
    width: 53.264vw;
    height: 53.333vw;
    margin-top: 3vw;
  }
  html:lang(hy) .progress {
    margin-top: 1vw;
  }

  .progress__container {
    padding: 9%;
  }
}
.progress__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bar-1,
.bar-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.progress__circle__inner-container {
  background-image: url(../img/inner-circle-cp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 62%;
  height: 62%;
  position: absolute;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .progress__circle__inner-container {
    width: 62%;
    height: 62%;
  }
}
.poin-1,
.poin-2 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  opacity: 0.7;
  font-size: 13px;
}
.poin-1 {
  margin-top: 9px;
}
.poin-2 {
  margin-top: 58px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .poin-1,
  .poin-2 {
    font-size: 2.133vw;
  }
  .poin-1 {
    margin-top: 2.3333vw;
  }
  .poin-2 {
    margin-top: 6.67vw;
  }
}
.progress__amount {
  font-family: "adjaraBold";
  font-size: 24px;
  line-height: 20px;
  color: #55f6bf;
  margin-top: 65px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .progress__amount {
    font-size: 3.733vw;
    line-height: 5.33vw;
    margin-top: 7.667vw;
  }
}

.ticket-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  margin: 25px auto;
  width: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box-wrap {
    gap: 4.533vw;
    margin: 4vw auto;
    padding: 0 2vw;
  }
}

.ticket-box-refreshbtn {
  background-image: url(../img/spin-loader.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box-refreshbtn {
    width: 8vw;
    height: 8vw;
  }
}
.ticket-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 0 40px;
  min-width: 166px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #614b14;
  background: #0b2c22;
  font: 600 14px/1 adjaraBold, sans-serif;
  color: #000;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box {
    min-width: 44.267vw;
    height: 9.867vw;
    border-radius: 3.2vw;
    gap: 2.133vw;
    padding: 0 3.2vw;
    font-size: 3.733vw;
  }
}
.ticket-box-hover {
  background-image: url(../img/info-icon-wb.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box-hover {
    width: 8vw;
    height: 8vw;
  }
}
.tiket-box-hover-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 22px;
  top: 44px;
  right: -11px;
  background: #fff;
  color: #000d21;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 10;
  width: 400px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tiket-box-hover-text {
    width: 90vw;
    top: 10.667vw;
    right: -2.933vw;
    gap: 5.867vw;
    padding: 1.333vw 2.667vw;
    font-size: 3.2vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }
}

.tiket-box-hover-text span {
  color: #000d21;
  font-family: "adjaraBold";
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tiket-box-hover-text span {
    font-size: 3.733vw;
    line-height: 6.4vw;
  }
}

.tiket-box-hover-text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 92.5%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 21;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tiket-box-hover-text::before {
    top: -2.167vw;
    left: 92.5%;
    border-left: 2.667vw solid transparent;
    border-right: 2.667vw solid transparent;
    border-bottom: 2.667vw solid #fff;
  }
}

.ticket-box-hover:hover .tiket-box-hover-text {
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box {
    min-width: 44.267vw;
    height: 9.867vw;
    border-radius: 3.2vw;
    gap: 2.133vw;
    padding: 0 3.2vw;
    font-size: 3.733vw;
  }
}

.ticket-box__icon {
  width: 30px;
  height: 25px;
  background-image: url(../img/lottery-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box__icon {
    width: 5.333vw;
    height: 4.267vw;
  }
}
.ticket-box__label {
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-family: adjaraBold;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box__label {
    font-size: 3.2vw;
  }
}
.ticket-box__value {
  margin-left: auto;
  font-size: 18px;
  font-family: adjaraBold;
  color: #fff;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box__value {
    font-size: 4.267vw;
    font-family: adjaraBold;
    color: #fff;
  }
}

.ticket-box.is-large .ticket-box__value {
  font-size: 16px;
  font-family: adjaraBold;
  color: #fff;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box.is-large .ticket-box__value {
    font-size: 4vw;
  }
}

.ticket-box.is-huge .ticket-box__value {
  font-size: 14px;
  font-family: adjaraBold;
  color: #fff;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .ticket-box.is-huge .ticket-box__value {
    font-size: 3.2vw;
  }
}

.poin {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: adjaraBold, sans-serif;
  font-size: 13px;
  margin-top: 22px;
  color: #d9d9d9;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .poin {
    font-size: 1.867vw;
    gap: 0.5333vw;
    margin-top: 4vw;
  }
}

.poin__icon {
  display: inline-block;
  width: 12.417px;
  height: 9.5px;

  background: url(../img/lottery-icon.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .poin__icon {
    width: 1.867vw;
    height: 1.6vw;
  }
}
.lottery-verification {
  width: 100%;
  margin: 10px auto 20px auto;
  padding: 12px 8px;
  gap: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #072217;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-verification {
    width: 102%;
    padding: 3.2vw 2vw;
    gap: 2vw;
    margin: 0 auto;
  }
}

.lottery-verification-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-verification-text .img {
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20.455px;
  height: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-verification-text .img {
    width: 5.867vw;
    height: 8.533vw;
    margin-right: 0.133vw;
  }
}
.lottery-verification-text span {
  color: #22785b;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 13px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-verification-text span {
    font-size: 2.667vw;
    line-height: 2.933vw;
  }
}

.lottery-verification-btn {
  display: flex;
  width: 134px;
  height: 30px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffcf52;
  background: #d2a226;
  box-shadow: 0 0 10px 0 rgba(71, 253, 192, 0.25);
  color: #fff;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-verification-btn {
    width: 31.333vw;
    height: 8.533vw;
    padding: 0 5.333vw;
    font-size: 3.2vw;
    line-height: 5.333vw;
    gap: 2.667vw;
  }
}

.lottery-verification-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: adjaraRegular, sans-serif;
  font-size: 13px;
  line-height: 17px;

  margin: 12px auto;

  opacity: 0.4;
  padding: 0 10px;
}

.lottery-verification-deposit {
  display: flex;
  width: 40%;
  margin: 10px auto;
  height: 36px;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 0 6px 6px 0;
  border: 1px solid #184a3a;

  /* 🔥 Gradient background */
  background: radial-gradient(
    64.29% 64.29% at 50% 50%,
    #29f9f6 0%,
    #0c4944 100%
  );
  background-size: 200% auto;

  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px #000;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #09561f;
  font-family: adjaraBold, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;

  /* 🔥 Smooth hover transition */
  transition: background-position 0.5s ease;
}

/* Hover effect */
.lottery-verification-deposit:hover {
  background-position: right center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-verification-desc {
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 4vw auto;
    padding: 0 3.2vw;
  }

  .lottery-verification-deposit {
    width: 100%;
    height: 9.6vw;
    padding: 1.867vw 3.2vw;
    font-size: 4.267vw;
    line-height: 6.4vw;
    margin: 3.2vw;
    border-radius: 0 1.6vw 1.6vw 0;
    -webkit-text-stroke-width: 0.267vw;
    -webkit-text-stroke-color: #09561f;
  }
}
.lottery-amount-wrap {
  border-radius: 4px;
  background: #102d24;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 472px;
  height: 432px;
  padding: 80px 31px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-amount-wrap {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.lottery-amount-wrap-title {
  color: #ffffff;
  margin: 0 auto;
  font-family: adjaraBold;
  font-size: 22px;
  text-transform: uppercase;
  background: var(
    --Fancy-gold-grad,
    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;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #362716;
  display: block;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-amount-wrap-title {
    font-size: 5.867vw;
    line-height: 5.533vw;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.267vw;
    -webkit-text-stroke-color: #362716;
    text-align: center;
    margin: 4vw auto;
    padding-top: 4.2667vw;
    display: none;
  }
}
