
.jp_bl_values .jp_bl_counter.jp_bl_numbers .jp_bl_currency {
  display: none;
}

.egtDigitalJackpot--bellLink > div {
  background: url('../../assets/desk1/bellLinkBG.png') no-repeat;
  background-size: cover;
}

.egtDigitalJackpot--cloverChance > div {
  background: url('../../assets/desk1/cloverChanceBG.png') no-repeat;
  background-size: cover;
}
.egtDigitalJackpot--vipBellLink > div {
  background: url('../../assets/desk1/vipBellLinkBG.png') no-repeat;
  background-size: cover;
}
.egtDigitalJackpot--highCash > div {
  background: url('../../assets/desk1/highCashBG.png') no-repeat;
   background-size: cover;
}

.mobile .egtDigitalJackpot--vipBellLink > div {
  background: url('../../assets/mob/vipBellLinkBG.png') no-repeat;
  background-size: cover;
}

.mobile .egtDigitalJackpot--bellLink > div {
  background: url('../../assets/mob/bellLinkBG.png') no-repeat;
  background-size: cover;
}

.mobile .egtDigitalJackpot--cloverChance > div {
  background: url('../../assets/mob/cloverChanceBG.png') no-repeat;
  background-size: cover;
}

.mobile .egtDigitalJackpot--highCash > div {
  background: url('../../assets/mob/highCashBG.png') no-repeat;
   background-size: cover;
}
.jp_std_values .jp_std_icon.jp_std_icon_clover_chance, .jp_std_values .jp_std_icon.jp_std_icon_bell_link, .jp_std_values .jp_std_icon.jp_std_icon_high_cash {
  display: none;
} 

.egtDigitalJackpots {
  display: flex; 
  gap: 20px;
}

.egtDigitalJackpots .jp_std_values {
  font-size: 8px;
}
.desktop #highCash .jp_std_values {
   margin-top: 136px;
}
.egtDigitalJackpots .jp_bl_values {
  font-size: 13px;
  row-gap: 7px;
  padding-bottom: 22px;
}
.egtDigitalJackpots #bellLink .jp_bl_values {
    font-size: 13px;
    row-gap: 15px;
    padding-bottom: 0px;
}
.mobile .egtDigitalJackpot {
  width: 100%;
  min-width: 360px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.desktop .egtDigitalJackpot > div {
  display: flex;
  justify-content: center;
  width: 435px;
  height: 375px;
  border-radius: 6px;
  pointer-events: none;
  align-items: center;
}
.egtDigitalJackpot > h5 {
  font-family: 'CrystalBetUni-Bold';
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0px 0px 18px;
}
 
#bellLink .jp_bl_values .jp_bl_container_level1{
  margin-top: 24px;
}

#cloverChance .jp_std_values {
  margin-top: 93px;
}
.desktop #cloverChance .jp_std_values {
  margin-top: 144px;
}
.desktop #vipBellLink .jp_bl_panel {
  margin-top: 180px;
}
.desktop #vipBellLink .jp_bl_panel .jp_bl_values{
 row-gap: 20px;
}
.desktop #bellLink .jp_bl_values {
  margin-top: 126px;
}
#cloverChance .jp_std_icon {
  width: 103px;
  margin-bottom: 2px;
}
.desktop #cloverChance .jp_std_values .std_level1_placeholder {
  width: 190px;
}
#cloverChance .jp_std_values .std_level1_placeholder {
  width: 161px;
}
#cloverChance .jp_std_values .std_level2_placeholder {
  width: 161px;
}
.desktop #cloverChance .jp_std_inside .std_level2_placeholder  {
  width: 190px;
}
.jp_std_values .jp_std_level3,
.jp_std_values .jp_std_level4 {
  font-size: 2.7em;
}
#progressive {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 455px;
  height: 300px;
  pointer-events: auto;

}
#progressive .owl-carousel {
  width: 281px;
  height: 240px;
}
#progressive .owl-carousel .progressiveJackpot{
  width: 136px;
  height: 240px;
  border-radius: 10px;
  padding-top: 169px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#progressive .owl-carousel .progressiveJackpot > span {
  font-family: 'CrystalBetUni-Bold';
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-align: center;
  display: block;
}

