/* Styling for the autocomplete dropdown used for email completion */
.ui-autocomplete .ui-menu-item {
  color: #8292a6;  /*this only works if we don't dynamically load the js files but giving this up make it generic */
  font-size: inherit; /* Use the same font-size as the input field */
  font-family: inherit; /* Use the same font-family as the input field */
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
  /* Add other styling properties as needed */
}
