.cr-select-c {
  @rootParent: .cr-select-c;

  width: 100%;
  .ant-select {
    font-size: 14px;
  }
  .ant-select-selector {
    height: 32px !important;
    border-radius: 0 !important;

    input {
      height: 100% !important;
    }
  }
  .ant-select-lg {
    height: 48px !important;

    .ant-select-selector {
      height: 48px !important;
      border-radius: 7px !important;
    }
    input {
      height: 100% !important;
    }
  }
  .ant-select-selection-placeholder {
    color: #bfbfbf !important;
  }
  .ant-select-selector {
    padding-left: 19px !important;
  }
}
