.test-five {
  padding-top: 5vh;
  padding: 4%;
  min-height: 100vh;
}
.test-five.dark {
  color: #fff;
}
.test-five.dark .title-qu {
  color: #Fff !important;
}
.test-five .bguse {
  min-height: 100vh;
}
.test-five .box-five {
  max-width: 600px;
  margin: auto;
}
.test-five .box-five .title-qu {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
.test-five .box-five .info {
  padding: 3%;
}
.test-five .box-five .info .major {
  width: 100%;
  display: block;
  max-width: 450px;
  margin: auto;
  max-height: 38vh;
}
.test-five .box-five .box-choice {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .test-five .box-five .box-choice {
    flex-direction: column;
    gap: 0px;
  }
}
.test-five .box-five .box-choice button {
  margin: auto;
  display: block;
  color: #604C3F;
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 18px;
  border: 2px solid #B59F72;
}
.test-five .box-five .box-choice button:hover {
  background-color: #604C3F;
  transition-duration: 300ms;
  color: #fff;
}
.test-five .box-five .box-choice button.active {
  background-color: #3c2f27;
  transition-duration: 300ms;
  color: #fff;
}
.test-five .five-progress-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.test-five .five-progress-bar-wrapper .five-progress-bar-bg {
  flex-grow: 1;
  height: 8px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
.test-five .five-progress-bar-wrapper .five-progress-bar-bg .five-progress-bar {
  height: 100%;
  background: linear-gradient(to right, #ff6464, #ffa07a);
  width: 0%;
  transition: width 0.4s ease;
}
.test-five .five-progress-bar-wrapper #five-progress-text {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.five-result-info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .five-result-info {
    flex-direction: column;
  }
  .five-result-info img {
    max-width: 260px !important;
  }
}

.btn-box-five {
  margin: auto;
  text-align: center;
}
.btn-box-five button {
  color: #3c2f27;
  padding: 12px 30px;
  border: #B59F72 2px solid;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  margin: 10px;
}
.btn-box-five button:hover {
  background-color: #604C3F;
  color: #Fff;
}
.btn-box-five #next {
  background-color: #8e654a;
  color: #Fff;
}

.basic-info .aboutme {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.basic-info .aboutme input {
  padding: 10px 10px;
}/*# sourceMappingURL=five.css.map */