@charset "UTF-8";
.page-bonus-header {
  top: 0;
  padding-top: 40px;
  position: relative;
  z-index: 101; }
  .page-bonus-header .header-lt {
    position: fixed;
    top: 0;
    margin: 5px auto 0 auto;
    padding: 3px;
    display: none !important;
    vertical-align: top;
    border-radius: 0 50px 50px 0;
    height: 60px;
    z-index: 10; }
    .page-bonus-header .header-lt .btn {
      position: relative;
      z-index: 10;
      vertical-align: top;
      line-height: 60px;
      height: 100%;
      color: #fff;
      padding: 0 5px;
      border: none;
      margin-right: 0;
      margin-left: -5px;
      height: 60px;
      width: 45px; }
      .page-bonus-header .header-lt .btn i {
        position: absolute;
        left: 5px;
        top: 0;
        line-height: 45px;
        font-size: 260%; }
  .page-bonus-header .brand-logo {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .page-bonus-header .brand-logo span {
      color: #fff;
      text-shadow: 0 0 1px #222; }
    .page-bonus-header .brand-logo img {
      width: 40px;
      max-height: 40px;
      aspect-ratio: 1/1;
      object-fit: contain; }
  .page-bonus-header .bonus-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-bonus-header .bonus-title h3 {
      position: relative;
      font-size: 24px;
      font-weight: 900;
      margin: 0;
      color: rgba(255, 255, 255, 0.1);
      text-align: center;
      white-space: nowrap;
      text-transform: uppercase;
      pointer-events: none;
      letter-spacing: 2px;
      z-index: 1; }
      .page-bonus-header .bonus-title h3::before, .page-bonus-header .bonus-title h3::after {
        content: attr(data-textshadow);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .page-bonus-header .bonus-title h3::before {
        -webkit-text-stroke: 2px #fff;
        text-stroke: 2px #fff; }
      .page-bonus-header .bonus-title h3::after {
        color: rgba(33, 33, 33, 0.7);
        -webkit-background-clip: text;
        background-color: rgba(33, 33, 33, 0.7); }
    .page-bonus-header .bonus-title .txt-bonus {
      margin: 4px auto;
      padding: 0;
      color: #fff;
      text-shadow: 0 1px 2px #333;
      white-space: nowrap;
      font-weight: 700;
      letter-spacing: -1px;
      font-size: 34px;
      text-shadow: 0 0 3px rgba(255, 213, 4, 0.2), 0 0 10px rgba(255, 255, 255, 0.631); }
      .page-bonus-header .bonus-title .txt-bonus::before {
        display: none; }
      .page-bonus-header .bonus-title .txt-bonus b {
        font-style: normal; }
  .page-bonus-header .txt-date {
    width: 100%;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    margin: 0; }

.active .page-bonus-header .header-lt {
  display: inline-block !important; }

.ui-effects-transfer {
  width: 100px !important;
  height: 100px !important;
  background: url("../../images/src-common/BONUSEVENT-img/rocket.webp") center repeat;
  background-size: cover;
  animation: ui-effects-transfer 0.8s linear both; }

@keyframes ui-effects-transfer {
  0% {
    transform: scale(0.5);
    opacity: .3;
    z-index: 999; }
  50% {
    transform: scale(3);
    opacity: 1;
    z-index: 999; }
  100% {
    transform: scale(0.5);
    opacity: 0.5;
    z-index: 9999; } }

.device-PC .page-bonus-div {
  display: none; }
  .device-PC .page-bonus-div.active {
    display: block;
    overflow: hidden; }
  .device-PC .page-bonus-div .page-bonus-body {
    height: calc(100% - 160px) !important; }

ul li .show-bonus-event::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  display: inline-block;
  content: '';
  z-index: 2;
  width: 35px;
  height: 25px;
  background-size: 35px;
  opacity: .6; }

ul li .show-bonus-event::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  width: 50px;
  height: 8px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#BF953F, #FCF6BA, #B38728, #ffe844, #ffe6ba);
  z-index: 2; }

ul li .show-bonus-event.TREASURE_PICK::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/TREASURE/treasure-box-s.webp) no-repeat left top;
  background-size: 35px;
  opacity: .8; }

ul li .show-bonus-event.ROULETTE::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/ROULETTE/roulette-s.webp) no-repeat left 2px;
  background-size: 30px;
  opacity: .8; }

ul li .show-bonus-event.RAFFLE::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/RAFFLE/raffle.webp) no-repeat left top;
  background-size: 35px; }

ul li .show-bonus-event.MARIOSLOT::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/MARIO/monopoly-s.webp) no-repeat left top;
  background-size: cover;
  opacity: 1; }

ul li .show-bonus-event.AUTO_REDEEM::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/AUTO/auto-RWD.webp) no-repeat left top;
  background-size: 35px;
  opacity: .8; }

ul li .show-bonus-event.GOLDEN_EGG::before {
  opacity: .8;
  background: url(../../../theme/images/src-common/BONUSEVENT-img/GOLDENEGG/EGG/goldegg-s.webp) no-repeat center top;
  background-size: 30px;
  top: -27px; }

ul li .show-bonus-event.GOLDEN_BOX::before {
  background: url(../../../theme/images/src-common/BONUSEVENT-img/GOLDENEGG/BOX/goldbox-s.webp) no-repeat center top;
  background-size: cover;
  top: -27px;
  opacity: 1; }

ul.ul-gameList li.SV388 .ul-gameIcon-box .show-bonus-event, ul.ul-gameList li.ICF .ul-gameIcon-box .show-bonus-event {
  width: fit-content;
  left: 12% !important; }

.fix-sticker {
  position: fixed;
  right: -200px;
  z-index: 800;
  width: 270px;
  height: 55px;
  border-radius: 6px;
  padding-left: 55px;
  background: linear-gradient(#BE2425, #A52127);
  transition: all .3s ease-in-out;
  transition-delay: .2s;
  box-shadow: 0 5px 13px 0px #4C0006;
  cursor: pointer; }
  .fix-sticker.BNG, .fix-sticker.MGGAMING {
    background: linear-gradient(0deg, #0d3e51 0%, #185664 100%); }
  .fix-sticker.JDB, .fix-sticker.JILI, .fix-sticker.YB {
    background: linear-gradient(0deg, #5c3e10 0%, #422c0e 100%) !important; }
  .fix-sticker.FACHAI {
    background: linear-gradient(#7a1b92, #4b1775); }
  .fix-sticker.SVCASINO {
    background: linear-gradient(to top, #c471f5 0%, #fa71cd 100%); }
  .fix-sticker.ACEWIN {
    background: linear-gradient(#173675, #174675); }
  .fix-sticker.img-upload {
    box-shadow: 0 5px 13px 0px #000000b2;
    background-size: 100%;
    background-position: left top;
    height: 60px; }
    .fix-sticker.img-upload::after {
      display: none; }
    .fix-sticker.img-upload .show-bonus-event {
      top: auto;
      bottom: 0; }
    .fix-sticker.img-upload .txt-bonus {
      padding-top: 10px;
      white-space: nowrap; }
  .fix-sticker.num-1 {
    bottom: 12vh; }
  .fix-sticker.num-2 {
    bottom: calc(12vh + 60px + 10px); }
  .fix-sticker.num-3 {
    bottom: calc(12vh + 60px + 10px + 60px + 10px); }
  .fix-sticker.show {
    right: -5px; }
  .fix-sticker::after, .fix-sticker::before {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 20px;
    font-family: 'icomoon' !important;
    content: '\e9f4';
    font-size: 30px;
    color: #ffffff7c;
    transform: rotate(-90deg); }
  .fix-sticker::after {
    z-index: 0;
    transform: none;
    display: inline-block;
    content: '';
    left: 3px;
    top: 3px;
    border-radius: 6px;
    width: 300px;
    height: 50px;
    border: 1px dashed #ffffff52; }
  .fix-sticker .show-platform-logo {
    position: absolute;
    z-index: 10;
    left: -20px;
    top: 50%;
    transform: translateY(-50%); }
    .fix-sticker .show-platform-logo img {
      width: auto;
      height: 35px;
      filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.7)); }
  .fix-sticker .show-instant {
    position: absolute;
    z-index: 10;
    display: flex;
    padding-left: 3px;
    justify-content: flex-start;
    align-items: center;
    width: 70px;
    left: 0;
    top: 0;
    border-radius: 4px 0;
    background-color: rgba(0, 0, 0, 0.7); }
    .fix-sticker .show-instant::before {
      content: 'INSTANT GET';
      padding: 3px 0;
      border-radius: 0 4px;
      font-size: 8.5px;
      font-weight: bold;
      text-align: center;
      line-height: normal;
      color: #fff;
      white-space: nowrap; }
    .fix-sticker .show-instant span {
      padding: 3px 0;
      border-radius: 0 4px;
      font-size: 8.5px;
      font-weight: bold;
      text-align: center;
      line-height: normal;
      color: #fff;
      white-space: nowrap; }
  .fix-sticker .show-bonus-event {
    position: absolute;
    z-index: 9;
    display: inline-block;
    width: 70px;
    left: 0; }
    .fix-sticker .show-bonus-event .txt {
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 0 4px;
      font-size: 90%;
      text-align: center;
      line-height: normal;
      color: #fff;
      margin-top: -3px;
      white-space: nowrap;
      z-index: 8; }
      .fix-sticker .show-bonus-event .txt span {
        white-space: nowrap;
        font-size: 90%; }
    .fix-sticker .show-bonus-event::before {
      content: '';
      position: absolute;
      top: -100%;
      z-index: -1;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
      height: 45px;
      width: 45px;
      pointer-events: none; }
    .fix-sticker .show-bonus-event.AUTO_REDEEM::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/AUTO/auto-RWD.webp) no-repeat center;
      background-size: cover; }
    .fix-sticker .show-bonus-event.TREASURE_PICK::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/TREASURE/treasure-box-s.webp) no-repeat center;
      background-size: cover; }
    .fix-sticker .show-bonus-event.RAFFLE::before, .fix-sticker .show-bonus-event.RAFFLE_MULTI::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/RAFFLE/raffle.webp) no-repeat center;
      background-size: cover; }
    .fix-sticker .show-bonus-event.ROULETTE::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/ROULETTE/roulette-s.webp) no-repeat center;
      background-size: 90%; }
    .fix-sticker .show-bonus-event.MARIOSLOT::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/MARIO/monopoly-s.webp) no-repeat center;
      background-size: cover; }
    .fix-sticker .show-bonus-event.GOLDEN_EGG::before {
      background: url("../../../theme/images/src-common/BONUSEVENT-img/GOLDENEGG/EGG/goldegg-s.webp") no-repeat 4px;
      background-size: 90%; }
    .fix-sticker .show-bonus-event.GOLDEN_BOX::before {
      background: url(../../../theme/images/src-common/BONUSEVENT-img/GOLDENEGG/BOX/goldbox-s.webp) no-repeat center;
      background-size: cover; }
  .fix-sticker .txt-bonus {
    color: #fff;
    padding: 5px 0 0 25px; }
    .fix-sticker .txt-bonus small {
      display: block;
      margin-bottom: 0;
      line-height: normal; }
    .fix-sticker .txt-bonus::before {
      display: none; }
    .fix-sticker .txt-bonus b {
      font-size: 170%;
      line-height: normal;
      font-style: italic; }

.device-PC .fix-sticker.num-1, .device-PC .fix-sticker.num-2, .device-PC .fix-sticker.num-3, .device-PC .fix-sticker.num-4, .device-PC .fix-sticker.num-5 {
  top: auto !important;
  right: 60px !important; }

.device-PC .fix-sticker::after {
  display: none; }

.device-PC .fix-sticker.num-1 {
  bottom: 10vh; }

.device-PC .fix-sticker.num-2 {
  bottom: calc(10vh + 60px + 10px); }

.device-PC .fix-sticker.num-3 {
  bottom: calc(10vh + 60px + 10px + 60px + 10px); }

.device-PC ul li .show-bonus-event::before {
  top: 0; }

.device-PC ul li .show-bonus-event::after {
  top: 27px; }

.device-PC ul li.show-jackpot .show-bonus-event::before {
  top: -15px; }

.device-PC ul li.show-jackpot .show-bonus-event::after {
  display: none; }

.page-web.promote-bg::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000000da;
  z-index: 520; }

.page-bonus-div {
  background-size: 100%;
  position: fixed;
  opacity: .5;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  z-index: 999;
  box-shadow: 0 5px 10px #333;
  display: none; }
  .page-bonus-div.active {
    z-index: 1041; }
  .page-bonus-div.ui-demo {
    background: none !important;
    z-index: 1000;
    height: 50px;
    box-shadow: none; }
  .page-bonus-div.iframe-div {
    position: relative;
    right: 0;
    opacity: 1; }
  .page-bonus-div.multi-event {
    background-size: 100%; }
    .page-bonus-div.multi-event .page-bonus-body .bonus-result {
      position: relative;
      padding: 10px 0 0 0; }
      .page-bonus-div.multi-event .page-bonus-body .bonus-result .txt-ticket-all {
        position: relative; }
    .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn {
      padding: 0px 4%;
      display: grid;
      grid-row-gap: 0;
      grid-template-columns: repeat(3, 33.3%);
      pointer-events: auto; }
      .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn {
        position: relative;
        z-index: 50;
        display: block;
        width: 120px;
        height: 90px; }
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn > img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn img.bonus-question {
          position: absolute;
          bottom: 0;
          top: auto;
          left: 10%;
          display: block;
          width: 80%;
          height: 80%;
          object-fit: contain;
          z-index: 10; }
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn img.treasure-box-open,
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn img.bonus-win-gold {
          display: none; }
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn .txt-number {
          display: none; }
        .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open {
          opacity: .7; }
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open img.treasure-box-big,
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open img.bonus-question,
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open img.bonus-win-gold {
            display: none; }
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open img.treasure-box-open {
            display: block;
            animation: jello-horizontal 0.9s both !important; }
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open.user-open {
            background-size: 120px;
            opacity: 1; }
            .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open.user-open img.bonus-win-gold {
              width: 200%;
              height: 200%;
              top: -40%;
              left: -50%;
              display: block !important;
              animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              pointer-events: none;
              user-select: none;
              z-index: -1; }
            .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open.user-open .txt-number {
              font-weight: bold; }
          .page-bonus-div.multi-event .page-bonus-body .bonus-multi-btn .bonus-btn.open .txt-number {
            display: block !important;
            color: #fff;
            font-weight: normal;
            top: 15%; }
    .page-bonus-div.multi-event .page-bonus-body .bonus-time .txt-info {
      color: #f0d7a8 !important; }
    .page-bonus-div.multi-event .page-bonus-body .bonus-time .btn-detail {
      background: #3b8ab8; }
    .page-bonus-div.multi-event .page-bonus-body .tooltip-box {
      background-color: #dba75c; }
  .page-bonus-div i {
    display: inline-block; }
  @media (min-width: 500px) {
    .page-bonus-div.active {
      right: auto;
      left: 50% !important;
      transform: translateX(-50%); } }
  .page-bonus-div.active {
    opacity: 1;
    display: inline-block;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain; }
  .page-bonus-div.z-Max {
    z-index: 1000; }
  .page-bonus-div .page-bonus-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto !important;
    padding: 10px 0 100px 0; }
    .page-bonus-div .page-bonus-body .bonus-result {
      position: relative;
      height: auto;
      color: #fff;
      text-shadow: 0 5px 8px #000000;
      text-align: center; }
      .page-bonus-div .page-bonus-body .bonus-result .txt-number,
      .page-bonus-div .page-bonus-body .bonus-result .tit {
        position: absolute;
        top: 40px;
        left: auto;
        z-index: 90;
        font-size: 120%;
        font-weight: bold;
        width: 100%;
        text-align: center; }
      .page-bonus-div .page-bonus-body .bonus-result .txt-number {
        top: 60px;
        font-size: 200%;
        font-weight: bold;
        font-style: italic;
        white-space: nowrap; }
        .page-bonus-div .page-bonus-body .bonus-result .txt-number sup {
          font-size: 80%;
          top: 0; }
        .page-bonus-div .page-bonus-body .bonus-result .txt-number b {
          font-weight: bold; }
    .page-bonus-div .page-bonus-body .btn-tooltip {
      pointer-events: bounding-box;
      position: relative;
      margin: 0 0 0 5px;
      line-height: 36px;
      height: 36px;
      z-index: 102;
      color: #e1be83;
      text-decoration: none; }
      .page-bonus-div .page-bonus-body .btn-tooltip i {
        font-size: 20px;
        line-height: 35px;
        background: none;
        height: 25px;
        width: 25px;
        border-radius: 50px; }
      .page-bonus-div .page-bonus-body .btn-tooltip .tooltip-box {
        display: none; }
      .page-bonus-div .page-bonus-body .btn-tooltip:hover .tooltip-box {
        display: inline-block;
        position: absolute;
        top: 35px;
        left: -200px;
        width: 300px;
        background-color: #911212;
        color: #fff;
        font-size: 90%;
        text-align: left;
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 3px 5px #000000b6; }
        .page-bonus-div .page-bonus-body .btn-tooltip:hover .tooltip-box::before {
          content: '';
          position: absolute;
          top: -5px;
          right: 50%;
          transform: translateX(72px);
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #911212 transparent; }
      .page-bonus-div .page-bonus-body .btn-tooltip:hover ul li {
        text-align: left;
        text-shadow: none;
        line-height: normal;
        color: #fff;
        font-size: 90%; }
    .page-bonus-div .page-bonus-body .bonus-time {
      margin-top: 0;
      text-align: center;
      padding: 0 20px 10px 20px;
      position: relative;
      z-index: 10;
      display: block; }
      .page-bonus-div .page-bonus-body .bonus-time .btn-detail {
        position: absolute;
        top: auto;
        right: 5px;
        line-height: 30px;
        color: #fff;
        padding: 0 10px;
        background: #028564;
        border-radius: 30px;
        margin: 5px 5px 0 5px; }
        .page-bonus-div .page-bonus-body .bonus-time .btn-detail i {
          font-size: 22px;
          line-height: 30px;
          vertical-align: top; }
      .page-bonus-div .page-bonus-body .bonus-time .txt-info {
        position: relative;
        background: #0000006b;
        border-radius: 10px;
        width: 100%;
        min-height: 50px;
        margin: 0 auto;
        font-size: 80%;
        color: #b6f0a8;
        padding: 6px 0 6px 15px;
        text-align: left;
        pointer-events: bounding-box; }
        .page-bonus-div .page-bonus-body .bonus-time .txt-info .txt-info-inner {
          word-wrap: break-word;
          padding-right: 50px;
          line-height: 20px;
          min-height: 40px; }
      .page-bonus-div .page-bonus-body .bonus-time .txt {
        text-align: center;
        color: #fff;
        font-size: 90%;
        display: inline-block;
        line-height: 25px; }
      .page-bonus-div .page-bonus-body .bonus-time small {
        color: #ffffff98;
        font-size: 80%; }
    .page-bonus-div .page-bonus-body .event-game-list {
      padding: 0 20px;
      margin-bottom: 10px;
      display: grid;
      grid-template-columns: repeat(4, 25%); }
      .page-bonus-div .page-bonus-body .event-game-list .item {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 2% 0; }
        .page-bonus-div .page-bonus-body .event-game-list .item .txt-gameName, .page-bonus-div .page-bonus-body .event-game-list .item .game-feature, .page-bonus-div .page-bonus-body .event-game-list .item .btn-play {
          display: none; }
        .page-bonus-div .page-bonus-body .event-game-list .item .game-icon {
          position: relative;
          width: 90%;
          height: auto;
          margin: 0 auto;
          border-radius: 20px;
          box-shadow: 0 10px 35px #0000009c; }
      .page-bonus-div .page-bonus-body .event-game-list.num-3, .page-bonus-div .page-bonus-body .event-game-list.num-2, .page-bonus-div .page-bonus-body .event-game-list.num-1 {
        grid-template-columns: repeat(3, auto);
        max-width: none;
        justify-items: center;
        justify-content: center; }
        .page-bonus-div .page-bonus-body .event-game-list.num-3 li, .page-bonus-div .page-bonus-body .event-game-list.num-2 li, .page-bonus-div .page-bonus-body .event-game-list.num-1 li {
          text-align: center;
          max-width: 130px; }
      .page-bonus-div .page-bonus-body .event-game-list.num-4 {
        grid-template-columns: repeat(2, auto);
        grid-gap: 3% 1%;
        width: 90%;
        margin: 4% auto !important;
        padding: 0 !important; }
        .page-bonus-div .page-bonus-body .event-game-list.num-4 li {
          text-align: center;
          padding: 0; }
    .page-bonus-div .page-bonus-body .info-box {
      background-color: #00000027;
      border: 2px solid #ffffff27;
      border-radius: 10px;
      padding: 8% 2% 8% 2%;
      margin: 1% 5%; }
      .page-bonus-div .page-bonus-body .info-box .demolink {
        margin: 28px 0 0 0; }
      .page-bonus-div .page-bonus-body .info-box .ticket-box {
        position: relative; }
        .page-bonus-div .page-bonus-body .info-box .ticket-box ul {
          position: relative;
          padding: 5px 20px; }
    .page-bonus-div .page-bonus-body ul {
      padding-left: 10px;
      margin-bottom: 10px; }
      .page-bonus-div .page-bonus-body ul:last-child {
        margin-bottom: 0; }
      .page-bonus-div .page-bonus-body ul.list-dot li {
        padding-left: 15px;
        position: relative; }
        .page-bonus-div .page-bonus-body ul.list-dot li::before {
          position: absolute;
          left: 0;
          top: 0;
          content: '• ';
          font-weight: bold;
          color: #FFF;
          width: 25px;
          height: 25px; }
      .page-bonus-div .page-bonus-body ul li {
        color: #ffffffea;
        text-shadow: 0 1px 2px #33333385;
        line-height: normal;
        font-size: 85%;
        margin-bottom: 5px;
        display: block; }
        .page-bonus-div .page-bonus-body ul li i.icon-checked {
          position: relative;
          background-color: #66b81a;
          height: 15px;
          width: 15px;
          box-shadow: 0 0 0 3px #66b81a9f;
          border-radius: 30px;
          margin-right: 5px; }
          .page-bonus-div .page-bonus-body ul li i.icon-checked::before {
            position: absolute;
            top: -2px;
            left: -3px;
            background: none;
            z-index: 1;
            color: #fff;
            text-shadow: 0 2px 3px #2929294f;
            font-size: 25px;
            font-weight: bold;
            line-height: 18px;
            border-radius: 20px;
            box-shadow: none; }

.page-bonus-div.multi-event .bonus-multi-btn.num-2, .page-bonus-div.multi-event .bonus-multi-btn.num-1 {
  display: flex;
  justify-content: center; }

.page-bonus-div.multi-event .bonus-multi-btn.num-1 {
  display: flex;
  justify-content: center; }
  .page-bonus-div.multi-event .bonus-multi-btn.num-1 .bonus-btn {
    width: 180px;
    height: auto;
    aspect-ratio: 4 / 3; }

.page-bonus-div .page-bonus-body .bonus-time {
  padding-bottom: 0; }
  .page-bonus-div .page-bonus-body .bonus-time .challenge-box .tag-challenge {
    padding: 5px 10px; }
  .page-bonus-div .page-bonus-body .bonus-time .main-event-box {
    padding-top: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
    .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-header {
      position: absolute;
      margin-top: -15px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 110;
      border-radius: 100px;
      border: 2px solid #ffffff54;
      background: #000;
      padding: 0 5px 0 0;
      display: flex; }
      .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-header .txt {
        position: relative;
        padding: 6px 0 5px 50px; }
        .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-header .txt span {
          white-space: nowrap; }
        .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-header .txt img {
          position: absolute;
          width: 38px;
          height: 38px;
          top: 0;
          left: 0;
          object-fit: contain; }
    .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-body {
      margin: 0 0 0 0 !important;
      position: relative;
      padding: 25px 0 6px 6px;
      border: 2px solid #ffffff8b; }
      .page-bonus-div .page-bonus-body .bonus-time .main-event-box .box-body .event-game-list {
        margin-top: 5px;
        padding: 0 5px 0 0; }

.page-bonus-div .page-bonus-body .bonus-result .txt-ticket-all {
  position: relative;
  z-index: 100;
  background: #000;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 10px; }
  .page-bonus-div .page-bonus-body .bonus-result .txt-ticket-all i {
    margin: 0 5px; }

.page-bonus-div.page-bonus-Roulette .main-event-box .box-header {
  border-color: #83E0FB !important; }

@media all and (min-width: 320px) and (max-width: 360px) {
  .page-bonus-div .page-bonus-body .result-box .txt-number {
    top: 70px; }
  .page-bonus-div .page-bonus-body .event-game-list {
    margin-bottom: 0; }
  .page-bonus-div .page-bonus-body .info-box {
    border-radius: 0;
    background: none;
    border: none;
    padding: 15px 0 12px 0; }
    .page-bonus-div .page-bonus-body .info-box .ticket-box::before {
      top: -14px; }
    .page-bonus-div .page-bonus-body .info-box .ticket-box::after {
      bottom: -14px; } }

.modal-box.modal-bonus-detail {
  height: 100%; }
  .modal-box.modal-bonus-detail .modal-main {
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    border: none !important;
    width: 95%;
    margin: 0 auto; }
    .modal-box.modal-bonus-detail .modal-main .modal-top {
      border: none;
      padding: 1rem 0;
      min-height: 30px; }
      .modal-box.modal-bonus-detail .modal-main .modal-top .close {
        color: #fff !important; }
    .modal-box.modal-bonus-detail .modal-main .modal-layout {
      padding: 0 4px 2% 4px;
      background: #00000083;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      overflow-y: hidden; }
      .modal-box.modal-bonus-detail .modal-main .modal-layout::after {
        position: absolute;
        z-index: 0;
        transform: none;
        display: inline-block;
        content: '';
        left: -1%;
        top: -1%;
        border-radius: 18px;
        width: 102%;
        height: 102%;
        pointer-events: none; }
    .modal-box.modal-bonus-detail .modal-main .panel-list-tb {
      position: relative;
      border-radius: 10px;
      margin: 5px 0 5px 0;
      max-height: 400px;
      overflow-x: hidden;
      overflow-y: auto; }
      .modal-box.modal-bonus-detail .modal-main .panel-list-tb.table-tit {
        position: sticky;
        top: 0;
        max-height: auto;
        margin: 10px 0; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb.table-tit li {
          background: #115745 !important;
          font-size: 80%;
          color: #ffffff88; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb.table-tit li .td {
            height: 25px; }
      .modal-box.modal-bonus-detail .modal-main .panel-list-tb li {
        display: block;
        padding: 5px 5px 5px 0;
        color: #ffffffcb;
        z-index: 100; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-ticketID {
          font-size: 12px;
          word-break: break-all; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-date {
          font-size: 80%;
          color: #ffffff86; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-bonus {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-bonus small {
            opacity: .7;
            margin-right: 10px;
            white-space: nowrap; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-bonus::before {
            display: none; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li:nth-child(even) {
          background: #ffffff0c; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li:nth-child(odd) {
          background: #f1f1f12d; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb {
          margin: 0;
          padding: 0; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb.list-item {
            table-layout: fixed;
            display: flex;
            align-items: center;
            gap: 2px; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb.list-item .td {
              min-width: 35%; }
              .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb.list-item .td.list-number {
                width: 12%;
                min-width: 12%; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb#anotherBonusDesc {
            padding-left: 3%; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td {
            width: auto; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td.w-55per {
              width: 55%; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td span.user-name {
              display: block; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td.table-tit p {
              color: #6d6d6d; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td#challengingHint {
              width: 75%; }
            .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td#badgeBox {
              display: flex;
              justify-content: flex-end; }
              .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .div-tb .td#badgeBox .tournament-badge-box {
                width: 70px; }
        .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .challenge-box {
          background: none;
          box-shadow: none;
          text-align: left;
          width: 100%;
          margin: 0;
          height: 30px; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .challenge-box .tag-challenge {
            left: 25px;
            transform: none;
            top: auto;
            gap: 5px;
            padding-right: 1px;
            border: none; }
          .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .challenge-box .txt-clock {
            position: absolute;
            left: 105%;
            font-size: 12px;
            top: 2px;
            line-height: 17px; }

.device-PC .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .txt-ticketID {
  font-size: 13px; }

.device-PC .modal-box.modal-bonus-detail .modal-main .panel-list-tb li .challenge-box .tag-challenge .txt-clock {
  font-size: 14px; }

.jello-horizontal {
  animation: jello-horizontal 0.9s both !important; }

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out; }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in; }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out; }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in; }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out; } }

@keyframes tracking-in-expand {
  0% {
    opacity: 0;
    transform: translateY(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1;
    transform: translateY(-40px); } }

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(0); }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-40px); } }

@keyframes shake-bottom {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%; }
  10% {
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    transform: rotate(4deg); }
  80% {
    transform: rotate(-2deg); }
  90% {
    transform: rotate(2deg); } }

@keyframes scale-in-bottom {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: .7; } }

@keyframes bg-pan-right {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@keyframes slide-out-top {
  0% {
    transform: translateY(500px);
    opacity: 0.8; }
  30% {
    transform: translateY(100px); }
  70% {
    transform: translateY(-100pxx); }
  100% {
    transform: translateY(-1000px);
    opacity: .4; } }

.fix-sticker.JILI {
  background: linear-gradient(#7a1b92, #4b1775); }

.page-bonus-div.JILI .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn {
  background: #d21dff;
  color: #ffffff; }
  .page-bonus-div.JILI .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn .icon-ticket-all::before {
    color: #fff; }
  .page-bonus-div.JILI .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn.btn-s {
    border: 2px solid #ffe661; }
  .page-bonus-div.JILI .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn.disabled {
    background: #412840;
    border-color: #5f5f5f;
    color: #745670; }

.page-bonus-div.JILI .page-bonus-body .bonus-time .btn-tooltip {
  color: #fff; }
  .page-bonus-div.JILI .page-bonus-body .bonus-time .btn-tooltip .tooltip-box {
    left: -165px;
    background-color: #ab05d3; }
    .page-bonus-div.JILI .page-bonus-body .bonus-time .btn-tooltip .tooltip-box::before {
      transform: translateX(38px);
      border-color: transparent transparent #ab05d2 transparent; }

.page-bonus-div.JILI .page-bonus-body .bonus-time .txt-info {
  color: #fff; }
  .page-bonus-div.JILI .page-bonus-body .bonus-time .txt-info .txt-info-inner .txt-rate {
    min-width: auto; }
  .page-bonus-div.JILI .page-bonus-body .bonus-time .txt-info .btn-detail {
    background: #5d2395; }

.page-bonus-div.JILI .page-bonus-body .info-box {
  padding: 4% 2%; }
  .page-bonus-div.JILI .page-bonus-body .info-box .ticket-box ul {
    background: none; }
  .page-bonus-div.JILI .page-bonus-body .info-box .ticket-box::before, .page-bonus-div.JILI .page-bonus-body .info-box .ticket-box::after {
    background: none;
    display: none; }

.barrageSwiper {
  position: absolute;
  top: 130px;
  left: 0;
  width: 125px;
  max-width: 125px;
  height: 100px;
  max-height: 110px;
  overflow: hidden;
  padding: 2px 0;
  z-index: 100;
  pointer-events: none;
  opacity: 1; }
  .barrageSwiper .swiper-wrapper {
    justify-content: flex-start;
    flex-direction: column; }
  .barrageSwiper .swiper-slide {
    width: auto !important;
    max-height: 33px; }
  .barrageSwiper .is-you .info-player {
    background: linear-gradient(to right, #765c2b 10%, #aa8712 50%, #ffd342 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .barrageSwiper .barrage-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 10px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    padding: 0 8px;
    background: linear-gradient(90deg, #000000bd, #00000050); }
    .barrageSwiper .barrage-message span {
      font-weight: 500;
      white-space: nowrap;
      vertical-align: middle; }
    .barrageSwiper .barrage-message .info-player {
      text-align: left;
      width: 35px;
      margin-left: 5px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .barrageSwiper .barrage-message .info-amount {
      color: #ddaa1e; }
      .barrageSwiper .barrage-message .info-amount span {
        color: #ddaa1e; }
      .barrageSwiper .barrage-message .info-amount .txt-info {
        white-space: pre-wrap;
        width: 25px;
        font-size: 8px;
        overflow: hidden; }
      .barrageSwiper .barrage-message .info-amount .txt-bonus {
        line-height: normal;
        font-size: 14px; }
        .barrageSwiper .barrage-message .info-amount .txt-bonus::before {
          font-size: 10px;
          line-height: 30px; }

.page-bonus-div.page-bonus-Roulette .barrage-marquee {
  top: 50px; }

.page-bonus-div.page-bonus-Roulette.active .barrageSwiper {
  position: fixed; }

.page-bonus-div.auto_redeem .page-bonus-body {
  position: relative; }

.page-bonus-div.auto_redeem .barrageSwiper {
  top: 0;
  left: -13px;
  transform: scale(0.75); }

.page-bonus-div.auto_redeem.active .barrageSwiper {
  position: fixed;
  top: 130px; }

@media (min-width: 720px) {
  .device-mobile .page-bonus-div.auto_redeem .barrageSwiper {
    left: 0;
    transform: none; } }

.device-PC .page-bonus-div.active .barrageSwiper {
  top: 65px !important;
  left: 0;
  transform: scale(1); }

.barrage-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 100px;
  overflow: hidden;
  padding: 2px 0;
  z-index: 100;
  opacity: 1; }
  .barrage-marquee .marquee-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: marquee 15s linear infinite;
    white-space: nowrap; }
    .barrage-marquee .marquee-content .barrage-space {
      width: 100%;
      height: 100px; }
    .barrage-marquee .marquee-content .barrage-message {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      font-size: 10px;
      font-weight: lighter;
      color: rgba(255, 255, 255, 0.7);
      border-radius: 100px;
      padding: 0 4px;
      background: linear-gradient(90deg, #000000bd, #00000050); }
      .barrage-marquee .marquee-content .barrage-message .txt-bonus {
        line-height: 20px; }
        .barrage-marquee .marquee-content .barrage-message .txt-bonus::before {
          line-height: 20px; }
      .barrage-marquee .marquee-content .barrage-message .info-player {
        text-align: left;
        width: 35px;
        margin-left: 5px;
        text-overflow: ellipsis;
        overflow: hidden; }
      .barrage-marquee .marquee-content .barrage-message .info-amount {
        color: #ddaa1e;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .barrage-marquee .marquee-content .barrage-message .info-amount span {
          color: #ddaa1e; }
        .barrage-marquee .marquee-content .barrage-message .info-amount .txt-info {
          white-space: pre-wrap;
          width: 20px;
          font-size: 8px;
          overflow: hidden; }
        .barrage-marquee .marquee-content .barrage-message .info-amount .txt-bonus {
          line-height: normal;
          font-size: 14px; }
          .barrage-marquee .marquee-content .barrage-message .info-amount .txt-bonus::before {
            font-size: 10px;
            line-height: 30px; }

@keyframes marquee {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(-100%); } }

.page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden; }
  .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame img.roulette-slot-box,
  .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame img.bonus-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1; }
  .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame img.bonus-title {
    width: 65%;
    height: 65%;
    object-fit: cover;
    z-index: 1; }
  .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum {
    background: transparent;
    background-size: auto; }
    .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum .ring {
      display: flex; }
    .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum img.slot-bg-blue {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      height: 90%;
      object-fit: contain;
      z-index: -1;
      display: none; }
  .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame .slotNum {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    transform-style: preserve-3d;
    margin: 0 auto;
    overflow: hidden; }
    .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame .slotNum .ring {
      display: none;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      justify-content: center; }
      .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame .slotNum .ring .slot {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 40%;
        backface-visibility: hidden;
        line-height: 65px; }
        .page-bonus-div .page-bonus-body .bonus-result .SlotBonusGame .slotNum .ring .slot p {
          margin: 0;
          font-size: 24px;
          line-height: 60px;
          font-weight: 600;
          text-shadow: none;
          color: #fff;
          text-shadow: 0 2px 3px #3333334d; }

.spin-0 {
  transform: rotateX(-3719deg); }

.spin-1 {
  transform: rotateX(-3749deg); }

.spin-2 {
  transform: rotateX(-3779deg); }

.spin-3 {
  transform: rotateX(-3809deg); }

.spin-4 {
  transform: rotateX(-3839deg); }

.spin-5 {
  transform: rotateX(-3869deg); }

.spin-6 {
  transform: rotateX(-3899deg); }

.spin-7 {
  transform: rotateX(-3929deg); }

.spin-8 {
  transform: rotateX(-3959deg); }

.spin-9 {
  transform: rotateX(-3989deg); }

.spin-10 {
  transform: rotateX(-4019deg); }

.spin-11 {
  transform: rotateX(-4049deg); }

@keyframes back-spin {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(30deg); } }

@keyframes tiltin {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(45deg); } }

@keyframes tiltout {
  0% {
    transform: rotateY(45deg); }
  100% {
    transform: rotateY(0deg); } }

@keyframes spin-0 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3719deg); } }

@keyframes spin-1 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3749deg); } }

@keyframes spin-2 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3779deg); } }

@keyframes spin-3 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3809deg); } }

@keyframes spin-4 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3839deg); } }

@keyframes spin-5 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3869deg); } }

@keyframes spin-6 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3899deg); } }

@keyframes spin-7 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3929deg); } }

@keyframes spin-8 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3959deg); } }

