.wrapper-luckywheel { padding: 1rem 0; text-align: center;}
.wrapper-luckywheel .name {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 3rem;
}
.wrapper-luckywheel h5 {margin-top: 0;}
.wrapper-luckywheel .desc {font-size: 12px; font-style: italic; margin-bottom: 1.5rem; position: relative;z-index: 20;}
.hc-luckywheel ul,
.hc-luckywheel li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-luckywheel {
  position: relative;
  width: 500px; /*Change this when change size*/
  height: 500px; /*Change this when change size*/
  border-radius: 50%;
  /*border: 10px solid #426644;*/
  box-shadow: 0 0 0 10px #426644;
  margin: 0 auto;
}

.hc-luckywheel-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-clip: padding-box;
  background-color: #fff;
  -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%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.hc-luckywheel-item span {
  position: relative;
  display: block;
  padding-top: 10px;
  /* width: 50px; */
  margin: 0 auto;
  text-align: center;
  -webkit-transform-origin: 50% 250px; /*Change this when change size*/
  -ms-transform-origin: 50% 250px; /*Change this when change size*/
  transform-origin: 50% 250px;
} /*Change this when change size*/
.hc-luckywheel-item span p {
    max-width: 30%;
    margin: 0 auto;
}
.hc-luckywheel-item img {
  position: relative;
  top: 0px;
  left: 0px;
} /*Change this when change size*/

.hc-luckywheel-btn {
  position: absolute;
  left: 210px; /*Change this when change size*/
  top: 210px; /*Change this when change size*/
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #f4e9cc;
  background-color: #73A350;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  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: #73A350;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;
  background: #fbc800;
}

.hc-luckywheel-btn.disabled::after {
  border-bottom-color: #fbc800;
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-primary,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #73A350; 
    border-color: #73A350;
}
.btn-primary:hover,.btn-primary.open {
    background-color: #A9C855;
    border-color: #A9C855;
    box-shadow: 5px 5px 0px #D9D9D9;
}
.hide {display: none;}