.customer-selector-wrapper[data-v-911142ef] {
  width: 100%;
}
[data-v-911142ef] .ant-select {
  min-width: 150px;
}
.add-customer-option[data-v-911142ef] {
  color: var(--primary-color);
  font-weight: 500;
  border-top: 1px solid var(--background-color-light);
  margin-top: 4px;
  padding-top: 4px;
}
.add-customer-option[data-v-911142ef]:hover {
  background-color: var(--background-color-light);
}
.no-data-option[data-v-911142ef] {
  padding: 8px 12px;
  text-align: center;
  color: var(--text-color-secondary);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.no-data-option .ant-btn-link[data-v-911142ef] {
  padding: 0;
  height: auto;
  color: var(--primary-color);
}
.no-data-option .ant-btn-link[data-v-911142ef]:hover {
  color: var(--primary-5);
}
