.ai_prompt textarea {
  width: 80%;
  height: 300px;
  overflow-y: scroll;
  font-size: 1rem;
}
.ai_prompt #airesponse {
  width: 80%;
  height: 300px;
  overflow-y: scroll;
  background: #eeeeee;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#aireporttemplateid_radiobox img {
  max-width: 6rem;
}

/*# sourceMappingURL=modules-admin-ai-ai.css.map */
