
.wrapper-wheel {
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 60px 0px;
    background-color: red;
}
.left-wheel {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.swal2-title {
  
  justify-content :center;
}
.hc-luckywheel {
  position: relative;
  width: 400px;
  height: 400px;
  background-color: #ffcb3f;
  border-radius: 100rem;
}

#shadow {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, #00000000 65%, #000 80%);
}

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

.hc-luckywheel ul {
  /* background-image: url("../assets/frontend/images/wheel/wheel-circle.png"); */
  /* background-repeat: no-repeat;
          background-size: cover;
          border-radius: 100%;
          overflow: hidden; */
}

.hc-luckywheel-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-clip: padding-box;
  -webkit-transition: transform 6s ease;
  transition: transform 6s ease;
}

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

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

.hc-luckywheel-list,
.hc-luckywheel-list li {
  list-style: none;
  margin-left: 0px !important;
}

.hc-luckywheel-item img {
  
  position: relative;
  /* top: -20px; */
  left: 0px;
  width: 50px;
  height: 50px;
}

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

.hc-luckywheel-item span {
  position: relative;
  display: block;
  padding-top: 24px;
  max-width: 50px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform-origin: 50% 210px;
  -ms-transform-origin: 50% 210px;
  transform-origin: 50% 210px;
}

.hc-luckywheel-item p {
  /* display: none; */
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;
  opacity: 1 !important;
}

.hc-luckywheel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/wheel-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 2;
}

.luckywheel__feature-title {
  max-width: 400px;
  padding: 0px 20px;
}

.hc-luckywheel-btn {
  border: unset;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: #fdf14b;
  z-index: 5;
  transition: all 0.3s ease;
  animation: anifilter 1.5s infinite;
  padding: 0;
  box-shadow: rgb(71 71 71 / 50%) 0px 0px 17px 2px;
}

.hc-luckywheel-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease;
}

.hc-luckywheel-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luckywheel__img-decor img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}

.luckywheel__feature-btn {
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 35px;
}

.congratulation__inner{
  position: relative;
}

.luckywheel__feature-btn img,
.congratulation__inner img,
.luckywheel__feature-logo img,
.luckywheel__feature-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luckywheel__feature-btn.disabled {
  pointer-events: none;
}

.luckywheel__feature-btn.disabled::after {
  border-bottom-color: #b07a7b;
}



@media screen and (max-width: 767.98px) {
  .wheel-user #spin-count-text{
      margin-top: 14px !important;
  }
  .btn-wheels{
      width: 120px;
      font-size: 14px;
  }
  .hc-luckywheel {
      width: 280px;
      height: 280px;
  }

  .congratulation__container {
      width: 100%;
  }

  .hc-luckywheel-btn {
      width: 60px;
      height: 60px;
  }

  .hc-luckywheel-item p {
      -webkit-line-clamp: 3;
  }

  .hc-luckywheel-item span {
      max-width: 50px;
      -webkit-transform-origin: 50% 140px;
      -ms-transform-origin: 50% 140px;
      transform-origin: 50% 140px;
  }

  
}
/* close wheel */
.blocker {
  z-index: 1002 !important;
}
#get_gift {
  background-image: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
  border-radius: 5px;
}

.form-get-gift {
  display: flex;
  flex-direction: column;
}
.form-get-gift .img-happy {
  text-align: center;
}
.form-get-gift .img-happy img{
  max-width: 60%;
  height: auto;
}
.form-get-gift p{
  color: #FFF;
    margin-top: 0px;
    font-size: 14px;
}
.form-get-gift p.gift-name{
    color: #FFF;
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}
.form-get-gift input[type=text],input[type=tel]{
    height: 45px !important;
    border: 1px solid red !important;
    border-radius: 5px !important;
    padding: 5px !important;
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 10px;
}
.form-get-gift input[type=text]:focus,input[type=tel]:focus{
  outline:none;
  border: 1px solid red;
  box-shadow: 0 0 20px #fff;
}
         
.form-get-gift .send_info {
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);  /*linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%);*/
  
  padding: 10px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #fff;
  border-radius: 5px;
  border:none;
  margin: 0px;
}

.form-get-gift .send_info:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.luckywheel__info {
  margin-top: 60px;
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.luckywheel__info .btn_wheel {
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
  
  padding: 5px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  
  border-radius: 5px;
  border:none;
  margin:0px !important;
}
.luckywheel__info .btn_wheel:hover {
  background-image: linear-gradient(to right, #f79d00 0%, #64f38c  51%, #f79d00  100%);
}        
.luckywheel__info .btn_wheel:focus{
  outline:none;
  
}
.rule-wap h2, .rule-wap  h3, .rule-wap h4, .rule-wap h5, .rule-wap h1 {
  margin-bottom: 5px;
  margin-top: 5px;
  
}
.rule-wap p {
  font-size: 12px;
}
.rule-wap ul {
  padding-left: 0px;
  margin: 5px;
}
.rule-wap ul li {
  font-size: 14px;
}
.icon-wheel {
  position: fixed;
    right: 20px;
    bottom: 10px;
    width: 80px;
    z-index: 1002;
}
.icon-wheel img {
  width:80px;
  height:auto;
  animation: tilt-shaking 0.25s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
@keyframes tilt-n-move-shaking {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(5px, 5px) rotate(5deg); }
  50% { transform: translate(0, 0) rotate(0eg); }
  75% { transform: translate(-5px, 5px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}