#progressive .owl-carousel .progressiveJackpot--20superHot{
  background-image: url('../../assets/desktop/20superhot.png');
}
#progressive .owl-carousel .progressiveJackpot--40superHot{
  background-image: url('../../assets/desktop/40superhot.png');
}
#progressive .owl-carousel .progressiveJackpot--versallesGold{
  background-image: url('../../assets/desktop/versallesgold.png');
}
#progressive .owl-carousel .progressiveJackpot--riseOfRa{
  background-image: url('../../assets/desktop/riseofra.png');
}
#progressive .owl-carousel .progressiveJackpot--burningHot{
  background-image: url('../../assets/desktop/burninghot.png');
}



#progressive .owl-carousel .owl-prev,
#progressive .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2.5px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
} 
#progressive .owl-carousel .owl-prev {
  left: -68px;
}
#progressive .owl-carousel .owl-prev span {
  display: block;
  font-family: 'cb-icons';
  font-size: 8px;
  color: #fff;
  transform: rotate(90deg);
  margin-right: 2px;
}
#progressive .owl-carousel .owl-next {
  right: -66px;
}
#progressive .owl-carousel .owl-next span {
  display: block;
  font-family: 'cb-icons';
  font-size: 8px;
  color: #fff;
  transform: rotate(270deg);
  margin-left: 2px;
}
/* #progressive .owl-carousel .owl-next span:before {
  content: '\e823';
  position: absolute;
  font-family: 'cb-icons';
  font-size: 6px;
  color: #fff;
  transform: rotate(90deg);
  left: 8px;
  top: 11px;
} */
 


/* Mobile */
 

.mobile .egtDigitalJackpot > h5 {
  font-size: 14px;
  margin: 0px 0px 8px;
}
.mobile .egtDigitalJackpot > div {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 240px;
  border-radius: 0px;
}
.mobile .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot {
    width: 100%;
    min-width: 360px;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.mobile .egtDigitalJackpot > div .jp_std_icon.jp_std_icon_vip_bell_link, #vipBellLink .jpw_egtd_card_logo_container{
  display: none;
}
.mobile.egtDigitalJackpots .jp_std_values {
  font-size: 6px;
}
.egtDigitalJackpot--bellLink .jp_std_values .std_level1_placeholder{
  width: 161px;
}
.egtDigitalJackpot--bellLink .jp_std_values .std_level2_placeholder{
  width: 161px;
}

.jpw_egtd_bell_link_card_container .jpw_egtd_card_logo_container,
.jpw_egtd_high_cash_card_container .jpw_egtd_card_logo_container,
.jpw_egtd_clover_chance_card_container .jpw_egtd_card_logo_container {
  display: none;
}
.mobile .jpw_egtd_bell_link_card_container .jp_std_level3,
.mobile .jpw_egtd_bell_link_card_container .jp_std_level4 {
  font-size: 2.7em;
}
 
.mobile .egtDigitalJackpot--highCash .jp_std_values > div{
 margin-top: -2px;
}
.mobile.egtDigitalJackpots .egtDigitalJackpot--highCash .jp_std_low_level_container{
  margin-top:1px !important;
}
.mobile #highCash .jp_std_values .jp_std_icon.jp_std_icon_high_cash {
  width: 96px;
  margin-top: -10px;
  margin-bottom: 1px;
}
.mobile .jpw_egtd_high_cash_card_container .jp_std_level3,
.mobile .jpw_egtd_high_cash_card_container .jp_std_level4 {
  font-size: 2.7em;
}
 
