
.customer-search[data-v-6d36cc5e] {
  position: relative;
}
.customer-results[data-v-6d36cc5e] {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 2px);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}
.customer-results li[data-v-6d36cc5e] {
  padding: 8px 12px;
  cursor: pointer;
}
.customer-results li[data-v-6d36cc5e]:hover {
  background-color: #f0f0f0;
}

