@select-dropdown-line-height: 48px;
.cr-select-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #2c3b38;
  line-height: 48px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 48px;
}

//orders select styles

.ant-select.cr-select {
  font-size: 14px;
  border-radius: 10px;
  .ant-select-selector {
    border: 1px solid #e6e2db;
    height: 25px;
    // border-radius: 10px;
    .ant-select-selection-placeholder {
      line-height: 25px;
    }
  }

  // &.ant-select-open {
  //   .ant-select-selector {
  //      border-radius: 10px 10px 0 0;
  //   }
  // }
}

.cr-select-popup {
  // border-radius: 0 0 10px 10px;
  border: 1px solid #e6e2db;
  border-top: 0;
  .ant-select-item {
    padding: 8px 7px 0px;
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
  }
}
//end orders select styles
