<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.decor-wrap-popup {
  /*.fortune-wheel .outer-circle {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0, .2));
}*/
}
.decor-wrap-popup .fortune-wheel__wrap {
  display: flex;
  align-items: center;
}
.decor-wrap-popup .lpc-popup-fortune__finish-btn {
  pointer-events: none;
}
.decor-wrap-popup .question__after-send {
  display: none;
}
.decor-wrap-popup .question__after-send h2 {
  margin-bottom: 26px;
}
.decor-wrap-popup .question__before-send h2 {
  margin-bottom: 26px;
}
.decor-wrap-popup .question__before-send h3 {
  margin-bottom: 20px;
}
.decor-wrap-popup .fortune-wheel .inner-circle {
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}
.decor-wrap-popup .fortune-wheel .wheel-indicator {
  filter: drop-shadow(-16px 0px 12px rgba(0, 0, 0, 0.2));
}
.decor-wrap-popup text tspan:nth-child(n+3) {
  display: none;
}
.decor-wrap-popup #chart {
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
}
.decor-wrap-popup #question {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 0;
  left: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.decor-wrap-popup #question h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
}
.decor-wrap-popup #spin_button {
  display: flex;
  height: 52px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #4285F4;
  cursor: pointer;
  outline: none;
  color: #FFF;
  text-align: center;
  /* Form/Buttons-Nav-Links_bold (â€”1280) */
  font-size: 18px;
  font-family: Roboto;
  line-height: 18px;
  border: none;
}
.decor-wrap-popup .chartholder .infinite-rotate:not(stop-rotate) {
  animation: 60s linear 0s normal none infinite running rot;
  -webkit-animation: 60s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
</pre></body></html>