@media (prefers-color-scheme: light) {
  .bg {
    background-color: white !important;
  }

  .welcome-text,
  .p-frame,
  .skip {
    color: #19191a !important;
  }
}

.bg {
  width: 100%;
  height: 100vh;
  background-color: #050505;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  background-image: url("../assets/mask.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
}

.saya {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.saya::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #3e4345, #0b0c10),
    linear-gradient(270deg, #0b0c10 0%, #0b0c10);
  /* border: 0.5px solid #3e4345; */
  box-shadow:
    20px -10px 50px 10px #6bcfff66,
    -12px 20px 50px 10px #f68bff4d;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border-radius: 53%;
  margin-left: 0px;
  margin-top: -1rem;
}
.saya > * {
  position: relative;
  z-index: 2;
}
.syaa .ellipse {
  background-image: url("../assets/ellipse.png");
  width: 100px;
  height: 100px;
  position: absolute;
}

.survey-container {
  display: flex;
  align-items: center;
}

@media (min-width: 390px) {
  .action-container {
    display: flex;
    width: 85% !important;
  }
}

@media (min-width: 768px) {
  .action-container {
    width: 60% !important;
  }
  .question-container {
    padding: 20px 10rem !important;
  }
  .hero-container {
    width: 60% !important;
  }

}

@media (max-width: 375px) and (max-height: 700px) {
  .hero-container {
    margin-top: 40vh !important;
    width: 80% !important;
  }
  .question-header {
    margin-bottom: 0.2rem !important;
  }
  .items-container {
    justify-content: center !important;
  }
    .bottom-images,.turpal-title {
       display:none !important;
    }
}
.hero-container {
  width: 70%;
  padding: 50px 24px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 35vh;
}

.aero {
  float: right;
  margin-top: 1rem;
}

.top-left-product {
  margin-left: -12px;
  margin-top: -12px;
}

.bottom-right-product {
  float: right;
}

.welcome-text {
  width: 100%;
  color: #fcfeff;
  text-align: center;
  font-size: 15.63px;
  font-weight: 400;
  margin-bottom: 12px;
}

.title-frame {
  font-size: 30.52px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #19191a;
  text-align: center;
}

.p-frame {
  font-size: 19.53px;
  font-weight: 700;
  margin-top: 20px;
  color: #fcfeff;
  text-align: center;
}

.primary-text {
  color: #0caadd;
}
.skip {
  font-size: 12.5px;
  font-weight: 400;
  color: #dae3e5;
  text-align: center;
  text-decoration: underline;
}

.bottom-images {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

button {
  height: 40px;
}
.survey-button {
  margin-top: 37px;
}
.survey-button button {
  display: flex;
  width: 95%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--primary, #0caadd);
  color: white;
  border: 0;
  margin-bottom: 17px;
}

.turpal-title {
  font-size: 15.63px;
  font-weight: 400;
  color: #a1aeb2;
  text-align: center;
  margin-top: 5rem;
  position: absolute;
  bottom: 17px;
  width: 100%;
}

.question-container {
  background-color: whitesmoke !important;
  height: 100vh;
  padding: 16px 20px;
  overflow: scroll;
  margin-bottom: 30px;
}

.question-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-height: 50px;
  height: 10px;
}

.skip-text {
  color: #4b4c4d;
  font-size: 12.5px;
  font-style: normal;
}

.items-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  margin-top: -4rem;
  height: -webkit-fill-available;
  margin-bottom: 2rem;
  overflow: scroll;
}
.items-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.items-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.question-title {
  color: #19191a;
  font-size: 30.52px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}

.list-item {
  border-radius: 12px;
  background-color: #fff;
  padding: 2px 12px;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px 5px #ebeff0fa;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.list-item p {
  font-size: 15.63px;
  font-style: normal;
  font-weight: 400;
  color: #19191a;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7dee0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  outline: none;
  transition-duration: 0.3s;
  background: #ebeff0fa;
  padding: 4px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: #0caadd !important;
  background: url("../assets/check.svg") no-repeat;
  background-position: center center;
  background-size: 12px;
  padding: 8px;
}

.action-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  position: fixed !important;
  bottom: 10px;
  width: 90%;
}

.action-container button {
  display: flex;
  width: 75%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #0caadd;
  color: white;
  border: 0;
  margin-bottom: 17px;
}

.spinner {
  height: 20px;
}

.spinner::after {
  content: "";
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 15px);
  /* left: calc(50% - 20px); */
  border-radius: 50%;
}
.spinner.material::after {
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-left: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 0);
  animation: spinner 0.6s linear infinite;
}

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

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mb-2 {
  margin-bottom: 1rem;
}
