:root {
  --font27: 27px;
  --font25: 25px;
  --font21: 21px;
  --font16: 16px;
  --lh-14: 140%;
  --lh-13: 130%;
}
body{
  width: 100%;
  height: 100%;
}

.hc-luckywheel ul,
.hc-luckywheel li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-luckywheel {
  position: relative;
  /*width: 600px;*/ /* Sử dụng vmin để tỷ lệ với chiều nhỏ hơn của màn hình */
  /*overflow: hidden;*/ /* Ngăn các phần tử con tràn ra ngoài */
  aspect-ratio: 1/1; /* Đảm bảo tỷ lệ 1:1 */
  border-radius: 50%;
  border: none !important;
/*  box-shadow: 0 0.4vmin 0.6vmin #333, 0 0 0.4vmin #000;*/
  margin: 0 auto; /* Căn giữa */

}

.hc-luckywheel-container {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
  border-radius: inherit;
  background-clip: padding-box;
  background-color: #ffcb3f;
  -webkit-transition: transform 6s ease;
  transition: transform 6s ease;
/*  width: 515px;
  height: 515px;*/
}

.hc-luckywheel-container canvas {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hc-luckywheel-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hc-luckywheel-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #e4370e;
  font-weight: bold;
}

.hc-luckywheel-item span {
  position: relative;
  display: block;
  padding-top: 4vmin;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', serif;
  font-style: normal;
  font-weight: 800;
  font-size: var(--font21);
  line-height: var(--lh-14);
}
.hc-luckywheel-item img {
  position: relative;
  top: 0vmin;
  left: 0;
  width: 90px; /* Kích thước ảnh tương đối */
  height: 90px;
}

.hc-luckywheel-btn {
  position: absolute;
  left: 246px;
  top: 251px;
  z-index: 3;
  background: url(../images/btn-quay.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 128px;
  min-height: 128px;
}

.hc-luckywheel::after {
  content: url(../images/chon-v.png);
  position: absolute;
  top: -3px;
  left: 44%;
  right: 0px;
  z-index: 22;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;

}

.hc-luckywheel-btn.disabled::after {
  border-bottom-color: #b07a7b;
}
.luckywheel-content-t::before {
  content: url(../images/vqqq.png);
  position: absolute;
  bottom: -106px;
  left: 50%;
  transform: translateX(-50%);
}
.turns {
  width: 295px;
  height: 56px;
  background: #004BC1;
  border: 2px solid #FAFF74;
  border-radius: 99px;
  margin-top: 5px;
  z-index: 3;
  margin-bottom: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  html, body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: inherit;
  }
  .content-t::before {
    bottom: -119px !important;
    left: 8% !important;
  }
}