body {
  max-width: 90% !important;
}

.questions-list {
  max-height: 40vh;
  overflow-y: scroll;
}

.save-btn,
.saved-btn,
.add-new-ques-btn {
  color: #fff;
  background: #1192d3;
  text-transform: none !important;
  cursor: pointer !important;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
