body {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  max-width: 768px !important;
  margin-inline: auto !important;
  background-color: #bd100d !important;
}

input {
  background-color: transparent !important;
  border: 2px solid white !important;
  border-radius: 25rem !important;
  box-shadow: none !important;
  color: white !important;
}

.clarks-lucky-wheel__wheel-wrapper {
  width: 84%;
  transform: translate(-50%, -42%);
}

.clarks-lucky-wheel__bg {
  width: 100%;
}

.clarks-lucky-wheel__title {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%, 5px);
  width: 85%;
}

.clarks-lucky-wheel__pointer {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  z-index: 10;
}

.clarks-lucky-wheel__wheel {
  position: relative;
  z-index: 5;
}

.clarks-lucky-wheel__wheel-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  z-index: 0;
  width: 60%;
}

.clarks-lucky-wheel__wheel-footer #spinBtn {
  /* transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; */
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.clarks-lucky-wheel__wheel-footer #spinBtn img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.clarks-lucky-wheel__wheel-footer #spinBtn:active img {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
  transform: scale(0.85) !important;
  opacity: 0.8;
}

.clarks-lucky-wheel__wheel-footer #spinBtn.animate img {
  animation: pulse 1.5s infinite;
}

.clarks-lucky-wheel__wheel-footer #spinBtn.animate:active img {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.modal-content {
  max-width: 430px;
  margin-inline: auto;
  /* background-image: linear-gradient(109deg, #ffeec2 6.46%, #d6af6b 112.03%); */
  background-image: url('./images/popup-bg.webp');
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding-block: 1rem;
  color: white !important;
}

.modal-header {
  border-bottom: 0 !important;
  text-align: center;
  padding-bottom: 0 !important;
}

.modal-header .popup-title {
  width: 60%;
}

.modal-body {
  padding-inline: 2rem !important;
}

.modal-header .btn-close {
  background-color: white;
  opacity: 1 !important;
  border-radius: 50%;
  box-shadow: none !important;
}

.modal-body .error-message {
  color: white;
  font-style: italic;
  font-size: 14px;
}

.modal-body button {
  color: #005b31;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 769px) {
  body {
    max-width: unset !important;
    max-height: 100vh;
  }
  .clarks-lucky-wheel__wrapper {
    width: fit-content;
    margin: 0 auto;
  }
  .clarks-lucky-wheel__bg {
    height: 100%;
    width: unset;
    object-fit: contain;
  }
}
