.modal-body{
  padding-top: 0px;
}

.w-35 {
  width: 35% !important;
}

.communication-history-card {
  min-height: 100px;
  max-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.communication-history-status {
  font-size: 0.8rem;
}

.communication-history-notes {
  font-size: 0.8rem;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
