section.add-question-section {
  padding: var(--space-l) 0;
}
section.add-question-section .fw-bold {
  color: #3a3a3a;
}
section.add-question-section input,
section.add-question-section textarea {
  width: 100%;
  flex: 0 0 75%;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-2xs) var(--space-xs);
  border-radius: 0.35rem;
  border: 1px solid #3a3a3a;
}
section.add-question-section .add-question-button-wrapper {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
}
@media screen and (width >= 1200px) {
  section.add-question-section .add-question-button-wrapper {
    max-width: 75%;
  }
}
section.add-question-section .add-question-button {
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: var(--space-2xs) var(--space-m);
  text-decoration: none;
  color: white;
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (width < 768px) {
  section.add-question-section .add-question-button {
    flex: 1;
  }
}
section.add-question-section .add-question-button:nth-child(1) {
  background-color: white;
  color: #ed8b00;
}
section.add-question-section .ps-label {
  color: #00a3a8;
  margin-top: 0.5rem;
}

.custom-error {
  display: none;
  color: red;
}

body:has(.add-question-section, .doctor-answer) .grecaptcha-badge {
  display: block !important;
  visibility: visible;
  z-index: 10 !important;
}
@media screen and (width < 768px) {
  body:has(.add-question-section, .doctor-answer) .grecaptcha-badge {
    bottom: 5rem !important;
  }
}/*# sourceMappingURL=question.css.map */