#daaxz {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}


[id*="field-crm-event-persons-values"] {
  max-width: 800px;
  overflow-x: scroll;
  display: block;
}


input[id*="edit-field-crm-event-persons"].form-text{
  width: 200px;
}

.relation-found {
  background-color: #fff5ac;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.relation-not-found {
  background-color: #c6ff7e;
  padding: 5px 10px;
  margin-bottom: 20px;
}
