.ant-select-selection-selected-value(@lineHeight:26px) {
  line-height: @lineHeight;
}

.vic-resetLsStyle {
  input:not([type=button]),
  select,
  textarea {
    padding: 0;
    line-height: inherit;
    text-indent:4px;
  }

  input:not([type=button]):disabled,
  input:not([type=button])[readonly],
  select:disabled,
  select[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: transparent;
  }

  input:not([type=button]):focus,
  select:focus,
  textarea:focus {
    outline: 0;
  }

  input:focus, textarea:focus{
    box-shadow: none;
    transition: none;
  }
  input, textarea{
    box-shadow: none;
    transition: none;
  }

  .ant-select-selection-selected-value {
    .ant-select-selection-selected-value;
  }
}
