.cr-select-c {
  width: 100%;
  .ant-select-selector {
    background: #ffffff !important;
    border: 0.5px solid #e6e2db;
    border-radius: 4px !important;
    height: 48px !important;
    padding: 9px 20px !important;
    .ant-select-selection-item {
      line-height: 30px;
    }
  }
}
