@import '../mixins/mixins.less';
@import '../mixins/config.less';

.b('ap-group-search', {
  &__search {

    & > .ant-select-selector {
      padding: 0px 10px 0 0 !important;
    }
    & .ant-select-arrow {
      color: #8896b0;
      width: 14px;
      right: 6px;
      height: 12px;

      & > svg {
        width: 14px;
        height: 14px;
      }
    }
  }



  &__search--admin {
    & .ant-select-arrow {
      color: #333;
      width: 18px;
      right: 4px;
      height: 13px;

      & > svg {
        width: 16px;
        height: 16px;
      }
    }

    & .ant-select-selection-placeholder {
      inset-inline-end: 25px
    }
  }

  &__divider {
    height: 30px;
    width: 1px;
    background: #DEE4ED;
  }
});
