General styling to match both widgets .selector-available select,
.selector-chosen select {
  height: 300px; /* Adjust height to match your needs */
  width: 100%; /* Ensure both widgets have the same width */
}

/* Align labels */
.admin label {
  float: left;
  margin-right: 10px;
  border: 1px solid purple !important;
}

/* Fix spacing and alignment issues */
.field-group_members .flex-container {
  flex-direction: row-reverse;
}

.field-open_questions .flex-container,
.field-closed_questions .flex-container {
  flex-direction: row-reverse;
}

.field-active_users .flex-container,
.field-questions .flex-container,
.field-ramzes_leaders .flex-container {
  flex-direction: row-reverse;
}

.field-assistants .flex-container,
.field-categories .flex-container {
  flex-direction: row-reverse;
}
.field-assigned_users .flex-container {
  flex-direction: column-reverse;
}
