.answer-guide-request-wrapper {
  max-height: 600px;
  overflow-y: auto;
  background: #FFF;
}

.modal-content.rounded {
  height: 700px;
  min-width: 500px;
  max-width: 900px;
  background: #F4F4F4;
}

.answerContent > p > img {
  display: block;
  margin: 0 auto;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 16px;
}

.answerContent{
  color: var(--Secondary, #111624);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
}

.form-control:disabled {
  background-color: white;
  opacity: 1;
}

#carousel-counter{
  font-size: 0.75rem;
}

.btn-carousel {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-carousel:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
  border: 1px solid #000;
}
