


div.componentsearchinput
{ position:relative;
}

div.componentsearchinput input
{ background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}

div.componentsearchinput ul
{ display: none;
  position:absolute;
  left:0;
  right:0;
  text-align:initial;
  list-style-type:none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top: none;
  max-height: 15em;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  z-index: 1;
}

div.componentsearchinput ul li
{ padding: 2pt 8pt;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #000;
}

div.componentsearchinput ul li.selected,
div.componentsearchinput ul li:hover
{ background-color: #e8e8e8;
  color: #333;
}
