input[type="submit"] {
  background-color: transparent;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #000; /* Add a border */
  padding: 10px; /* Add some padding */
  width: auto; /* Make the width adjust to the content */
  box-sizing: border-box; /* Include the padding and border in the element's total width and height */
}
