@charset "UTF-8"; 
/*jackpot rotator*/
.rotate-container label {
    position: relative;
    width: max-content;
    display: inline-flex;
    float: right;
}
.rotate-container label:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background: #220200;
}
.rotate-container label:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.rotate {
    font-family: 'CrystalBetUni-Bold';
    width: max-content;
    float: right;
    margin: 0px 6px 0 0;
    color: #fff;
    font-size: 30px !important;
    height: 48px !important;
    line-height: 48px !important;
  }
  .rotate:after {
      content: ' ₾';
      margin-left: 6px;
  }
  .rotate .digit {
    width: 28px;
    
  }
  .rotate .separator {
      width: 17px;
  }
  .rotate span {
      position: relative;
  }
  .rotate span:after {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      right: -1px;
      top: 0;
      background: #220200;
  }
  .rotate span:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
}
  .rotate-container {
    width: 440px;
    height: 52px;
    background: rgba(0, 0, 0, 0.5);
    
    box-sizing: border-box;
    border-radius: 6px; 
    margin: 0 auto 12px auto;
    padding-left: 60px;
    position: relative;
  }
  .rotate-container.jacpotwin {
    -webkit-animation: jacpotwin 0.9s infinite;
    -moz-animation: jacpotwin 0.9s infinite;
    -o-animation: jacpotwin 0.9s infinite;
    animation: jacpotwin 0.9s infinite;
  }
  @-webkit-keyframes jacpotwin {
    0% {
      background: rgba(0, 0, 0, 0.2);
    }
    50% {
      background: rgba(0, 0, 0, 0.7);
    }
    100% {
      background: rgba(100, 68, 68, 0.2);
    }
}

@keyframes jacpotwin {
    0% {
      background: rgba(0, 0, 0, 0.2);
    }
    50% {
      background: rgba(0, 0, 0, 0.7);
    }
    100% {
      background: rgba(0, 0, 0, 0.2);
    }
}

  .rotate-container:after {
    content: '';
    
    background-size: 33px 34px !important;
    width: 33px;
    height: 34px;
    position: absolute;
    left: 12px;
    top: calc(50% - 34px/2);
  }

  .rotate-container.gold {
    border: 2px solid #FDE053;
  }
  .rotate-container.gold:after {
    background: url(gold.svg) center no-repeat;
  }
  .rotate-container.silver {
    border: 2px solid #DFE7EA;
  }
  .rotate-container.silver:after {
    background: url(silver.svg) center no-repeat;
  }
  .rotate-container.bronze {
    border: 2px solid #F47D4A;
  }
  .rotate-container.bronze:after {
    background: url(bronze.svg) center no-repeat;
  }
  
  .rotate-container font {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-family: 'CrystalBetUni-Regular';
  }
.ka .rotate-container.gold font:after {
    content: 'ოქრო';
}
.en .rotate-container.gold font:after {
    content: 'Gold';
} 
.ru .rotate-container.gold font:after {
    content: 'Золото';
}

.ka .rotate-container.silver font:after {
    content: 'ვერცხლი';
}
.en .rotate-container.silver font:after {
    content: 'Silver';
}
.ru .rotate-container.silver font:after {
    content: 'Серебро';
}

.ka .rotate-container.bronze font:after {
    content: 'ბრინჯაო';
}
.en .rotate-container.bronze font:after {
    content: 'Bronze';
}
.ru .rotate-container.bronze font:after {
    content: 'Бронза';
}

  .rotate-main-container {
    width: 520px;
    height: 240px;
    margin: 50px auto;
    background: url(rotatorbg.jpg);
    border-radius: 11px;
    box-sizing: border-box;
    padding-top: 30px;
  }
  /*end jackpot rotator*/

.rotate-main-container-popup {
    width: max-content;
    text-align: center;
    margin-top: 23px;
    box-sizing: border-box;
    padding-left: 15px;
    display: -webkit-flex;
    display: flex;
    margin: 23px auto 0 auto;
}
.rotate-container.goldPopup {
  order: 3;
}
.rotate-container.silverPopup {
  order: 2;
}
.rotate-container.bronzePopup {
  order: 1;
}

