.wheelinator__box.no_login{
  display: none !important;
}
.wagers__list {
  position: relative;
  overflow: hidden;
  /* border-radius: 8px; */
  /* border: 1px solid #ffffff33; */
  /* background: linear-gradient(163.27deg, #505053 5.73%, #000000 58.07%); */
  /* background-image: url(../img/wager-bg-main.webp); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95.5%;
  margin: 0 auto;
  padding: 4px;

  border-radius: 12px;
  /* border: 1px solid #d5893e; */
  /* background: #6ca675; */
}

.wagers__list-inner {
  width: 100%;
  height: 100%;
  margin: 14px 0;
  padding: 5px 0;
  border-radius: 12px;
  border: 1px solid #4E5557;
  background: #363B3D;
}
.wagers__list.no__login {
  margin: 10px auto;
  height: 250px;
}
.wagers__list.no_login {
  height: auto;
  margin: 10px auto;
  display: none;
}



@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagers__list.no_login {
    height: auto;
    margin: 2vw auto;
  }
  .wagers__list.no__login {
    height: 48vw;
    margin: 2vw auto;
  }
  .wagers__list-inner {
    border-radius: 0.533vw;
    margin: 3.733vw 0;
    padding: 1.33vw 0;
  }
}
.wagers__list-inner.no_login {
  padding: 1px;
  margin: 5px 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagers__list-inner.no_login {
    padding: 4vw 1vw;
    margin: 2vw 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: visible !important;
}
.sliderOne .swiper-slide:nth-child(2) {
  width: 0 !important;
}
.sliderOne .swiper-slide:nth-child(2) .wager__txt,
.sliderOne .swiper-slide:nth-child(3) .wager__txt,
.sliderOne .swiper-slide:nth-child(4) .wager__txt,
.sliderOne .swiper-slide:nth-child(16) .wager__txt {
  text-decoration: none;
}
.sliderOne .swiper-slide:nth-child(1) .wager__txt2 {
  display: none;
}
.sliderOne.notallow {
  filter: grayscale(0%);
}
.wager__txt {
  position: relative;
}
.sliderOne .swiper-slide:nth-child(1) .wager__txt::after {
  position: absolute;
  width: 56px;
  height: 10px;
  padding: 0px 2px 0px 3px;
  background-color: red;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.wager {
  width: 95%;
  margin: auto;
  border-radius: 8px;
  position: relative;
  margin-top: -36px;
}

.wager.no_login {
  margin-top: -18px;
}
.wager__txt-box img {
  height: 20px;
}
.wager__head {
  width: 100%;
  /* margin: auto; */
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 0;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile__wager-head {
  display: none;
}
.mobile-footer-txt {
  display: none;
}
.wager__head-box {
  width: 290px;
  /* margin: auto; */
  padding-bottom: 0;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wager__headBox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top:10px; */
  padding: 10px 27px;
}
.wager__head-p {
  color: #ffffff;
  margin: 0;
  font-family: adjaraBold;
  /* background-image: url(../img/progress-title-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
  font-size: 22px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__head-p {
    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;
  }
}

.wager__headBox-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  margin: 10px auto 34px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__headBox-two {
    width: 82%;
    margin: 2vw auto;
    align-items: center;
  }
}

.wager__headBox-two-title {
  font-family: AdjaraBold;
  font-size: 22px;
  line-height: 19px;
  position: relative;
  margin-left: 18px;
  color: #D3C79C;
  font-feature-settings: 'case' on;
}
.wager__headBox-two-title::before {
  content: "";
  position: absolute;
  background-image: url(../img/casin-logo-7.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12.096px;
  height: 15px;
  left: -23px;
  top: 1px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__headBox-two-title::before {
    width: 4.133vw;
    height: 4.8vw;
    left: -6.133vw;
    top: -0.533vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__headBox-two-title {
    font-size: 5.2vw;
    line-height: 4.533vw;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.267vw;
    -webkit-text-stroke-color: #362716;
    margin-left: 5vw;
  }
}

.wager__head-discount.active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.wager__headBox:has(.wager__head-discount.active) {
  justify-content: space-between;
}
.wager__head-discount {
  display: flex;
  width: 138px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: adjaraBold;
  background-image: url(../img/discount-w.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

.discount-icon {
  width: 16px;
  height: 16px;
  background-image: url(../img/wager-factorial.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .discount-icon {
    width: 4.267vw;
    height: 4.267vw;
  }
  .wager__head-box {
    width: 81vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__head-p-mob {
    font-size: 4.267vw;
    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;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.2px #3f1212;
    font-family: adjaraBold;
    text-transform: uppercase;
    margin: 0;
    display: block;
  }
  .wager__headBox {
    padding: 3.2vw;
  }
  .wager__head-discount {
    width: 36.8vw;
    height: 8.5333vw;
    margin-left: 1.333vw;
    gap: 1.067vw;
    font-size: 3.2vw;
  }
}

/* ÃƒÂ¡Ã†â€™Ã‚Â°ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã¢â‚¬Â¢ÃƒÂ¡Ã†â€™Ã¢â‚¬ÂÃƒÂ¡Ã†â€™Ã‚Â ÃƒÂ¡Ã†â€™Ã‹Å“ÃƒÂ¡Ã†â€™Ã‚Â¡ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã‚Â¡ ÃƒÂ¡Ã†â€™Ã¢â‚¬â„¢ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã¢â‚¬ÂºÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã‚Â¡ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã‚Â©ÃƒÂ¡Ã†â€™Ã¢â‚¬ÂÃƒÂ¡Ã†â€™Ã…â€œÃƒÂ¡Ã†â€™Ã‹Å“ box */
.discount-hover {
  position: absolute;
  top: 40px;
  right: -13px;
  width: 327px;
  height: auto;
  border-radius: 4px;
  background: #d6bc87;
  color: #43372a;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  display: none;
  z-index: 11;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .discount-hover {
    width: 70vw;
    height: auto;
    line-height: 4.267vw;
    border-radius: 1.067vw;
    right: -3vw;
    top: 8vw;
    font-size: 3.2vw;
    padding: 2.4vw;
  }
}
.discount-amount {
  display: inline-block;
  white-space: nowrap;
}

/* ÃƒÂ¡Ã†â€™Ã‚Â°ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã¢â‚¬Â¢ÃƒÂ¡Ã†â€™Ã¢â‚¬ÂÃƒÂ¡Ã†â€™Ã‚Â ÃƒÂ¡Ã†â€™Ã‹Å“ÃƒÂ¡Ã†â€™Ã‚Â¡ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã‚Â¡ ÃƒÂ¡Ã†â€™Ã¢â‚¬â„¢ÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã¢â‚¬ÂºÃƒÂ¡Ã†â€™Ã‚ÂÃƒÂ¡Ã†â€™Ã‚Â©ÃƒÂ¡Ã†â€™Ã…â€œÃƒÂ¡Ã†â€™Ã¢â‚¬Å“ÃƒÂ¡Ã†â€™Ã¢â‚¬ÂÃƒÂ¡Ã†â€™Ã¢â‚¬ËœÃƒÂ¡Ã†â€™Ã‚Â */
/* .wager__head-discount .discount-icon:hover ~ .discount-hover {
  display: flex;
} */
.wager__head-discount:hover .discount-hover {
  display: flex;
}

.discount-hover::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d6bc87;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .discount-hover::before {
    right: 5.7vw;
    top: -2vw;
  }
}

.wager__hover2 {
  width: 200px;
  color: #fff;
  font-family: "AdjaraBold";
  font-size: 12px;
  background: #191613;
  padding: 10px;
  position: absolute;
  right: -80px;
  top: -57px;
  color: #fff !important;
  display: none;
  text-align: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__hover2 {
    width: 46vw;
    right: -19vw;
    top: -5vw;
    /* left: 0; */
    padding: 2.67vw 0;
    font-size: 3vw;
  }
  .mobile__wager-head {
    display: block;
    width: 100%;
    height: 14.667vw;
  }
}
.wager__info:hover .wager__hover2 {
  display: block;
  transition: all 0.3s ease;
}

.sliderOne .swiper-slide {
  height: 78px !important;
  padding: 5px 0;
  text-align: center;
  font-family: AdjaraRegular;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
}

/* wager */

.wager__body {
  width: 95%;
  margin: 0 auto;
  padding: 0px 9px;
  position: relative;
  overflow: hidden;
  height: 125px;
  border-radius: 8px;
  margin-top: 14px;
}
.wager:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 24px;
  top: 7px;
  right: 10.7px;
  bottom: 0;
  margin: auto;
  z-index: 7;
  background: #142020;
  box-shadow: -3px 6px 5px 0px rgba(0, 0, 0, 0.29) inset;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #7dc3b0;
  border-left: 0;
}
.has-wager:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 18px;
  top: -30px;
  left: 18px;
  bottom: 0;
  margin: auto;
  background: #0e0a23;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 30px;
  border: 1px solid #8b7f7b;
  border-right: 0;
  box-shadow: 0px 0px 12px 0px #f6ea58;
}
.wager__txt,
.wager__txt2,
.wager__txtNew {
  font-size: 12px;
  position: relative;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 25px;
}
.wager__line {
  min-width: 350%;
  width: auto;
  height: 28px;
  position: absolute;
  border-radius: 14px;
  top: 52px;
  background: #2A2E30;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.29) inset;
  border: 2px solid #7A765D;
  /* z-index: 1; */
}
.wager__wrapper .swiper-slide:nth-child(1) {
  background: blue;
}
.wager__lineTwo {
  width: 350% !important;
  height: 21px;
  position: absolute;
  border-radius: 10px;
  top: 38px;
  left: -5px;
  background: #50b4a729;
  border: 1px solid #50b4a754;
}
.wager__line-fill {
  position: relative;
  height: 100%;
  border-radius: 11px;
  width: fit-content;
  min-width: 46px;
  justify-content: end;
  z-index: 3;
  /* background: linear-gradient(
    180deg,
    #74d5c3 -18.07%,
    #79dac8 38.43%,
    #4e8f83 82.3%
  ); */
  /* background: var(
    --Golden-Gradient,
    linear-gradient(96deg, #bb9d6a 2.26%, #d8be89 40.31%, #876b45 93.06%)
  ); */
  background: linear-gradient(90deg, #5c3000 0%, #ffb956 100%);
}
.wager__line-fillTwo {
  position: relative;
  height: 100%;
  border-radius: 10px;
  width: fit-content;
  min-width: 40px;
  /* display: flex; */
  justify-content: end;
  background: #84b8df;
}
.wager__line-value {
  --wager-value-clamp: 0px;
  height: 100%;
  font-family: 'AdjaraBold';
  font-size: 14px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  background: #fdea66;
  color: black;
  padding: 4px 8px;
  min-width: 46px;
  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%
    )
  );
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.75));
  transform: translateX(var(--wager-value-clamp));
}
.wager__amount {
  margin-left: 4px;
}
.wager__line-value .img {
  background-image: url(../img/wager-icon-tst.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  margin-right: -10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__line-value .img {
    width: 7.4vw;
    height: 7.4vw;
    margin-right: -2.133vw;
  }
}
.wager__color {
  position: absolute;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
}
.wager__refresh {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.wager__refresh-txt p {
  width: auto;
  font-size: 13px;
  font-family: "AdjaraRegular";
  color: #ffffffad;
}
.wager__footer-txt.no_login {
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__refresh-txt p {
    font-size: 4rem;
    padding-top: 0rem;
    padding-left: 0rem;
    line-height: 6rem;
    width: 92%;
    font-family: adjaraRegular;
    letter-spacing: 0;
    color: #fff;
  }
  .wager__head {
    /* text-align: left; */
    width: 98%;
    margin: 0 auto;
    margin-bottom: 2vw;
    padding: 2vw;
    margin-top: 3vw;
    border-radius: 0 0 1.067vw 1.067vw;
    flex-direction: column;
  }
  /* .wager__footer-txt {
    display: none;
  } */

  .mobile-footer-txt {
    display: block;
    font-size: 2.4vw !important;
    line-height: 3.333vw !important;
    width: 100% !important;
    margin: 2vw auto !important;
  }
  .wagers__list {
    padding-bottom: 0;
    z-index: 11;
    margin: 2vw auto;
    width: 98%;
    padding: 3.2vw;
    background: #272B2D;
  }
  .wager__body {
    width: 81%;
    padding: 1vw;
    margin-bottom: 0vw;
    padding-left: 1vw;
    height: 23vw;
    margin-top: 0vw;
    margin-left: 7vw;
  }
  .wager__txt,
  .wager__txt2,
  .wager__txtNew {
    font-size: 3vw;
    color: #fff;
    top: 4vw;
  }
  .wager__line {
    height: 8.5333vw;
    top: 9vw;
    border-radius: 3.9933vw;
  }
  .wager:after {
    width: 4.067vw;
    height: 7.5vw;
    top: 6.5vw;
    right: 5.52vw;
    display: none;
  }
  .sliderOne .swiper-slide,
  .sliderThree .swiper-slide {
    padding: 0;
    height: 18vw !important;
  }
  .wager__line-value {
    font-size: 2.267vw;
    padding: 2.067vw;
    min-width: 7.067vw;
    border-radius: 3.8vw;
    white-space: nowrap;
  }
  .wager__line-value.small-amount {
    transform: translateX(calc(5vw + var(--wager-value-clamp)));
  }
  .wager__line-fill {
    border-radius: 3.8vw;
    min-width: 12vw;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  font-size: 18px !important;
  color: black;
  border-radius: 4px;
  padding: 0px 0px;
  top: 10px;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-button-next:after {
  background: url("../img/swiperarrow-2.webp") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  /* top: 6px; */
  left: 41px;
}
.swiper-button-prev::after {
  background: url("../img/swiperarrow-2.webp") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 13px;
}
/* end wager slot*/

.wager__refresh-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.4s;
  width: 35px;
  padding-left: 0;
  position: relative;
  top: 0px;
}

.wager__refresh-btn img {
  height: 28px;
}

.wager__refresh-btn.cantclickk {
  cursor: no-drop !important;
  pointer-events: none !important;
  opacity: 0.8;
}
.wager__refresh-btn button {
  font-family: "AdjaraRegular";
  letter-spacing: 0.4px;
  padding-left: 10px;
  color: #545352;
  font-size: 14px;
}
.wager__head p {
  padding: 3px 10px;
  position: relative;
  width: 90%;
  text-align: center;
  margin-left: 18px;
}
.wager__head p:after {
  content: "";
  position: absolute;
  background: url("../img/wager-border.png") no-repeat;
  height: 2px;
  width: 27%;
  left: 0;
  bottom: -8px;
  right: 0;
  margin: auto;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__refresh {
    padding: 3rem 0rem;
    padding-top: 0rem;
    width: 100%;
    margin-top: 3vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 6.5vw !important;
  }
  .wager__refresh-btn {
    width: 5vw;
    padding-left: 0;
    border-radius: 1.06vw;
    margin-top: 0;
  }
  .wager__refresh-btn button {
    font-size: 3vw;
    padding-left: 1vw;
  }
  .wager__refresh-btn img {
    height: 8.53vw;
  }
}
.count-box {
  position: relative;
}
.wager__title {
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}
.wager__popup-list {
  color: #fff;
}
.wager__close-btn {
  color: #fff;
  text-align: center;
  padding: 10px 32px;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffe07b 0%, #634a0c 100%);
  cursor: pointer;
}
.wager__info {
  background-image: url(../img/factorial-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}
.wager__popup-title,
.wager__popup-desc {
  text-align: center;
  padding-bottom: 15px;
}
.total__spin {
  width: 185px;
  height: 42px;
  stroke-width: 1px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
  /* background-image: url(../img/wager-spin-new-2.svg); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #213520;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.69) inset;
  border-radius: 10px;
  background: #1C2021;
  padding: 0 20px;
}

.total__spin span {
  font-family: 'AdjaraSemiBold';
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
/* .total__spin span:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14.264px;
  height: 16px;
  left: -15px;
} */
.spin__amount {
  color: #fff;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #fff;
  font-family: adjaraBold;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .total__spin {
    width: 51.8336vw;
    height: auto;
    min-height: 11.7184vw;
    /* padding-top: 1.6vw; */
    justify-content: center;
    gap: 5vw;
    /* background-image: url(../img/wager-spin-mob.webp);
    background-repeat: no-repeat;
    background-size: 100%; */
    /* box-shadow: none; */
    /* background-color: transparent; */
    border-radius: 1.2vw;
  }

  .total__spin span {
    font-size: 3.733vw;
    line-height: 4.267vw;
  }
  .spin__amount {
    font-size: 4.267vw;
    line-height: 5.33vw;
    letter-spacing: 0.4267vw;
  }
  .total__spin span:nth-child(1)::before {
    width: 3.80373vw;
    height: 4.2667vw;
    left: -4vw;
  }
  .total__spin span:nth-child(2)::before {
    width: 3.80373vw;
    height: 4.266vw;
    left: -4vw;
  }
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager {
    width: 98%;
    height: 22vw;
    margin: auto;
    border-radius: 1.067vw 1.067vw 0 0;
    margin-top: -1.867vw;
    margin-bottom: 0vw;
    padding-bottom: 0;
    /* background: var(
      --Dark-BG-Gradient,
      linear-gradient(180deg, #5d4e3f 0%, #342b1c 100%)
    ); */
  }
  .wager.no_login {
    border-radius: 1.067vw;
  }
  .wager__popup-title,
  .wager__popup-desc {
    padding-bottom: 3vw;
  }
  .wager__title {
    font-size: 4vw;
  }
  .wager__popup-content {
    width: 90%;
    font-size: 3vw;
    top: 427vw;
  }
  .wager__popup-title p {
    font-size: 4vw;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 6vw;
    height: 6vw;
    top: 5.5vw;
    left: -3vw;
    background-size: 89%;
  }
  .swiper-button-prev:after {
    left: -1vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: auto !important;
  }
  .wager__info {
    width: 8vw;
    height: 8vw;
    margin-left: -2vw;
  }
  #wager-hover-txt {
    font-size: 3vw;
  }
  .wager__head p {
    font-size: 4vw;
    padding: 0;
    width: 60%;
    margin: auto;
    margin-left: 10vw;
  }
  .swiper-button-prev,
  .swiper-rtl {
    left: 0.5vw !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-next {
    right: -2.5vw !important;
  }
  .wager__close-btn {
    padding: 2vw 8vw;
    font-size: 4vw;
    margin-top: 3vw;
  }
}
.wager__footer-txt {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: AdjaraSemiBold;
  font-size: 10px;
  line-height: 11px; /* 222.222% */
  text-align: start;
  opacity: 0.4;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 9px;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__footer-txt {
    font-size: 2.4vw;
    line-height: 3.333vw; /* 222.222% */
    padding: 2vw;
    margin-top: -2vw;
    text-align: center;
    margin-bottom: 1vw;
  }
}

.wager__banner.no_login {
  bottom: 18px;
  right: 24px;
  /* position: absolute; */
}

.wager__banner {
  width: 141px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #153b26;
  background: #C7B881;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}

.wager__banner:hover {
  background-position: right center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__banner {
    width: 41vw;
    height: 11.667vw;
    border-radius: 0.8vw;
    padding: 5vw;
    margin-top: 2vw;
    position: static;
    bottom: auto;
    right: auto;
    /* display: none; */
  }
}

.wager__banner .banner__box {
  /* width: 150.081px; */
  height: 40.373px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__banner .banner__box {
    /* width: 40.267vw; */
    height: 10.76613vw;
    gap: 1.867vw;
    align-items: center;
  }
}
.banner__box .banner__icon {
  background-image: url(../img/slot-gren-icon.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
  height: 15px;
}
.banner__box-sport .banner__icon {
  background-image: url(../img/sport-gren-icon.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .banner__box-sport .banner__icon {
    width: 4.69867vw !important;
    height: 6vw !important;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .banner__box .banner__icon {
    width: 3.69867vw;
    height: 5.333vw;
    flex-shrink: 0;
  }
}
.banner__box .banner__txt {
  font-size: 17px;
  /* padding-top: 8px; */
  color: #101314;
  font-family: AdjaraSemiBold;
  text-transform: uppercase;
  /* padding-left: 5px; */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .banner__box .banner__txt {
    font-size: 4.533vw;
    /* padding-top: 1.33vw; */
    /* padding-left: 1.33vw; */
  }
}
.banner__arrow {
  width: 8px;
  height: 15px;
  background-image: url(../img/banner-arrow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .banner__arrow {
    width: 2.4vw;
    height: 4.733vw;
  }
}

.wager__txt2::after {
  content: "";
  position: absolute;
  background: url("../img/mini-wheel-icon.svg") no-repeat;
  width: 10.698px;
  height: 12px;
  margin: auto;
  background-size: 100%;
  z-index: 11;
  left: 7px;
  top: 2px;
}

.wager__txt2-jump6::after {
  left: 21px;
}

.wager__txt2-jump5::after {
  left: 18px;
}

.wager__txt2-jump4::after {
  left: 15px;
}

.wager__txt2-jump3::after {
  left: 12px;
}

.wager__txt2-jump2::after {
  left: 9px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__txt2::after {
    width: 2.8528vw;
    height: 3.2vw;
    left: 1.8667vw;
    top: 0.3vw;
  }

  .wager__txt2-jump6::after {
    left: 5.6vw;
  }

  .wager__txt2-jump5::after {
    left: 4.8vw;
  }

  .wager__txt2-jump4::after {
    left: 4vw;
  }

  .wager__txt2-jump3::after {
    left: 3.2vw;
  }

  .wager__txt2-jump2::after {
    left: 2.4vw;
  }
}

.wager__txt2.no-icon::after {
  display: none;
}

.loader-icon.active {
  opacity: 1;
}
.loader-icon {
  width: 28px;
  height: 28px;
  background-image: url(../img/spin-loader.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .loader-icon {
    width: 6vw;
    height: 6vw;
  }
}
.extra-zero-text.active {
  display: flex;
}
.extra-zero-text {
  position: absolute;
  top: 30px;
  left: 9px;
  color: #fff;
  font-size: 10px;
  font-family: adjaraRegular;
  white-space: nowrap;
  background: #f44336;
  background-image: url(../img/wager-discount.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 14px;
  border-radius: 0px 4px;
  padding-left: 10px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .extra-zero-text {
    font-size: 2vw;
    width: 14.933vw;
    height: 3.6667vw;
    padding-left: 1.6667vw;
    top: 2vw;
    left: 1vw;
    border-radius: 0 1.0667vw;
  }
}

.extra-zero-text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../img/discount-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 6px;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .extra-zero-text::before {
    width: 2.2667vw;
    height: 2.2667vw;
    left: 0.5333vw;
    top: 0.3vw;
  }
}
.wager_hover-no-login {
  display: none;
}
.next-level-container {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: max-content;
  z-index: 1000 !important;
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .next-level-container {
    top: 9.3vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.333vw;
  }
}

.next-level-icon {
  width: 92.164px;
  height: 26px;
  background: url(../img/next-level-icon.svg) no-repeat center / contain;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .next-level-icon {
    width: 28.8vw;
    height: 7.9333vw;
  }
}

.next-level-text {
  font-size: 9px;
  color: #feeba7;
  font-family: adjaraRegular;
  white-space: nowrap;
  padding-left: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .next-level-text {
    font-size: 1.9vw;
    text-align: center;
    padding-left: 3.5vw;
    padding-top: 0.5vw;
    line-height: 2vw;
  }
}
.sport-wager {
  width: 95%;
  margin: auto;
  border-radius: 8px;
  position: relative;
  margin: 20px auto;
  margin-top: -26px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager {
    width: 98%;
    height: 22vw;
    margin: auto;
    border-radius: 1.067vw 1.067vw 0 0;
    margin-top: -1.867vw;
    margin-bottom: 0vw;
    padding-bottom: 0;
    /* background: var(--Dark-BG-Gradient, linear-gradient(180deg, #5d4e3f 0%, #342b1c 100%)); */
  }
}
.sport-wager.no_login {
  margin-top: -18px;
}

.sport-wager__body {
  width: 95%;
  margin: 0 auto;
  padding: 0px 9px;
  position: relative;
  overflow: hidden;
  height: 125px;
  border-radius: 8px;
  margin-top: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__body {
    width: 81%;
    padding: 1vw;
    margin-bottom: 0vw;
    padding-left: 1vw;
    height: 23vw;
    margin-top: 0vw;
    margin-left: 7vw;
  }
}

.sport-wager__color {
  position: absolute;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
}
.sport-wager__line {
  min-width: 350%;
  width: auto;
  height: 28px;
  position: absolute;
  border-radius: 14px;
  top: 52px;
  background: #2A2E30;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.29) inset;
  border: 2px solid #7A765D;
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__line {
    height: 8.5333vw;
    top: 9vw;
    border-radius: 3.9933vw;
  }
}

.sport-wager__line-fill {
  position: relative;
  height: 100%;
  border-radius: 11px;
  width: fit-content;
  min-width: 46px;
  justify-content: end;
  z-index: 0;
  background: var(
    --Green-wager-grad,
    linear-gradient(90deg, #0f543e 0%, #00a000 100%)
  );
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__line-fill {
    border-radius: 3.8vw;
    min-width: 12vw;
  }
}
.sport-wager__line-value {
  --wager-value-clamp: 0px;
  height: 100%;
  font-family: adjaraBold;
  font-size: 9px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  background: #fdea66;
  color: black;
  padding: 10px;
  min-width: 46px;
  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%
    )
  );
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.75));
  pointer-events: none;
  transform: translateX(var(--wager-value-clamp));
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__line-value {
    font-size: 2.267vw;
    padding: 2.067vw;
    min-width: 7.067vw;
    border-radius: 3.8vw;
    white-space: nowrap;
  }
  .sport-wager__line-value.small-amount {
    transform: translateX(calc(3vw + var(--wager-value-clamp)));
  }
}

.sport-wager__img {
  background-image: url(../img/slot-wger-icon-tst.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  margin-right: -10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__img {
    width: 7.4vw;
    height: 7.4vw;
    margin-right: -2.133vw;
  }
}
.sport-sliderOne .swiper-slide {
  height: 78px !important;
  padding: 5px 0;
  text-align: center;
  font-family: AdjaraRegular;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.sport-sliderOne .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 400ms;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-sliderOne .swiper-slide {
    height: 18vw !important;
    padding: 0;
  }
}

.sport-wager__txt {
  position: relative;
}
.sport-wager__txt,
.sport-wager__txt2,
.sport-wager__txtNew {
  font-size: 12px;
  position: relative;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__txt,
  .sport-wager__txt2,
  .sport-wager__txtNew {
    font-size: 3vw;
    color: #fff;
    top: 4vw;
  }
}
.sliderOne .swiper-slide:nth-child(2) .sport-wager__txt,
.sliderOne .swiper-slide:nth-child(3) .sport-wager__txt,
.sliderOne .swiper-slide:nth-child(4) .sport-wager__txt,
.sliderOne .swiper-slide:nth-child(16) .sport-wager__txt,
.sport-sliderOne .swiper-slide:nth-child(2) .sport-wager__txt,
.sport-sliderOne .swiper-slide:nth-child(3) .sport-wager__txt,
.sport-sliderOne .swiper-slide:nth-child(4) .sport-wager__txt,
.sport-sliderOne .swiper-slide:nth-child(16) .sport-wager__txt {
  text-decoration: none;
}

/* Sport slider first slide specific styling */
.sport-sliderOne .swiper-slide:nth-child(2) {
  width: 0 !important;
}

.sport-sliderOne .swiper-slide:nth-child(1) .sport-wager__txt2 {
  display: none;
}
.sport-wager__txt2::after {
  content: "";
  position: absolute;
  background: url(../img/mini-wheel-icon.svg) no-repeat;
  width: 10.698px;
  height: 12px;
  margin: auto;
  background-size: 100%;
  z-index: 11;
  left: 7px;
  top: 2px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__txt2::after {
    width: 2.8528vw;
    height: 3.2vw;
    left: 1.8667vw;
    top: 0.3vw;
  }
}

/* Sport Wager Arrows - only positioning */
.sport-wager__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.sport-wager__arrows .swiper-button-next,
.sport-wager__arrows .swiper-button-prev {
  pointer-events: auto;
}

.sport-wager:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 24px;
  top: 7px;
  right: 10.7px;
  bottom: 0;
  margin: auto;
  z-index: 7;
  background: #2A2E30;
  box-shadow: -3px 6px 5px 0px rgba(0, 0, 0, 0.29) inset;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #7dc4b0;
  border-left: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager:after {
    width: 4.067vw;
    height: 7.59vw;
    top: 6.5vw;
    right: 5.52vw;
    display: none;
  }
}

.sport-sliderOne .swiper-slide:nth-child(2) {
  width: 0 !important;
}

.sport-wager__txt2-jump6::after {
  left: 21px;
}

.sport-wager__txt2-jump5::after {
  left: 18px;
}

.sport-wager__txt2-jump4::after {
  left: 15px;
}

.sport-wager__txt2-jump3::after {
  left: 12px;
}

.sport-wager__txt2-jump2::after {
  left: 9px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__txt2::after {
    width: 2.8528vw;
    height: 3.2vw;
    left: 1.8667vw;
    top: 0.3vw;
  }

  .sport-wager__txt2-jump6::after {
    left: 5.6vw;
  }

  .sport-wager__txt2-jump5::after {
    left: 4.8vw;
  }

  .sport-wager__txt2-jump4::after {
    left: 4vw;
  }

  .sport-wager__txt2-jump3::after {
    left: 3.2vw;
  }

  .sport-wager__txt2-jump2::after {
    left: 2.4vw;
  }
}

.sport-extra-zero-text.active {
  display: flex;
}
.sport-extra-zero-text {
  position: absolute;
  top: 30px;
  left: 9px;
  color: #fff;
  font-size: 10px;
  font-family: adjaraRegular;
  white-space: nowrap;
  background: #f44336;
  background-image: url(../img/wager-discount.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 14px;
  border-radius: 0px 4px;
  padding-left: 10px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-extra-zero-text {
    font-size: 2vw;
    width: 14.933vw;
    height: 3.6667vw;
    padding-left: 1.6667vw;
    top: 2vw;
    left: 1vw;
    border-radius: 0 1.0667vw;
  }
}

.sport-extra-zero-text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../img/discount-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 6px;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-extra-zero-text::before {
    width: 2.2667vw;
    height: 2.2667vw;
    left: 0.5333vw;
    top: 0.3vw;
  }
}
.wager_hover-no-login {
  display: none;
}
.sport-wager_hover-no-login {
  display: none;
}
.sport-next-level-container {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: max-content;
  z-index: 1000 !important;
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-next-level-container {
    top: 9.3vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.333vw;
  }
}

.sport-next-level-icon {
  width: 92.164px;
  height: 26px;
  background: url(../img/next-level-icon.svg) no-repeat center / contain;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-next-level-icon {
    width: 28.8vw;
    height: 7.9333vw;
  }
}

.sport-next-level-text {
  font-size: 9px;
  color: #feeba7;
  font-family: adjaraRegular;
  white-space: nowrap;
  padding-left: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-next-level-text {
    font-size: 1.9vw;
    text-align: center;
    padding-left: 3.5vw;
    padding-top: 0.5vw;
    line-height: 2vw;
  }
}
.sport-extra-zero-text.active {
  display: flex;
}
.sport-extra-zero-text {
  position: absolute;
  top: 30px;
  left: 9px;
  color: #fff;
  font-size: 10px;
  font-family: adjaraRegular;
  white-space: nowrap;
  background: #f44336;
  background-image: url(../img/wager-discount.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 14px;
  border-radius: 0px 4px;
  padding-left: 10px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-extra-zero-text {
    font-size: 2vw;
    width: 14.933vw;
    height: 3.6667vw;
    padding-left: 1.6667vw;
    top: 2vw;
    left: 1vw;
    border-radius: 0 1.0667vw;
  }
}

.sport-extra-zero-text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../img/discount-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 6px;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-extra-zero-text::before {
    width: 2.2667vw;
    height: 2.2667vw;
    left: 0.5333vw;
    top: 0.3vw;
  }
}

.wager-line {
  background-image: url(../img/line-wg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 842px;
  height: 2px;
  margin: 0 auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager-line {
    width: 95%;
    height: 0.567vw;
    background-image: url(../img/mob-line-wg.svg);
    margin: 5.3vw auto;
  }
}
.sportWagerheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  margin: 10px auto;
  margin-top: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sportWagerheader {
    width: 82%;
    margin: 2vw auto;
    align-items: center;
  }
}
.sportWagerheader__title {
  font-family: AdjaraBold;
  font-size: 20px;
  line-height: 19px;
  position: relative;
  margin-left: 18px;
  color: #D3C79C;
}
.sportWagerheader__title::before {
  content: "";
  position: absolute;
  background-image: url(../img/sport-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  left: -23px;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sportWagerheader__title::before {
    width: 4.1333vw;
    height: 4.8667vw;
    left: -6.1333vw;
    top: -0.5333vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sportWagerheader__title {
    font-size: 5.2vw;
    line-height: 4.533vw;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.267vw;
    -webkit-text-stroke-color: #362716;
  }
}

.sport-wager__head-discount {
  display: flex;
  width: 138px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: adjaraBold;
  background-image: url(../img/discount-w.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-wager__head-discount {
    width: 36.8vw;
    height: 8.5333vw;
    margin-left: 1.333vw;
    gap: 1.067vw;
    font-size: 3.2vw;
  }
}

.sport-wager__head-discount.active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.sport-discount-icon {
  width: 16px;
  height: 16px;
  background-image: url(../img/wager-factorial.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-discount-icon {
    width: 4.267vw;
    height: 4.267vw;
  }
}

.sport-discount-hover {
  position: absolute;
  top: 40px;
  right: -13px;
  width: 327px;
  height: auto;
  border-radius: 4px;
  background: #d6bc87;
  color: #43372a;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  display: none;
  z-index: 11;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sport-wager__head-discount:hover .sport-discount-hover {
  display: flex;
}

.sport-discount-hover::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d6bc87;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sport-discount-hover {
    width: 70vw;
    height: auto;
    line-height: 4.267vw;
    border-radius: 1.067vw;
    right: -3vw;
    top: 8vw;
    font-size: 3.2vw;
    padding: 2.4vw;
  }
  .sport-discount-hover::before {
    right: 5.7vw;
    top: -2vw;
  }
}

.sport-discount-amount {
  display: inline-block;
  white-space: nowrap;
}

.desc-banners {
  display: block;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .desc-banners {
    display: none;
  }
}
.mob-banners {
  display: none;
}
.mob-banners.no-optined {
  display: flex;
  margin: 5px auto;
  justify-content: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .mob-banners {
    margin: 1.333vw auto;
  }
}

.mob-banners.no_login {
  display: flex;
  margin: 5px auto;
  justify-content: center;
}
.wager__banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  gap: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wager__banner-container {
    width: 100%;
  }
  .mob-banners {
    display: block;
  }
}
@media (max-width: 940px) {
  .sport-wager__line-value {
    right: 0;
    left: auto !important;
  }
}

.special-offer .wager__txt2.offer_point,
.wager__txt2.confirmed_offer_point {
  border-radius: 8px;
  border: 1px solid #a20051;
  background: #780044;
  box-shadow: 3px 2px 3.3px 0 rgba(0, 0, 0, 0.5) inset;
  width: 50px;
  left: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .special-offer .wager__txt2.offer_point,
  .wager__txt2.confirmed_offer_point {
    border-radius: 2.1333vw;
    border: 0.2667vw solid #a20051;
    width: 13.3333vw;
    left: 5.3333vw;
  }
}

.special-offer .wager__txt2.offer_point::before,
.wager__txt2.confirmed_offer_point::before {
  content: "";
  position: absolute;
  background: url("../img/special-offer-prize.webp") no-repeat;
  width: 10.698px;
  height: 12px;
  margin: auto;
  background-size: 100%;
  z-index: 11;
  left: 32px;
  top: 1.5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .special-offer .wager__txt2.offer_point::before,
  .wager__txt2.confirmed_offer_point::before {
    width: 2.8528vw;
    height: 3.2vw;
    left: 8.5333vw;
    top: 0.4vw;
  }
}
.special-offer .wager__txt2.offer_point::after,
.wager__txt2.confirmed_offer_point::after {
  right: 31px;
  left: auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .special-offer .wager__txt2.offer_point::after,
  .wager__txt2.confirmed_offer_point::after {
    right: 8.2667vw;
    left: auto;
  }
}

.wagers__list.special-offer {
  background: linear-gradient(90deg, #303b67 0%, #7397ff 46%, #303b67 100%);
}
.wagers__list.special-offer .wagers__list-inner {
  background: rgba(8, 25, 61, 0.75);
  border: 1px solid #7c6946;
}

.wagers__list.special-offer .wager__line {
  border: 2px solid #869cff;
  background: #213792;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.29) inset;
}

/* .wagers__list.special-offer .wager__line-fill {
  background: #213792;
} */

.wagers__list.special-offer .wager::after {
  border: 2px solid #869cff;
  background: #213792;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.29) inset;
  border-left: 0;
}
.offer_point-position.active {
  display: flex;
}
.offer_point-position {
  height: 24px;
  font-family: adjaraBold;
  width: 150px;
  font-size: 9px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  color: black;
  padding: 4px;
  min-width: 46px;
  background: linear-gradient(180deg, #5a82f3 24%, #3650b7 72%);
  border: 2px solid #869cff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.75));
  color: #fff;
  /* top: -26.5px; */
  right: 0;
  /* left: -102px; */
  gap: 5px;
  /* z-index: 9999; */
  /* display: none; */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .offer_point-position {
    height: 7.5vw;
    width: 26vw;
    font-size: 2.4vw;
    border-radius: 4vw;
    padding: 1.067vw;
    top: -8.0667vw;
    gap: 0.5vw;
  }
}

.freespin_data .freespin_data_coin,
.freespin_data .freespin_data_point {
  display: none;
}

.freespin_data.coin .freespin_data_coin {
  display: block;
}
.freespin_data.point .freespin_data_point {
  display: block;
}
.offer_point-position .special-offer-icon {
  background-image: url(../img/special-offer-prize.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 17px;
  margin-top: -3px;

  display: inline-block;
  transform-origin: 50% 80%;
  will-change: transform;
  animation: giftBounce 1.6s ease-in-out infinite;
}
.offer_point-position.active .special-offer-icon {
  animation: giftBounce 1.2s ease-in-out infinite;
}
@keyframes giftBounce {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  10% {
    transform: translateY(-3px) rotate(-6deg);
  }
  20% {
    transform: translateY(0) rotate(6deg);
  }
  30% {
    transform: translateY(-2px) rotate(-4deg);
  }
  40% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .offer_point-position .special-offer-icon {
    width: 4.267vw;
    height: 4.8667vw;
  }
  html:lang(sr) .offer_point-position .special-offer-icon {
    margin-right: 2vw;
    width: 7.267vw;
    height: 7.8667vw;
    margin-top: 1vw;
  }
}

.offer_point-position .special-offer-hover {
  /* margin-left: 8px; */
  color: #213792;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  text-align: start;
  vertical-align: middle;
  font-family: adjaraRegular;
  width: 169px;
  height: 50px;
  background: #213792;
  position: absolute;
  /* left: 0; */
  /* right: 0; */
  margin: auto;
  top: -54px;
  color: #fff;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .offer_point-position .special-offer-hover {
    width: 39.933vw;
    height: 10vw;
    font-size: 2.3vw;
    line-height: 3.267vw;
    padding: 2vw;
    top: -11.2vw;
    left: -12.5vw;
    text-align: center;
    border-radius: 2vw;
  }
}
.offer_point-position:hover .special-offer-hover {
  display: flex;
}

.offer_point-position .special-offer-hover::before {
  content: "";
  position: absolute;
  left: 69%;
  bottom: -6.5px;
  transform: translateX(-69%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #213792 transparent transparent transparent;
}
html:lang(sr) .offer_point-position .special-offer-hover::before {
  left: 79%;
  transform: translateX(-79%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .offer_point-position .special-offer-hover::before {
    left: 82%;
    bottom: -3vw;
    border-width: 3.2vw 2.133vw 0 2.133vw;
  }
  html:lang(sr) .offer_point-position .special-offer-hover::before {
    left: 82%;
    transform: translateX(-82%);
  }
}

.special-offer-icon-two {
  background-image: url(../img/special-offer-prize.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 24.053px;
  position: absolute;
  right: -17px;
  top: 21px;
  transform-origin: 50% 80%;
  will-change: transform;
  animation: giftBounce 1.6s ease-in-out infinite;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .special-offer-icon-two {
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    width: 5.8667vw;
    height: 6.4vw;
    right: -0.5vw;
    top: 4.6vw;
  }
}

.offer_point_container_wrapper_inner {
  position: absolute;
  /* background: red; */
  /* width: 150px; */
  /* left: 0; */
  /* margin-right: -50%; */
  /* right: -35%; */
  margin: auto;
  padding: 0;
  margin: 0;
  top: 54px;
  z-index: 999999;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .offer_point_container_wrapper_inner {
    top: 9.5vw;
  }
}

.wagers__list .offer_point-position {
  display: none;
}

.wagers__list.special-offer .offer_point-position {
  display: flex;
}
.wagers__list .special-offer-icon-two {
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagers__list.special-offer .special-offer-icon-two {
    display: inline-block !important;
  }
}

@media screen and (min-width: 941px) {
  .wagers__list {
    width: 910px;
    max-width: 910px;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagers__list {
    width: 91.4vw;
    max-width: 91.4vw;
  }
}

.wagers__list:not(.rush-wagers__list) {
  border-radius: 8px;
  padding: 0;
  background:
    radial-gradient(circle at 23% 81%, rgba(102, 207, 173, 0.72), transparent 25%),
    linear-gradient(152deg, rgba(1, 76, 61, 0.96) 0%, rgba(0, 55, 45, 0.96) 34%, rgba(0, 17, 15, 0.98) 100%);
  border: 1px solid rgba(98, 185, 160, 0.84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.wagers__list:not(.rush-wagers__list)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(152deg, transparent 0 22%, rgba(29, 121, 101, 0.16) 22.2%, transparent 43%),
    linear-gradient(154deg, transparent 0 54%, rgba(98, 207, 174, 0.11) 54.2%, transparent 72%),
    linear-gradient(26deg, rgba(105, 204, 169, 0.18) 0 18%, transparent 18.2% 100%);
  pointer-events: none;
}

.wagers__list:not(.rush-wagers__list) > * {
  position: relative;
  z-index: 1;
}

.wagers__list:not(.rush-wagers__list) .wagers__list-inner {
  margin: 0;
  padding: 16px 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.wagers__list:not(.rush-wagers__list) .wager__head-p {
  color: #ffffff;
  font-family: AdjaraBold, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}

.wagers__list:not(.rush-wagers__list) .sportWagerheader__title,
.wagers__list:not(.rush-wagers__list) .wager__headBox-two-title {
  color: #ffffff;
  font-family: AdjaraBold, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.wagers__list:not(.rush-wagers__list) .sport-wager__line,
.wagers__list:not(.rush-wagers__list) .wager__line {
  background: #15201f;
  border-color: #7dc4b0;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wagers__list:not(.rush-wagers__list) .sport-wager__line-fill,
.wagers__list:not(.rush-wagers__list) .wager__line-fill {
  background: linear-gradient(90deg, #58b89b 0%, #9ddbc9 100%);
}

.wagers__list:not(.rush-wagers__list) .sport-wager__line-value,
.wagers__list:not(.rush-wagers__list) .wager__line-value {
  color: #061512;
  font-size: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #bde8d8 100%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.55));
}

.wagers__list:not(.rush-wagers__list) .swiper-slide,
.wagers__list:not(.rush-wagers__list) .sport-wager__txt,
.wagers__list:not(.rush-wagers__list) .sport-wager__txt2,
.wagers__list:not(.rush-wagers__list) .wager__txt,
.wagers__list:not(.rush-wagers__list) .wager__txt2,
.wagers__list:not(.rush-wagers__list) .wager__txtNew {
  color: #ffffff;
  font-family: AdjaraBold, Arial, sans-serif;
}

.wagers__list:not(.rush-wagers__list) .wager-line {
  width: 95%;
  height: 1px;
  margin: 10px auto 18px;
  background: rgba(255, 255, 255, 0.28);
}

.wagers__list:not(.rush-wagers__list) .total__spin {
  background: #1c2021;
  border-radius: 4px;
}

.wagers__list:not(.rush-wagers__list) .total__spin span {
  color: #ffffff;
  font-family: AdjaraBold, Arial, sans-serif;
}

.wagers__list:not(.rush-wagers__list) .wager__refresh-btn,
.wagers__list:not(.rush-wagers__list) .wager__info {
  border-radius: 100%;
  background-color: rgba(78, 85, 87, 0.95);
}

.wagers__list:not(.rush-wagers__list) .wager__footer-txt {
  color: rgba(255, 255, 255, 0.72);
}

.wagers__list:not(.rush-wagers__list) .swiper-button-next:after,
.wagers__list:not(.rush-wagers__list) .swiper-button-prev::after {
  filter: hue-rotate(118deg) saturate(0.85) brightness(1.25);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagers__list:not(.rush-wagers__list) {
    padding: 0;
    border-radius: 2.133vw;
    background:
      radial-gradient(circle at 22% 78%, rgba(102, 207, 173, 0.72), transparent 31%),
      linear-gradient(152deg, rgba(1, 76, 61, 0.96) 0%, rgba(0, 55, 45, 0.96) 36%, rgba(0, 17, 15, 0.98) 100%);
  }

  .wagers__list:not(.rush-wagers__list) .wagers__list-inner {
    margin: 0;
    padding: 4.267vw 2.4vw 2.667vw;
    border-radius: 2.133vw;
  }

  .wagers__list:not(.rush-wagers__list) .wager__head-p {
    font-size: 5.333vw;
    line-height: 1.1;
    -webkit-text-stroke-width: 0;
  }

  .wagers__list:not(.rush-wagers__list) .sportWagerheader__title,
  .wagers__list:not(.rush-wagers__list) .wager__headBox-two-title {
    font-size: 5.2vw;
    -webkit-text-stroke-width: 0;
  }
}