@keyframes spin-9 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-3989deg); } }

@keyframes spin-10 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-4019deg); } }

@keyframes spin-11 {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-4049deg); } }

.page-bonus-div.multi-event .page-bonus-body .bonus-group {
  margin: 15px auto 25px auto; }

.bonus-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin: 5px auto 12px auto;
  z-index: 25; }
  .bonus-group img.tournament-table {
    position: absolute;
    bottom: -25px;
    width: 110%;
    height: 50px; }
  .bonus-group .slot-box {
    position: relative;
    width: 30%;
    z-index: 10; }
    .bonus-group .slot-box.daily {
      display: block; }
      .bonus-group .slot-box.daily .tournament-slot .slotNum {
        background-color: #474952; }
      .bonus-group .slot-box.daily .bonus-info {
        opacity: 1;
        animation: rotate-out-hor 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        background: #7d7f88c6; }
    .bonus-group .slot-box.weekly {
      display: block; }
      .bonus-group .slot-box.weekly .tournament-slot .slotNum {
        background-color: #8474e9; }
      .bonus-group .slot-box.weekly .bonus-info {
        opacity: 1;
        animation: rotate-out-hor 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        background: #8474e9c3; }
    .bonus-group .slot-box.monthly {
      display: block; }
      .bonus-group .slot-box.monthly .tournament-slot .slotNum {
        background-color: #ffd812; }
      .bonus-group .slot-box.monthly .bonus-info {
        opacity: 1;
        animation: rotate-out-hor 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        background: #ffd812cd; }
        .bonus-group .slot-box.monthly .bonus-info span {
          color: #000; }
    .bonus-group .slot-box .tournament-slot {
      position: relative;
      width: 100%;
      height: 55px;
      margin: 0 auto; }
      .bonus-group .slot-box .tournament-slot img {
        position: absolute;
        bottom: -18px;
        left: -20%;
        width: 140%;
        height: 40px;
        object-fit: cover;
        z-index: -1; }
        .bonus-group .slot-box .tournament-slot img.select {
          display: none; }
      .bonus-group .slot-box .tournament-slot .slotNum img.slot-bg-blue {
        left: 5%;
        top: 2px;
        width: 90%;
        height: 90%;
        object-fit: contain; }
      .bonus-group .slot-box .tournament-slot.select img.select {
        width: 150%;
        left: -25%;
        bottom: -10px;
        height: 88px;
        display: block;
        object-fit: cover; }
      .bonus-group .slot-box .tournament-slot.active img.select {
        position: absolute;
        display: block;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 160%;
        height: 160%;
        animation: pass-role  2s infinite;
        z-index: -1; }
      .bonus-group .slot-box .tournament-slot.active .slotNum::before {
        display: none; }
      .bonus-group .slot-box .tournament-slot.active .slotNum .ring {
        display: block; }
        .bonus-group .slot-box .tournament-slot.active .slotNum .ring .slot::before {
          display: none; }
      .bonus-group .slot-box .tournament-slot.active .slotNum > img.slot-bg-blue {
        display: none; }
      .bonus-group .slot-box .tournament-slot.active.tt-light img.tt-light {
        bottom: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        pointer-events: none;
        user-select: none;
        cursor: none; }
      .bonus-group .slot-box .tournament-slot .slotNum {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        transform-style: preserve-3d;
        margin: 0 auto;
        overflow: hidden; }
        .bonus-group .slot-box .tournament-slot .slotNum img.slot-bg-green {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 90%;
          height: 90%;
          object-fit: contain; }
        .bonus-group .slot-box .tournament-slot .slotNum img.slot-box {
          top: -5%;
          left: -5%;
          width: 110%;
          height: 110%;
          z-index: -3; }
        .bonus-group .slot-box .tournament-slot .slotNum::before {
          content: '?';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          font-size: 160%;
          font-weight: bold;
          text-align: center;
          text-shadow: 0 1px 3px #0000006f;
          line-height: 55px;
          color: #fff; }
        .bonus-group .slot-box .tournament-slot .slotNum .ring {
          display: none;
          height: 45px;
          width: 60px;
          margin: 5px auto;
          transform-style: preserve-3d; }
          .bonus-group .slot-box .tournament-slot .slotNum .ring .slot {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden; }
            .bonus-group .slot-box .tournament-slot .slotNum .ring .slot p {
              line-height: 45px;
              text-align: center;
              color: #fff;
              text-shadow: 0 2px 5px #000000be;
              margin: 0;
              padding: 0; }
      .bonus-group .slot-box .tournament-slot::after {
        top: 2% !important;
        height: 83px !important;
        background-size: 80% !important; }
    .bonus-group .slot-box .bonus-info {
      position: absolute;
      bottom: -35px;
      left: 50%;
      width: 100%;
      max-width: 250px;
      min-width: 99px;
      min-height: 30px;
      padding: 2px 0;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: #888;
      border-radius: 5px;
      z-index: 35; }
      .bonus-group .slot-box .bonus-info span {
        width: 100%;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 1.5px 2px #000000d6;
        word-break: break-all; }
  .bonus-group .tournament-badge-box {
    position: relative;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 10px;
    z-index: 10; }
    .bonus-group .tournament-badge-box a {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      padding-left: 0;
      height: 28px;
      text-decoration: none;
      background: linear-gradient(#3e4042, #878787);
      border: 1px solid #00000033;
      box-shadow: 0px 3px 11px 0px #0000004d; }
      .bonus-group .tournament-badge-box a i.badge {
        position: absolute;
        left: 0;
        top: -3px;
        height: 30px;
        width: 30px;
        padding: 0;
        border-radius: 5px;
        margin: 0;
        background-size: contain;
        background-position: center;
        box-shadow: none;
        border: none;
        opacity: 1; }
      .bonus-group .tournament-badge-box a .num {
        color: #fff;
        text-shadow: 0 1px 3px #00000088;
        width: auto;
        min-width: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        padding-right: 5px;
        opacity: 1;
        z-index: 1; }
        .bonus-group .tournament-badge-box a .num::before {
          display: none; }
      .bonus-group .tournament-badge-box a.active {
        transition: 0.2s ease-in-out;
        filter: none;
        border: 1px solid #ffdd00;
        box-shadow: 0 0 5px #ffdd00; }
        .bonus-group .tournament-badge-box a.active::before {
          background: #ffdd00 !important;
          border-color: #000 !important;
          box-shadow: 0 0 0px 2px #ffdd00,0 0 10px 2px #ffdd00;
          z-index: 10; }
      .bonus-group .tournament-badge-box a.disabled, .bonus-group .tournament-badge-box a.no-ticket {
        filter: brightness(0.3);
        border: inherit;
        box-shadow: none;
        pointer-events: none; }
        .bonus-group .tournament-badge-box a.disabled::before, .bonus-group .tournament-badge-box a.no-ticket::before {
          display: none; }

.modal-box.modal-bonus-detail .modal-main .modal-layout .panel-list-tb li .tournament-badge-box {
  background: none;
  box-shadow: none;
  text-align: center;
  width: 83px;
  height: 30px;
  margin: 0 0 0 auto;
  padding: 0;
  background: #0000006b;
  border-radius: 20px;
  display: flex; }
  .modal-box.modal-bonus-detail .modal-main .modal-layout .panel-list-tb li .tournament-badge-box .badge {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    margin: 0;
    padding: 0;
    box-shadow: none; }
    .modal-box.modal-bonus-detail .modal-main .modal-layout .panel-list-tb li .tournament-badge-box .badge::after {
      display: none;
      top: 0;
      left: 0; }
    .modal-box.modal-bonus-detail .modal-main .modal-layout .panel-list-tb li .tournament-badge-box .badge img {
      aspect-ratio: 1/1;
      width: 90%;
      height: auto;
      margin: -2px 2px 2px 2px; }
    .modal-box.modal-bonus-detail .modal-main .modal-layout .panel-list-tb li .tournament-badge-box .badge span {
      position: relative;
      line-height: 30px;
      width: 100%;
      z-index: 1; }

@keyframes rotate-out-hor {
  0% {
    transform: translate(-50%, 0px); }
  100% {
    transform: translate(-50%, -5px); } }

.device-PC .signupEventBonus-page {
  background-color: rgba(0, 0, 0, 0); }
  .device-PC .signupEventBonus-page .info-box {
    background-color: #111;
    pointer-events: auto; }

.page-bonus-div.iframe-div {
  position: fixed; }

.signupEventBonus-page {
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: none;
  opacity: 0 !important;
  right: -100% !important;
  transition: 0.5s;
  box-shadow: none; }
  .signupEventBonus-page.active {
    right: 0 !important;
    opacity: 1 !important;
    overflow-y: hidden !important; }
  .signupEventBonus-page .page-bonus-header {
    padding-top: 0; }
    .signupEventBonus-page .page-bonus-header .dismiss {
      text-align: right;
      position: relative;
      font-size: 48px;
      margin: 4px;
      color: #ffffff77 !important;
      text-decoration: underline;
      text-transform: capitalize; }
  .signupEventBonus-page .page-bonus-body {
    overflow-x: scroll !important;
    height: calc(100vh - 150px) !important; }
    .signupEventBonus-page .page-bonus-body .bonus-result {
      padding: 0; }
      .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt {
        position: relative;
        width: 100%;
        color: #fff;
        text-shadow: none; }
        .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .welcome {
          margin: 0px auto 5px;
          text-align: center;
          font-size: 32px;
          font-weight: bold;
          display: flex;
          justify-content: center;
          align-items: center;
          white-space: nowrap; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .welcome .brand-logo {
            width: 120px;
            height: 56px;
            margin: 6px 0 0 8px;
            padding: 0 10px; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .welcome .brand-logo img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
        .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .txt-date {
          margin-bottom: 10px; }
        .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box {
          position: relative;
          cursor: pointer; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box .bonus-img {
            position: relative;
            height: 200px;
            width: 200px; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box .bonus-img img.box {
              position: absolute;
              top: 40%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 300px;
              height: 300px;
              object-fit: contain; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.default::after {
            content: 'OPEN';
            position: absolute;
            top: 188px;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 50;
            padding: 8px 15px;
            color: #795548;
            font-size: 20px;
            font-weight: bold;
            background-image: linear-gradient(to bottom right, #ffeb3b, #ff9800);
            border-radius: 40px;
            box-shadow: 0px 3px 0px #f59300; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.no-win .bonus-img::before, .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.no-win .bonus-img::after {
            display: none; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.win .txt-number {
            animation: txt-number 0.5s !important; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.win .bonus-img,
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.win .bonus-img img {
            animation: none; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.win .bonus-img .box {
            animation: none !important;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.win .bonus-img .bonus-win-gold {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 110%;
            height: 110%; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.no-win .txt-number {
            display: none; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .result-box.no-win .bonus-img .box {
            animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
        .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn {
          position: relative;
          display: block;
          width: 100%;
          background-image: none;
          color: #fff;
          top: 0;
          padding: 10px; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn .bonus-times {
            margin: 10px auto;
            width: fit-content;
            padding: 4px 16px;
            border-radius: 20px;
            background-color: #ffffff31; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn .bonus-btn {
            bottom: 0;
            position: relative;
            background: linear-gradient(95deg, #C10000 -5%, #FF5C00 75%);
            padding: 2px 24px;
            width: 160px;
            margin: 12px auto 16px;
            border-radius: 99px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
            border: 0px; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn .bonus-btn::before {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              border-radius: 99px;
              margin: -3px;
              background-image: linear-gradient(273.58deg, #FF0000 0%, #FCB472 15%, #FF0000 30%);
              background-size: 300%;
              animation: bg-pan-right 1.5s infinite;
              z-index: -1; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn .bonus-btn a {
              text-decoration: none; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn a {
            display: block;
            text-align: center;
            margin: 8px;
            color: #fff; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-result-btn a.bonus-btn {
              bottom: 0;
              background: linear-gradient(95deg, #C10000 -5%, #FF5C00 75%);
              padding: 12px 24px;
              width: 160px;
              margin: 0 auto 16px;
              border-radius: 99px;
              text-decoration: none;
              font-weight: bold;
              text-align: center;
              box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
              border: 0px; }
        .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-time {
          padding: 10px; }
          .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-time .main-event-box {
            background: none;
            padding: 0; }
            .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-time .main-event-box .txt-info {
              min-height: 0; }
              .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-time .main-event-box .txt-info.box-body {
                border: none;
                background: none;
                padding: 0; }
                .signupEventBonus-page .page-bonus-body .bonus-result .bonus-result-txt .bonus-time .main-event-box .txt-info.box-body .btn-detail {
                  background-color: #FF5C00;
                  right: 50%;
                  transform: translateX(50%);
                  margin: 0; }
    .signupEventBonus-page .page-bonus-body .info-box {
      background-color: #111;
      margin-bottom: 20px; }
      .signupEventBonus-page .page-bonus-body .info-box ul {
        position: absolute;
        text-align: left; }
        .signupEventBonus-page .page-bonus-body .info-box ul li {
          color: #ffffff70; }

.modal {
  z-index: 2500; }

@keyframes signup-btn {
  0%, 100% {
    bottom: 24px; }
  50% {
    bottom: 22px; } }

@keyframes bonus {
  0% {
    font-size: 0;
    opacity: 0;
    transform: translateY(120px); }
  50% {
    font-size: 10px;
    opacity: 0; }
  75% {
    font-size: 10px;
    opacity: 0;
    transform: translateY(120px); }
  90%, 100% {
    font-size: 32px;
    transform: translateY(-40px); } }

@keyframes bonus-shine {
  0% {
    transform: translateY(180px) scale(0); }
  100% {
    transform: translateY(0px) scale(1); } }

@keyframes txt-number {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes envelopes_open_txt {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(105%); }
  50% {
    transform: translate(-50%, -50%) scale(1);
    filter: brightness(100%); }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(105%); } }

.page-bonus-div.Raffle-multi, .page-bonus-div.Raffle {
  background-size: 100%; }
  .page-bonus-div.Raffle-multi .page-bonus-body, .page-bonus-div.Raffle .page-bonus-body {
    background: linear-gradient(180deg, #00000000, #000000d2 100%); }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .txt-ticket-all, .page-bonus-div.Raffle .page-bonus-body .bonus-result .txt-ticket-all {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn {
      position: relative;
      justify-items: center;
      width: 310px;
      height: 310px;
      margin: 0 auto;
      padding: 0 2% 2% 2%;
      border-radius: 15px; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn img, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn img.bonus-take,
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn img.hole, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn img.bonus-take,
      .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn img.hole {
        display: none; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn img.raffle-table, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn img.raffle-table {
        width: 106%;
        height: 106%;
        left: -3%;
        top: -1.5%; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn {
        width: 100px;
        height: 80px; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5), .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5) {
          background: none !important; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5) img.bonus-question, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5) img.bonus-question {
            display: none; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5)::before, .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5)::after, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5)::before, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn:nth-of-type(5)::after {
            display: none; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.bonus-question, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.bonus-question {
          left: 0;
          width: 100px;
          height: 80px; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.bonus-win-gold, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.bonus-win-gold {
          z-index: 1 !important; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open {
          opacity: 1; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-take,
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.hole, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-take,
          .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.hole {
            display: block;
            animation: jello-horizontal 0.9s both !important; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-question, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-question {
            display: none; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.awards, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.awards {
            left: -20%;
            top: -20%;
            width: 120px;
            height: 120px;
            z-index: 2; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5), .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5) {
            background: none !important; }
            .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5)::before, .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5)::after, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5)::before, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5)::after {
              display: none; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open {
          background-size: 100% !important;
          z-index: 10000; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open img.awards, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open img.awards {
            animation: heartbeat 1.5s infinite; }
          .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open::after, .page-bonus-div.Raffle .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.user-open::after {
            background: url(../../../theme/images/src-common/BONUSEVENT-img/bonus-win-gold.webp), radial-gradient(circle, #ffc400 23%, #ffa500ba 27%, #ffcf0000 100%);
            width: 170px;
            height: 170px;
            top: -29px;
            left: -29px;
            background-size: cover;
            animation: flicker-in-1 1s linear infinite both; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus, .page-bonus-div.Raffle .page-bonus-body .bonus-result .raffle-bonus {
      display: flex;
      justify-content: center;
      padding: 0 0 5px 0;
      margin: 0 auto; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus .raffle-btn, .page-bonus-div.Raffle .page-bonus-body .bonus-result .raffle-bonus .raffle-btn {
        width: 70px;
        height: 70px;
        position: relative; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus .raffle-btn .txt-number, .page-bonus-div.Raffle .page-bonus-body .bonus-result .raffle-bonus .raffle-btn .txt-number {
          position: absolute;
          bottom: 0;
          left: -5%;
          font-size: 13px !important;
          font-weight: lighter; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus img.awards, .page-bonus-div.Raffle .page-bonus-body .bonus-result .raffle-bonus img.awards {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-time .btn-tooltip, .page-bonus-div.Raffle .page-bonus-body .bonus-time .btn-tooltip {
      color: #fff; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-time .btn-tooltip .tooltip-box, .page-bonus-div.Raffle .page-bonus-body .bonus-time .btn-tooltip .tooltip-box {
        background-color: #1f1e1d; }
        .page-bonus-div.Raffle-multi .page-bonus-body .bonus-time .btn-tooltip .tooltip-box::before, .page-bonus-div.Raffle .page-bonus-body .bonus-time .btn-tooltip .tooltip-box::before {
          transform: translateX(70px);
          border-color: transparent transparent #1f1e1d transparent; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-time .txt-info .txt-info-inner .txt-rate, .page-bonus-div.Raffle .page-bonus-body .bonus-time .txt-info .txt-info-inner .txt-rate {
      min-width: auto; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-time .txt-info .btn-detail, .page-bonus-div.Raffle .page-bonus-body .bonus-time .txt-info .btn-detail {
      background: #47b2e6; }
    .page-bonus-div.Raffle-multi .page-bonus-body .info-box, .page-bonus-div.Raffle .page-bonus-body .info-box {
      padding: 4% 2%;
      background: #000000b0; }
      .page-bonus-div.Raffle-multi .page-bonus-body .info-box .ticket-box ul, .page-bonus-div.Raffle .page-bonus-body .info-box .ticket-box ul {
        background: none; }
      .page-bonus-div.Raffle-multi .page-bonus-body .info-box .ticket-box::before, .page-bonus-div.Raffle-multi .page-bonus-body .info-box .ticket-box::after, .page-bonus-div.Raffle .page-bonus-body .info-box .ticket-box::before, .page-bonus-div.Raffle .page-bonus-body .info-box .ticket-box::after {
        background: none;
        display: none; }

.page-bonus-div.Raffle .page-bonus-body .bonus-result .txt-ticket-all {
  bottom: 75px; }

.page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .txt-ticket-all {
  top: 5px;
  background-color: #4420b8;
  line-height: 2;
  padding: 0 15px;
  border: 2px outset #ffd343;
  border-radius: 15px;
  z-index: 50; }

.page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn {
  position: relative;
  grid-template-columns: repeat(5, 20%);
  gap: 0;
  padding: 15px 1% 0 1%;
  height: auto;
  width: 350px;
  background: linear-gradient(132deg, #8a37ff 0%, #000b75 100%);
  border-radius: 15px 15px 0 0;
  margin: 20px auto 0px auto; }
  .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn.turn-card {
    animation: flip-vertical-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
  .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn {
    justify-self: center;
    width: 100%;
    height: 60px;
    bottom: auto;
    margin-bottom: 5px; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.awards {
      top: 50% !important;
      left: 50% !important;
      width: 130% !important;
      height: 130% !important;
      transform: translate(-50%, -50%); }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn img.bonus-take {
      display: none; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open {
      opacity: 1;
      background-size: 90% !important;
      top: auto;
      width: 100%;
      height: 60px; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-take {
        display: block; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open img.bonus-question-multi {
        display: none; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open:nth-of-type(5) {
        background-size: 90% !important; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open .txt-number {
        display: inline-block;
        line-height: 1.5;
        font-size: 90%;
        top: 40px;
        left: 50% !important;
        transform: translateX(-50%);
        width: auto;
        min-width: 50px;
        right: auto;
        line-height: normal;
        font-weight: bold;
        border-radius: 10px;
        text-shadow: 4px 4px 8px #0b3f80;
        background-image: linear-gradient(#00000085 0, #000000ec 100%);
        border: 1px inset #000000c4;
        padding: 0 10px;
        animation: jello-vertical 0.9s both; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open::after {
        display: none; }
      .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.open::before {
        content: '';
        display: inline-block;
        background: inherit;
        width: 70px;
        height: 70px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 50;
        background-size: 90% !important;
        filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
        animation: none;
        pointer-events: none; }
  .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .btn-refresh {
    align-self: center;
    width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 35px;
    font-size: 110%;
    color: #fff;
    border: 2px solid #ffffffc9;
    text-shadow: none;
    transform: none;
    text-align: center;
    border-radius: 100px;
    box-shadow: #3b5fe9 0px -23px 25px 0px inset, #18d6f1 0px -36px 0px 0px inset, #0b1c42 0px -79px 40px 0px inset, #0c193b -1px 10px 9px; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .btn-refresh i {
      font-style: normal; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .btn-refresh::before {
      content: '\e931';
      font-family: 'icomoon' !important; }
    .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .bonus-multi-btn .btn-refresh:hover {
      border: 2px solid #5e79e6;
      box-shadow: #1b37a7 0px -23px 25px 0px inset, #0a8a9b 0px -36px 0px 0px inset, #041230 0px -79px 40px 0px inset, #020e2e -1px 10px 9px; }

.page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus {
  background: #00000070;
  border: 2px outset #3b5fe9;
  border-left: none;
  border-right: none;
  gap: 2px;
  padding: 0;
  border-radius: 0; }
  .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus .txt-number {
    line-height: normal;
    top: auto !important;
    bottom: 0px;
    background: linear-gradient(#000000af, #00000071);
    width: 100%;
    border-radius: 3px;
    font-size: 13px !important; }
  .page-bonus-div.Raffle-multi .page-bonus-body .bonus-result .raffle-bonus .raffle-btn {
    width: 100%;
    height: 70px; }

@keyframes flip-vertical-right {
  0% {
    transform: scale(1) rotateY(0); }
  50% {
    transform: scale(0.4) rotateY(-90deg); }
  100% {
    transform: scale(1) rotateY(0deg); } }

.CLASSIC .page-bonus-div .page-bonus-Roulette .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum .ring .slot::before {
  display: none !important; }

.page-bonus-div.page-bonus-Roulette {
  height: 100vh;
  background: #232323;
  background-size: 100%; }
  .page-bonus-div.page-bonus-Roulette.no-tournament .page-bonus-body .bonus-result::before {
    display: none; }
  .page-bonus-div.page-bonus-Roulette.no-tournament .page-bonus-body .bonus-result .tt-box {
    display: none; }
  .page-bonus-div.page-bonus-Roulette .page-bonus-body {
    position: relative;
    overflow-x: hidden;
    height: auto;
    padding: 50px 0 100px 0;
    margin-top: -40px; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body img.tournament-top,
    .page-bonus-div.page-bonus-Roulette .page-bonus-body img.tournament-leave {
      position: absolute;
      top: 16px;
      left: 0;
      width: 100%;
      height: 109px;
      z-index: -1;
      object-fit: contain; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body img.tournament-leave {
      top: -2px;
      left: -5%;
      width: 110%;
      height: 100%;
      object-fit: contain;
      transition: 0.4s; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame {
      top: 40px;
      transform-origin: center;
      filter: brightness(0.7);
      transition: 0.5s;
      overflow: visible;
      z-index: -1; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.select-tour {
        top: 15px;
        transform: scale(1.1) translate(-45%, -50%); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.select-tour.active img.slot-bg-blue {
          display: block; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.select-tour.active img.bonus-title {
          display: none; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame .slotNum {
        background-size: 50%;
        background-position-y: 40%;
        height: 70%; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.active {
        top: 30px;
        width: 250px;
        height: 80px;
        filter: none;
        z-index: 2; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.active .slotNum .ring .slot {
          background-size: 90px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.active .slotNum .ring .slot p {
            line-height: 66px; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .SlotBonusGame.active ~ .tt-box.show {
          right: 80px;
          top: 5px;
          z-index: 9; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box {
      position: absolute;
      z-index: -2;
      display: inline-block;
      top: 10px;
      right: 70px;
      transition: all 0.4s ease-in-out; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box img.tournament-staff {
        position: absolute;
        top: 0;
        width: 60px;
        height: 100px;
        transition: 0.5s;
        right: 20%; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box.show {
        z-index: 1; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box.show .tt-light {
          right: -5px;
          transition: 0.5s;
          opacity: 1;
          transform: scale(1); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box.show img.tournament-staff {
          opacity: 1;
          top: -20px;
          display: block;
          transform: scale(1.2);
          z-index: -1; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box .tt-light {
        position: absolute;
        display: inline-block;
        top: -22px;
        right: -90px;
        width: 60px;
        height: 60px;
        border-radius: 0 50px 50px 0;
        transition: 0.5s;
        opacity: 0; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .tt-box .tt-light.start {
          background: transparent;
          opacity: 1;
          transform: scale(1);
          position: absolute;
          offset-path: path("M24.26 6.91s136.142-58.23 61.51 176.328L.476 448.961");
          animation: move 900ms both;
          display: inline-block;
          z-index: 40;
          top: -35px;
          left: -15px;
          width: 60px;
          height: 60px; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box {
      position: relative;
      width: 100%;
      height: 240px;
      transition: transform 0.3s ease-in-out; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box.active .bonus-roulette-rotate .txt-bonus.chance.win {
        z-index: 1; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box.active .bonus-roulette-rotate .txt-bonus.chance.win .txt {
          text-shadow: none; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box.active::after {
        top: -25%;
        animation: heartbeat 2s infinite; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate {
        position: relative;
        margin: -15px auto 0 auto;
        width: 340px;
        height: 340px;
        border-radius: 100%; }
        @media only screen and (max-width: 350px) {
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate {
            width: 300px;
            height: 300px; } }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate img.roulette-box {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 280px;
          height: 280px;
          background-size: 280px;
          border-radius: 500px;
          box-shadow: 0 5px 20px #000;
          z-index: -1; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus {
          font-weight: bolder;
          transform-origin: 50% 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          text-shadow: none;
          display: block;
          text-align: center;
          width: 100px;
          height: 30px;
          line-height: 30px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus .txt {
            text-align: center;
            text-shadow: 0px 1px 5px #482111;
            color: #ffedc3; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus {
          padding-left: 0;
          text-shadow: 0px 1px 5px #482111;
          color: #ffedc3; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus::before {
            display: none; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.win .txt {
            color: #fff;
            transform: scale(1.2); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance {
            transition: all 0.2s; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance::before {
              display: inline-block;
              content: "?";
              position: absolute;
              top: -20px;
              left: 0;
              width: 100%;
              height: 70px;
              line-height: 70px;
              text-align: center;
              font-size: 20px;
              color: #6c330f;
              font-weight: bold;
              text-shadow: none;
              opacity: 1;
              z-index: 100; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance img.chance {
              display: inline-block;
              position: absolute;
              top: -20px;
              left: 0;
              width: 100%;
              height: 70px;
              object-fit: contain;
              line-height: 70px;
              background: url("../../../theme/images/src-common/BONUSEVENT-img/ROULETTE/bonus-chance.webp") top center no-repeat;
              background-size: 70px;
              opacity: 1;
              z-index: -10; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance .txt {
              display: none;
              position: absolute;
              top: -20px;
              left: 0;
              width: 100%;
              height: 70px;
              line-height: 70px;
              color: #6c330f;
              z-index: -1; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance.win::before {
              animation: txt-bonus-1 1s ease-in-out both; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance.win img.chance {
              animation: txt-bonus-2 1s ease-in-out both; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate .txt-bonus.chance.win .txt {
              display: inline-block !important;
              animation: txt-bonus-3 1s ease-in-out both; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus {
          font-size: 28px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(1) {
            transform: translate(-50%, -385%); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(2) {
            transform: translate(40%, -215%) rotate(60deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(3) {
            transform: translate(37%, 120%) rotate(120deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(4) {
            transform: translate(-50%, 285%) rotate(180deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(5) {
            transform: translate(-136%, 117%) rotate(240deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-6 .txt-bonus:nth-child(6) {
            transform: translate(-135%, -215%) rotate(300deg); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus {
          font-size: 24px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(1) {
            transform: translate(-50%, -385%); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(2) {
            transform: translate(31%, -262%) rotate(51.4deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(3) {
            transform: translate(49%, 30%) rotate(102.8deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(4) {
            transform: translate(-5%, 262%) rotate(154.2deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(5) {
            transform: translate(-94%, 258%) rotate(205.6deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(6) {
            transform: translate(-149%, 28%) rotate(257deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-7 .txt-bonus:nth-child(7) {
            transform: translate(-130%, -263%) rotate(308.4deg); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus {
          font-size: 20px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(1) {
            transform: translate(-50%, -370%); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(2) {
            transform: translate(20%, -281%) rotate(45deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(3) {
            transform: translate(50%, -50%) rotate(90deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(4) {
            transform: translate(20%, 175%) rotate(135deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(5) {
            transform: translate(-50%, 280%) rotate(180deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(6) {
            transform: translate(-120%, 182%) rotate(225deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(7) {
            transform: translate(-151%, -45%) rotate(270deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-8 .txt-bonus:nth-child(8) {
            transform: translate(-120%, -283%) rotate(315deg); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus {
          font-size: 17px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(1) {
            transform: translate(-50%, -385%); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(2) {
            transform: translate(16%, -303%) rotate(42deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(3) {
            transform: translate(49%, -110%) rotate(79deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(4) {
            transform: translate(37%, 110%) rotate(121deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(5) {
            transform: translate(-16%, 256%) rotate(158deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(6) {
            transform: translate(-85%, 259%) rotate(203deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(7) {
            transform: translate(-136%, 112%) rotate(234deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(8) {
            transform: translate(-151%, -108%) rotate(277deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-9 .txt-bonus:nth-child(9) {
            transform: translate(-118%, -318%) rotate(320deg); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus {
          font-size: 15px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(1) {
            transform: translate(-49%, -385%) rotate(0deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(2) {
            transform: translate(9%, -319%) rotate(36deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(3) {
            transform: translate(42%, -150%) rotate(72deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(4) {
            transform: translate(44%, 55%) rotate(108deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(5) {
            transform: translate(10%, 224%) rotate(144deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(6) {
            transform: translate(-50%, 280%) rotate(180deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(7) {
            transform: translate(-107%, 209%) rotate(216deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(8) {
            transform: translate(-141%, 45%) rotate(262deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(9) {
            transform: translate(-141%, -150%) rotate(288deg); }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-rotate.num-10 .txt-bonus:nth-child(10) {
            transform: translate(-108%, -318%) rotate(324deg); }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click {
        pointer-events: auto !important;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, 3%);
        z-index: 99;
        cursor: pointer; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-arrow {
          position: absolute;
          top: -90%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 40px;
          height: 40px;
          pointer-events: none;
          cursor: none; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-arrow img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-hand {
          pointer-events: auto !important;
          width: 4rem;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -1rem 0 0 0;
          z-index: 299; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-hand.stop {
            animation: none; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-hand img {
            max-width: 100%; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-pointer {
          position: absolute;
          pointer-events: auto !important;
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 100;
          cursor: pointer; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box .bonus-roulette-click .bonus-roulette-pointer img {
            transform: scale(1.2);
            object-fit: cover;
            max-width: 100%; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result {
      z-index: 10;
      margin-top: -25px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .txt-ticket-all {
        top: -25px;
        background: #422c08;
        border-radius: 8px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .bonus-result-btn {
        background-image: linear-gradient(135deg, #6521a5 1%, #00c3ff 49%, #9a24be 50%, #7021a5); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn {
          background: #d21dff;
          color: #ffffff; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn .icon-ticket-all::before {
            color: #fff; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn.btn-s {
            border: 2px solid #ffe661; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result .bonus-result-btn .bonus-btn.disabled {
            background: #412840;
            border-color: #5f5f5f;
            color: #745670; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group {
      pointer-events: auto;
      margin: 50px auto 0;
      z-index: 20;
      width: 300px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group::before {
        display: none; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box {
        box-shadow: 0 8px 6px #0000008a; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.daily ~ .tournament-animate .tournament-object, .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.weekly ~ .tournament-animate .tournament-object {
          bottom: 40px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.daily ~ .tournament-animate .tournament-object img.stone-default, .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.weekly ~ .tournament-animate .tournament-object img.stone-default {
            opacity: 0; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.daily ~ .tournament-animate .tournament-object img.stone-bling, .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box.weekly ~ .tournament-animate .tournament-object img.stone-bling {
            opacity: 1; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot {
          filter: brightness(0.8);
          height: 60px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum {
            background-size: cover; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum::before {
              line-height: 64px; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum .ring {
              width: 80px;
              height: 50px; }
              .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum .ring .slot {
                background-size: cover; }
                .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum .ring .slot p {
                  line-height: 50px;
                  font-size: 130%; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .tournament-slot.active {
            filter: none; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .slot-box .bonus-info {
          bottom: -25px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate {
        position: absolute;
        width: 100%;
        height: 100%; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate .tournament-object {
          position: absolute;
          bottom: 10px;
          right: 40px;
          width: 80px;
          height: 80px;
          transition: all 0.7s; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate .tournament-object img {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: contain; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate .tournament-object img.stone-bling {
            opacity: 0; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate .tournament-object.active ~ .tournament-move {
            display: block; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group .tournament-animate .tournament-move {
          position: absolute;
          display: none;
          top: -58px;
          right: 19%;
          width: 50px;
          height: 50px;
          transition: 0.2s;
          z-index: 1; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-group img.tournament-bg {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 80px;
        border-radius: 10px;
        box-shadow: inset 0 0 5px #454545;
        z-index: -10; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time {
      position: relative;
      margin-top: 12px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .btn-tooltip {
        color: #fff; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .btn-tooltip i {
          font-size: 18px;
          background: none; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .btn-tooltip .tooltip-box {
          left: -165px;
          background-color: #54b3ce; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .btn-tooltip .tooltip-box::before {
            transform: translateX(38px);
            border-color: transparent transparent #54b3ce transparent; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .txt-info {
        color: #83E0FB;
        margin: 15px auto;
        border: 2px solid #83E0FB; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .txt-info .txt-info-inner .txt-rate {
          min-width: auto; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time .txt-info .btn-detail {
          background: #54b3ce; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .event-game-list .item {
      flex-flow: row wrap;
      align-items: flex-start;
      justify-content: center; }
    .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box {
      position: relative;
      padding: 0;
      background: none;
      margin: 15px 5% 0 5%; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box {
        position: relative;
        border: 1px solid #83E0FB;
        background-color: rgba(0, 0, 0, 0.7); }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box::before, .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box::after {
          display: inline-block !important;
          content: '';
          position: absolute;
          border-top: 2px solid #83E0FB;
          border-left: 2px solid #83E0FB;
          width: 10px;
          height: 10px;
          left: 5px;
          top: 5px;
          background: none; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box::after {
          left: auto;
          right: 5px;
          border: none;
          border-top: 2px solid #83E0FB;
          border-right: 2px solid #83E0FB;
          background: none; }
        .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box ul {
          background: none;
          padding: 20px; }
          .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box ul li {
            padding-left: 20px;
            color: #fff; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box ul li::before, .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box ul li::after {
              content: '';
              border: 1px solid #83e0fb;
              width: 15px;
              height: 15px;
              border-radius: 50px; }
            .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box .ticket-box ul li::after {
              position: absolute;
              left: -2.5px;
              top: 2.5px;
              transform: translateX(50%);
              width: 10px;
              height: 10px;
              border: 1px solid #83e0fb; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box::before, .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box::after {
        display: inline-block !important;
        content: '';
        position: absolute;
        border-bottom: 2px solid #83E0FB;
        border-left: 2px solid #83E0FB;
        width: 10px;
        height: 10px;
        left: 7px;
        bottom: 7px; }
      .page-bonus-div.page-bonus-Roulette .page-bonus-body .info-box::after {
        left: auto;
        right: 7px;
        border: none;
        border-bottom: 2px solid #83E0FB;
        border-right: 2px solid #83E0FB; }

.device-PC .page-bonus-div.page-bonus-Roulette .page-bonus-body .Roulette-box {
  transform: scale(1.2); }

.device-PC .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-result {
  margin-top: 0px; }

.device-PC .page-bonus-div.page-bonus-Roulette .page-bonus-body .bonus-time {
  margin-top: 35px; }

@keyframes roulette-Congratulations {
  0% {
    transform: scale(0.3);
    top: -500px; }
  100% {
    transform: scale(1);
    top: 0; } }

@keyframes roulette-hand {
  0% {
    transform: rotate(-15deg) scale(0.8); }
  25% {
    transform: rotate(5deg) scale(1.1); }
  50% {
    transform: rotate(-15deg) scale(0.8); }
  75% {
    transform: rotate(5deg) scale(1.1); }
  100% {
    transform: rotate(-15deg) scale(0.8); } }

@keyframes roulette-pointer {
  0% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(3deg); } }

@keyframes txt-bonus-1 {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(720deg);
    opacity: 0; } }

@keyframes txt-bonus-2 {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(720deg); } }

@keyframes txt-bonus-3 {
  0% {
    transform: rotateY(0);
    opacity: 0; }
  100% {
    transform: rotateY(720deg);
    opacity: 1; } }

@keyframes tt-light-animation {
  0%, 100% {
    transform: rotate(0deg) scale(0.96); }
  50% {
    transform: rotate(45deg) scale(1); } }

@keyframes move {
  0% {
    offset-distance: 0%;
    transform: scale(1);
    opacity: 0; }
  40% {
    transform: scale(2);
    opacity: 1; }
  100% {
    transform: scale(1);
    offset-distance: 100%; } }

@keyframes tournament-leave {
  0%, 100% {
    top: 0; }
  50% {
    top: -7px; } }

.CLASSIC .page-bonus-div .page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum .ring .slot::before {
  display: none !important; }

.page-bonus-div.page-bonus-MARIOSLOT {
  background-size: cover;
  -webkit-overflow-scrolling: auto; }
  .page-bonus-div.page-bonus-MARIOSLOT.daily .page-bonus-body .bonus-group .tournament-animate .tournament-move {
    position: absolute;
    top: -5px;
    right: 15%;
    width: 100px;
    height: 100px;
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/tournament/tournament-light-daily.webp") center top no-repeat;
    background-size: cover;
    transition: 0.5s;
    z-index: 99;
    display: none;
    transition: 2s;
    opacity: 0;
    animation: bomb-daily 0.5s; }
  .page-bonus-div.page-bonus-MARIOSLOT.weekly .page-bonus-body .bonus-result .tt-box .tt-light.start::before {
    left: 28px; }
  .page-bonus-div.page-bonus-MARIOSLOT.weekly .page-bonus-body .bonus-group .tournament-animate .tournament-move {
    position: absolute;
    top: -5px;
    right: 15%;
    width: 100px;
    height: 100px;
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/tournament/tournament-light-weekly.webp") center top no-repeat;
    background-size: cover;
    transition: 0.5s;
    z-index: 99;
    display: none;
    transition: 2s;
    opacity: 0;
    animation: bomb-weekly 0.5s; }
  .page-bonus-div.page-bonus-MARIOSLOT.monthly .page-bonus-body .bonus-result .tt-box.show {
    bottom: auto;
    height: 60px;
    background: url(../../../theme/images/src-common/BONUSEVENT-img/MARIO/bomb-box-monthly.webp) no-repeat;
    background-size: cover; }
  .page-bonus-div.page-bonus-MARIOSLOT.monthly .page-bonus-body .bonus-result .tt-box .tt-light.start::before {
    left: 28px; }
  .page-bonus-div.page-bonus-MARIOSLOT.monthly .page-bonus-body .bonus-group .tournament-animate .tournament-move {
    position: absolute;
    top: -40px;
    right: 15%;
    width: 100px;
    height: 100px;
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/tournament/tournament-light-monthly.webp") center top no-repeat;
    background-size: cover;
    transition: 0.5s;
    z-index: 99;
    display: none;
    transition: 2s;
    opacity: 0;
    animation: bomb-weekly 0.5s; }
  .page-bonus-div.page-bonus-MARIOSLOT.no-chance .page-bonus-body .bonus-result #roll-button {
    top: 50% !important; }
  .page-bonus-div.page-bonus-MARIOSLOT.no-chance.MARIOSLOT-MINER .page-bonus-body .bonus-result .tt-box {
    top: 20px; }
    .page-bonus-div.page-bonus-MARIOSLOT.no-chance.MARIOSLOT-MINER .page-bonus-body .bonus-result .tt-box.show {
      z-index: 1; }
      .page-bonus-div.page-bonus-MARIOSLOT.no-chance.MARIOSLOT-MINER .page-bonus-body .bonus-result .tt-box.show::after {
        width: 163px;
        right: -153px;
        top: 30px; }
      .page-bonus-div.page-bonus-MARIOSLOT.no-chance.MARIOSLOT-MINER .page-bonus-body .bonus-result .tt-box.show .tt-light::before {
        top: 40px; }
    .page-bonus-div.page-bonus-MARIOSLOT.no-chance.MARIOSLOT-MINER .page-bonus-body .bonus-result .tt-box .tt-light::before {
      top: 27px; }
  .page-bonus-div.page-bonus-MARIOSLOT.no-tournament .page-bonus-body .bonus-result::before {
    display: none; }
  .page-bonus-div.page-bonus-MARIOSLOT.no-tournament .page-bonus-body .bonus-result .tt-box {
    display: none; }
  .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body {
    padding-top: 65px;
    overflow-x: hidden; }
    .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result {
      pointer-events: auto;
      overflow: visible;
      position: relative;
      z-index: 2; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn {
        position: relative;
        display: grid;
        padding: 10px 10px 15px 10px;
        grid-gap: 2px;
        border-radius: 15px;
        margin: 0 auto 10px auto;
        max-width: 350px;
        height: auto;
        border: none;
        z-index: 1;
        border-top: 2px solid #363636;
        grid-template-columns: auto; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn img.stone-box-bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain;
          border-radius: 15px;
          z-index: -1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn.run-1, .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn.run-2 {
          display: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn {
          position: relative;
          width: 55px;
          height: 55px;
          overflow: visible;
          background: #3f28146f;
          border: 2px dashed #5F3913;
          border-radius: 8px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn .award-role {
            margin-top: -5px;
            width: 40px;
            height: 30px;
            opacity: .4;
            object-fit: contain; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance {
            overflow: visible;
            opacity: 0.7;
            border: 2px solid transparent;
            background: transparent; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance .award-role {
              width: 100%;
              height: 100%;
              background-size: cover;
              filter: none;
              opacity: 1 !important;
              border-radius: 5px; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance::before {
              content: "?";
              position: absolute;
              width: auto;
              height: auto;
              width: 100%;
              line-height: 42px;
              top: 0;
              left: 0;
              z-index: 1100;
              opacity: 1 !important;
              font-size: 42px;
              font-weight: bold;
              text-shadow: 0px 3px 2px rgba(63, 40, 20, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(84, 68, 27, 0.1); }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance .txt-number {
              display: none; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance.active {
              z-index: 9999;
              opacity: 1; }
              .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance.active::before {
                animation: vibrate-stone 1s linear both; }
              .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance.active .award-role {
                display: inline-block;
                z-index: 999;
                background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
                background-size: cover;
                animation: vibrate-stone 1s linear both; }
              .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance.active .txt-number {
                display: inline-block;
                font-size: 25px;
                top: 45%;
                bottom: auto;
                left: 50%;
                right: auto;
                z-index: 1250;
                opacity: 1;
                color: #f9d25d;
                text-shadow: 0 0 2px #000;
                animation: txtNumber 0.8s ease both;
                animation-delay: 1.5s;
                transform: translate(-50%, -50%); }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.Awards-chance.default {
              border: 2px solid #ffda36c0;
              animation: startAnime 1s reverse infinite; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn .txt-number {
            left: 0;
            top: auto;
            bottom: -2px;
            color: #E8B542;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            pointer-events: none;
            text-shadow: none; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.active {
            z-index: 99;
            overflow: visible; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.active::before {
              content: '';
              position: absolute;
              left: -2px;
              top: -2px;
              width: calc( 100% + 4px);
              height: calc( 100% + 4px);
              border-radius: 8px;
              background: url(../../../theme/images/src-common/BONUSEVENT-img/MARIO/CurrentSteps.png) no-repeat left top;
              background-size: cover;
              border: 2px solid #ffda36c0; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.active .award-role {
              opacity: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-1 {
            animation: pass 1s linear both;
            animation-delay: 0s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-2 {
            animation: pass 1s linear both;
            animation-delay: 0.0625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-3 {
            animation: pass 1s linear both;
            animation-delay: 0.125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-4 {
            animation: pass 1s linear both;
            animation-delay: 0.1875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-5 {
            animation: pass 1s linear both;
            animation-delay: 0.25s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-6 {
            animation: pass 1s linear both;
            animation-delay: 0.3125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-7 {
            animation: pass 1s linear both;
            animation-delay: 0.375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-8 {
            animation: pass 1s linear both;
            animation-delay: 0.4375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-9 {
            animation: pass 1s linear both;
            animation-delay: 0.5s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-10 {
            animation: pass 1s linear both;
            animation-delay: 0.5625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-11 {
            animation: pass 1s linear both;
            animation-delay: 0.625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-12 {
            animation: pass 1s linear both;
            animation-delay: 0.6875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-13 {
            animation: pass 1s linear both;
            animation-delay: 0.75s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-14 {
            animation: pass 1s linear both;
            animation-delay: 0.8125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-15 {
            animation: pass 1s linear both;
            animation-delay: 0.875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-16 {
            animation: pass 1s linear both;
            animation-delay: 0.9375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-17 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-18 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.0625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-19 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-20 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.1875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-21 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.25s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-22 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.3125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-23 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-24 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.4375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-25 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.5s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-26 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.5625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-27 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-28 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.6875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-29 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.75s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-30 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.8125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-31 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-32 {
            animation: pass 1s linear both 3.2s 2;
            animation-delay: 0.9375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-33 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-34 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.0625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-35 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-36 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.1875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-37 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.25s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-38 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.3125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-39 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-40 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.4375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-41 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.5s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-42 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.5625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-43 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.625s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-44 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.6875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-45 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.75s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-46 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.8125s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-47 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.875s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.pass-48 {
            animation: pass 1.0s linear both 4.2s 3;
            animation-delay: 0.9375s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(1) {
            grid-row: 1;
            grid-column: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(2) {
            grid-row: 1;
            grid-column: 2; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(3) {
            grid-row: 1;
            grid-column: 3; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(4) {
            grid-row: 1;
            grid-column: 4; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(5) {
            grid-row: 1;
            grid-column: 5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(6) {
            grid-row: 2;
            grid-column: 5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(7) {
            grid-row: 3;
            grid-column: 5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(8) {
            grid-row: 4;
            grid-column: 5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(9) {
            grid-row: 5;
            grid-column: 5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(10) {
            grid-row: 5;
            grid-column: 4; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(11) {
            grid-row: 5;
            grid-column: 3; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(12) {
            grid-row: 5;
            grid-column: 2; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(13) {
            grid-row: 5;
            grid-column: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(14) {
            grid-row: 4;
            grid-column: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(15) {
            grid-row: 3;
            grid-column: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.bonus-btn:nth-child(16) {
            grid-row: 2;
            grid-column: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .bonus-multi-btn .bonus-btn.center {
            display: none !important; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame {
        background-size: 145px;
        border-radius: 10px;
        width: 150px;
        height: 80px;
        top: 80px;
        transform: translateX(-50%);
        transition: all 0.40s ease-in-out;
        z-index: 2;
        box-shadow: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame img.slot-box {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain;
          z-index: -1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame img.slot-bg-blue {
          display: none !important; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame img.slot-bg-orange {
          position: absolute;
          width: 80%;
          height: 80%;
          left: 10%;
          top: 10%;
          z-index: -1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame .slotNum {
          background: transparent;
          position: absolute;
          top: 10%;
          left: 0;
          width: 100%;
          height: 80%;
          transform-style: preserve-3d;
          margin: 0 auto;
          overflow: hidden; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame .slotNum img.bonus-title {
            width: 100%;
            height: 100%; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame .slotNum::before {
            content: '';
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            display: none; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame .slotNum .slot p {
            line-height: 60px !important;
            font-size: 30px !important;
            text-shadow: 0 0 4px #000000 !important;
            color: #fff !important;
            font-weight: bold; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame.select-tour {
          transform: translateX(-50%) scale(1);
          opacity: 1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame.active img.bonus-title {
          display: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .SlotBonusGame.active .slotNum {
          background: transparent; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box {
        position: absolute;
        display: inline-block;
        width: 70px;
        height: 30px;
        transition: 0.5s;
        top: -30px;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        background-position: top center;
        z-index: 3; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: top center; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box img.bomb-top {
          top: -12px;
          object-fit: contain;
          z-index: 1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box img.rope {
          display: none;
          top: 35px;
          left: auto;
          right: -150px;
          width: 200px;
          height: 360px;
          z-index: -10; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box.show img.bomb-top {
          width: 60%;
          height: 60%;
          left: 20%; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box.show img.rope {
          display: block; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box .tt-light {
          position: absolute;
          top: -25px;
          left: 50%;
          transform: translateX(-50%);
          background-position: center;
          width: 50px;
          height: 50px;
          z-index: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box .tt-light::before {
            content: '';
            position: absolute;
            display: inline-block;
            top: 42px;
            left: 30px;
            width: 50px;
            height: 50px;
            background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/rocket.webp") center top no-repeat;
            background-size: 0%;
            animation: lds-spinner 0.9s linear infinite;
            z-index: 999; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box .tt-light.start {
            top: -10px;
            height: 25px;
            background-size: cover;
            background-position: center top; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box .tt-light.start::after {
              content: '';
              animation: move-bomb 2s linear both;
              display: inline-block;
              position: absolute;
              top: 52px;
              left: 75px;
              offset-path: path("M.104 7.89 34.703.514l25.994 6.934 46.79-5.778 22.876 4.044 2.599 38.713-10.398 20.8 9.358 28.312-7.798 42.757 7.278 34.09-6.758 27.157 2.599 25.423-6.238 42.179 5.198 54.891-28.593-3.467-35.873 9.823");
              background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/rocket.webp") center top no-repeat;
              background-size: cover;
              z-index: 40;
              width: 50px;
              height: 50px;
              z-index: 999; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result .tt-box .tt-light.start::before {
              display: none; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button {
        position: absolute;
        bottom: auto;
        top: 180px;
        right: 50%;
        transform: translateX(50%);
        min-width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-weight: bold;
        text-shadow: 0px 4px 3px #3f271466,0px 3px 10px #0000007d,0px 15px 20px #54391b1a;
        box-shadow: #3c2d0d80 0 -3px 0 inset, 0px 4px 4px #846d428a;
        color: #fff;
        transition: all 0.40s ease-in-out;
        animation: bg-pan-right2 4s infinite;
        z-index: 1;
        height: 48px;
        border-radius: 0px;
        box-shadow: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button:active {
          box-shadow: #9f5822 0 3px 7px inset;
          transform: translate(50%, 20px); }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button::before {
          display: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button .txt-ticket-all {
          color: #ffda8f;
          background: transparent;
          user-select: none;
          font-weight: bold;
          font-size: 12px;
          padding: 0;
          z-index: 100;
          margin-bottom: 1px;
          text-shadow: none;
          text-shadow: 0 1px 2px #5f3913; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-result button#roll-button .txt-ticket-all i {
            margin: 0 1px; }
    .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group {
      margin: -10px auto 0;
      width: 350px;
      z-index: 10;
      gap: 0 30px; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group::before {
        display: none; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box {
        gap: 0 8px;
        margin: 0; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a {
          box-shadow: 0px 0px 0px 3px #0000008a;
          height: 30px;
          border-radius: 3px; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.daily::before {
            border: 2px solid transparent; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.daily.active {
            border: 1px solid #326af5;
            box-shadow: 0 0 0 2px #326af5; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.daily.active::before {
              background: #326af5 !important;
              box-shadow: 0 0 0px 2px #326af5, 0 0 10px 2px transparent;
              border: 2px solid #326af5; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.weekly::before {
            border: 2px solid transparent; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.weekly.active {
            border: 1px solid #d9232c;
            box-shadow: 0 0 0 2px #d9232c; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.weekly.active::before {
              background: #d9232c !important;
              box-shadow: 0 0 0px 2px #d9232c, 0 0 10px 2px transparent;
              border: 2px solid #d9232c; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.monthly::before {
            border: 2px solid transparent; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.monthly.active {
            border: 1px solid #c8e913;
            box-shadow: 0 0 0 2px #c8e913; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a.monthly.active::before {
              background: #c8e913 !important;
              box-shadow: 0 0 0px 2px #c8e913, 0 0 10px 2px transparent;
              border: 2px solid #c8e913; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-badge-box a i.badge {
            top: 0; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box {
        width: 83px; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot {
          width: 100%;
          height: 40px; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot img.slot-bg-blue {
            display: none !important; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum {
            background: none; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum::before {
              background: transparent;
              width: 90%;
              line-height: 40px; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum .ring .slot {
              background: transparent; }
              .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot .slotNum .ring .slot p {
                line-height: 40px;
                width: 85%;
                font-weight: bold;
                text-shadow: 0 4px 3px #141414;
                font-size: 130%;
                margin: 0;
                animation: slot-text 0.6s ease-in-out both; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot.select .slotNum::before {
            display: block; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot.select.active .slotNum::before {
            content: '';
            display: block;
            transform: translateX(-50%) rotate(90deg); }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot.select.active .slotNum .ring {
            margin: 3px auto; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .tournament-slot::before {
            display: none;
            transition: transform 0.4s; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box.daily .bonus-info {
          border: 2px solid #326af5;
          background: #326af5; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box.weekly .bonus-info {
          border: 2px solid #d9232c;
          background: #d9232c; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box.monthly .bonus-info {
          border: 2px solid #c8e913;
          background: #c8e913; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box.monthly .bonus-info span {
            text-shadow: 0 1.5px 2px #fff; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .slot-box .bonus-info {
          bottom: -40px;
          left: 47%; }
      .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object {
          position: absolute;
          top: -20px;
          right: 55%;
          transform: translateX(145%);
          line-height: 80px;
          width: 83px;
          height: 85px;
          transition: 0.1s; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: contain; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object::before {
            content: '';
            position: absolute;
            top: -25px;
            left: -22px;
            width: 140%;
            height: 140%;
            background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/tournament/tournament-hole-light.webp") center no-repeat;
            background-size: cover;
            transition: 2s;
            opacity: 0;
            z-index: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object.active {
            background: none; }
            .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object.active::before {
              opacity: 1; }
          .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-object.active ~ .tournament-move {
            display: block; }
        .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .bonus-group .tournament-animate .tournament-move {
          position: absolute;
          top: -80px;
          right: -2%;
          width: 190px;
          height: 190px;
          transition: 0.5s;
          display: none;
          transition: 2s; }
    .page-bonus-div.page-bonus-MARIOSLOT .page-bonus-body .barrageSwiper {
      top: 120px; }

@keyframes bg-pan-right2 {
  50% {
    background-position: 0% 50%; }
  0%,
  100% {
    background-position: 100% 50%; } }

@keyframes bg-pan-right3 {
  50% {
    box-shadow: #fff; }
  0%,
  100% {
    background-position: #000; } }

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

@keyframes startAnime {
  0%,
  100% {
    border: 2px solid #ffda36c0;
    background: #ffe43500; }
  50% {
    border: 2px solid #ffda36c0;
    background: #ffc83037;
    box-shadow: 0 0 5px #ffda36d4; } }

@keyframes award-role {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@keyframes pass {
  50% {
    background: #5c852c00;
    border: 2px dashed #1e582555; }
  1%, 2% {
    border: 2px solid #ffffff8b;
    background-color: #ffffff68; } }

@keyframes pass-role {
  30% {
    opacity: .9; }
  50% {
    opacity: 1; } }

@keyframes txtNumber {
  0% {
    transform: translate(-50%, -50%) scale(0); }
  50%, 70% {
    transform: translate(-50%, -50%) scale(2.3); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

@keyframes vibrate-stone {
  0%, 10%, 20%, 55%, 65% {
    transform: translateX(2px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  15%, 25%, 60%, 70% {
    transform: translateX(-2px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  30%, 45%, 75%, 90% {
    transform: translateX(5px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  35%, 80% {
    transform: translateX(-5px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  40%, 85% {
    transform: translateX(8px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  50%, 95% {
    transform: translateX(-10px);
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); }
  100% {
    opacity: 1;
    background: url("../../../theme/images/src-common/BONUSEVENT-img/MARIO/chance-open.webp") center no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 8px #fff20080); } }

@keyframes move-bomb {
  0% {
    offset-distance: 0%;
    transform: scale(1) rotate(120deg); }
  50% { }
  99% {
    offset-distance: 100%;
    transform: scale(2) rotate(360deg);
    opacity: 1; }
  100% {
    offset-distance: 100%;
    transform: scale(2) rotate(360deg);
    opacity: 0; } }

@keyframes bomb-daily {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(2.5);
    opacity: 1; }
  100% {
    transform: scale(5);
    opacity: 0; } }

@keyframes bomb-weekly {
  0% {
    transform-origin: bottom;
    transform: translateY(0px) scale(0, 0);
    opacity: 0; }
  50% {
    transform-origin: bottom;
    transform: translateY(-10px) scale(2, 2);
    opacity: 1; }
  100% {
    transform-origin: bottom;
    transform: translateY(-100px) scale(4, 5);
    opacity: 0; } }

@keyframes slot-text {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 4px 3px #000; }
  50%, 70% {
    transform: scale(2.3);
    text-shadow: 0 0 10px #ffc500; } }

.page-bonus-div.dailyCheckIn {
  padding-bottom: 120px;
  overflow-y: scroll;
  background-color: #0D1F49; }
  .page-bonus-div.dailyCheckIn p {
    font-size: 14px; }
  .page-bonus-div.dailyCheckIn a {
    text-decoration: none; }
    .page-bonus-div.dailyCheckIn a:focus {
      outline-style: none; }
  .page-bonus-div.dailyCheckIn .dailyCheckIn-backdrop {
    position: fixed;
    width: 0;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10; }
    .page-bonus-div.dailyCheckIn .dailyCheckIn-backdrop.show {
      z-index: 300;
      width: 100vw; }
  .page-bonus-div.dailyCheckIn .page-bonus-header {
    position: sticky;
    padding: 15px 0;
    background-color: #0D1F49; }
    .page-bonus-div.dailyCheckIn .page-bonus-header .header-lt {
      background: none; }
    .page-bonus-div.dailyCheckIn .page-bonus-header .txt-title {
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      white-space: nowrap;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: -1px;
      color: #FFF;
      text-shadow: 0 0 3px rgba(11, 25, 65, 0.2), 0 0 10px rgba(255, 255, 255, 0.6); }
  .page-bonus-div.dailyCheckIn.bonusPoints .page-bonus-header .txt-title {
    padding-left: 50px;
    font-size: 22px;
    text-align: left; }
  .page-bonus-div.dailyCheckIn .page-bonus-body {
    overflow-y: hidden; }
    @media (max-width: 1024px) {
      .page-bonus-div.dailyCheckIn .page-bonus-body {
        padding: 0 10px 150px; } }
    @media (min-width: 1025px) {
      .page-bonus-div.dailyCheckIn .page-bonus-body {
        padding: 0 10px 50px; } }
  .page-bonus-div.dailyCheckIn .oneBox {
    padding: 10px 10px 50px; }
    .page-bonus-div.dailyCheckIn .oneBox .box-L {
      height: 40px;
      border-radius: 8px 8px 0 0; }
    .page-bonus-div.dailyCheckIn .oneBox .box-R {
      padding-top: 1px;
      width: 100%;
      border-radius: 0 0 8px 8px;
      border-top: none; }
      .page-bonus-div.dailyCheckIn .oneBox .box-R .task-box {
        padding: 15px 10px 20px 10px; }
      .page-bonus-div.dailyCheckIn .oneBox .box-R .milestone-list {
        padding: 65px 0 20px 10px;
        margin: -65px 0 0 0 !important; }
    .page-bonus-div.dailyCheckIn .oneBox .calendar-box {
      margin: 0px;
      padding: 10px 0 0; }
      @media (min-width: 1025px) {
        .page-bonus-div.dailyCheckIn .oneBox .calendar-box {
          margin: -10px 0 0;
          padding: 20px 0 10px 0; } }
      @media (max-width: 1024px) {
        .page-bonus-div.dailyCheckIn .oneBox .calendar-box li {
          width: calc(100% / 6.6);
          min-width: calc(100% / 6.6); } }
      @media (min-width: 1025px) {
        .page-bonus-div.dailyCheckIn .oneBox .calendar-box li {
          width: calc(100% / 8.6);
          min-width: calc(100% / 8.6); } }
  .page-bonus-div.dailyCheckIn .moreBox {
    padding: 0px;
    border-radius: 0; }
    .page-bonus-div.dailyCheckIn .moreBox .campaign {
      padding: 0 10px 10px; }
    .page-bonus-div.dailyCheckIn .moreBox .task-item {
      margin: 5px; }
    .page-bonus-div.dailyCheckIn .moreBox .task-box-container {
      padding: 5px; }
    .page-bonus-div.dailyCheckIn .moreBox .calendar-box li {
      width: calc(100% / 7.6);
      min-width: calc(100% / 7.6); }
  .page-bonus-div.dailyCheckIn .campaign {
    font-size: 0;
    border-radius: 10px;
    border: 1px solid #0053FF;
    padding: 10px 15px;
    margin: 5px 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5); }
    .page-bonus-div.dailyCheckIn .campaign + .campaign {
      margin-top: 5px; }
    .page-bonus-div.dailyCheckIn .campaign .box-L {
      position: relative;
      text-align: center; }
      .page-bonus-div.dailyCheckIn .campaign .box-L .img-platform {
        width: 40px;
        height: 40px;
        margin: 2px; }
      .page-bonus-div.dailyCheckIn .campaign .box-L .icon-info {
        cursor: pointer;
        position: absolute;
        right: 5px;
        bottom: 5px;
        padding: 5px;
        font-size: 16px;
        color: #FFF;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.2); }
    .page-bonus-div.dailyCheckIn .campaign .sub-title {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 2px 0;
      color: #FFF;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      text-align: center;
      background-image: linear-gradient(90deg, transparent 10%, rgba(255, 255, 255, 0.2) 50%, transparent 90%); }
      .page-bonus-div.dailyCheckIn .campaign .sub-title:nth-of-type(1) {
        margin-bottom: 8px; }
      .page-bonus-div.dailyCheckIn .campaign .sub-title p {
        margin: 0; }
      .page-bonus-div.dailyCheckIn .campaign .sub-title .tooltip-toggle {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #ACC5FF; }
    .page-bonus-div.dailyCheckIn .campaign .dailyCheckIn-countdown {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      font-size: 12px;
      color: #ACC5FF; }
    .page-bonus-div.dailyCheckIn .campaign .txt-expired {
      padding: 0 3px;
      font-size: 12px;
      height: fit-content;
      text-transform: uppercase;
      border-radius: 5px;
      color: #FF6666;
      border: 1px solid #FF6666; }
    .page-bonus-div.dailyCheckIn .campaign .txt-cumulativeDays {
      padding: 0 5px;
      font-size: 12px;
      height: fit-content;
      text-transform: uppercase;
      border-radius: 10px;
      color: #ACC5FF;
      background-color: rgba(0, 0, 0, 0.5); }
  .page-bonus-div.dailyCheckIn .money-box,
  .page-bonus-div.dailyCheckIn .bonusPoints-box {
    position: relative;
    text-align: center;
    padding-bottom: 6px; }
    .page-bonus-div.dailyCheckIn .money-box img,
    .page-bonus-div.dailyCheckIn .bonusPoints-box img {
      max-width: 45px; }
    .page-bonus-div.dailyCheckIn .money-box > span,
    .page-bonus-div.dailyCheckIn .money-box .txt-amount,
    .page-bonus-div.dailyCheckIn .bonusPoints-box > span,
    .page-bonus-div.dailyCheckIn .bonusPoints-box .txt-amount {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-30%);
      font-size: 14px;
      line-height: 1;
      color: #FFF;
      white-space: nowrap;
      text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
      padding: 2px 5px;
      border-radius: 10px;
      font-weight: bold; }
    .page-bonus-div.dailyCheckIn .money-box > span,
    .page-bonus-div.dailyCheckIn .bonusPoints-box > span {
      display: block;
      padding: 0;
      margin-top: auto; }
    .page-bonus-div.dailyCheckIn .money-box .txt-bonus,
    .page-bonus-div.dailyCheckIn .bonusPoints-box .txt-bonus {
      padding: 0;
      line-height: 1;
      margin-top: auto; }
    .page-bonus-div.dailyCheckIn .money-box .txt-bonus:before,
    .page-bonus-div.dailyCheckIn .bonusPoints-box .txt-bonus:before {
      line-height: 1;
      color: #FFF;
      display: inline-block; }
  .page-bonus-div.dailyCheckIn .treasure {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: auto;
    vertical-align: top;
    text-align: center; }
    .page-bonus-div.dailyCheckIn .treasure .img-treasure {
      position: relative;
      width: 50px;
      opacity: .5;
      z-index: 1; }
    .page-bonus-div.dailyCheckIn .treasure .img-light {
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150px;
      opacity: 0;
      z-index: 0; }
    .page-bonus-div.dailyCheckIn .treasure .btn-get {
      cursor: pointer;
      position: relative;
      top: -2px;
      margin: auto;
      width: fit-content;
      white-space: nowrap;
      min-width: 50px;
      padding: 2px 5px;
      text-align: center;
      background: #273C77;
      border-radius: 8px;
      color: #0b1941;
      font-size: 14px;
      font-weight: bold;
      border: 2px solid #0b1941;
      z-index: 1; }
    .page-bonus-div.dailyCheckIn .treasure .reward {
      pointer-events: none;
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      min-width: 60px;
      min-height: 60px;
      padding: 20%;
      border-radius: 10px;
      background: transparent;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      opacity: 0;
      z-index: -1;
      transition: z-index 0s .5s, opacity .5s, bottom 0s .5s, background .5s; }
      .page-bonus-div.dailyCheckIn .treasure .reward * {
        pointer-events: none; }
      .page-bonus-div.dailyCheckIn .treasure .reward .money-box,
      .page-bonus-div.dailyCheckIn .treasure .reward .bonusPoints-box {
        margin-top: -6px; }
      .page-bonus-div.dailyCheckIn .treasure .reward .icon-add {
        display: none; }
      .page-bonus-div.dailyCheckIn .treasure .reward.show {
        z-index: 1;
        opacity: 1;
        top: -15%;
        transition: z-index 0s, opacity .5s, top .5s; }
    .page-bonus-div.dailyCheckIn .treasure.done .img-treasure {
      opacity: 1;
      animation: btn_get 1s 10; }
    .page-bonus-div.dailyCheckIn .treasure.done .img-light {
      opacity: .5; }
    .page-bonus-div.dailyCheckIn .treasure.done .btn-get {
      color: #FFF;
      background-color: #f84981;
      animation: btn_get 1s 10; }
    .page-bonus-div.dailyCheckIn .treasure.got .img-treasure {
      animation: none;
      transition: .5s; }
    .page-bonus-div.dailyCheckIn .treasure.got .img-light {
      opacity: 0;
      transition: .5s; }
    .page-bonus-div.dailyCheckIn .treasure.got .btn-get {
      color: #0b1941;
      background: #273C77;
      box-shadow: none;
      animation: none; }
    .page-bonus-div.dailyCheckIn .treasure.showReward .reward {
      width: auto;
      z-index: 10;
      opacity: 1;
      bottom: 70px;
      background-color: rgba(255, 255, 255, 0.9);
      transition: z-index 0s, opacity .3s, bottom .3s, background .3s; }
      .page-bonus-div.dailyCheckIn .treasure.showReward .reward::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 15px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px); }
      .page-bonus-div.dailyCheckIn .treasure.showReward .reward::after {
        transform: translateX(-50%) rotate(180deg); }
  .page-bonus-div.dailyCheckIn .calendar-box {
    z-index: 1;
    position: relative;
    display: flex;
    gap: 1px;
    overflow-x: scroll;
    overflow-y: hidden; }
    @media (max-width: 1024px) {
      .page-bonus-div.dailyCheckIn .calendar-box {
        margin: -30px 0 0 0;
        padding: 30px 5px 0px 5px; } }
    @media (min-width: 1025px) {
      .page-bonus-div.dailyCheckIn .calendar-box {
        margin: -30px 0 0 0;
        padding: 45px 5px 10px 5px;
        overflow-x: auto !important;
        overflow-y: hidden !important; }
        .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar {
          height: 8px !important;
          border-radius: 8px !important; }
        .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar-track {
          border: none !important;
          background-color: transparent !important; }
        .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar-thumb {
          cursor: pointer;
          border-radius: 8px !important;
          background-color: rgba(255, 255, 255, 0.3) !important; }
        .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar-thumb:hover {
          background-color: rgba(255, 255, 255, 0.5) !important; }
        .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar-button, .page-bonus-div.dailyCheckIn .calendar-box::-webkit-scrollbar-corner, .page-bonus-div.dailyCheckIn .calendar-box::-webkit-resizer {
          background-color: transparent !important; } }
    .page-bonus-div.dailyCheckIn .calendar-box .reward-alert {
      display: none;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2px 5px;
      border-radius: 10px; }
      .page-bonus-div.dailyCheckIn .calendar-box .reward-alert::after {
        width: 9px;
        height: 6px;
        transform: translateX(-50%) rotate(180deg); }
      .page-bonus-div.dailyCheckIn .calendar-box .reward-alert .img-treasure {
        transform-origin: center bottom;
        width: 35px; }
        @media (min-width: 1025px) {
          .page-bonus-div.dailyCheckIn .calendar-box .reward-alert .img-treasure {
            width: 40px; } }
    .page-bonus-div.dailyCheckIn .calendar-box li {
      display: inline-block;
      position: relative;
      padding: 5px;
      background-color: rgba(11, 25, 65, 0.6);
      border-radius: 8px; }
      .page-bonus-div.dailyCheckIn .calendar-box li .calendar-wrapper {
        position: relative;
        z-index: 12;
        aspect-ratio: 2/3;
        padding: 0 10px; }
      .page-bonus-div.dailyCheckIn .calendar-box li.on::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 8px; }
      .page-bonus-div.dailyCheckIn .calendar-box li.future .calendar {
        border-color: #255CFD; }
      .page-bonus-div.dailyCheckIn .calendar-box li.future.on::before {
        background: linear-gradient(0deg, #255CFD, rgba(37, 92, 253, 0.3)); }
      .page-bonus-div.dailyCheckIn .calendar-box li.today .calendar {
        border-color: #fdc525; }
      .page-bonus-div.dailyCheckIn .calendar-box li.today.on::before {
        background: linear-gradient(0deg, #E4EC45, rgba(228, 236, 69, 0.3)); }
      .page-bonus-div.dailyCheckIn .calendar-box li.past.done .calendar, .page-bonus-div.dailyCheckIn .calendar-box li.past.got .calendar {
        border-color: #67C061; }
      .page-bonus-div.dailyCheckIn .calendar-box li.past.done.on::before, .page-bonus-div.dailyCheckIn .calendar-box li.past.got.on::before {
        background: linear-gradient(0deg, #67C061, rgba(103, 192, 97, 0.3)); }
      .page-bonus-div.dailyCheckIn .calendar-box li.past.undone .calendar, .page-bonus-div.dailyCheckIn .calendar-box li.past.challenge-incomplete .calendar {
        border-color: #919191; }
      .page-bonus-div.dailyCheckIn .calendar-box li.past.undone.on::before, .page-bonus-div.dailyCheckIn .calendar-box li.past.challenge-incomplete.on::before {
        background: linear-gradient(0deg, #919191, rgba(145, 145, 145, 0.3)); }
      .page-bonus-div.dailyCheckIn .calendar-box li.done .icon-checked {
        display: none; }
      .page-bonus-div.dailyCheckIn .calendar-box li.done .reward-alert {
        display: block; }
      .page-bonus-div.dailyCheckIn .calendar-box li.undone .icon-checked {
        display: none; }
      .page-bonus-div.dailyCheckIn .calendar-box li.got .icon-checked {
        display: block; }
      .page-bonus-div.dailyCheckIn .calendar-box li.challenge-incomplete .icon-checked {
        display: none; }
      .page-bonus-div.dailyCheckIn .calendar-box li.challenge-incomplete .calendar-txt,
      .page-bonus-div.dailyCheckIn .calendar-box li.challenge-incomplete .calendar-num {
        opacity: 0; }
      .page-bonus-div.dailyCheckIn .calendar-box li.challenge-incomplete .reward-alert {
        display: block; }
        .page-bonus-div.dailyCheckIn .calendar-box li.challenge-incomplete .reward-alert .img-treasure {
          position: relative;
          top: 2px;
          animation: none; }
  .page-bonus-div.dailyCheckIn .calendar {
    cursor: pointer;
    position: relative;
    aspect-ratio: 1/1;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    border-radius: 5px;
    border-top: 8px solid #255CFD;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4); }
    .page-bonus-div.dailyCheckIn .calendar::before, .page-bonus-div.dailyCheckIn .calendar::after {
      content: '';
      position: absolute;
      top: -11px;
      width: 2px;
      height: 6px;
      background: linear-gradient(#FFF, #777, #ccc);
      border-radius: 1px;
      box-shadow: 0 1px 2px #000; }
    .page-bonus-div.dailyCheckIn .calendar::before {
      left: 20%; }
    .page-bonus-div.dailyCheckIn .calendar::after {
      left: calc(80% - 2px); }
    .page-bonus-div.dailyCheckIn .calendar p {
      margin: 0;
      color: #5f6e8f;
      text-shadow: none; }
    .page-bonus-div.dailyCheckIn .calendar .calendar-txt.day {
      display: block;
      transform: scale(0.5);
      transform-origin: top; }
    .page-bonus-div.dailyCheckIn .calendar .calendar-num {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      font-weight: bold; }
      .page-bonus-div.dailyCheckIn .calendar .calendar-num.padded {
        display: none; }
    .page-bonus-div.dailyCheckIn .calendar .icon-checked {
      position: absolute;
      margin: 0;
      bottom: -3px;
      right: -3px;
      width: 15px;
      height: 15px;
      color: #FFF;
      background: #2fb22a;
      box-shadow: none;
      border-radius: 30px;
      overflow: hidden; }
      .page-bonus-div.dailyCheckIn .calendar .icon-checked::before {
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        left: 0; }
  .page-bonus-div.dailyCheckIn .task-item {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 20px;
    background-color: rgba(255, 255, 255, 0.08); }
    .page-bonus-div.dailyCheckIn .task-item .img-treasure {
      width: 45px; }
    .page-bonus-div.dailyCheckIn .task-item .detail {
      width: calc(100% - 60px);
      padding: 0;
      margin: 0;
      vertical-align: top; }
      .page-bonus-div.dailyCheckIn .task-item .detail li {
        margin: 0; }
        .page-bonus-div.dailyCheckIn .task-item .detail li:not(:last-child) {
          margin-bottom: 10px; }
        .page-bonus-div.dailyCheckIn .task-item .detail li .task-txt {
          color: #ACC5FF;
          font-size: 14px; }
        .page-bonus-div.dailyCheckIn .task-item .detail li .task-progress {
          margin: 0 5px;
          color: #AFDA3E;
          font-size: 14px; }
    .page-bonus-div.dailyCheckIn .task-item .done .task-txt {
      position: relative; }
      .page-bonus-div.dailyCheckIn .task-item .done .task-txt::before {
        font-family: 'icomoon' !important;
        content: '\e90f';
        position: absolute;
        right: 100%;
        color: #FF6666;
        font-size: 14px;
        line-height: calc(14px + 2px); }
    .page-bonus-div.dailyCheckIn .task-item .btn-gameList {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      text-decoration: underline;
      color: #ACC5FF;
      text-shadow: none; }
      .page-bonus-div.dailyCheckIn .task-item .btn-gameList .icon-arrow-right {
        color: #ccdaff;
        font-size: calc(14px + 2px);
        line-height: calc(14px + 6px);
        font-weight: bold;
        vertical-align: top;
        text-shadow: none;
        -webkit-text-stroke: 0.5px #ccdaff; }
  .page-bonus-div.dailyCheckIn .milestone-list {
    position: relative;
    display: flex;
    margin: -80px 0 0 0;
    padding: 70px 10px 10px 10px; }
    .page-bonus-div.dailyCheckIn .milestone-list .btn-get {
      opacity: 0; }
    .page-bonus-div.dailyCheckIn .milestone-list li {
      flex-grow: 1;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      margin-top: 60px;
      height: 8px; }
    .page-bonus-div.dailyCheckIn .milestone-list.over-3, .page-bonus-div.dailyCheckIn .milestone-list.over-4 {
      overflow-x: auto !important;
      overflow-y: hidden !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar {
        height: 8px !important;
        border-radius: 8px !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar-track, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar-track {
        border: none !important;
        background-color: transparent !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar-thumb, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar-thumb {
        cursor: pointer;
        border-radius: 8px !important;
        background-color: rgba(255, 255, 255, 0.3) !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar-thumb:hover, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.5) !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar-button, .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-scrollbar-corner, .page-bonus-div.dailyCheckIn .milestone-list.over-3::-webkit-resizer, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar-button, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-scrollbar-corner, .page-bonus-div.dailyCheckIn .milestone-list.over-4::-webkit-resizer {
        background-color: transparent !important; }
      .page-bonus-div.dailyCheckIn .milestone-list.over-3 li, .page-bonus-div.dailyCheckIn .milestone-list.over-4 li {
        min-width: 24%; }
    .page-bonus-div.dailyCheckIn .milestone-list .progressBox {
      position: relative;
      display: block;
      background-color: #264073;
      width: 100%;
      height: 8px;
      border-radius: 8px; }
      .page-bonus-div.dailyCheckIn .milestone-list .progressBox .progress {
        position: absolute;
        width: calc( (var(--currentDay) - var(--prevGoal)) / (var(--thisGoal) - var(--prevGoal) ) * 100%);
        max-width: 100%;
        top: 0;
        left: 0;
        height: 8px;
        border-radius: 8px;
        background-color: #AFDA3E; }
    .page-bonus-div.dailyCheckIn .milestone-list .pointBox {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center; }
    .page-bonus-div.dailyCheckIn .milestone-list .treasure {
      position: absolute;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% - 25px); }
    .page-bonus-div.dailyCheckIn .milestone-list .days-completed {
      position: absolute;
      left: calc( (var(--currentDay) - var(--prevGoal)) / (var(--thisGoal) - var(--prevGoal) ) * 100% - 10px);
      bottom: 15px;
      padding: 2px 4px;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      color: #AFDA3E;
      background-color: #111;
      border: 1px solid #AFDA3E;
      border-radius: 3px;
      z-index: 3; }
      .page-bonus-div.dailyCheckIn .milestone-list .days-completed::after {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 6px;
        height: 5px;
        background-color: #AFDA3E;
        clip-path: polygon(100% 0, 0 0, 50% 100%); }
    .page-bonus-div.dailyCheckIn .milestone-list .days-target {
      min-width: 20px;
      font-size: 14px;
      text-align: center;
      white-space: nowrap;
      color: #ACC5FF; }
    .page-bonus-div.dailyCheckIn .milestone-list .ing .btn-get {
      opacity: 0;
      pointer-events: none; }
    .page-bonus-div.dailyCheckIn .milestone-list .ing .days-completed {
      display: block; }
    .page-bonus-div.dailyCheckIn .milestone-list .undone .progressBox .progress {
      max-width: 0; }
    .page-bonus-div.dailyCheckIn .milestone-list .undone .btn-get {
      opacity: 0;
      pointer-events: none; }
    .page-bonus-div.dailyCheckIn .milestone-list .undone .days-completed {
      display: none; }
    .page-bonus-div.dailyCheckIn .milestone-list .done .progressBox .progress {
      min-width: 100%; }
    .page-bonus-div.dailyCheckIn .milestone-list .done .btn-get {
      display: block; }
    .page-bonus-div.dailyCheckIn .milestone-list .done .days-completed {
      display: none; }
    .page-bonus-div.dailyCheckIn .milestone-list .got .progressBox .progress {
      min-width: 100%; }
    .page-bonus-div.dailyCheckIn .milestone-list .got .days-completed {
      display: none; }
    .page-bonus-div.dailyCheckIn .milestone-list .got .btn-get {
      opacity: 0;
      pointer-events: none; }
  .page-bonus-div.dailyCheckIn .tooltipBox {
    position: absolute;
    right: 0; }
    .page-bonus-div.dailyCheckIn .tooltipBox .tooltip-toggle {
      z-index: 1;
      cursor: pointer;
      font-size: 16px;
      color: #ACC5FF; }
      .page-bonus-div.dailyCheckIn .tooltipBox .tooltip-toggle:hover {
        color: #FFF; }
    .page-bonus-div.dailyCheckIn .tooltipBox .tooltip-content {
      z-index: 10;
      display: none;
      position: absolute;
      top: calc( 100% + 16px);
      right: -10px;
      margin: 0;
      padding: 10px 15px;
      border-radius: 10px;
      width: 235px;
      font-size: 14px;
      text-shadow: none;
      text-align: left;
      color: #333;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); }
    .page-bonus-div.dailyCheckIn .tooltipBox.show .tooltip-toggle::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 15px;
      height: 10px;
      background-color: rgba(255, 255, 255, 0.8);
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); }
    .page-bonus-div.dailyCheckIn .tooltipBox.show .tooltip-content {
      display: block; }

body.bonusevent-open.type-BS .page-wrapper.pop-gamelist .page-body .section-ul.game-list-ul li:first-child {
  min-height: auto !important; }

body.bonusevent-open.type-BS .page-wrapper.pop-gamelist .page-body .section-ul.game-list-ul li {
  height: auto !important; }

body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main,
body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main {
  background: #0B1941;
  border: 2px solid #364D7D;
  width: 90%;
  min-height: 60vh;
  max-width: 450px; }
  body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-top,
  body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-top p,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-top p {
      display: none; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-top .close,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-top .close {
      background: transparent !important;
      top: 0;
      transform: none;
      right: 0;
      font-size: 30px; }
      body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-top .close i::before,
      body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-top .close i::before {
        font-weight: 600;
        color: #fff !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-top .img-platform,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-top .img-platform {
      width: 40px;
      height: 40px; }
  body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout,
  body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 10px 15px;
    max-height: 70vh;
    background: none;
    background: transparent !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar {
      width: 8px !important;
      border-radius: 8px !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar-track,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar-track {
      border: none !important;
      background-color: transparent !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar-thumb,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar-thumb {
      cursor: pointer;
      border-radius: 8px !important;
      background-color: rgba(255, 255, 255, 0.3) !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar-thumb:hover,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar-thumb:hover {
      background-color: rgba(255, 255, 255, 0.5) !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar-button, body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-scrollbar-corner, body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout::-webkit-resizer,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar-button,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-scrollbar-corner,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout::-webkit-resizer {
      background-color: transparent !important; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout *,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout li,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout li:before,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout *,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout li,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout li:before {
      font-size: 14px;
      color: #ccc; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout .ticket-box,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout .ticket-box {
      text-align: left; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout .page-wrapper,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout .page-wrapper {
      margin: 0;
      padding: 0;
      border: none; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout .page-body,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout .page-body {
      padding: 0; }
    body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl,
    body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl {
      all: unset;
      display: grid;
      grid-template-columns: repeat(3, calc((100% - 20px) / 3)) !important;
      column-gap: 10px;
      row-gap: 15px;
      max-height: unset;
      padding: 0 2%; }
      body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl li,
      body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl li {
        all: unset;
        position: relative;
        cursor: pointer; }
        body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl li .game-icon,
        body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl li .game-icon {
          all: unset;
          width: 100%;
          border-radius: 10px;
          overflow: hidden; }
        body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl li.show-maintain .game-icon,
        body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl li.show-maintain .game-icon {
          filter: grayscale(30%) brightness(30%); }
      body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .show-msg,
      body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .show-msg {
        width: 100%;
        transition: all 0.3s; }
      body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-box,
      body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-box {
        all: unset;
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 1/1; }
        body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-box .show-wager,
        body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-box .show-wager {
          display: block !important;
          bottom: 6px; }
      body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt,
      body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt {
        all: unset;
        padding-top: 5px; }
        body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-gameName,
        body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-gameName {
          position: relative;
          all: unset;
          display: block;
          margin-top: 5px;
          font-size: 12px;
          color: #ccc;
          text-align: center;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-gameName::before,
          body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-gameName::before {
            display: none; }
        body.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-platform-name,
        body.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl .ul-gameIcon-txt .txt-platform-name {
          all: unset;
          display: none !important; }

body.bonusevent-open.WIDE .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout .ul-gameIcon-box,
body.bonusevent-open.WIDE .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout .ul-gameIcon-box {
  aspect-ratio: 2 / 1.4 !important; }

body.bonusevent-open.WIDE .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl,
body.bonusevent-open.WIDE .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl {
  grid-template-columns: repeat(2, calc((100% - 20px) / 2)) !important; }

body.CLASSIC.TMT.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl li .game-icon,
body.CLASSIC.TMT.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl li .game-icon,
body.CLASSICTMT.device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-layout #dailyMissionPopUl li .game-icon,
body.CLASSICTMT.device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-layout #dailyMissionPopUl li .game-icon {
  border-radius: 200px !important; }

body.page-web.type-W.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-layout #dailyMissionPopUl .ul-gameIcon-box::before,
body.page-web.type-W.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-layout #dailyMissionPopUl .ul-gameIcon-box::before {
  display: none; }

@media (min-width: 1025px) {
  .device-PC.bonusevent-open.type-P div.page-bonus-div.dailyCheckIn .page-bonus-body {
    overflow-y: scroll;
    height: calc(100% - 95px) !important; }
  .device-PC.bonusevent-open div.page-bonus-div.dailyCheckIn {
    padding-bottom: 0px; }
    .device-PC.bonusevent-open div.page-bonus-div.dailyCheckIn .calendar-box li {
      width: calc(100% / 8.6);
      min-width: calc(100% / 8.6); }
    .device-PC.bonusevent-open div.page-bonus-div.dailyCheckIn .page-bonus-body {
      overflow-y: scroll;
      height: calc(100% - 65px) !important; }
  .device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-body #dailyMissionPopUl li,
  .device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-body #dailyMissionPopUl li {
    padding: 5px !important; }
    .device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-info-box .modal-main .modal-body #dailyMissionPopUl li:hover .show-msg,
    .device-PC.bonusevent-open .dailyCheckIn.modal-box.modal-gamelist .modal-main .modal-body #dailyMissionPopUl li:hover .show-msg {
      top: 68%; } }

@keyframes btn_get {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes treasure_shake {
  0% {
    transform: rotate(10deg) scale(1.2);
    filter: brightness(110%); }
  10% {
    transform: rotate(0deg) scale(1.2);
    filter: brightness(100%); }
  60% {
    transform: rotate(0deg) scale(1.2);
    filter: brightness(100%); }
  80% {
    transform: rotate(-10deg) scale(1.2);
    filter: brightness(110%); }
  100% {
    transform: rotate(10deg) scale(1.2);
    filter: brightness(110%); } }

@keyframes treasure-swing {
  0% {
    transform: translateX(0) rotate(0deg); }
  25% {
    transform: translateX(0px) rotate(-5deg); }
  50% {
    transform: translateX(0) rotate(0deg); }
  75% {
    transform: translateX(0px) rotate(5deg); }
  100% {
    transform: translateX(0) rotate(0deg); } }

@media (min-width: 720px) {
  .device-mobile .page-bonus-header .header-lt {
    position: absolute; }
  .device-mobile .page-bonus-div.dailyCheckIn .calendar-box .calendar-txt.day {
    transform: scale(0.7); }
  .device-mobile .page-bonus-div.dailyCheckIn .calendar-box .reward-alert .img-treasure {
    width: 50px; }
  .device-mobile .page-bonus-div.dailyCheckIn p {
    font-size: calc(16px + 4px); }
  .device-mobile .page-bonus-div.dailyCheckIn .task-item .detail li .task-txt {
    font-size: 16px; }
  .device-mobile .page-bonus-div.dailyCheckIn .task-item .detail li .task-progress {
    font-size: 16px; }
  .device-mobile .page-bonus-div.dailyCheckIn .task-item .done .task-txt::before {
    font-size: 16px;
    line-height: calc(16px + 2px); }
  .device-mobile .page-bonus-div.dailyCheckIn .task-item .btn-gameList {
    font-size: 16px; } }

body.bonusevent-open.body-iframe .modal-backdrop {
  z-index: 104; }

.page-bonus-div.goldenEgg {
  min-height: 100vh; }
  .page-bonus-div.goldenEgg p {
    margin: 0;
    padding: 0; }
  .page-bonus-div.goldenEgg.no-chance .bonus-group {
    background: transparent !important; }
    .page-bonus-div.goldenEgg.no-chance .bonus-group .txt-ticket-all {
      max-width: max-content; }
      .page-bonus-div.goldenEgg.no-chance .bonus-group .txt-ticket-all p {
        gap: 4px; }
  .page-bonus-div.goldenEgg .page-bonus-header {
    top: 0;
    position: relative; }
    .page-bonus-div.goldenEgg .page-bonus-header .header-lt {
      position: fixed;
      background: none; }
    .page-bonus-div.goldenEgg .page-bonus-header .brand-logo {
      left: 50%;
      right: auto;
      transform: translateX(-50%); }
    .page-bonus-div.goldenEgg .page-bonus-header .bonus-title {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .page-bonus-div.goldenEgg .page-bonus-header .bonus-title h3 {
        position: relative;
        font-size: 20px;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.1);
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        pointer-events: none;
        z-index: 1;
        margin-bottom: 0; }
        .page-bonus-div.goldenEgg .page-bonus-header .bonus-title h3::before, .page-bonus-div.goldenEgg .page-bonus-header .bonus-title h3::after {
          content: attr(data-textshadow);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
        .page-bonus-div.goldenEgg .page-bonus-header .bonus-title h3::before {
          -webkit-text-stroke: 2px #fff;
          text-stroke: 2px #fff; }
        .page-bonus-div.goldenEgg .page-bonus-header .bonus-title h3::after {
          color: rgba(33, 33, 33, 0.7);
          -webkit-background-clip: text;
          background-color: rgba(33, 33, 33, 0.7); }
    .page-bonus-div.goldenEgg .page-bonus-header .txt-date {
      width: 100%;
      color: #fff;
      margin: 0;
      text-align: center;
      line-height: 20px;
      font-size: 13px;
      margin: 5px 0 0 0; }
  .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box {
    position: relative;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 10px;
    z-index: 10; }
    .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      padding-left: 0;
      height: 28px;
      text-decoration: none;
      background: linear-gradient(#3e4042, #878787);
      border: 1px solid #00000033;
      box-shadow: 0px 3px 11px 0px #0000004d;
      cursor: pointer; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a i.badge {
        position: absolute;
        left: 0;
        top: -3px;
        height: 30px;
        width: 30px;
        padding: 0;
        border-radius: 5px;
        margin: 0;
        background-size: contain;
        background-position: center;
        box-shadow: none;
        border: none;
        opacity: 1; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a .num {
        color: #fff;
        text-shadow: 0 1px 3px #00000088;
        width: auto;
        min-width: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        padding-right: 5px;
        opacity: 1;
        z-index: 1; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a .num::before {
          display: none; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.active {
        transition: 0.2s ease-in-out;
        filter: none;
        border: 1px solid #ffdd00;
        box-shadow: 0 0 5px #ffdd00; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.active::before {
          background: #ffdd00 !important;
          border-color: #000 !important;
          box-shadow: 0 0 0px 2px #ffdd00,0 0 10px 2px #ffdd00;
          z-index: 10; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.disabled, .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.no-ticket {
        filter: brightness(0.3);
        border: inherit;
        box-shadow: none;
        pointer-events: none; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.disabled::before, .page-bonus-div.goldenEgg .page-bonus-body .bonus-result .tournament-badge-box a.no-ticket::before {
          display: none; }
  .page-bonus-div.goldenEgg .page-bonus-body .egg-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20; }
    .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container {
      position: relative;
      height: 210px;
      padding: 0;
      margin: 10px auto; }
      .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .txt-rage .txt-bonus {
        line-height: normal !important; }
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .txt-rage .txt-bonus::before {
          line-height: normal !important; }
      .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container.open {
        transform-origin: center;
        animation: none; }
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container.open .txt-redeem,
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container.open .txt-rage {
          display: none; }
      .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container::before {
        cursor: none;
        user-select: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
        border-radius: 100px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 213, 4, 0.2) 50%, rgba(255, 213, 4, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
        animation: light 2s linear infinite;
        z-index: -1; }
      .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .swiper-carousel.swiper-egg {
        cursor: pointer;
        background: transparent;
        cursor: pointer;
        margin: 0;
        overflow: visible;
        width: auto;
        background: transparent !important; }
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .swiper-carousel.swiper-egg::before {
          content: '';
          position: absolute;
          top: 0px;
          left: 50%;
          transform: translateX(-50%);
          width: 270px;
          height: 90%;
          clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 60%, transparent 100%);
          border-radius: 0 0 40% 40%;
          filter: blur(8px) opacity(0.6);
          z-index: -2;
          cursor: none;
          user-select: none; }
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .swiper-carousel.swiper-egg::after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -15px;
          width: 275px;
          height: 80px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 100%;
          filter: blur(2px) opacity(0.5);
          z-index: -1; }
        .page-bonus-div.goldenEgg .page-bonus-body .egg-box .container .swiper-carousel.swiper-egg .swiper-wrapper {
          height: 100%; }
  .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box {
    padding-top: 5px;
    backdrop-filter: none; }
    .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .txt-info {
      padding: 50px 0 6px 6px; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .txt-info .btn-detail {
        top: 5px; }
    .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header {
      margin-top: 5px;
      min-width: 120px;
      max-width: 140px;
      width: 100%;
      justify-content: center;
      align-items: center; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .txt {
        font-size: 14.4px;
        padding: 6px 0; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .txt img {
          width: 30px;
          height: 30px;
          top: 4px;
          left: 4px; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip {
        position: absolute;
        right: 2px;
        top: 1.5px; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box {
          color: #212121 !important;
          background: #ffd714; }
          .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box > ul li, .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box div, .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box ul li::before {
            color: #212121 !important; }
          .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box::before {
            border-color: transparent transparent #ffd714 transparent; }
    .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-body {
      border: none;
      border-radius: 15px;
      background: rgba(33, 33, 33, 0.8); }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-body .txt-info-inner {
        color: #fff; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-time .main-event-box .box-body .btn-detail {
        background: #ffd714;
        color: #212121; }
  .page-bonus-div.goldenEgg .page-bonus-body .ticket-group {
    display: flex;
    gap: 6px;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    width: 90%;
    margin: 4px auto;
    width: fit-content;
    border-radius: 20px;
    background: rgba(33, 33, 33, 0.4); }
  .page-bonus-div.goldenEgg .page-bonus-body .bonus-group {
    gap: 6px;
    justify-content: space-around;
    padding: 5px;
    width: 90%;
    margin: 0;
    border-radius: 20px;
    background: rgba(33, 33, 33, 0.4); }
    .page-bonus-div.goldenEgg .page-bonus-body .bonus-group .tournament-bonus-group {
      font-size: 0; }
      .page-bonus-div.goldenEgg .page-bonus-body .bonus-group .tournament-bonus-group .tournament-badge-box a {
        background: rgba(33, 33, 33, 0.2);
        border-radius: 40px 20px 20px 40px; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-group .tournament-bonus-group .tournament-badge-box a::before {
          content: '';
          position: absolute;
          left: 20px;
          top: 0px;
          width: 12px;
          height: 12px;
          border-radius: 100px;
          background: #212121;
          z-index: 10;
          box-shadow: inset 0 0 0 1px #212121; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-group .tournament-bonus-group .tournament-badge-box a img {
          background: transparent; }
        .page-bonus-div.goldenEgg .page-bonus-body .bonus-group .tournament-bonus-group .tournament-badge-box a.active::before {
          content: '\e90f';
          font-family: 'icomoon' !important;
          font-size: 12px;
          background: #212121 !important;
          color: #ffdd00;
          box-shadow: inset 0 0 0 1px #ffdd00; }
  .page-bonus-div.goldenEgg .swiper-button-next::after,
  .page-bonus-div.goldenEgg .swiper-button-prev::after {
    font-family: 'icomoon' !important;
    content: '\eae2';
    color: #fff;
    font-weight: 900;
    font-size: 3rem;
    text-shadow: 0 0 5px #fff;
    cursor: pointer; }
  .page-bonus-div.goldenEgg .swiper-button-prev {
    left: 16%; }
    .page-bonus-div.goldenEgg .swiper-button-prev::after {
      content: '\ea9a' !important; }
  .page-bonus-div.goldenEgg .swiper-button-next {
    right: 16%; }
  .page-bonus-div.goldenEgg .txt-ticket-all {
    position: relative;
    background: rgba(33, 33, 33, 0.722) !important;
    text-align: center;
    padding: 0 20px 0 40px !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px; }
    .page-bonus-div.goldenEgg .txt-ticket-all p {
      line-height: 30px;
      width: 100%;
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-shadow: 0 0 1px #212121; }
    .page-bonus-div.goldenEgg .txt-ticket-all img {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(-40deg);
      width: 20px;
      height: 20px;
      object-fit: contain; }
  .page-bonus-div.goldenEgg .slot-box {
    position: absolute;
    top: -235px;
    right: 50px;
    width: auto;
    z-index: 1000;
    pointer-events: none; }
    .page-bonus-div.goldenEgg .slot-box.daily .tournament-slot {
      opacity: 1; }
    .page-bonus-div.goldenEgg .slot-box.weekly .tournament-slot {
      opacity: 1; }
    .page-bonus-div.goldenEgg .slot-box.monthly .tournament-slot {
      opacity: 1; }
    .page-bonus-div.goldenEgg .slot-box .tournament-slot {
      margin: 0 auto;
      width: 70px;
      height: 70px; }
      .page-bonus-div.goldenEgg .slot-box .tournament-slot img.slot-object {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .page-bonus-div.goldenEgg .slot-box .tournament-slot .slotNum {
        background: transparent; }
        .page-bonus-div.goldenEgg .slot-box .tournament-slot .slotNum::before {
          content: '?';
          position: absolute;
          top: 60%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          font-size: 24px;
          font-weight: bold;
          text-align: center;
          text-shadow: 0 1px 3px #0000006f;
          line-height: 55px;
          color: #fff; }
        .page-bonus-div.goldenEgg .slot-box .tournament-slot .slotNum .ring {
          display: none;
          height: 45px;
          width: 60px;
          margin: 5px auto;
          transform-style: preserve-3d; }
          .page-bonus-div.goldenEgg .slot-box .tournament-slot .slotNum .ring .slot {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden; }
            .page-bonus-div.goldenEgg .slot-box .tournament-slot .slotNum .ring .slot p {
              line-height: 45px;
              text-align: center;
              color: #fff;
              text-shadow: 0 2px 5px #000000be;
              margin: 0;
              padding: 0; }
    .page-bonus-div.goldenEgg .slot-box .bonus-info {
      bottom: -25px;
      min-width: 88px; }

.egg-item {
  position: relative;
  width: 210px;
  height: 210px;
  cursor: pointer; }
  .egg-item .txt-rage {
    bottom: 65px;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 50px;
    margin: 0px auto;
    width: 65%;
    left: 0%;
    transform: translate(25%);
    padding: 3px 10px; }
  .egg-item.open {
    transform-origin: center;
    animation: none; }
    .egg-item.open .txt-rage {
      display: none; }
  .egg-item.disable .txt-redeem {
    background: linear-gradient(180deg, #6c6c6c 0%, #a8a8a8 100%); }
    .egg-item.disable .txt-redeem p {
      color: #484848;
      text-shadow: none; }
    .egg-item.disable .txt-redeem img {
      filter: grayscale(2); }
    .egg-item.disable .txt-redeem .txt-ticket span {
      color: #484848; }
  .egg-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain; }
  .egg-item .txt-redeem {
    position: absolute;
    font-family: 'Trebuchet MS', sans-serif;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #3FA642 0%, #B4DD3C 100%);
    box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.4), inset 0px -3px 0px rgba(33, 33, 33, 0.3);
    border-radius: 100px;
    white-space: nowrap;
    padding: 3px 25px;
    font-size: 18px; }
    .egg-item .txt-redeem .txt-ticket {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 7px; }
      .egg-item .txt-redeem .txt-ticket span {
        font-weight: bolder;
        color: #212121;
        line-height: 30px;
        text-shadow: none; }
      .egg-item .txt-redeem .txt-ticket img {
        position: relative;
        width: 20px;
        height: 20px;
        object-fit: contain;
        transform: rotate(-40deg); }
    .egg-item .txt-redeem p {
      font-weight: bolder;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      line-height: 20px;
      font-size: 18px;
      text-shadow: 0 0 2px rgba(33, 33, 33, 0.78); }

.txt-rage {
  position: absolute;
  bottom: -32px;
  white-space: nowrap;
  font-size: 12px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #212121;
  z-index: 10; }
  .txt-rage .txt-bonus {
    display: inline-block;
    white-space: nowrap; }

.win-egg,
.win-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(10px);
  z-index: 1200; }
  .win-egg .txt-balance,
  .win-box .txt-balance {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    line-height: 40px;
    padding: 4px 8px;
    background: #6f1a0e;
    color: #fff57b;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #f3b93e;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px, rgba(0, 0, 0, 0.12) 0px -2px 10px;
    z-index: 1; }
  .win-egg .egg-bottom,
  .win-box .egg-bottom {
    position: absolute;
    left: 50%;
    top: 205px;
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    aspect-ratio: 1 / 1; }
    .win-egg .egg-bottom img,
    .win-box .egg-bottom img {
      object-fit: contain; }
  .win-egg .egg,
  .win-box .egg {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 250px;
    left: 50%;
    transform-origin: bottom;
    transform: translate(-50%, -50%);
    transform-origin: bottom;
    object-fit: contain; }
    .win-egg .egg .up,
    .win-box .egg .up {
      top: 0%;
      position: absolute;
      animation: wiggling-up 500ms ease-in-out; }
    .win-egg .egg .down,
    .win-box .egg .down {
      position: absolute;
      top: 90%;
      animation: wiggle-down 500ms ease-in-out; }
  .win-egg .slot-box,
  .win-box .slot-box {
    position: absolute;
    right: -30px;
    left: auto !important;
    width: 140px;
    z-index: 10; }
    .win-egg .slot-box .perspective-on,
    .win-box .slot-box .perspective-on {
      perspective: 1000px; }
    .win-egg .slot-box .perspective-off,
    .win-box .slot-box .perspective-off {
      perspective: 0; }
    .win-egg .slot-box .backface-on,
    .win-box .slot-box .backface-on {
      backface-visibility: visible; }
    .win-egg .slot-box .tournament-slot,
    .win-box .slot-box .tournament-slot {
      position: relative;
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1; }
      .win-egg .slot-box .tournament-slot.select .slotNum::before, .win-egg .slot-box .tournament-slot.active .slotNum::before,
      .win-box .slot-box .tournament-slot.select .slotNum::before,
      .win-box .slot-box .tournament-slot.active .slotNum::before {
        display: none; }
      .win-egg .slot-box .tournament-slot.select .slotNum .ring, .win-egg .slot-box .tournament-slot.active .slotNum .ring,
      .win-box .slot-box .tournament-slot.select .slotNum .ring,
      .win-box .slot-box .tournament-slot.active .slotNum .ring {
        display: block; }
      .win-egg .slot-box .tournament-slot .slotNum,
      .win-box .slot-box .tournament-slot .slotNum {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform-style: preserve-3d;
        transform: translate(-50%, -50%);
        z-index: 10; }
        .win-egg .slot-box .tournament-slot .slotNum p,
        .win-box .slot-box .tournament-slot .slotNum p {
          white-space: nowrap;
          font-size: 25px; }
        .win-egg .slot-box .tournament-slot .slotNum::before,
        .win-box .slot-box .tournament-slot .slotNum::before {
          content: '?';
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          transform: translateY(-50%);
          font-size: 45px;
          font-weight: bold;
          text-align: center;
          text-shadow: 0 1px 3px #0000006f;
          color: #fff; }
        .win-egg .slot-box .tournament-slot .slotNum .ring,
        .win-box .slot-box .tournament-slot .slotNum .ring {
          display: none; }
      .win-egg .slot-box .tournament-slot.active,
      .win-box .slot-box .tournament-slot.active {
        z-index: 12; }
        .win-egg .slot-box .tournament-slot.active .slotNum,
        .win-box .slot-box .tournament-slot.active .slotNum {
          position: relative;
          z-index: 1;
          width: 100%;
          height: 45px;
          overflow: hidden; }
          .win-egg .slot-box .tournament-slot.active .slotNum::before,
          .win-box .slot-box .tournament-slot.active .slotNum::before {
            display: none; }
        .win-egg .slot-box .tournament-slot.active .ring,
        .win-box .slot-box .tournament-slot.active .ring {
          position: absolute;
          transform-style: preserve-3d;
          display: block;
          height: 45px;
          width: 100%;
          will-change: transform; }
          .win-egg .slot-box .tournament-slot.active .ring .slot,
          .win-box .slot-box .tournament-slot.active .ring .slot {
            position: absolute;
            top: 0;
            width: 100%;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            backface-visibility: hidden;
            transform-origin: center center; }
            .win-egg .slot-box .tournament-slot.active .ring .slot p,
            .win-box .slot-box .tournament-slot.active .ring .slot p {
              margin: 0;
              font-size: 20px;
              font-weight: 600;
              color: #fff;
              white-space: nowrap;
              text-align: center; }

.goldenEgg-backdrop {
  position: fixed;
  top: 0;
  width: 0;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(10px);
  z-index: -10; }
  .goldenEgg-backdrop.show {
    z-index: 1111;
    width: 100vw; }

.expensiveEgg-info {
  position: fixed;
  top: 40vh;
  left: 50%;
  width: 80%;
  max-width: 450px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background: rgba(33, 33, 33, 0.9);
  padding: 10px 20px;
  z-index: -10; }
  .expensiveEgg-info p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    line-height: 30px; }
  .expensiveEgg-info .btn-group {
    display: flex;
    justify-content: center;
    align-items: center; }
    .expensiveEgg-info .btn-group a {
      padding: 10px 20px;
      text-decoration: none;
      background: linear-gradient(180deg, #B6170C 0%, #F24436 100%);
      box-shadow: inset 0px -3px 0px rgba(33, 33, 33, 0.3);
      border-radius: 50px;
      color: #fff;
      margin: 10px;
      font-size: 16px;
      font-weight: 800;
      text-shadow: 0px 1px 2px rgba(33, 33, 33, 0.4); }
      .expensiveEgg-info .btn-group a.yes {
        background: linear-gradient(180deg, #3FA642 0%, #79C653 100%); }
  .expensiveEgg-info.show {
    z-index: 1200; }

.function-alert.show img.bonus-win-egg,
.function-alert.show img.bonus-win-box {
  position: absolute;
  width: 100px;
  z-index: 10;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain; }

.function-alert.show small {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7672f;
  font-size: 100%;
  background: transparent !important;
  -webkit-text-fill-color: #c7672f !important; }
  .function-alert.show small::before {
    -webkit-text-fill-color: #c7672f !important;
    background: transparent !important; }

@keyframes light {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(0.8); } }

@keyframes wiggling-up {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }

@keyframes wiggle-down {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); } }

.page-bonus-div.goldenEgg.goldbox .page-bonus-header .bonus-title .txt-bonus {
  text-shadow: 0 0 3px rgba(253, 196, 24, 0.2), 0 0 10px rgba(7, 6, 0, 0.631); }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-result {
  padding: 0;
  text-shadow: none; }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .ticket-group {
  display: flex;
  justify-content: space-around;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 30px;
  margin: auto;
  width: fit-content;
  padding: 4px;
  max-width: 320px; }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-group .txt-ticket-all {
  margin: 4px auto 4px 4px; }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-group .tournament-bonus-group .tournament-badge-box a {
  border-radius: 50px;
  background: rgba(7, 6, 0, 0.8); }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .box-box {
  height: 190px;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20; }
  .page-bonus-div.goldenEgg.goldbox .page-bonus-body .box-box .container .txt-rage .txt-bonus {
    line-height: normal !important; }
    .page-bonus-div.goldenEgg.goldbox .page-bonus-body .box-box .container .txt-rage .txt-bonus::before {
      line-height: normal !important; }
  .page-bonus-div.goldenEgg.goldbox .page-bonus-body .box-box .container .swiper-carousel.swiper-box .swiper-wrapper {
    height: 100%; }

.page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box {
  padding-top: 5px; }
  .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .txt-info {
    padding: 50px 0 6px 6px; }
    .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .txt-info .btn-detail {
      top: 5px; }
  .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .box-header {
    margin-top: 5px; }
    .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .box-header .txt {
      font-size: 14.4px; }
    .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box {
      background: #ffd714; }
      .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .box-header .btn-tooltip .tooltip-box::before {
        border-color: transparent transparent #ffd714 transparent; }
  .page-bonus-div.goldenEgg.goldbox .page-bonus-body .bonus-time .main-event-box .box-body .btn-detail {
    background: #ffd714; }

.page-bonus-div.goldenEgg.goldbox .swiper-button-next::after,
.page-bonus-div.goldenEgg.goldbox .swiper-button-prev::after {
  font-family: 'icomoon' !important;
  content: '\eae2';
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  text-shadow: 0 0 11px #ffcc00;
  cursor: pointer; }

.page-bonus-div.goldenEgg.goldbox .swiper-button-prev {
  left: 10px; }
  .page-bonus-div.goldenEgg.goldbox .swiper-button-prev::after {
    content: '\ea9a' !important; }

.page-bonus-div.goldenEgg.goldbox .swiper-button-next {
  right: 10px; }

.page-bonus-div.goldenEgg.goldbox .box-bg {
  position: absolute;
  width: 70%;
  aspect-ratio: 16 / 9;
  bottom: -11px;
  left: 50%;
  cursor: none;
  transform: translateX(-50%);
  z-index: -1; }
  .page-bonus-div.goldenEgg.goldbox .box-bg img {
    object-fit: contain;
    height: 150px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

.page-bonus-div.goldenEgg.goldbox .box-item {
  position: relative;
  height: 190px;
  cursor: pointer; }
  .page-bonus-div.goldenEgg.goldbox .box-item .txt-rage {
    bottom: 65px;
    background: rgba(48, 45, 45, 0.5);
    border-radius: 50px;
    margin: 0px auto;
    width: 50%;
    left: 0%;
    transform: translate(50%);
    padding: 3px 10px; }
  .page-bonus-div.goldenEgg.goldbox .box-item.open {
    transform-origin: center;
    animation: none; }
    .page-bonus-div.goldenEgg.goldbox .box-item.open .txt-redeem,
    .page-bonus-div.goldenEgg.goldbox .box-item.open .txt-rage {
      display: none; }
  .page-bonus-div.goldenEgg.goldbox .box-item.disable .txt-redeem {
    background: linear-gradient(180deg, #6c6c6c 0%, #a8a8a8 100%); }
    .page-bonus-div.goldenEgg.goldbox .box-item.disable .txt-redeem p {
      color: #484848;
      text-shadow: none; }
    .page-bonus-div.goldenEgg.goldbox .box-item.disable .txt-redeem img {
      filter: grayscale(2); }
    .page-bonus-div.goldenEgg.goldbox .box-item.disable .txt-redeem .txt-ticket span {
      color: #484848; }
  .page-bonus-div.goldenEgg.goldbox .box-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    object-fit: contain; }
  .page-bonus-div.goldenEgg.goldbox .box-item .txt-redeem {
    position: absolute;
    font-family: 'Trebuchet MS', sans-serif;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    min-width: 90px;
    padding: 4px 0 10px 0;
    font-size: 18px;
    background: linear-gradient(180deg, #ACF261 0%, #57B915 100%);
    box-shadow: inset 0px -5.12px 0px rgba(7, 6, 0, 0.3);
    border-radius: 8px; }
    .page-bonus-div.goldenEgg.goldbox .box-item .txt-redeem .txt-ticket {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 7px;
      color: #FFFFFF;
      text-shadow: 0px 0.64px 1.28px rgba(7, 6, 0, 0.4); }
      .page-bonus-div.goldenEgg.goldbox .box-item .txt-redeem .txt-ticket span {
        font-weight: bolder;
        line-height: 20px;
        color: #070600; }
      .page-bonus-div.goldenEgg.goldbox .box-item .txt-redeem .txt-ticket img {
        position: relative;
        width: 20px;
        height: 20px;
        object-fit: contain;
        transform: rotate(-40deg); }
    .page-bonus-div.goldenEgg.goldbox .box-item .txt-redeem p {
      font-weight: bolder;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-size: 13px;
      line-height: 20px;
      text-shadow: 0 0 2px rgba(7, 6, 0, 0.78); }

.page-bonus-div.goldenEgg.goldbox .slot-box {
  top: -190px; }

.win-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  z-index: 1400; }
  .win-box .txt-balance {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    line-height: 40px;
    padding: 4px 8px;
    background: #6f1a0e;
    color: #fff57b;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #f3b93e;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px, rgba(0, 0, 0, 0.12) 0px -2px 10px;
    z-index: 10; }
  .win-box .box {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    z-index: 1; }
    .win-box .box img {
      width: 100%;
      position: absolute;
      animation: jello-horizontal-2 0.8s both;
      transform: scale(1);
      transform-origin: center;
      object-fit: contain; }
    .win-box .box::before {
      content: '';
      position: absolute;
      top: 40%;
      left: 50%;
      border-radius: 100px;
      background: radial-gradient(36.96% 36.96% at 50% 50%, #fdc418ce 0%, rgba(253, 196, 24, 0) 100%);
      animation: box-clip-animate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate-reverse infinite;
      animation-delay: 0.1s;
      z-index: -1; }
  .win-box .slot-box {
    top: 140px;
    right: 50%;
    width: 95px;
    transform: translateX(162%); }
    .win-box .slot-box .slot-object {
      width: 95px;
      height: 95px; }
    .win-box .slot-box .tournament-slot.active .slotNum {
      position: absolute; }

.function-alert.show img.bonus-win-box {
  width: 100px;
  height: 100px;
  z-index: 10;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%); }

@keyframes box-clip-animate {
  0% {
    width: 0;
    height: 0;
    transform: translateZ(600px) translate(-50%, -50%);
    opacity: 0; }
  100% {
    width: 300px;
    height: 300px;
    transform: translateZ(0) translate(-50%, -50%);
    opacity: 1; } }

@keyframes jello-horizontal-2 {
  0% {
    transform: scale3d(1, 1, 1); }
  5% {
    transform: scale3d(1.25, 0.75, 1); }
  25% {
    transform: scale3d(0.75, 1.25, 1); }
  35% {
    transform: scale3d(1.15, 0.85, 1); }
  50% {
    transform: scale3d(0.95, 1.05, 1) scale(2); }
  60% {
    transform: scale3d(1, 1, 1) scale(2); }
  100% {
    transform: scale3d(1, 1, 1) scale(1); } }

.bonusPoints-entrance {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 205;
  padding: 3px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }
  .bonusPoints-entrance * {
    font-size: 0; }
  .bonusPoints-entrance .bonusPoints-balance {
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap; }
    .bonusPoints-entrance .bonusPoints-balance span {
      min-width: 100px;
      padding: 0 3px;
      color: #fff;
      font-size: 12px;
      line-height: 20px;
      font-weight: bold;
      text-align: right; }
  .bonusPoints-entrance .img-bonusPoints {
    width: 20px;
    height: 20px;
    vertical-align: top; }
  .bonusPoints-entrance .bonusPoints-shopBtn {
    padding: 3px;
    margin: 0 0 0 3px;
    border-radius: 5px;
    background-color: #856b47;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset; }
    .bonusPoints-entrance .bonusPoints-shopBtn span {
      color: #fff;
      padding: 0 3px;
      font-size: 10px;
      line-height: 20px;
      font-weight: bold;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.active .bonusPoints-entrance {
  display: flex; }

.device-PC .bonusPoints-entrance:hover {
  background-color: rgba(255, 255, 255, 0.25); }

body .page-bonus-div.bonusPoints .page-bonus-header {
  padding-top: 70px; }
  body .page-bonus-div.bonusPoints .page-bonus-header .brand-logo {
    top: 35px; }

body .page-bonus-div.bonusPoints .bonusPoints-entrance {
  top: 8px; }

body .page-bonus-div.bonusPoints .freespinGroup {
  top: 70px; }

body .page-bonus-div.bonusPoints .barrageSwiper {
  top: 165px; }

body .page-bonus-div.bonusPoints.dailyCheckIn .bonusPoints-entrance {
  right: 0;
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.dailyCheckIn .bonusPoints-balance {
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.dailyCheckIn .bonusPoints-shopBtn {
  border-radius: 5px; }

body .page-bonus-div.bonusPoints.dailyCheckIn .page-bonus-header {
  padding: 15px 0 10px; }

body .page-bonus-div.bonusPoints.dailyCheckIn .bonusPoints-entrance {
  top: 10px;
  right: 0; }

body .page-bonus-div.bonusPoints.bonusPoints.auto_redeem .barrageSwiper {
  top: 65px; }

body .page-bonus-div.bonusPoints.page-bonus-MARIOSLOT .barrageSwiper {
  top: 150px; }

body .page-bonus-div.bonusPoints.page-bonus-Roulette .bonusPoints-entrance, body .page-bonus-div.bonusPoints.multi-event .bonusPoints-entrance, body .page-bonus-div.bonusPoints.page-bonus-MARIOSLOT .bonusPoints-entrance {
  right: 0;
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.page-bonus-Roulette .bonusPoints-balance, body .page-bonus-div.bonusPoints.multi-event .bonusPoints-balance, body .page-bonus-div.bonusPoints.page-bonus-MARIOSLOT .bonusPoints-balance {
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.page-bonus-Roulette .bonusPoints-shopBtn, body .page-bonus-div.bonusPoints.multi-event .bonusPoints-shopBtn, body .page-bonus-div.bonusPoints.page-bonus-MARIOSLOT .bonusPoints-shopBtn {
  border-radius: 5px; }

body .page-bonus-div.bonusPoints.goldenEgg .bonusPoints-entrance {
  right: 0;
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.goldenEgg .bonusPoints-balance {
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.goldenEgg .bonusPoints-shopBtn {
  border-radius: 5px; }

body .page-bonus-div.bonusPoints.signupEventBonus-page .bonusPoints-entrance {
  top: 15px;
  left: 0;
  right: auto;
  border-radius: 10px 30px 30px 10px; }

body .page-bonus-div.bonusPoints.signupEventBonus-page .bonusPoints-balance {
  border-radius: 5px; }

body .page-bonus-div.bonusPoints.signupEventBonus-page .bonusPoints-shopBtn {
  border-radius: 10px 30px 30px 10px; }

body .page-bonus-div.bonusPoints.signupEventBonus-page .page-bonus-header {
  padding: 0; }

body .page-bonus-div.bonusPoints.signupEventBonus-page .barrageSwiper {
  top: 130px; }

body .page-bonus-div.bonusPoints.auto_redeem .bonusPoints-entrance {
  right: 0;
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.auto_redeem .bonusPoints-balance {
  border-radius: 30px 10px 10px 30px; }

body .page-bonus-div.bonusPoints.auto_redeem .bonusPoints-shopBtn {
  border-radius: 5px; }

body.body-iframe .modal-box.modal-REBATE {
  display: none !important; }

.fix-sticker-group {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  position: fixed;
  flex-direction: column;
  width: 100%;
  bottom: 12vh;
  right: 0px;
  gap: 5px;
  left: 6px;
  cursor: pointer;
  z-index: 798;
  pointer-events: none; }
  .fix-sticker-group > * {
    pointer-events: auto; }
  .fix-sticker-group .fix-sticker {
    order: 0;
    position: relative;
    bottom: auto !important; }
  .fix-sticker-group .fix-sticker.section-REBATE {
    order: 1;
    position: relative; }

.fix-sticker.section-REBATE {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  right: 0px;
  width: 213px;
  height: 55px !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background: linear-gradient(0deg, #2D3640 0%, #2F3842 100%);
  box-shadow: none;
  border: none;
  right: -88px;
  padding: 10px 0 0;
  overflow: visible !important;
  position: relative;
  transition: all .5s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .fix-sticker.section-REBATE.show {
    right: -5px;
    transition: all .5s;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.6); }
  .fix-sticker.section-REBATE .countdown-time {
    background-color: transparent; }
  .fix-sticker.section-REBATE:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.6); }
  .fix-sticker.section-REBATE::before {
    display: none; }
  .fix-sticker.section-REBATE .show-bonus-event {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 6px;
    right: auto;
    left: 0;
    width: 125px;
    height: 100%;
    padding-top: 12px;
    margin-top: -12px;
    gap: 2px;
    flex-direction: column; }
    .fix-sticker.section-REBATE .show-bonus-event .countdown-time {
      color: transparent;
      font-size: 0%;
      text-align: center; }
      .fix-sticker.section-REBATE .show-bonus-event .countdown-time span {
        line-height: normal;
        position: relative;
        vertical-align: top;
        margin: 0 1px;
        font-weight: normal;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        background-color: #000;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: calc(4px + 1px);
        width: 30px;
        font-size: 12px; }
    .fix-sticker.section-REBATE .show-bonus-event .countdown-txt {
      display: inline-flex;
      color: #FFF;
      font-weight: bold !important;
      align-items: flex-end;
      justify-content: center;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: relative;
      top: auto;
      left: auto;
      max-width: 110px;
      width: 110px;
      display: none;
      transform: none;
      text-align: center;
      line-height: 11px;
      overflow: hidden;
      word-wrap: break-word;
      white-space: normal;
      font-size: 12px !important; }
  .fix-sticker.section-REBATE .show-bonus-txt {
    display: inline-flex;
    color: #FFF;
    font-weight: bold !important;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: auto;
    left: auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    width: 125px;
    align-items: center;
    height: 55px;
    z-index: 1;
    border-radius: 6px 0 0 6px;
    padding-bottom: 21px;
    padding-top: 10px;
    transform: none;
    overflow: hidden;
    text-transform: none; }
    .fix-sticker.section-REBATE .show-bonus-txt span {
      font-size: calc(12px + 2px) !important;
      text-align: center;
      line-height: 12px; }
    .fix-sticker.section-REBATE .show-bonus-txt::before {
      content: '';
      width: 241px;
      height: 88px;
      top: 0;
      right: auto;
      left: 68px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      transform: translateX(-50%);
      z-index: -1;
      border-radius: 0;
      background-image: url(../../../theme/images/src-common/BONUSEVENT-img/REBATE/rebate-red.webp); }
  .fix-sticker.section-REBATE .show-bonus-rebate {
    position: absolute;
    z-index: 10;
    display: inline-block;
    width: 70px;
    right: 20px;
    bottom: 7px;
    text-align: center;
    font-style: italic;
    transform: scale(1.2); }
    .fix-sticker.section-REBATE .show-bonus-rebate::after {
      content: '';
      width: 40px;
      height: 30px;
      top: -17px;
      right: auto;
      left: 15px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      background-image: url(../../../theme/images/src-common/BONUSEVENT-img/REBATE/rebate-EXTRA.webp); }
    .fix-sticker.section-REBATE .show-bonus-rebate small {
      text-align: center;
      line-height: normal;
      color: #FFF;
      margin-top: -3px;
      font-size: 16px;
      font-weight: 600;
      text-shadow: 0 1px 3px #383838; }
  .fix-sticker.section-REBATE .show-platform {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: 0;
    gap: 5px;
    width: 125px;
    z-index: 1; }
    .fix-sticker.section-REBATE .show-platform img {
      width: 25px;
      height: 22px;
      object-fit: contain;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)); }
    .fix-sticker.section-REBATE .show-platform .platform-img.POCKET, .fix-sticker.section-REBATE .show-platform .platform-img.AMEBA, .fix-sticker.section-REBATE .show-platform .platform-img.EZUGI {
      filter: drop-shadow(0 0 1px #fff); }
    .fix-sticker.section-REBATE .show-platform .platform-img.JOKER img, .fix-sticker.section-REBATE .show-platform .platform-img.SVCASINO img {
      width: 30px;
      height: 30px; }
  .fix-sticker.section-REBATE.coming-soon {
    overflow: visible !important;
    animation: none !important;
    padding: 0; }
    .fix-sticker.section-REBATE.coming-soon.show {
      right: -88px;
      box-shadow: none; }
    .fix-sticker.section-REBATE.coming-soon::after, .fix-sticker.section-REBATE.coming-soon::before {
      display: none; }
    .fix-sticker.section-REBATE.coming-soon .show-bonus-txt {
      display: none; }
    .fix-sticker.section-REBATE.coming-soon .show-bonus-event {
      position: relative;
      top: auto;
      right: auto;
      width: 125px;
      align-items: center;
      padding-top: 16px; }
      .fix-sticker.section-REBATE.coming-soon .show-bonus-event::before {
        display: none; }
      .fix-sticker.section-REBATE.coming-soon .show-bonus-event .countdown-txt {
        display: inline-flex; }
      .fix-sticker.section-REBATE.coming-soon .show-bonus-event .countdown-time span {
        font-size: calc(12px + 0.96px);
        width: 25px; }
    .fix-sticker.section-REBATE.coming-soon .show-bonus-rebate::after {
      display: none; }
    .fix-sticker.section-REBATE.coming-soon .show-bonus-rebate small {
      display: none; }
    .fix-sticker.section-REBATE.coming-soon .show-platform {
      position: absolute;
      top: -4px;
      left: 0; }

.modal-box.modal-REBATE .game-feature {
  display: none; }

.modal-box.modal-REBATE .sub-menu li {
  order: -2; }
  .modal-box.modal-REBATE .sub-menu li.li-rebate {
    order: 0; }
  .modal-box.modal-REBATE .sub-menu li.li-freeSpin {
    order: -1; }

.modal-box.modal-REBATE .fix-sticker.section-REBATE {
  display: inline-block; }

.modal-box.modal-REBATE .section-box.section-REBATE > div:first-child {
  position: relative;
  z-index: 4; }

.modal-box.modal-REBATE .section-box.section-REBATE > div:nth-child(2) {
  position: relative;
  z-index: 3; }

.modal-box.modal-REBATE .section-box.section-REBATE > div:nth-child(3) {
  position: relative;
  z-index: 2; }

.modal-box.modal-REBATE .section-box.section-REBATE > div:nth-child(4) {
  position: relative;
  z-index: 1; }

.modal-box.modal-REBATE .modal-main {
  min-height: auto !important;
  border-radius: 12px !important;
  width: 90% !important;
  height: auto !important;
  max-height: 75vh;
  border: none !important;
  padding: 8px;
  box-shadow: none !important;
  overflow: visible;
  position: relative;
  background: linear-gradient(0deg, #c82090 0%, #6a14d1 100%) !important; }
  .modal-box.modal-REBATE .modal-main::after {
    content: '';
    width: 150px;
    height: 50px;
    top: -20px;
    right: auto;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../../../theme/images/src-common/BONUSEVENT-img/REBATE/rebate-title.webp);
    transform: translateX(-50%);
    z-index: 2; }
  .modal-box.modal-REBATE .modal-main::before {
    content: '';
    width: 230px;
    height: 110px;
    top: -25px;
    right: auto;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../../../theme/images/src-common/BONUSEVENT-img/REBATE/rebate-bg.webp);
    transform: translateX(-50%);
    z-index: 1; }
  .modal-box.modal-REBATE .modal-main .modal-top {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 35px;
    min-height: 30px; }
    .modal-box.modal-REBATE .modal-main .modal-top .close {
      text-shadow: none;
      position: absolute;
      right: 0;
      opacity: 1;
      color: #fff !important;
      border-radius: 100px; }
      .modal-box.modal-REBATE .modal-main .modal-top .close:hover {
        background: transparent; }
      .modal-box.modal-REBATE .modal-main .modal-top .close .icon-close {
        background-color: transparent !important;
        border: 0.5px solid #FFF;
        font-size: 30px;
        text-align: center;
        border-radius: 100px;
        line-height: normal;
        width: auto;
        height: auto; }
  .modal-box.modal-REBATE .modal-main .modal-title {
    padding-top: 25px; }
    .modal-box.modal-REBATE .modal-main .modal-title span {
      color: #DFDFDF;
      font-size: 14px;
      font-weight: 600; }
    .modal-box.modal-REBATE .modal-main .modal-title .txt-extra {
      position: relative;
      color: #FFF;
      font-size: calc(30px - 10px);
      font-weight: bold;
      transform: rotate(0deg); }
      .modal-box.modal-REBATE .modal-main .modal-title .txt-extra::before {
        content: 'EXTRA';
        position: absolute;
        color: #b6359c;
        z-index: -1;
        top: 2px;
        left: 2px; }
    .modal-box.modal-REBATE .modal-main .modal-title .txt-extra-info {
      color: #FFF;
      font-weight: 600;
      font-size: calc(30px - 10px);
      font-style: italic;
      text-shadow: 0 0 3px rgba(255, 213, 4, 0.2), 0 0 10px rgba(255, 255, 255, 0.631); }
  .modal-box.modal-REBATE .modal-main .modal-layout {
    z-index: 0;
    background: #000 !important;
    padding: 10px;
    border-radius: 18px;
    overflow-y: auto;
    height: auto !important; }
    .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar {
      width: 8px;
      border-radius: 8px; }
    .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar-track {
      border: none;
      background-color: transparent; }
    .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar-thumb {
      cursor: pointer;
      border-radius: 20px;
      background-color: rgba(255, 255, 255, 0.3) !important; }
    .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar-thumb:hover {
      background-color: rgba(255, 255, 255, 0.5) !important; }
    .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar-button, .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-scrollbar-corner, .modal-box.modal-REBATE .modal-main .modal-layout::-webkit-resizer {
      background-color: transparent; }
    .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon {
      position: relative;
      cursor: default; }
      .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon .countdown-txt {
        display: inline-flex;
        color: #FFF;
        font-weight: bold !important;
        align-items: flex-end;
        justify-content: center;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: auto;
        padding: 8px 12px;
        border-radius: 8px;
        white-space: nowrap;
        font-size: 20px !important;
        border: 3px solid #FFF;
        background-color: rgba(0, 0, 0, 0.6);
        transform: translate(-50%, -50%) rotate(-10deg); }
      .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon .section-time,
      .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon .section-ul {
        opacity: .6; }
      .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon .section-time ul li.on {
        opacity: 0.4;
        background-color: transparent; }
      .modal-box.modal-REBATE .modal-main .modal-layout .REBATE-box.coming-soon .section-ul .ul-gameList li {
        pointer-events: none;
        cursor: default; }
    .modal-box.modal-REBATE .modal-main .modal-layout .countdown-txt {
      display: none; }
    .modal-box.modal-REBATE .modal-main .modal-layout .section-tit {
      margin: 0; }
    .modal-box.modal-REBATE .modal-main .modal-layout .section-time {
      color: #FFF;
      font-size: 12px;
      padding: 4px 0; }
      .modal-box.modal-REBATE .modal-main .modal-layout .section-time ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 5px;
        gap: 5px; }
        .modal-box.modal-REBATE .modal-main .modal-layout .section-time ul.num-2 li, .modal-box.modal-REBATE .modal-main .modal-layout .section-time ul.num-4 li {
          width: calc(100% / 2.5 - 4px);
          min-width: calc(100% / 2.5 - 4px); }
        .modal-box.modal-REBATE .modal-main .modal-layout .section-time ul li {
          border-radius: 4px;
          border: 1px solid #FFF;
          padding: 2px 4px;
          opacity: 0.4;
          width: calc(100% / 3 - 4px);
          min-width: calc(100% / 3 - 4px);
          text-align: center; }
          .modal-box.modal-REBATE .modal-main .modal-layout .section-time ul li.on {
            background-color: #DB1179;
            opacity: 1; }
  .modal-box.modal-REBATE .modal-main .modal-footer {
    text-align: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    color: #FFF;
    font-weight: 400;
    border: none;
    margin: 5px 0 0 0; }

.device-PC .modal-box.modal-REBATE .modal-main {
  width: 80% !important; }

.device-PC .modal-box.modal-REBATE .modal-layout .section-time {
  font-size: 14px; }

.device-PC .modal-box.modal-REBATE .modal-layout {
  min-height: auto !important; }

.device-PC .section-REBATE .section-tit img {
  height: 35px; }

.section-REBATE {
  overflow: visible !important; }
  .section-REBATE.num-1 {
    bottom: 12vh; }
  .section-REBATE .REBATE-box:first-of-type .section-tit {
    padding: 10px 10px 0px; }
  .section-REBATE .section-tit {
    white-space: wrap !important;
    padding: 0px 10px 0px;
    gap: 8px !important;
    text-transform: none !important;
    font-size: 1.5rem;
    position: relative;
    display: flex !important;
    line-height: 150%;
    font-weight: normal !important;
    justify-content: space-between !important;
    align-items: center !important; }
    .section-REBATE .section-tit img {
      width: auto;
      height: 30px; }
    .section-REBATE .section-tit .txt-REBATE {
      color: #f4f4f4;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-align: left; }
      .section-REBATE .section-tit .txt-REBATE .txt-bonus {
        line-height: 12px !important;
        padding: 0 3px !important; }
      .section-REBATE .section-tit .txt-REBATE span {
        padding: 0 3px;
        height: 12px !important;
        font-size: 100% !important;
        font-weight: normal !important; }
    .section-REBATE .section-tit .txt-info {
      height: 30px;
      background-color: transparent; }
    .section-REBATE .section-tit .btn-tooltip {
      z-index: 232; }
      .section-REBATE .section-tit .btn-tooltip .tooltip-box {
        left: -246px;
        width: 270px;
        background-color: #e1be83;
        max-height: 150px; }
        .section-REBATE .section-tit .btn-tooltip .tooltip-box::before {
          top: -10px;
          right: 5px;
          border-width: 0 10px 18px 10px;
          border-color: transparent transparent #e1be83 transparent; }
        .section-REBATE .section-tit .btn-tooltip .tooltip-box ul {
          max-height: 110px;
          overflow-y: auto; }
        .section-REBATE .section-tit .btn-tooltip .tooltip-box li {
          display: block;
          color: #000;
          font-size: 12px; }
  .section-REBATE .section-ul {
    display: block !important; }
    .section-REBATE .section-ul .ul-gameList {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: center;
      min-height: 100px;
      max-height: 450px;
      margin-bottom: 0px;
      gap: 12px;
      padding: 6px 2px;
      overflow-x: hidden;
      overflow-y: auto !important; }
      .section-REBATE .section-ul .ul-gameList li {
        position: relative;
        min-width: 30%;
        width: 30%;
        cursor: pointer; }
        .section-REBATE .section-ul .ul-gameList li .game-icon {
          border-radius: 12px; }
      .section-REBATE .section-ul .ul-gameList .ul-gameIcon-box {
        position: relative; }
      .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName {
        overflow: hidden;
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: rgba(255, 255, 255, 0.7) !important; }

.REBATE-promoSticky {
  position: absolute;
  top: -6px;
  left: -5px;
  width: 50px;
  height: 30px;
  color: #FFF;
  z-index: 12;
  font-size: calc(12px - 2px) !important;
  transform: rotate(0deg);
  background: url(../../../theme/images/src-common/BONUSEVENT-img/REBATE/rebate-tag.webp) no-repeat center center;
  background-size: 100%;
  font-weight: bold;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-text-fill-color: initial; }
  .REBATE-promoSticky span {
    font-size: 12px !important;
    font-style: italic;
    padding-right: 2px; }
  .REBATE-promoSticky::before {
    position: absolute;
    top: 0px;
    font-size: calc(12px - 3px) !important;
    content: 'REBATE+';
    color: rgba(255, 255, 255, 0.7); }
  .REBATE-promoSticky::after {
    content: '%'; }

body.POPULAR .modal-box.modal-REBATE.modal-gamelist .modal-dialog-centered {
  align-items: center !important; }

body.POPULAR .show-rebate .ul-gameIcon-box .show-new {
  top: 26px !important; }

body.POPULAR .ul-gameIcon-box .REBATE-promoSticky {
  top: 0px;
  left: -13px; }

body.POPULAR .section-box.section-SLOT.section-JACKPOT .section-ul.add-arrow .REBATE-promoSticky {
  left: -5px; }

body.POPULAR .main-content.ARCADE .ul-gameIcon-box .REBATE-promoSticky,
body.POPULAR .main-content.FH .ul-gameIcon-box .REBATE-promoSticky,
body.POPULAR .main-content.SLOT .ul-gameIcon-box .REBATE-promoSticky,
body.POPULAR .main-content.RNGTABLE .ul-gameIcon-box .REBATE-promoSticky {
  left: 0px; }

body.POPULAR.device-PC .show-rebate .ul-gameIcon-box .show-new {
  top: 0px !important; }

body.POPULAR.device-PC .show-rebate .ul-gameIcon-box .REBATE-promoSticky {
  left: auto;
  right: 0px;
  transform: scale(1.1); }

body.CLASSIC.device-PC .live-game .show-rebate .ul-gameIcon-box .REBATE-promoSticky,
body.POPULAR.device-PC .live-game .show-rebate .ul-gameIcon-box .REBATE-promoSticky {
  right: 4px; }

body.CLASSIC .modal-box.modal-REBATE .modal-main {
  max-height: 75vh !important; }

body.CLASSIC .ul-gameIcon-box .REBATE-promoSticky {
  top: 0px;
  right: -5px;
  left: auto;
  display: flex;
  z-index: 101; }

body.CLASSIC main#fhMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC main#slotMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC main#arcadeMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC main#rngtableMain .ul-gameIcon-box .REBATE-promoSticky {
  top: 0px; }

body.CLASSIC .local_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .exclusive_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .new_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .slot_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .arcade_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .rngtable_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC .fh_game .ul-gameIcon-box .REBATE-promoSticky {
  top: 27px; }

body.CLASSIC.TMT .ul-gameIcon-box .REBATE-promoSticky {
  top: 0px;
  right: 0px;
  left: auto; }

body.CLASSIC.TMT main#fhMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT main#slotMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT main#arcadeMain .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT main#rngtableMain .ul-gameIcon-box .REBATE-promoSticky {
  top: 8px; }

body.CLASSIC.TMT .local_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT .new_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT .slot_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT .arcade_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT .rngtable_game .ul-gameIcon-box .REBATE-promoSticky,
body.CLASSIC.TMT .fh_game .ul-gameIcon-box .REBATE-promoSticky {
  top: 30px; }

body.WL .bonusevent-group {
  align-items: flex-start; }
  body.WL .bonusevent-group a {
    order: -1; }

body.WL .fix-sticker.section-REBATE {
  left: -90px;
  justify-content: flex-end;
  position: relative;
  right: auto;
  bottom: auto !important;
  order: 0; }
  body.WL .fix-sticker.section-REBATE.show {
    left: 0; }
  body.WL .fix-sticker.section-REBATE.coming-soon {
    left: -90px; }
  body.WL .fix-sticker.section-REBATE .show-bonus-txt {
    width: 130px;
    border-radius: 0 6px 6px 0; }
    body.WL .fix-sticker.section-REBATE .show-bonus-txt::before {
      left: 48px;
      transform: translateX(-50%) scaleX(-1); }
  body.WL .fix-sticker.section-REBATE::after {
    right: 65px; }
  body.WL .fix-sticker.section-REBATE .show-bonus-event {
    width: 130px;
    right: 0px; }
  body.WL .fix-sticker.section-REBATE .show-bonus-rebate {
    right: auto;
    left: 15px; }
  body.WL .fix-sticker.section-REBATE .show-platform {
    width: 130px;
    left: auto;
    right: 0; }
  body.WL .fix-sticker.section-REBATE .show-bonus-rebate {
    font-size: 100%; }

body.WL .ul-gameIcon-box .REBATE-promoSticky {
  top: -3px;
  left: 50%;
  transform: translateX(-50%) !important; }

body.WL.device-PC .ul-gameIcon-box .REBATE-promoSticky {
  transform: translateX(-50%) scale(1.2) !important; }

body.type-BS .modal-box.modal-REBATE .close:hover {
  background-color: #ffce52; }

body.type-BS .modal-box.modal-REBATE ul.ul-gameList li {
  min-width: 30%; }
  body.type-BS .modal-box.modal-REBATE ul.ul-gameList li .ul-gameIcon-txt .txt-gameName {
    font-size: 12px;
    text-align: center;
    transform: scale(0.8); }
    body.type-BS .modal-box.modal-REBATE ul.ul-gameList li .ul-gameIcon-txt .txt-gameName::before {
      display: none !important; }
  body.type-BS .modal-box.modal-REBATE ul.ul-gameList li:first-child {
    background: transparent !important;
    margin: 0; }

body.type-BS .section-REBATE .section-tit .btn-tooltip .icon-alert-circle {
  position: relative; }
  body.type-BS .section-REBATE .section-tit .btn-tooltip .icon-alert-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body.type-BS .section-REBATE .section-tit .btn-tooltip .tooltip-box::before {
  right: 2px; }

body.type-BS .show-rebate .ul-gameIcon-box .show-bonus-event {
  z-index: 12; }

body.type-BS .show-rebate .ul-gameIcon-box .show-wager {
  top: 25px !important; }

body.type-BS .show-rebate .ul-gameIcon-box .REBATE-promoSticky {
  top: -6px;
  left: -6px;
  transform: scale(0.9); }

body.type-BS .menu-item.li-rebate {
  animation: scaleLoop 2s infinite;
  max-width: 50px;
  max-height: 50px; }
  body.type-BS .menu-item.li-rebate.coming-soon {
    animation: none; }
    body.type-BS .menu-item.li-rebate.coming-soon .show-platform {
      display: flex; }
    body.type-BS .menu-item.li-rebate.coming-soon .countdown-txt {
      display: block; }
    body.type-BS .menu-item.li-rebate.coming-soon .show-bonus-rebate small {
      display: none; }
  body.type-BS .menu-item.li-rebate img {
    max-width: 50px;
    max-height: 50px; }
  body.type-BS .menu-item.li-rebate .show-platform {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
    z-index: 1; }
    body.type-BS .menu-item.li-rebate .show-platform.num-3 img {
      width: 15px;
      height: 15px; }
    body.type-BS .menu-item.li-rebate .show-platform img {
      width: 25px;
      height: 20px;
      margin-bottom: 0;
      object-fit: contain;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)); }
    body.type-BS .menu-item.li-rebate .show-platform .platform-img.POCKET, body.type-BS .menu-item.li-rebate .show-platform .platform-img.AMEBA, body.type-BS .menu-item.li-rebate .show-platform .platform-img.EZUGI {
      filter: drop-shadow(0 0 1.5px #fff); }
  body.type-BS .menu-item.li-rebate .show-bonus-event {
    position: absolute;
    bottom: -10px; }
    body.type-BS .menu-item.li-rebate .show-bonus-event::before {
      display: none; }
    body.type-BS .menu-item.li-rebate .show-bonus-event::after {
      display: none; }
    body.type-BS .menu-item.li-rebate .show-bonus-event .countdown-time {
      max-width: 50px;
      color: rgba(255, 255, 255, 0.8);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: transparent;
      font-size: 0%; }
      body.type-BS .menu-item.li-rebate .show-bonus-event .countdown-time span {
        line-height: normal;
        position: relative;
        vertical-align: top;
        margin: 0 1px;
        font-weight: normal;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        background-color: #000;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: calc(4px + 1px);
        width: 30px;
        font-size: 12px; }
      body.type-BS .menu-item.li-rebate .show-bonus-event .countdown-time span {
        font-size: calc(12px - 2px); }
        body.type-BS .menu-item.li-rebate .show-bonus-event .countdown-time span::after {
          display: none; }
  body.type-BS .menu-item.li-rebate .countdown-txt {
    display: inline-flex;
    color: #FFF;
    font-weight: bold !important;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: calc(12px - 2px);
    top: 31px;
    color: #FFF;
    line-height: 0.8;
    width: 57px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    text-shadow: 0 0 3px rgba(255, 213, 4, 0.2), 0 0 10px rgba(255, 255, 255, 0.631); }
  body.type-BS .menu-item.li-rebate .show-bonus-rebate {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF; }
    body.type-BS .menu-item.li-rebate .show-bonus-rebate small {
      text-align: center;
      line-height: normal;
      font-style: italic;
      color: #FFF;
      margin-top: -3px;
      font-size: 12px;
      font-weight: 600;
      text-shadow: 0 1px 3px #383838; }

body.type-R .fix-sticker-group,
body.type-W .fix-sticker-group,
body.type-L .fix-sticker-group,
body.type-P .fix-sticker-group {
  bottom: 22vh; }

body.type-R .section-REBATE .section-ul,
body.type-W .section-REBATE .section-ul,
body.type-L .section-REBATE .section-ul,
body.type-P .section-REBATE .section-ul {
  padding-bottom: 0; }
  body.type-R .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName,
  body.type-W .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName,
  body.type-L .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName,
  body.type-P .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName {
    display: block !important;
    padding: 0;
    background: transparent; }

body.type-R .ul-gameIcon-box .REBATE-promoSticky,
body.type-W .ul-gameIcon-box .REBATE-promoSticky,
body.type-L .ul-gameIcon-box .REBATE-promoSticky,
body.type-P .ul-gameIcon-box .REBATE-promoSticky {
  top: -1px;
  left: auto;
  right: -5px; }

body.type-R.device-P .ul-gameIcon-box .REBATE-promoSticky,
body.type-W.device-P .ul-gameIcon-box .REBATE-promoSticky,
body.type-L.device-P .ul-gameIcon-box .REBATE-promoSticky,
body.type-P.device-P .ul-gameIcon-box .REBATE-promoSticky {
  transform: scale(1.2); }

body.device-PC.type-R .fix-sticker-group, body.device-PC.type-W .fix-sticker-group, body.device-PC.type-L .fix-sticker-group, body.device-PC.type-P .fix-sticker-group {
  bottom: 10vh; }

body.type-W .ul-gameIcon-box .REBATE-promoSticky {
  top: 24px; }

body.type-W .modal-box.modal-REBATE .modal-main,
body.type-P .modal-box.modal-REBATE .modal-main {
  border-radius: 12px !important; }

body.type-R.device-PC .fix-sticker.section-REBATE,
body.type-W.device-PC .fix-sticker.section-REBATE,
body.type-P.device-PC .fix-sticker.section-REBATE {
  left: -90px;
  justify-content: flex-end; }
  body.type-R.device-PC .fix-sticker.section-REBATE.show,
  body.type-W.device-PC .fix-sticker.section-REBATE.show,
  body.type-P.device-PC .fix-sticker.section-REBATE.show {
    left: 0; }
  body.type-R.device-PC .fix-sticker.section-REBATE.coming-soon,
  body.type-W.device-PC .fix-sticker.section-REBATE.coming-soon,
  body.type-P.device-PC .fix-sticker.section-REBATE.coming-soon {
    left: -90px; }
  body.type-R.device-PC .fix-sticker.section-REBATE .show-bonus-txt,
  body.type-W.device-PC .fix-sticker.section-REBATE .show-bonus-txt,
  body.type-P.device-PC .fix-sticker.section-REBATE .show-bonus-txt {
    width: 130px;
    border-radius: 0 6px 6px 0; }
    body.type-R.device-PC .fix-sticker.section-REBATE .show-bonus-txt::before,
    body.type-W.device-PC .fix-sticker.section-REBATE .show-bonus-txt::before,
    body.type-P.device-PC .fix-sticker.section-REBATE .show-bonus-txt::before {
      left: 48px;
      transform: translateX(-50%) scaleX(-1); }
  body.type-R.device-PC .fix-sticker.section-REBATE::after,
  body.type-W.device-PC .fix-sticker.section-REBATE::after,
  body.type-P.device-PC .fix-sticker.section-REBATE::after {
    right: 65px; }
  body.type-R.device-PC .fix-sticker.section-REBATE .show-bonus-event,
  body.type-W.device-PC .fix-sticker.section-REBATE .show-bonus-event,
  body.type-P.device-PC .fix-sticker.section-REBATE .show-bonus-event {
    width: 130px;
    right: 0px; }
  body.type-R.device-PC .fix-sticker.section-REBATE .show-bonus-rebate,
  body.type-W.device-PC .fix-sticker.section-REBATE .show-bonus-rebate,
  body.type-P.device-PC .fix-sticker.section-REBATE .show-bonus-rebate {
    right: auto;
    left: 15px; }
  body.type-R.device-PC .fix-sticker.section-REBATE .show-platform,
  body.type-W.device-PC .fix-sticker.section-REBATE .show-platform,
  body.type-P.device-PC .fix-sticker.section-REBATE .show-platform {
    width: 130px;
    left: auto;
    right: 0; }

body.type-R.device-PC .fix-sticker-group,
body.type-W.device-PC .fix-sticker-group,
body.type-P.device-PC .fix-sticker-group {
  align-items: flex-start; }

body.type-L.device-PC .fix-sticker-group {
  align-items: flex-end; }
  body.type-L.device-PC .fix-sticker-group .fix-sticker.section-REBATE {
    right: -88px !important;
    left: auto; }
    body.type-L.device-PC .fix-sticker-group .fix-sticker.section-REBATE.show {
      right: 0px !important; }
    body.type-L.device-PC .fix-sticker-group .fix-sticker.section-REBATE.coming-soon.show {
      right: -88px !important; }

body.EZ .section-box.section-LIVE .section-ul .show-rebate .ul-gameIcon-box .show-promo {
  top: 40px; }

body.EZ .section-REBATE {
  z-index: 101; }
  body.EZ .section-REBATE .section-ul .ul-gameList {
    gap: 3px; }
  body.EZ .section-REBATE .section-tit {
    padding: 0 2%; }
    body.EZ .section-REBATE .section-tit .txt-bonus {
      font-size: 14px;
      padding: 0 3px; }
    body.EZ .section-REBATE .section-tit .REBATE-info {
      height: 25px; }
      body.EZ .section-REBATE .section-tit .REBATE-info .btn-tooltip:hover .icon-alert-circle, body.EZ .section-REBATE .section-tit .REBATE-info .btn-tooltip.show .icon-alert-circle {
        color: #F4F4F4; }

body.EZ .fix-sticker-group {
  bottom: 100px;
  align-items: flex-start; }
  body.EZ .fix-sticker-group .fix-sticker.section-REBATE {
    left: -90px;
    justify-content: flex-end; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE.show {
      left: 0; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE.coming-soon {
      left: -90px; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt {
      width: 130px;
      border-radius: 0 6px 6px 0; }
      body.EZ .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt::before {
        left: 48px;
        transform: translateX(-50%) scaleX(-1); }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE::after {
      right: 65px; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-event {
      width: 130px;
      right: 0px; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-rebate {
      right: auto;
      left: 15px; }
    body.EZ .fix-sticker-group .fix-sticker.section-REBATE .show-platform {
      width: 130px;
      left: auto;
      right: 0; }

body.EZ .modal-box.modal-REBATE {
  margin-top: 0px; }
  body.EZ .modal-box.modal-REBATE .modal-main .modal-header a.close .icon-close {
    color: #FFF; }
  body.EZ .modal-box.modal-REBATE .modal-layout {
    padding: 10px 0; }
    body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar {
      width: 8px;
      border-radius: 8px; }
    body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar-track {
      border: none;
      background-color: transparent; }
    body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar-thumb {
      cursor: pointer;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.3) !important; }
    body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar-thumb:hover {
      background-color: rgba(255, 255, 255, 0.5) !important; }
    body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar-button, body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-scrollbar-corner, body.EZ .modal-box.modal-REBATE .modal-layout::-webkit-resizer {
      background-color: transparent; }
    body.EZ .modal-box.modal-REBATE .modal-layout span {
      font-size: 100% !important;
      font-weight: normal !important; }

body.EZ .modal .show-rebate .ul-gameIcon-box .REBATE-promoSticky,
body.EZ .modal-box .show-rebate .ul-gameIcon-box .REBATE-promoSticky,
body.EZ .section-box .show-rebate .ul-gameIcon-box .REBATE-promoSticky {
  top: 4px; }

body.EZ .modal .show-rebate .ul-gameIcon-box .show-new,
body.EZ .modal-box .show-rebate .ul-gameIcon-box .show-new,
body.EZ .section-box .show-rebate .ul-gameIcon-box .show-new {
  top: 20px !important;
  right: 0px !important;
  left: auto !important; }

body.EZ .modal .show-rebate .ul-gameIcon-box .show-hot,
body.EZ .modal-box .show-rebate .ul-gameIcon-box .show-hot,
body.EZ .section-box .show-rebate .ul-gameIcon-box .show-hot {
  left: auto !important;
  top: 20px !important;
  right: 0px !important; }

body.EZ .modal .show-rebate .ul-gameIcon-box .show-hot ~ .show-new,
body.EZ .modal .show-rebate .ul-gameIcon-box .show-new ~ .show-hot,
body.EZ .modal-box .show-rebate .ul-gameIcon-box .show-hot ~ .show-new,
body.EZ .modal-box .show-rebate .ul-gameIcon-box .show-new ~ .show-hot,
body.EZ .section-box .show-rebate .ul-gameIcon-box .show-hot ~ .show-new,
body.EZ .section-box .show-rebate .ul-gameIcon-box .show-new ~ .show-hot {
  top: 40px !important; }

body.EZ .card-body .show-rebate .ul-gameIcon-box .show-new {
  top: 0px; }

body.EZ .card-body .show-rebate .ul-gameIcon-box .show-hot {
  top: 0px; }

body.EZ .card-body .show-rebate .ul-gameIcon-box .show-hot ~ .show-new,
body.EZ .card-body .show-rebate .ul-gameIcon-box .show-new ~ .show-hot {
  top: 20px; }

body.EZ.device-PC .section-box .show-rebate .ul-gameIcon-box .REBATE-promoSticky {
  transform: scale(1.3);
  left: 5px; }

body.EZ.device-PC .section-REBATE .section-tit .REBATE-info {
  height: 40px; }

body.EZ.device-PC .fix-sticker-group {
  bottom: 120px; }
  body.EZ.device-PC .fix-sticker-group .fix-sticker.section-REBATE {
    right: -88px !important; }
    body.EZ.device-PC .fix-sticker-group .fix-sticker.section-REBATE.show {
      right: 0px !important; }
    body.EZ.device-PC .fix-sticker-group .fix-sticker.section-REBATE.coming-soon.show {
      right: -88px !important; }

.modal-box.modal-REBATE .modal-main {
  height: 90vh; }

.modal-box.modal-REBATE .modal-layout {
  max-height: 90vh; }

body.device-PC .section-REBATE .REBATE-box .section-tit .txt-REBATE {
  font-size: 14px; }

body.device-PC .section-REBATE .section-ul .ul-gameList .ul-gameIcon-txt .txt-gameName {
  font-size: 12px;
  line-height: 20px; }

body.device-PC .fix-sticker.section-REBATE.num-1 {
  right: 0px !important; }

body.device-PC.TMT .ul-gameIcon-box .REBATE-promoSticky {
  top: 20px; }

body.type-R .modal-box.modal-REBATE::before,
body.type-W .modal-box.modal-REBATE::before,
body.type-L .modal-box.modal-REBATE::before,
body.type-P .modal-box.modal-REBATE::before,
body.POPULAR .modal-box.modal-REBATE::before,
body.CLASSIC .modal-box.modal-REBATE::before {
  top: 50%; }

body.type-R .section-REBATE .section-tit .txt-REBATE .txt-bonus,
body.type-W .section-REBATE .section-tit .txt-REBATE .txt-bonus,
body.type-L .section-REBATE .section-tit .txt-REBATE .txt-bonus,
body.type-P .section-REBATE .section-tit .txt-REBATE .txt-bonus,
body.POPULAR .section-REBATE .section-tit .txt-REBATE .txt-bonus,
body.CLASSIC .section-REBATE .section-tit .txt-REBATE .txt-bonus {
  line-height: 12px !important; }

body.type-R .section-REBATE .section-tit .txt-REBATE span,
body.type-W .section-REBATE .section-tit .txt-REBATE span,
body.type-L .section-REBATE .section-tit .txt-REBATE span,
body.type-P .section-REBATE .section-tit .txt-REBATE span,
body.POPULAR .section-REBATE .section-tit .txt-REBATE span,
body.CLASSIC .section-REBATE .section-tit .txt-REBATE span {
  height: 12px; }

body.type-R .section-REBATE .section-tit a.btn-tooltip,
body.type-W .section-REBATE .section-tit a.btn-tooltip,
body.type-L .section-REBATE .section-tit a.btn-tooltip,
body.type-P .section-REBATE .section-tit a.btn-tooltip,
body.POPULAR .section-REBATE .section-tit a.btn-tooltip,
body.CLASSIC .section-REBATE .section-tit a.btn-tooltip {
  text-decoration: none; }
  body.type-R .section-REBATE .section-tit a.btn-tooltip i,
  body.type-W .section-REBATE .section-tit a.btn-tooltip i,
  body.type-L .section-REBATE .section-tit a.btn-tooltip i,
  body.type-P .section-REBATE .section-tit a.btn-tooltip i,
  body.POPULAR .section-REBATE .section-tit a.btn-tooltip i,
  body.CLASSIC .section-REBATE .section-tit a.btn-tooltip i {
    display: inline; }

body.type-R .section-REBATE .section-ul .ul-gameList li,
body.type-W .section-REBATE .section-ul .ul-gameList li,
body.type-L .section-REBATE .section-ul .ul-gameList li,
body.type-P .section-REBATE .section-ul .ul-gameList li,
body.POPULAR .section-REBATE .section-ul .ul-gameList li,
body.CLASSIC .section-REBATE .section-ul .ul-gameList li {
  padding: 0 !important;
  margin: 0 !important; }
  body.type-R .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt,
  body.type-W .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt,
  body.type-L .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt,
  body.type-P .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt,
  body.POPULAR .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt,
  body.CLASSIC .section-REBATE .section-ul .ul-gameList li .ul-gameIcon-txt {
    padding-top: 0; }

body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE,
body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE {
  left: -90px;
  justify-content: flex-end;
  position: fixed;
  top: 300px !important; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE.show,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE.show {
    left: 0; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE.coming-soon,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE.coming-soon {
    left: -90px; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt {
    width: 130px;
    border-radius: 0 6px 6px 0; }
    body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt::before,
    body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-txt::before {
      left: 48px;
      transform: translateX(-50%) scaleX(-1); }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE::after,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE::after {
    right: 65px; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-event,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-event {
    width: 130px;
    right: 0px; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-rebate,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-bonus-rebate {
    right: auto;
    left: 15px; }
  body.POPULAR.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-platform,
  body.CLASSIC.device-PC .fix-sticker-group .fix-sticker.section-REBATE .show-platform {
    width: 130px;
    left: auto;
    right: 0; }

body.POPULAR.device-PC .section-box.section-REBATE .REBATE-box .ul-gameList li:hover .ul-gameIcon-box::before,
body.CLASSIC.device-PC .section-box.section-REBATE .REBATE-box .ul-gameList li:hover .ul-gameIcon-box::before {
  min-width: 80%;
  font-size: 16px; }

@keyframes scaleLoop {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }

.fix-sticker.section-signupComm {
  display: none;
  background: linear-gradient(90deg, #FFB60D 0%, #EE2664 23.08%);
  box-shadow: 0 5px 13px 0px #000000b2;
  border: 2px solid #626262;
  position: fixed !important;
  width: 90px !important;
  height: 85px !important;
  right: auto !important;
  left: 5px !important;
  top: 50vh !important;
  border-radius: 12px;
  padding: 0;
  opacity: 1; }
  .fix-sticker.section-signupComm::before {
    display: none !important; }
  .fix-sticker.section-signupComm .close {
    position: absolute;
    right: -12px;
    top: -20px;
    background-color: white;
    opacity: .9;
    border-radius: 100px;
    font-size: 22px;
    z-index: 11; }
  .fix-sticker.section-signupComm .show-instant {
    width: 100%;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center; }
    .fix-sticker.section-signupComm .show-instant::before {
      display: none !important; }
  .fix-sticker.section-signupComm .show-bonus-event.CLOCK {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%;
    width: auto; }
    .fix-sticker.section-signupComm .show-bonus-event.CLOCK::before {
      width: 89px;
      height: 98px;
      background: url(../../../theme/images/src-common/BONUSEVENT-img/bonus-clock-count.webp) no-repeat center;
      background-size: 100%;
      filter: drop-shadow(0px -2px 10px #FFC95D);
      transform: translate(-52%, -50%) rotate(-17deg); }
    .fix-sticker.section-signupComm .show-bonus-event.CLOCK .txt {
      border-radius: 4px;
      padding: 0 4px; }
  .fix-sticker.section-signupComm .show-bonus-txt {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    word-break: keep-all;
    transform: translateX(-50%);
    border-radius: 100px;
    border: 1px solid #F7A104;
    background: linear-gradient(180deg, #FEDB28 0%, #F5A805 100%);
    box-shadow: 0px 2px 0px 0px #F18000;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 5px; }
    .fix-sticker.section-signupComm .show-bonus-txt span {
      color: #000;
      font-weight: bolder;
      font-size: 14px;
      line-height: 14px;
      padding: 2px 0; }
    .fix-sticker.section-signupComm .show-bonus-txt::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 6px solid black; }
  .fix-sticker.section-signupComm.event-end .show-instant {
    display: none; }

.modal-box.modal-signupComm .modal-main {
  padding: 8px;
  overflow: visible;
  border-radius: 20px !important;
  border: 3px solid #FEB52C !important;
  background: linear-gradient(180deg, rgba(141, 27, 189, 0.4) 0%, rgba(0, 0, 0, 0.8) 98.08%) !important;
  backdrop-filter: blur(2px);
  min-height: auto; }
  .modal-box.modal-signupComm .modal-main::before {
    content: '';
    width: 160px;
    height: 210px;
    top: -90px;
    right: auto;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../../../theme/images/src-common/BONUSEVENT-img/bonus-clock.webp);
    transform: translateX(-50%);
    z-index: 1; }
  .modal-box.modal-signupComm .modal-main .modal-top {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: auto; }
    .modal-box.modal-signupComm .modal-main .modal-top .close {
      text-shadow: none;
      position: absolute;
      right: -15px;
      top: -10px;
      opacity: 1;
      background-color: white !important;
      border-radius: 100px; }
      .modal-box.modal-signupComm .modal-main .modal-top .close i {
        color: black !important; }
    .modal-box.modal-signupComm .modal-main .modal-top .modal-title {
      padding-top: 10px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .modal-box.modal-signupComm .modal-main .modal-top .modal-title .main-title {
        text-align: center; }
        .modal-box.modal-signupComm .modal-main .modal-top .modal-title .main-title span {
          color: #fff;
          font-size: 32px;
          font-weight: 900;
          line-height: 32px;
          letter-spacing: 2px;
          text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.9); }
      .modal-box.modal-signupComm .modal-main .modal-top .modal-title .sub-title {
        margin-top: 10px; }
        .modal-box.modal-signupComm .modal-main .modal-top .modal-title .sub-title span {
          background: linear-gradient(180deg, #FBF053 10.23%, #FFC12E 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          font-weight: 900;
          line-height: 50px;
          text-shadow: 0px 4px 20px rgba(255, 246, 0, 0.6); }
  .modal-box.modal-signupComm .modal-main .modal-layout {
    z-index: 0;
    padding: 15px 0;
    height: auto !important; }
    .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-box {
      display: flex;
      justify-content: center; }
      .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-box .commBox {
        color: #fff;
        font-size: 12px;
        width: auto;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        border-right: 1.5px solid #650EA3; }
        .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-box .commBox:last-child {
          border: none; }
        .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-box .commBox .info-prize {
          font-size: 20px;
          font-weight: 700; }
    .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-CD {
      width: 90%;
      margin: 15px auto 0;
      padding: 5px;
      display: flex;
      color: white;
      justify-content: center;
      border-radius: 4px;
      background: linear-gradient(0deg, #755100 -7.89%, #202020 25.51%);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      font-size: 15px; }
      .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-CD span {
        font-weight: 700;
        margin: 0 3px 0 10px; }
    .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-detail {
      text-align: center;
      border-radius: 100px;
      border: 1px solid #F7A104;
      background: linear-gradient(180deg, #FEDB28 0%, #F5A805 100%);
      box-shadow: 0px 2px 0px 0px #F18000;
      padding: 5px 12px;
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: center;
      width: 50%;
      margin: 15px auto  0;
      font-size: 15px;
      font-weight: 900;
      color: #000;
      cursor: pointer; }
      .modal-box.modal-signupComm .modal-main .modal-layout .signupComm-detail::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid black; }

.device-PC.POPULAR .fix-sticker-group .fix-sticker.section-signupComm, .device-PC.CLASSIC .fix-sticker-group .fix-sticker.section-signupComm {
  top: 370px !important; }
  .device-PC.POPULAR .fix-sticker-group .fix-sticker.section-signupComm:hover, .device-PC.CLASSIC .fix-sticker-group .fix-sticker.section-signupComm:hover {
    filter: drop-shadow(0px 0px 10px #FFC95D); }
  .device-PC.POPULAR .fix-sticker-group .fix-sticker.section-signupComm .close, .device-PC.CLASSIC .fix-sticker-group .fix-sticker.section-signupComm .close {
    right: -20px;
    top: -10px; }

.EZ .fix-sticker.section-signupComm {
  position: relative !important;
  order: -1;
  top: auto !important;
  margin-bottom: 10px; }

.WL .fix-sticker.section-signupComm {
  position: relative !important;
  order: -2;
  top: auto !important;
  margin-bottom: 10px;
  left: auto !important; }

.type-R .fix-sticker.section-signupComm,
.type-W .fix-sticker.section-signupComm,
.type-L .fix-sticker.section-signupComm,
.type-P .fix-sticker.section-signupComm {
  position: relative !important;
  order: -2;
  top: auto !important;
  margin: 0 10px 10px;
  left: auto !important; }
  .type-R .fix-sticker.section-signupComm .close,
  .type-W .fix-sticker.section-signupComm .close,
  .type-L .fix-sticker.section-signupComm .close,
  .type-P .fix-sticker.section-signupComm .close {
    right: -7px; }

.type-BS .fix-sticker.section-signupComm {
  position: relative !important;
  order: -2;
  top: auto !important;
  margin: 0 auto;
  left: auto !important;
  overflow: visible;
  transform: none;
  max-width: 50px;
  height: 50px !important;
  bottom: auto !important;
  border: none;
  box-shadow: none; }
  .type-BS .fix-sticker.section-signupComm .show-instant {
    width: auto; }
    .type-BS .fix-sticker.section-signupComm .show-instant span {
      font-size: 32%; }
  .type-BS .fix-sticker.section-signupComm .show-bonus-event.CLOCK {
    height: auto;
    bottom: -40%; }
    .type-BS .fix-sticker.section-signupComm .show-bonus-event.CLOCK .txt {
      font-size: 60%;
      line-height: 60%;
      box-shadow: none; }
    .type-BS .fix-sticker.section-signupComm .show-bonus-event.CLOCK::before {
      width: 50px;
      height: 50px;
      top: -40%; }
  .type-BS .fix-sticker.section-signupComm .show-bonus-txt {
    padding: 0 5px;
    border: none;
    box-shadow: none; }
    .type-BS .fix-sticker.section-signupComm .show-bonus-txt span {
      padding: 1px 0;
      font-size: 50%;
      line-height: normal; }
