#wheel-area {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 6666;
}

#prize_wheel img {
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 1));
}

#wheel-title {
  position: fixed;
  top: -16%;
  left: 50%;
  width: max-content;
  /* margin-right: -50%; */
  transform: translate(-50%, 0%);
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  font-family: "Segoe UI", "Roboto";
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(87, 84, 84, 0.1);
  z-index: 1000;
}

.close-btn {
  position: absolute;
  top: -8%;
  right: -8%;
  font-size: 52px;
  color: #383737;
  cursor: pointer;
}

.w-fit-content {
  width: fit-content;
}
.spin {
  border-radius: 20px;
  padding: 6px 10px;
  border: 4px solid #fff;
  background-color: #ff5722;
  color: #fff;
  box-shadow: 0px 4px 11px 0px #000;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.spin:hover {
  background-color: #c23d15;
}

#pointer {
  top: 30%;
  right: -12%;
  transform: rotate(20deg);
  position: absolute;
  z-index: 2;
}
#pointer g {
  fill: #ff4b4b;
}

.btn-wheel {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
