h1.wp-block-post-title {
  display: none;
}

#profile-mapping * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #FFFFFF
}

#profile-mapping {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

#profile-mapping-email input {
  background: transparent;
}

#profile-mapping #welcome h3 {
  font-size: 2.0rem;
  margin-top: 32px;
  font-weight: bold;
  color: #FFC000;
}

#profile-mapping #welcome h4 {
  font-size: 1.2rem;
  margin-top: 32px;
  font-weight: medium;
  text-align: center;
  color: #FFF;
}

#profile-mapping #welcome-steps {
  margin-top: 24px;
}

#profile-mapping #welcome-steps .step {
  display: flex;
  margin-top: 16px;
}

#profile-mapping #welcome-steps .step p {
  flex: 1;
}

#profile-mapping #welcome-steps .step span {
  background: #000;
  outline: 2px solid #FFC000;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

#profile-mapping #welcome input {
  width: 100%;
  background: transparent;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 16px;
  margin-top: 8px;
  font-size: 1.1rem;
}

#profile-mapping button, #profile-mapping .btn  {
  width: 100%;
  margin-top: 16px;
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 1.1rem;
  background: #e65729;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

#profile-mapping .question {
  margin-top: 16px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

#profile-mapping .question .favorite-question {
  font-size: 0.9rem;
  text-align: center;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

#profile-mapping .question .favorite-question input[type="checkbox"] {
  visibility: hidden;
  height: 24px;
  width: 24px;
  cursor: pointer;
  margin-bottom: 8px;
}

#profile-mapping .question .favorite-question input[type="checkbox"]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(235, 161, 52)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
  position: absolute;
  visibility: visible;
}

#profile-mapping
  .question
  .favorite-question
  input[type="checkbox"]:checked:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='rgb(235, 161, 52)' stroke='rgb(235, 161, 52)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
  position: absolute;
}

#profile-mapping .question .question-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

#profile-mapping .question .question-content {
  border: 1px solid #cacaca;
  border-radius: 4px;
}

#profile-mapping .question.invalid .question-content {
  border-color: red;
  outline: 1px solid red;
}

#profile-mapping .question h6 {
  padding: 16px;
}

#profile-mapping .question .question-answers {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 0;
}

#profile-mapping .question footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-top: 1px solid #cacaca;
}

#profile-mapping .question-answer input[type="radio"] {
  display: none !important;
}

#profile-mapping .question-answer input[type="radio"] + label {
  display: flex;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}

#profile-mapping .question-answer input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #cacaca;
  border-radius: 50%;
  margin-right: 8px;
}

#profile-mapping .question-answer input[type="radio"]:checked + label:before {
  background: #FFC000;
  outline: 2px solid #000;
  border-color: #fff;
}

#profile-mapping .question-answer input[type="radio"]:checked + label:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111010;
  margin-left: 4px;
}

#profile-mapping-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  text-align: center;
}

#profile-mapping-result img{ 
  width: 120px;
  height: auto;
  margin-bottom: 16px;
}

#profile-mapping-result button{
  width: auto;
  margin-top: 40px
} 


/* create a loading spinner */

#profile-mapping .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#profile-mapping #loading-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

#profile-mapping .loading .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #000;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#profile-mapping .form-instruction {
  font-size: 1.1rem;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #FFC000;
  font-weight: bold;
}