.mobile #cloverChance .jp_std_icon {
  width: 59px;
}
.mobile .jp_std_values{
  width: 310px;
  max-width: 310px;
  margin-top: 97px;
}
.mobile #vipBellLink .jp_std_values {
      width: 100%;
    max-width: 100%;
    margin-top: 127px;
    padding-left: 24px;
    box-sizing: border-box;
}
.mobile #cloverChance .jp_std_values .jp_std_inside{
  min-width: 150px;
}
.mobile #cloverChance .jp_std_values .jp_std_low_level_container {
  width: 310px;
}
.mobile .jpw_egtd_clover_chance_card_container .jp_std_level3,
.mobile .jpw_egtd_clover_chance_card_container .jp_std_level4 {
  font-size: 2.7em;
}
.mobile #progressive{
  width: 280px;
  height: 190px;
}
.mobile #progressive .owl-carousel {
  width: 184px;
  height: 158px;
}
.mobile #progressive .owl-carousel .progressiveJackpot {
  width: 87px;
  height: 158px;
  padding-top: 116.5px;
}
.mobile #progressive .owl-carousel .progressiveJackpot > span {
  font-size: 11px;
}

.mobile #progressive .owl-carousel .owl-prev {
  width: 34px;
  height: 34px;
  left: -39px;
  top: calc(50% - 16px);
}
.mobile #progressive .owl-carousel .owl-next {
  width: 34px;
  height: 34px;
  right: -40px;
  top: calc(50% - 16px);
}

.mobile #progressive .owl-carousel .progressiveJackpot--20superHot{
  background-image: url('../../assets/mobile/20superhot.png');
}
.mobile #progressive .owl-carousel .progressiveJackpot--40superHot{
  background-image: url('../../assets/mobile/40superhot.png');
}
.mobile #progressive .owl-carousel .progressiveJackpot--versallesGold{
  background-image: url('../../assets/mobile/versallesgold.png');
}
.mobile #progressive .owl-carousel .progressiveJackpot--riseOfRa{
  background-image: url('../../assets/mobile/riseofra.png');
}
.mobile #progressive .owl-carousel .progressiveJackpot--burningHot{
  background-image: url('../../assets/mobile/burninghot.png');
}

