body {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}

.marquee-wrapper {
  position: relative;
}

.marquee-table-frame {
  position: relative;
  width: 30%;
  min-width: 500px;
  margin: 0 auto;
  
  &.mobile {
    width: 74%;
    min-width: unset;
  }
}

.marquee-table {
  position: relative;
  z-index: 3;
  background-image: url(/assets/images/marquee/b9/ann-2025/slot-machine-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}

.marquee-table tbody {
  display: block;
  width: 88%;
  height: 88%;
  margin: 6%;
}

.marquee-table td {
  text-align: center;
}

.marquee-table td.slot {
  position: relative;
  width: 25%;
  height: auto;
  &> .frame {
    margin: 5%;
    background: rgba(217, 217, 217, 0.3);
    border: 3px solid transparent;
    justify-content: center;
    align-items: center;
    transition: border 0.2s;
  }
  &.active .frame {
    border: 3px solid white;
  }
}

.marquee-table td.slot img {
  max-width: 100%;
}

.handle {
  position: absolute;
  bottom: 25%;
  right: -21%;
  width: 25%;
  height: 60%;
  background-image: url(/assets/images/marquee/b9/ann-2025/handle-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;

  &.mobile {
    right: -17%;
    width: 20%;
    height: 50%;
  }
}

.spin {
  background-image: url(/assets/images/marquee/b9/ann-2025/spin-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 180px;
  height: 182px;
  max-width: 25vw;
  max-height: 25.2vw;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #ffffff !important;
}

.spin:focus {
  outline: none;
}

.token {
  display: block;
  font-size: 46px;
  line-height: 1;
}

#prizepopup.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

#prizepopup .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#prizepopup-content {
  width: 90%;
  max-width: 600px;
  margin: auto;
  position: relative;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#close-prize-popup {
  background: url(/assets/images/marquee/b9/ann-2025/close.png);
  background-size: 100%;
  position: absolute;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  max-width: 13vw;
  max-height: 13vw;
  bottom: -6%;
  z-index: 99;
  cursor: pointer;
}

#close-prize-popup:hover,
#close-prize-popup:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 960px) {
  .spin {
    font-size: 4.3vw;
  }

  .token {
    font-size: 6vw;
  }

  #close-prize-popup {
    bottom: -12%;
  }
}
