.truncate_text_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  display: box !important;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.7;
  /* height: 1lh; */
}

.modal_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}