.SlotsJackpotWheel-popup-content .rotate-container {
    height: 36px;
    width: max-content;
    padding-left: 30px;
    display: inline-block;
    margin: 0 18px;
}
.SlotsJackpotWheel-popup-content .cb-cards-container {
    margin: 0px auto 0 auto;
    position: absolute;
    left: calc(50% - 354px/2);
    bottom: 50px;
}



.SlotsJackpotWheel-popup-content .rotate-container:after {
    content: '';
    
    background-size: 41px 42px !important;
    width: 41px;
    height: 42px;
    position: absolute;
    left: -18px;
    top: calc(50% - 42px/2);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

#main .SlotsJackpotWheel-popup-content .rotate-container:after {
    content: '';
    background-size: 23px 24px !important;
    width: 23px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: calc(50% - 24px/2);
}
#main .SlotsJackpotWheel-popup-content .rotate-container font:after {
  display: block !important;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
}
#main .SlotsJackpotWheel-popup-content .rotate-container font {
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  text-align: left;
}

#main.ka .rotate-container.goldPopup font:after {
  content: 'ოქრო';
}
#main.en .rotate-container.goldPopup font:after {
  content: 'Gold';
} 
#main.ru .rotate-container.goldPopup font:after {
  content: 'Золото';
}

#main.ka .rotate-container.silverPopup font:after {
  content: 'ვერცხლი';
}
#main.en .rotate-container.silverPopup font:after {
  content: 'Silver';
}
#main.ru .rotate-container.silverPopup font:after {
  content: 'Серебро';
}

#main.ka .rotate-container.bronzePopup font:after {
  content: 'ბრინჯაო';
}
#main.en .rotate-container.bronzePopup font:after {
  content: 'Bronze';
}
#main.ru .rotate-container.bronzePopup font:after {
  content: 'Бронза';
}



  .SlotsJackpotWheel-popup-content   .rotate-container.goldPopup {
    border: 2px solid #FDE053;
  }
  .SlotsJackpotWheel-popup-content .rotate-container.goldPopup:after {
    background: url(gold.svg) center no-repeat;
  }
  .SlotsJackpotWheel-popup-content .rotate-container.silverPopup {
    border: 2px solid #DFE7EA;
  }
  .SlotsJackpotWheel-popup-content .rotate-container.silverPopup:after {
    background: url(silver.svg) center no-repeat;
  }
  .SlotsJackpotWheel-popup-content .rotate-container.bronzePopup {
    border: 2px solid #F47D4A;
  }
  .SlotsJackpotWheel-popup-content .rotate-container.bronzePopup:after {
    background: url(bronze.svg) center no-repeat;
  }

.SlotsJackpotWheel-popup-content .rotate {
    font-family: 'CrystalBetUni-Bold';
    width: max-content;
    float: right;
    margin: 0px 6px 0 0;
    color: #fff;
    font-size: 24px !important;
    height: 32px !important;
    line-height: 32px !important;
}
.SlotsJackpotWheel-popup-content .rotate .digit {
    width: 19px;
  }

.SlotsJackpotWheel-popup-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.SlotsJackpotWheel-popup-content {
    position: fixed;
    background: url('win.jpg');
    width: 769px;
    height: 639px;
    left: calc(50% - 769px/2);
    top:  calc(50% - 639px/2);
    border-radius: 25px;
    z-index: 99999;
    box-sizing: border-box;
}

.SlotsJackpotWheel-popup-footer {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255,255,255,0.8);
    font-family: 'CrystalNU4-Regular';
    margin-top: 13px;
    position: absolute;
    bottom: 23px;
}
.SlotsJackpotWheel-popup-header {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'CrystalBetUni-Bold';
    margin-top: 30px;
}
.SlotsJackpotWheel-popup-header span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'CrystalNU4-Regular';
    margin-top: 5px;
}

