.modal-overlay.report-container .modal {
  height: 650px;
  overflow-y: scroll;
}
.report-container .form-group:first-child .input-form:first-child {
  max-width: 30%;
}

.report-container .form-group:first-child .input-form:last-child {
  max-width: 70%;
}

.report-container textarea {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}
.modal-overlay.report-container .modal h2 {
  text-align: start;
}
.report-container .action .submit-button,
.report-container .action .submit-button-white-report {
  margin: 0;
}
.report-container .container .background {
  background-color: #ffffff;
  border: 0 none;
  margin: 0;
}
.report-container .action {
  display: flex;
  gap: 20px;
}