@media (min-width:200px) and (max-width:400px) {
   .egtDigitalJackpot {
      width: 100%;
      min-width: 210px;
      max-width: 210px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  } 
  .desktop .egtDigitalJackpot > div {
    display: flex;
    justify-content: center;
    width: 210px;
    height: 375px;
    border-radius: 6px;
    pointer-events: none;
    align-items: center;
  }
  .desktop .egtDigitalJackpot--cloverChance > div {
    background: url(../../assets/desk2/cloverChanceBG.png) no-repeat;
    background-size: cover;
  }
  .desktop .egtDigitalJackpot--vipBellLink > div {
    background: url(../../assets/desk2/vipbelinkBG.png) no-repeat;
    background-size: cover;
  }
  .desktopcopy .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot div#bellLink {
    background-image: url(../../assets/desk2/bellLinkcopyBG.png);
    background-repeat: no-repeat;
    background-size: cover;
        display: flex;
        justify-content: center;
        width: 210px;
        height: 375px;
        border-radius: 6px;
        pointer-events: none;
        align-items: center;
  }
  .desktopcopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel {
        padding-top: 100px;
        padding-left: 55px;
  }
  .desktopcopy .egtDigitalJackpot.copyDigitalSlot div#bellLink .jp_bl_values {
    width: 210px;
    min-width: 210px;
    display: grid;
    grid-template-columns: repeat(1, 150px);
    gap: 15px;
  }  
  .desktop .jp_std_values {
      max-width: 210px;
      width: 100%;
      display: flex;
      gap: 10px;
      row-gap: 5px;
      font-size: 12px;
      flex-direction: column;
    }
    .desktop #cloverChance .jp_std_values {
        margin-top: 144px;
        transform: scale(0.95);
    }
    .desktop #vipBellLink .jp_bl_values {
        margin-top: 0px;
        background: none !important;
        transform: scale(0.8);
    }
    .desktop .jp_std_low_level_container {
         flex-direction: column;
    }
    .desktop .jp_std_inside {
      width: 100%;
      min-width: 190px;
      display: flex;
      justify-content: center;
    }
    .desktop #cloverChance .jp_std_values .std_level1_placeholder {
      width: 160px;
    }
    .desktop #cloverChance .jp_std_inside .std_level2_placeholder {
      width: 160px;
    }
    .desktop .jp_std_values .std_level3_placeholder, .desktop .jp_std_values .std_level4_placeholder {
      width: 160px;
    }
    .desktop .jp_std_values .jp_std_level1 {
        font-size: 1.59em;
    }
    .desktop .jp_std_values .jp_std_level2 {
       font-size: 1.5em;
    }
    .desktop .jp_std_values .jp_std_level3, .desktop .jp_std_values .jp_std_level4 {
      font-size: 1.6em;
    }
    .desktop .jp_bl_panel {
      width: 210px;
      min-width: 210px;
    }
    .desktop #bellLink .jp_bl_values {
      margin-top: 100px;
      background: none !important;
      transform: scale(0.95);
    }
    .desktop #vipBellLink .jp_bl_panel {
        margin-top: 125px;
    }
    .desktop .egtDigitalJackpot--bellLink > div {
      background: url(../../assets/desk2/bellLinkBG.png) no-repeat;
      background-size: cover;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level1 {
      margin-top: 0px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level1 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level2 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level3 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level4 img {
      width: 160px;
    }
    .desktop .jp_bl_values {
      width: 210px;
      text-align: right;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 10px;
      -webkit-user-select: none;
      user-select: none;
      font-size: 16px;
      grid-template-columns:initial;
      gap: 10px;
      background: transparent !important;
    }
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level1 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level2 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level3 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level4 {
      font-size: 1.5em;
      font-size: 20px;
    } 

    .desktop .egtDigitalJackpot--highCash > div {
      background: url(../../assets/desk2/highCashBG.png) no-repeat;
      background-size: cover;
    }
    .desktop  #highCash .jp_std_values .std_level1_placeholder {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level2_placeholder {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level3_placeholder  {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level4_placeholder {
       width: 147px;
    }
   .desktop #highCash .jp_std_low_level_container {
     row-gap: 0px;
   }
   .desktop #highCash .jp_std_values {
      margin-top: 162px;
      transform: scale(1.1);
    }
} 

