.select-search-group-with-parent__popup {
  min-width: 200px;
  max-width: 500px;
}

.select-search-group-with-parent__popup .ant-select-dropdown {
  overflow: hidden;
}

.select-search-group-with-parent__popup .ant-select-dropdown-content {
  overflow-x: scroll !important;
  overflow-y: auto !important;
  max-height: 300px;
}

.select-search-group-with-parent__popup .rc-virtual-list {
  overflow-x: scroll !important;
  overflow-y: auto !important;
}

.select-search-group-with-parent__popup .rc-virtual-list-holder {
  overflow-x: scroll !important;
  overflow-y: auto !important;
}

.select-search-group-with-parent__popup .rc-virtual-list-holder-inner {
  width: max-content !important;
  min-width: 100% !important;
}

.select-search-group-with-parent__popup .rc-select-list {
  overflow-x: scroll !important;
  overflow-y: auto !important;
}

.select-search-group-with-parent__popup .rc-select-item {
  min-width: max-content !important;
  width: max-content !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.select-search-group-with-parent__popup .ant-select-item {
  min-width: max-content !important;
  width: max-content !important;
  white-space: nowrap !important;
  overflow: visible !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.select-search-group-with-parent__popup .ant-select-item-option {
  overflow: visible !important;
  width: max-content !important;
}

.select-search-group-with-parent__popup .ant-select-item-option-content {
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  width: max-content !important;
  min-width: max-content !important;
  display: inline-flex !important;
  gap: 4px;
  max-width: none !important;
}
