.nd-search-select-for-all {
  flex: 1;

  :global {
    .ant-select-selector {
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
    }
  }
}