@media (min-width:180px) and (max-width:199px) {
   .egtDigitalJackpot {
      width: 100%;
      min-width: 190px;
      max-width: 190px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  } 
  .desktop .egtDigitalJackpot > div {
    display: flex;
    justify-content: center;
    width: 190px;
    height: 340px;
    border-radius: 6px;
    pointer-events: none;
    align-items: center;
  }
  .desktop .egtDigitalJackpot--cloverChance > div {
    background: url(../../assets/desk2/cloverChanceBG.png) no-repeat;
    background-size: cover;
  }
  .desktop .jp_std_values {
      max-width: 210px;
      width: 100%;
      display: flex;
      gap: 10px;
      row-gap: 5px;
      font-size: 12px;
      flex-direction: column;
    }
    .desktop #cloverChance .jp_std_values {
        margin-top: 118px;
        transform: scale(0.85);
    }
    .desktop .jp_std_low_level_container {
         flex-direction: column;
    }
    .desktop .jp_std_inside {
      width: 100%;
      min-width: 190px;
      display: flex;
      justify-content: center;
    }
    .desktop #cloverChance .jp_std_values .std_level1_placeholder {
      width: 160px;
    }
    .desktop #cloverChance .jp_std_inside .std_level2_placeholder {
      width: 160px;
    }
    .desktop .jp_std_values .std_level3_placeholder, .desktop .jp_std_values .std_level4_placeholder {
      width: 160px;
    }
    .desktop .jp_std_values .jp_std_level1 {
        font-size: 1.59em;
    }
    .desktop .jp_std_values .jp_std_level2 {
       font-size: 1.6em;
    }
    .desktop .jp_std_values .jp_std_level3, .desktop .jp_std_values .jp_std_level4 {
      font-size: 1.6em;
    }
    .desktop .jp_bl_panel {
      width: 210px;
      min-width: 210px;
    }
    .desktop #bellLink .jp_bl_values {
        margin-top: 115px;
        background: none !important;
        transform: scale(0.8);
    }
    .desktop #vipBellLink .jp_bl_values {
        margin-top: -10px;
        background: none !important;
        transform: scale(0.7);
    }
    .desktop #vipBellLink .jp_bl_panel {
      margin-top: 120px;
    }
    .desktop .egtDigitalJackpot--bellLink > div {
      background: url(../../assets/desk2/bellLinkBG.png) no-repeat;
      background-size: cover;
    }
    .desktop .egtDigitalJackpot--vipBellLink > div {
      background: url(../../assets/desk2/vipbelinkBG.png) no-repeat;
      background-size: cover;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level1 {
      margin-top: 0px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level1 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level2 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level3 img {
      width: 160px;
    }
    .desktop #bellLink .jp_bl_values .jp_bl_container_level4 img {
      width: 160px;
    }
    .desktop .jp_bl_values {
      width: 210px;
      text-align: right;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 10px;
      -webkit-user-select: none;
      user-select: none;
      font-size: 16px;
      grid-template-columns:initial;
      gap: 10px;
      background: transparent !important;
    }
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level1 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level2 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level3 {
      font-size: 1.6em;
      font-size: 20px;
    } 
    .desktop .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level4 {
      font-size: 1.5em;
      font-size: 20px;
    } 

    .desktop .egtDigitalJackpot--highCash > div {
      background: url(../../assets/desk2/highCashBG.png) no-repeat;
      background-size: cover;
    }
    .desktop  #highCash .jp_std_values .std_level1_placeholder {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level2_placeholder {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level3_placeholder  {
       width: 147px;
    }
    .desktop #highCash .jp_std_values .std_level4_placeholder {
       width: 147px;
    }
   .desktop #highCash .jp_std_low_level_container {
     row-gap: 0px;
   }
   .desktop #highCash .jp_std_values {
      margin-top: 136px;
      transform:scale(1.1);
    }
  .desktopcopy .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot div#bellLink {
    background-image: url(../../assets/desk3/bellLinkcopyBG.png);
    background-repeat: no-repeat;
    background-size: cover;
        display: flex;
        justify-content: center;
        width: 190px;
        height: 340px;
        border-radius: 6px;
        pointer-events: none;
        align-items: center;
  }
  .desktopcopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel {
        padding-top: 100px;
        padding-left: 55px;
  }
  .desktopcopy .egtDigitalJackpot.copyDigitalSlot div#bellLink .jp_bl_values {
    width: 190px;
    min-width: 190px;
    display: grid;
    grid-template-columns: repeat(1, 130px);
    gap: 10px;
  }  
} 

  .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 300px;
    margin-left: 10px;
  }
  .desktopcopy .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot {
    width: unset;
    min-width: unset;
    max-width: unset;
    height: unset;
    margin-left: unset;
  }
  .egtDigitalJackpot--bellLink.copyDigitalSlot > div {
      background: none;
    }
    .mobile .egtDigitalJackpot--bellLink.copyDigitalSlot > div {
      background-image: url("/Content/Images/Slots/EGTDigital/assetsJackpotMob/bellLinkCopyBG.png");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 0;
      height: 240px;
    }
    .egtDigitalJackpot.copyDigitalSlot > div {
      display: flex;
      justify-content: center;
      width: 280px;
      height: 300px;
      border-radius: 20px;
      margin: 0 0 0px 0;
      pointer-events: none;
    }
    .desktopcopy .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot #bellLink {
      display: flex;
      justify-content: center;
      width: 435px;
      height: 375px;
      border-radius: 6px;
      pointer-events: none;
      align-items: center;
      background-image: url(/Content/Images/Slots/EGTDigital/assetsJackpotdeskCopy/bellLinkcopyBG.png);
    }
    .desktopcopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values {
        background: none !important;
    }
.egtDigitalJackpot.copyDigitalSlot .jp_bl_panel {
    width: 100%;
    min-width: auto;
}