.SlotsJackpotWheel-popup-header div {
    margin-top: 12px;
}
.SlotsJackpotWheel-popup-header div label {
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    min-width: 39px;
    text-align: right;
    margin-right: 2px;
}
.SlotsJackpotWheel-popup-header div font {
    font-family: 'CrystalBetUni-Regular';
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.SlotsJackpotWheel-Win {
    display: none;
}
.win .SlotsJackpotWheelNotwin {
    display: none !important;
}
.win .SlotsJackpotWheel-Win {
    display: block;
}
.win-auto-not {
  display: none;
}
.win-auto-not.manual-win {
  display: block;
}
.SlotsJackpotWheel-popup-content.win.auto-win .win-auto-not.manual-win {
  display: none;
}
.SlotsJackpotWheel-popup-content.win.auto-win .win-auto-not.auto-win {
  display: block;
}

.SlotsJackpotWheel-popup-content.win:after {
    content: '';
    
    background-size: 33px 34px !important;
    width: 33px;
    height: 34px;
    position: absolute;
    top: 30px;
    left: calc(50% - 33px/2);
    filter: drop-shadow(0px 0px 20px rgba(69, 40, 0, 0.4));    
}
.SlotsJackpotWheel-popup-content.win.gold:after {
    background: url(gold.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.win.silver:after {
    background: url(silver.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.win.bronze:after {
    background: url(bronze.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-header-win {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-family: 'CrystalBetUni-Bold';
    color: #fff;
    margin-top: 74px;
}
.SlotsJackpotWheel-popup-header-win div {
    width: max-content;
    margin: 13px auto 0 auto;
    padding: 0 22px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.4);
    columns: #fff;
    font-size: 40px;
}

.SlotsJackpotWheel-popup-header-win-caption {
    display: none;
}
.SlotsJackpotWheel-popup-content.gold .SlotsJackpotWheel-popup-header-win-caption.gold-caption {
    display: block;
    padding: 0 50px;
}

.SlotsJackpotWheel-popup-content.silver .SlotsJackpotWheel-popup-header-win-caption.silver-caption {
    display: block;
    padding: 0 50px;
}

.SlotsJackpotWheel-popup-content.bronze .SlotsJackpotWheel-popup-header-win-caption.bronze-caption {
    display: block;
    padding: 0 50px;
}
#main .SlotsJackpotWheel-popup-content.gold .SlotsJackpotWheel-popup-header-win-caption.bronze-gold {
  display: block;
  padding: 0 13px;
}
#main .SlotsJackpotWheel-popup-content.silver .SlotsJackpotWheel-popup-header-win-caption.silver-caption {
  display: block;
  padding: 0 13px;
}
#main .SlotsJackpotWheel-popup-content.bronze .SlotsJackpotWheel-popup-header-win-caption.bronze-caption {
  display: block;
  padding: 0 13px;
}
#main .SlotsJackpotWheel-popup-content.auto-win .SlotsJackpotWheel-popup-header-win div {
  margin: 10px auto 0 auto;
}

.SlotsJackpotWheel-popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.SlotsJackpotWheel-popup-close:hover:after {
  opacity: 0.7;
}
.SlotsJackpotWheel-popup-close:after {
    content: '\e818';
    font-family: "cb-icons";
    font-size: 13px;
    color: #fff;
}

/*card*/

.cb-cards-container {
  width: 354px;
  margin: 33px auto 0 auto;
  text-align: center;
}

.big-mode .cb-cards-container.first .cb-card {
  width: 109px;
  height: 150px;
  background-size: 109px 150px !important;
}

.cb-card {
  /*
  background: url(cards/image.png);
  background-position: -10px -10px;
  */
  width: 80px;
  height: 110px;
  display: inline-block;
  border-radius: 10px;
  margin: 3px;
  position: relative;
  box-sizing: border-box;
  
  background-size: 80px 110px !important;
}

.Jackpot-cb-cards.passive .cb-card,
.Jackpot-cb-cards.disabled.active .cb-card {
  background: url(cards/c-passive.svg);
}
.Jackpot-cb-cards.active .cb-card {
  background: url(cards/c-active.svg);
  cursor: pointer;
}
.SlotsJackpotWheel-popup-content .Jackpot-cb-cards.disabled .cb-cards-container:after {
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}


.Jackpot-cb-cards.active .cb-card.gold:after,
.Jackpot-cb-cards.active .cb-card.silver:after,
.Jackpot-cb-cards.active .cb-card.bronze:after {
  
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 11px;
  text-align: center;
  top: 88px;
  left: 0;
  color: #4F4F4F;
  font-family: 'CrystalNU4-Bold';
}

.Jackpot-cb-cards.active .cb-card.gold {
  background: url(cards/c-gold.svg);
}
.ka .Jackpot-cb-cards.active .cb-card.gold:after {
  content: 'ოქრო';
}
.en .Jackpot-cb-cards.active .cb-card.gold:after {
  content: 'Gold';
}
.ru .Jackpot-cb-cards.active .cb-card.gold:after {
  content: 'Золото';
}

.Jackpot-cb-cards.active .cb-card.silver {
  background: url(cards/c-silver.svg);
}
.ka .Jackpot-cb-cards.active .cb-card.silver:after {
  content: 'ვერცხლი';
}
.en .Jackpot-cb-cards.active .cb-card.silver:after {
  content: 'Silver';
}
.ru .Jackpot-cb-cards.active .cb-card.silver:after {
  content: 'Серебро';
}

.Jackpot-cb-cards.active .cb-card.bronze {
  background: url(cards/c-bronze.svg);
}
.ka .Jackpot-cb-cards.active .cb-card.bronze:after {
  content: 'ბრინჯაო';
}
.en .Jackpot-cb-cards.active .cb-card.bronze:after {
  content: 'Bronze';
}
.ru .Jackpot-cb-cards.active .cb-card.bronze:after {
  content: 'Бронза';
}


/*mobile jackpot*/
#main .SlotsJackpotWheel-popup-content {
  position: fixed;
  background: url(win-m.jpg) top center no-repeat;
  width: 360px;
  height: calc(var(--vh, 1vh) * 100 - 50px);
  
  overflow-y: auto;
  left: calc(50% - 360px/2);
  top: 50px;
  border-radius: 0px;
  z-index: 99999;
  box-sizing: border-box;
}
#main .SlotsJackpotWheel-popup-content-scroll {
  height: 590px;
  position: relative;
}


