.batch-send-freight-modal-content-container {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
.batch-send-freight-modal-content-container > .batch-send-freight-modal-content-emails {
  width: 30%;
}
.batch-send-freight-modal-content-container > .batch-send-freight-modal-content-email-body {
  flex-grow: 2;
}
.batch-send-freight-modal-content-container > .batch-send-freight-modal-content-email-body textarea {
  height: fit-content;
}