.egtDigitalJackpots:not(.desktopcopy) .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level1 {
    width: 81.1%;
    margin-top: 169px;
    margin-right: 28px;
    line-height: inherit;
    position: relative;
}

.egtDigitalJackpots:not(.desktopcopy) .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level2 {
    width: 80.2%;
    margin-top: 0;
    margin-right: 49px;
    line-height: inherit;
    position: relative;
}

.egtDigitalJackpots:not(.desktopcopy) .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level3 {
    width: 44%;
    margin-top: 0;
    margin-right: 139px;
    line-height: inherit;
    position: relative;
}

.egtDigitalJackpots:not(.desktopcopy) .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level4 {
    width: 40%;
    margin-right: 20px;
    margin-top: -32px;
    line-height: inherit;
    position: relative;
}
.egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values {
    width: 280px;
    margin:0;
    display: block;
    transform: scale(1);
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
    -webkit-user-select: none;
    user-select: none;
    font-size: 16px;
    font-size: 13px;
    row-gap: 5px;
    padding-bottom: 22px;
}
.desktopcopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values {
    width: 390px;
    min-width: 390px;
    display: grid;
    grid-template-columns: repeat(2, 180px);
    gap: 15px;
}
.egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_container_level1 img {
    width: 230px;
}
.egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_container_level2 img {
    width: 188px;
}
.egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_container_level2 img {
     
}
.desktopcopy .egtDigitalJackpot.copyDigitalSlot .jp_bl_panel {
  padding-top: 120px;
}

@media (min-width: 200px) and (max-width: 400px) {
    .desktop .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level1 {
        font-size: 2.1em;
    }
    .desktop .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level2 {
        font-size: 1.9em;
    }   
    .desktop .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level3 {
        font-size: 1.5em;
    } 
     .desktop .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level4 {
        font-size: 3em;
    }  
    .mobile .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level1 {
        font-size: 2.1em;
    }
    .mobile .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level2 {
        font-size: 1.9em;
    }   
    .mobile .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level3 {
        font-size: 1.5em;
    } 
    .mobile .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level4 {
        font-size: 3em;
    }           
}

.mobile .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values {
  background:none !important;
}
.mobilecopy .jp_bl_values {
  background:none !important;
}
.mobilecopy .egtDigitalJackpot.egtDigitalJackpot--bellLink.copyDigitalSlot {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    height: 214px;
    margin-left: 0px;
}
.mobilecopy .egtDigitalJackpot.copyDigitalSlot > div {
    width: 220px;
    height: 214px;
}
.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values {
   width: 220px;
}

.egtDigitalJackpots.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level1 {
  margin-top: 93px;
  margin-right: 20px;
}
.egtDigitalJackpots.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level2 {
  margin-right: 33px;
}
.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_values .jp_bl_container_level2 img {
    width: 152px;
}

.egtDigitalJackpots.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level3 {
    width: 42%;
    margin-top: 0;
    margin-right: 106px;
    line-height: inherit;
    position: relative;
}
.egtDigitalJackpots.mobilecopy .egtDigitalJackpot.copyDigitalSlot #bellLink .jp_bl_panel .jp_bl_values .jp_bl_container_level4 {
    width: 37%;
    margin-right: 14px;
    margin-top: -25px;
    line-height: inherit;
    position: relative;
}
.mobilecopy .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level1,.mobilecopy .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level2 {
    font-size: 1.6em;
}
 
.mobilecopy .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level3,.mobilecopy .jp_bl_values .jp_bl_counter.jp_bl_numbers.jp_bl_level4 {
    font-size: 1.2em;
}
.mobilecopy .jp_bl_values .jp_inside.jp_bl_container_level3 div.resizable {
    transform: scale(1) !important;
    display: block !important;
    right: unset !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.mobilecopy .jp_bl_values .jp_inside.jp_bl_container_level4 div.resizable {
    transform: scale(1) !important;
    display: block !important;
    right: unset !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    padding-left: 10px;
  }