.isa-autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}
.isa-autocomplete-list li {
  padding: 8px 12px;
  cursor: pointer;
}
.isa-autocomplete-list li:focus,
.isa-autocomplete-list li:hover {
  background: #f0f0f0;
  outline: none;
}

#isa-search-input {
  border: 1px solid #D4D3D3 !important;
  border-radius: 30px;
  padding: 11px 15px;
  font-family: "Instrument Sans", sans-serif;
  padding-right: 36px; /* Espacio para el ícono */
  font-size: 14px;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5007 17.5L14.1698 13.1692M14.1698 13.1692C15.342 11.997 16.0005 10.4073 16.0005 8.74959C16.0005 7.09193 15.342 5.50216 14.1698 4.33001C12.9977 3.15786 11.4079 2.49936 9.75024 2.49936C8.09257 2.49936 6.5028 3.15786 5.33065 4.33001C4.15851 5.50216 3.5 7.09193 3.5 8.74959C3.5 10.4073 4.1585 11.997 5.33065 13.1692C6.5028 14.3413 8.09257 14.9998 9.75024 14.9998C11.4079 14.9998 12.9977 14.3413 14.1698 13.1692Z' stroke='%23161618' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}


#isa-search-input::placeholder {
  color: #9B9B9B
}