#main .SlotsJackpotWheel-popup-header {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'CrystalBetUni-Bold';
  margin-top: 0;
  padding: 0;
  padding-top: 12px;
  box-sizing: border-box;
}
#main .SlotsJackpotWheel-popup-header headertitle {
    padding: 0 69px;
    display: block;
}


#main .SlotsJackpotWheel-popup-header span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: 'CrystalNU4-Bold';
  margin-top: -5px;
}
#main .SlotsJackpotWheel-popup-header div {
  display: inline-block;
  margin-top: 0;
}

#main .SlotsJackpotWheel-popup-header div label {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  min-width: 17px;
  text-align: right;
  margin-right: 2px;
}
#main .SlotsJackpotWheel-popup-header div font {
  font-family: 'CrystalBetUni-Bold';
  color: rgba(255,255,255,1);
  font-size: 14px;
}

#main .SlotsJackpotWheel-popup-content .rotate-container {
  width: 290px;
  margin: 0 0px;
  margin-top: 6px;
  text-align: left;
  padding-left: 37px;
}
#main .SlotsJackpotWheel-popup-content .rotate-main-container-popup {
  padding-left: 0;
  width: 100%;
  display: block;
  margin: 1px auto 0 auto;
}

#main .SlotsJackpotWheel-popup-content .cb-card {
  width: 64px;
  height: 88px;
  display: inline-block;
  border-radius: 10px;
  margin: 3px 8px;
  position: relative;
  box-sizing: border-box;
  background-size: 64px 88px !important;
}
#main .SlotsJackpotWheel-popup-content .cb-cards-container {
  bottom: 60px;
  width: 320px;
  left: calc(50% - 320px/2);
}
#main .SlotsJackpotWheel-popup-footer {
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0 50px;
}

