.v1-customer-ac-wrap,
.sales-customer-ac-wrap {
  position: relative;
}
.v1-customer-ac,
.sales-customer-ac {
  position: absolute;
  z-index: 1200;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 4px 0;
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.v1-customer-ac[hidden],
.sales-customer-ac[hidden] {
  display: none !important;
}
.v1-customer-ac li,
.sales-customer-ac li {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.35;
  cursor: pointer;
  color: #0f172a;
}
.v1-customer-ac li:hover,
.v1-customer-ac li.v1-customer-ac__active,
.sales-customer-ac li:hover,
.sales-customer-ac li.sales-customer-ac__active,
.sales-customer-ac li.v1-customer-ac__active {
  background: #e0f2fe;
}
