.param-parent-selector {

  &.readonly {

    .ant-select-selector {
      padding: 0 !important;
      border-color: transparent !important;
      background: transparent !important;
      cursor: initial !important;
    }

    .ant-select-selection-item {
      color: $text-color !important;
    }

    .ant-select-arrow {
      display: none !important;
    }
  }
}