#main .SlotsJackpotWheel-popup-header-win {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0px;
  padding-top: 84px;
}

#main .SlotsJackpotWheel-popup-header-win div {
  font-size: 30px;
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  margin: 20px auto 0 auto;
}
#main .SlotsJackpotWheel-popup-content.win:after {
  top: 40px;
}
#main .SlotsJackpotWheel-popup-content .rotate {
  font-size: 22px !important;
}
#main .SlotsJackpotWheel-popup-content .Jackpot-cb-cards.active .cb-card.gold:after, 
#main .SlotsJackpotWheel-popup-content .Jackpot-cb-cards.active .cb-card.silver:after, 
#main .SlotsJackpotWheel-popup-content .Jackpot-cb-cards.active .cb-card.bronze:after {
  font-size: 11px;
  top: 54px;
}


/**/
.PlaySlotsJackpotWheelPopupControl.client-popup .cp-header {
  display: none;
}
.PlaySlotsJackpotWheelPopupControl.client-popup {
  background: none;
  box-shadow: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  transform: none;  
}
.PlaySlotsJackpotWheelPopupControl.client-popup:after {
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  left: 0;
  top: 0;
  position: fixed;
}

.rotate-container-winner {
  position: absolute;
  width: 300px;
  height: 278px;
  background: url(jackpotwinnerbg.png);
  left: calc(50% - 300px/2);
  top: 33px;
  z-index: 1;
  display: none;
  text-align: center;
  box-sizing: border-box;
  padding-top: 60px;
}

#body .rotate-container:hover .rotate-container-winner {
  display: block;
}
#main .rotate-container-winner.open {
  display: block;
}
.rotate-container-winner-top {
  width: 220px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 5px;
}
.rotate-container-winner-top div:nth-child(1),
.rotate-container-winner-top div:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: 'CrystalNU4-Regular';
}
.rotate-container-winner-top div:nth-child(3) {
  font-size: 30px;
  line-height: 40px;
  color: #FDE053;
  font-family: 'CrystalBetUni-Bold';
}

.rotate-container-winner-bottom {
  width: 220px;
  margin: 0 auto;
  margin-top: 20px;
}
.rotate-container-winner-bottom div:nth-child(1),
.rotate-container-winner-bottom div:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: 'CrystalNU4-Regular';
}
.rotate-container-winner-bottom div:nth-child(3) {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: 'CrystalNU4-Bold';
}
.rotate-container-winner-bottom div:nth-child(4) {
  font-size: 30px;
  line-height: 40px;
  color: #FDE053;
  font-family: 'CrystalBetUni-Bold';
}

.rotate-container-winner-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 31px;
  top: 37px;
  text-align: center;
  display: none;
}
#main .rotate-container-winner-close {
  display: block;
}
.rotate-container-winner-close:after {
  content: '\e818';
  font-family: 'cb-icons';
  font-size: 14px;
  color: #fff;
}

/* SantaSlotsJackpotWheel { */
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel  .cb-cards-container {
  width: 354px;
}


.SantaSlotsJackpotWheel .Jackpot-cb-cards.active .cb-card.gold {
  background: url(SantaSlotsJackpotWheel/cards/c-gold.svg) !important;
}
.SantaSlotsJackpotWheel .Jackpot-cb-cards.active .cb-card.silver {
  background: url(SantaSlotsJackpotWheel/cards/c-silver.svg) !important;
}
.SantaSlotsJackpotWheel .Jackpot-cb-cards.active .cb-card.bronze {
  background: url(SantaSlotsJackpotWheel/cards/c-bronze.svg) !important;
}

