.item {
  position: relative;

  :global {
    .ant-input {
      width: 424px;
    }

    .anticon {
      color: fade(#000, 25%);
      margin-left: 6px;
      cursor: pointer;
    }
  }
}

span.disabled:global(.anticon) {
  cursor: not-allowed;
}

.item + .item {
  margin-top: 16px;
}

.hiddenRequired {
  :global {
    .ant-form-item-label
      > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
      display: none;
    }
  }
}
