body,
html {
  background: linear-gradient(169deg, rgba(255, 230, 198, 0.00) 21.8%, rgba(255, 230, 198, 0.70) 80.49%), var(--Surface-White, #FFF);
}
.main-section {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content {
  position: absolute;
  width: 37.5rem;
  /* padding: 24px; */
  flex-direction: column;
  align-items: flex-start;

  border-radius: 20px;
  border: 1px solid var(--Gray-200, #DEE3E6);
  background: #FFF;
}
.main-title {
  font-size: 2em;
  font-weight: 600;
  color: var(--Gray-950, #011B30);
  font-family: var(--Font-Typo-01, "ES Rebond Grotesque TRIAL");
  font-size: var(--Text-Size-Heading-2, 1.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 128.571% */
}
.logo {
  width: 7.971rem;
  height: 3.125rem;
}
.logo-section {
  /* margin-bottom: 3rem; */
  font-weight: 500;
  font-family: 'typo3', serif;
}
.steps {
  color: var(--Gray-500, #768998);
  text-align: right;
  font-family: var(--Font-Typo-3, "Plus Jakarta Sans");
  font-size: var(--Text-Size-Body-3, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Body-3, 1.25rem);
  /* 142.857% */
  letter-spacing: var(--Letter-Spacing-Body-3, 0px);
}
.sub-title {
  color: var(--Gray-500, #768998);
  font-family: var(--Font-Typo-3, "Plus Jakarta Sans");
  font-size: var(--Text-Size-Body-2, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Body-2, 1.5rem);
  /* 150% */
  letter-spacing: var(--Letter-Spacing-Body-2, 0px);
  /* margin-top: 0.5rem; */
}
.title-section {
  /* margin-bottom: 3rem; */
}
.last-feedback-title {
  margin: 0;
}
.question-title {
  color: var(--brand-primary-500-b, #03599F);
  font-family: var(--Font-Typo-02, Raleway);
  font-size: var(--Text-Size-Sub-Heading-1, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  /* 150% */
  /* margin-bottom: 1.5rem; */
}
.questions {
  color: var(--Gray-950, #011B30);
  font-family: var(--Font-Typo-3, "Plus Jakarta Sans");
  font-size: var(--Text-Size-Body-2, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Body-2, 1.5rem);
  /* 150% */
  letter-spacing: var(--Letter-Spacing-Body-2, 0px);
  margin-bottom: 1rem;
}
.question-section {
  /* margin-top: 2rem;
  margin-bottom: 3rem; */
}
.question-container {
  margin-bottom: 0.5rem;
}
.question-content {
  gap: 24px;
  margin-top: 0.5rem;
}
.NextButton {
  display: flex;
  width: 5rem;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0.5rem;
  background: var(--brand-primary-500-b, #03599F);
  color: var(--Gray-50, #FAFBFB);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  border: none;
}
.bottom-buttons {
  bottom: 1.5rem;
  width: 35rem;
}
.control-buttons {
  margin-right: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.rating-number {
  width: 3rem;
  height: 3rem;
  background-color: #F5F6F7;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-text {
  color: var(--Gray-800, #1D3C55);
  font-family: Inter;
  font-size: var(--Text-Size-Body-3, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Body-3, 20px);
  /* 142.857% */
  letter-spacing: var(--Letter-Spacing-Body-3, 0px);
}
.selected-number,
.hovered {
  background-color: var(--Brand-Secondary-100, #FFE6C6);
}

.selected-number-text {
  color: var(--brand-secondary-500-b, #E28000);
}

.last-form-rating {
  gap: 1rem;

}


.star {
  width: 24px;
  height: 24px;
}

.rating-textarea-title {
  color: var(--Gray-800, #1D3C55);
  font-family: var(--Font-Typo-3, "Plus Jakarta Sans");
  font-size: var(--Text-Size-Body-2, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Body-2, 24px);
  letter-spacing: var(--Letter-Spacing-Body-2, 0px);
}

.feedback-textarea-container {
  display: flex;
  height: 160px;
  padding: 12px 14px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #E6E7EA;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(5, 32, 81, 0.05);
  /* margin-bottom: 3rem; */
}

.feedback-textarea {
  padding: 0;
  height: 100%;
  width: 100%;

  color: #81858B;
  font-family: var(--Font-Typo-3, "Plus Jakarta Sans");
  font-size: var(--Text-Size-Body-2, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none !important;

}

.feedback-textarea:focus {
  outline: none !important;
}

.CancelButton,
.PrevButton {
  display: flex;
  width: 6rem;
  padding:0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Gray-800, #1D3C55);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;

  /* 125% */
  border-radius: 8px;
  border: 1px solid var(--Gray-200, #DEE3E6);
  background-color: #FAFBFB;

}