.SantaSlotsJackpotWheel .rotate-main-container {
    width: 534px;
    height: 272px;
    margin: 34px auto 20px auto;
    background: url(SantaSlotsJackpotWheel/rotatorbg.png);
    border-radius: 11px;
    box-sizing: border-box;
    padding-top: 45px;
}
.SantaSlotsJackpotWheel .rotate-container-winner {
  background: url(SantaSlotsJackpotWheel/jackpotwinnerbg.png);
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .rotate-container-winner {
  top: 16px;
}

.SantaSlotsJackpotWheel .rotate-container {
  border-radius: 10px;
  padding-left: 53px;
}
.SantaSlotsJackpotWheel .rotate-container font {
  font-family: 'CrystalNU4-Bold';
  font-size: 17px;
}

.SantaSlotsJackpotWheel .rotate-container:after {
  background-size: 34px 34px !important;
  width: 34px;
  height: 34px;
  left: 8px;
}
.SantaSlotsJackpotWheel .rotate-container.gold:after {
  background: url(SantaSlotsJackpotWheel/gold.svg) center no-repeat;
}
.SantaSlotsJackpotWheel .rotate-container.silver:after {
  background: url(SantaSlotsJackpotWheel/silver.svg) center no-repeat;
}
.SantaSlotsJackpotWheel .rotate-container.bronze:after {
  background: url(SantaSlotsJackpotWheel/bronze.svg) center no-repeat;
}

.SantaSlotsJackpotWheel .small-mode .rotate-main-container {
  width: 318px;
  height: 206px;
  margin: 62px auto 20px auto;
  background: url(SantaSlotsJackpotWheel/rotatorbg-m.png);
  border-radius: 11px;
  box-sizing: border-box;
  padding-top: 21px;
}
.SantaSlotsJackpotWheel .small-mode .rotate-container font {
  font-size: 14px;
}
.SantaSlotsJackpotWheel .small-mode .rotate-container {
  border-radius: 6px;
  padding-left: 39px;
}
.SantaSlotsJackpotWheel .small-mode .rotate-container:after {
  background-size: 26px 26px !important;
  width: 26px;
  height: 26px;
  top: calc(50% - 26px/2);
  left: 8px;
}

.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel  .rotate-container:after {
  content: '';
  background-size: 41px 42px !important;
  width: 41px;
  height: 42px;
  position: absolute;
  left: -18px;
  top: calc(50% - 42px/2);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .rotate-container {
  border-radius: 6px;
  padding-left: 28px;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .rotate-container.goldPopup:after {
  background: url(SantaSlotsJackpotWheel/gold.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .rotate-container.silverPopup:after {
  background: url(SantaSlotsJackpotWheel/silver.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .rotate-container.bronzePopup:after {
  background: url(SantaSlotsJackpotWheel/bronze.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.win.gold:after {
  background: url(SantaSlotsJackpotWheel/gold.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.win.silver:after {
  background: url(SantaSlotsJackpotWheel/silver.svg) center no-repeat;
}
.SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.win.bronze:after {
  background: url(SantaSlotsJackpotWheel/bronze.svg) center no-repeat;
}

#main .SantaSlotsJackpotWheel .SlotsJackpotWheel-popup-header headertitle {
  display: none;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .cb-card {
  width: 79px;
  height: 113px;
  display: inline-block;
  border-radius: 0px;
  margin: -1px 4px;
  position: relative;
  box-sizing: border-box;
  background-size: 79px 113px !important;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .cb-cards-container {
  bottom: 50px;
  width: 315px;
  left: calc(50% - 320px/2);
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel .SlotsJackpotWheel-popup-footer {
  bottom: 17px;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.win .cb-cards-container {
  bottom: 28px;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.auto-win .SlotsJackpotWheel-popup-header-win {
  font-family: 'CrystalNU4-Bold';
  font-size: 16px;
  padding: 70px 20px 0 20px;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.auto-win.win:after {
  top: 22px;
}
#main .SlotsJackpotWheel-popup-content.SantaSlotsJackpotWheel.auto-win.win .cb-cards-container {
  bottom: 13px;
}
/* } SantaSlotsJackpotWheel */