/* :root{
  --whspin: 500px;
  --wborder: 16px;
  --witem: 234px;
} */

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

.hc-luckywheel {
  /* position: relative; */
  width: var(--whspin);
  height: var(--whspin);
  border-radius: 50%;
  border: var(--wborder) solid #e44025;
  box-shadow: 0 2px 3px #333, 0 0 2px #000;
}

.hc-luckywheel-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffcb3f;
  border-radius: 50%;
  -webkit-transition: transform 6s ease;
  transition: transform 6s ease;
}

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

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

.hc-luckywheel-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #e4370e;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.hc-luckywheel-item span {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform-origin: 50% var(--witem); /*Change this when change size*/
  -ms-transform-origin: 50% var(--witem); /*Change this when change size*/
  transform-origin: 50% var(--witem);
} /*Change this when change size*/

.hc-luckywheel-item img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100px;
} /*Change this when change size*/

.hc-luckywheel-btn {
  position: absolute;
  left: calc( 50% - 40px );
  top: calc( 50% - 40px );
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #f4e9cc;
  background-color: #e44025;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.hc-luckywheel-btn::after {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: -46px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #e44025;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;
  background: #b07a7b;
  color: #ccc;
}

.hc-luckywheel-btn.disabled::after {
  border-bottom-color: #b07a7b;
}
body{ margin:0; padding:0; min-height:100vh !important; min-width:100% !important; }
.soitem7 .imgitemvongquay{ max-width: 80px; }
.soitem8 .imgitemvongquay{ max-width: 70px; }
.soitem9 .imgitemvongquay{ max-width: 65px; }
.soitem10 .imgitemvongquay{ max-width: 60px; }
.soitem11 .imgitemvongquay{ max-width: 65px; }
.soitem12 .imgitemvongquay{ max-width: 62px; }
.soitem13 .imgitemvongquay{ max-width: 58px; }
.soitem14 .imgitemvongquay{ max-width: 55px; }
.soitem15 .imgitemvongquay{ max-width: 50px; }
.soitem16 .imgitemvongquay{ max-width: 50px; }
.soitem17 .imgitemvongquay{ max-width: 49px; }
.soitem18 .imgitemvongquay{ max-width: 47px; }
.soitem19 .imgitemvongquay{ max-width: 46px; }
.soitem20 .imgitemvongquay{ max-width: 45px; }

/*** ***/
.soitem2 .hc-luckywheel-item span {width: 40%; }
.soitem6 .hc-luckywheel-item span {width: 48%; }
.soitem7 .hc-luckywheel-item span {width: 45%; padding-top: 11px;  }
.soitem8 .hc-luckywheel-item span {width: 37%; padding-top: 9px;  }
.soitem9 .hc-luckywheel-item span {width: 30%; padding-top: 7px;  }
.soitem10 .hc-luckywheel-item span {width: 30%; padding-top: 5px; }
.soitem11 .hc-luckywheel-item span {width: 27%; padding-top: 5px; font-size: 15px; line-height: 25px; }
.soitem12 .hc-luckywheel-item span {width: 25%; padding-top: 5px; font-size: 15px; line-height: 25px;}
.soitem13 .hc-luckywheel-item span {width: 24%; padding-top: 5px; font-size: 14px; line-height: 21px;}
.soitem14 .hc-luckywheel-item span {width: 20%; padding-top: 5px; font-size: 14px; line-height: 21px;}
.soitem15 .hc-luckywheel-item span {width: 18%; padding-top: 5px; font-size: 14px; line-height: 21px;}
.soitem16 .hc-luckywheel-item span {width: 18%; padding-top: 5px; font-size: 13px; line-height: 19px;}
.soitem17 .hc-luckywheel-item span {width: 17%; padding-top: 5px; font-size: 13px; line-height: 19px;}
.soitem18 .hc-luckywheel-item span {width: 17%; padding-top: 5px; font-size: 13px; line-height: 19px;}
.soitem19 .hc-luckywheel-item span {width: 16%; padding-top: 5px; font-size: 13px; line-height: 19px;}
.soitem20 .hc-luckywheel-item span {width: 15%; padding-top: 5px; font-size: 13px; line-height: 19px;}

@media (max-width: 375px){
  .hc-luckywheel{
    transform: scale(0.7);
  }
}
@media (max-width: 414px){
  .hc-luckywheel{
    transform: scale(0.8);
  }
}