.oio-group {
  .oio-default-search-view {
    max-width: 100%;
  }
}

.default-iconSearch {
  display: flex;
  flex-direction: column;
  gap: calc(var(--oio-row-gap) - 10px);

  &-searchContent {
    width: 100%;
    display: flex;
    column-gap: var(--oio-row-gap);
    align-items: center;
    justify-content: space-between;

    &-field {
      display: flex;
      flex: 1;
      gap: var(--oio-row-gap);

      & > .ant-form-item {
        margin-bottom: 0;

        & > .ant-form-item-row {
          flex-wrap: nowrap;
          align-items: center;
          column-gap: 8px;

          & > .ant-form-item-label {
            flex-basis: 78px;
          }

          & > .ant-form-item-control {
            width: unset;
          }
        }

        & > .ant-form-item-row[data-name='displayName'] > .ant-form-item-label {
          flex-basis: 120px;
        }
      }
    }

    &-button {
      display: flex;
      justify-content: flex-end;
      gap: var(--oio-row-gap);
    }
  }

  &-item {
    width: 100%;
  }

  &-group {
  }
}
