.addCustomerTestimonials .formRowCol {
  border-bottom: 1px solid #D8E8FF;
  margin-bottom: 0;
}
.addCustomerTestimonials .formRowCol .ant-form-item-label {
  background-color: #E9F2FF;
}
.addCustomerTestimonials .formRowCol .ant-form-item-control {
  padding-left: 5px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children b {
  color: #333;
  margin-left: 100px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-input,
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-select {
  width: 500px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-row {
  min-height: 40px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col {
  width: 180px;
  margin: 10px;
  cursor: pointer;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture {
  border: 1px dashed #ccc;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture img {
  max-width: 180px;
  max-height: 100px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture .pictureCardss {
  width: 260px;
  height: 102px;
  text-align: center;
  border: 1px dotted #e3e3e3;
  background-color: #fafafa;
  display: inline-block;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture .pictureCardss.error {
  border-color: red;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture .pictureCardss .anticon {
  margin: 45px;
  color: #1784fc;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture .pictureCardss .anticon svg {
  width: 30px;
  height: 30px;
  color: #1784fc;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .picture .pictureCardss img {
  max-width: 250px;
  height: 130px;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .sort {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .sort div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .sort div .ant-input-number {
  width: 80px;
  display: inline-block;
}
.addCustomerTestimonials .formRowCol .ant-form-item-children .ant-col .sort .iconfont {
  width: 30px;
  text-align: center;
}
.addCustomerTestimonials .ant-btn-dashed {
  border-color: #eb7530;
  color: #eb7530;
}
.addCustomerTestimonials .upload-list-inline :deep(.ant-upload-list-item) {
  float: left;
  width: 200px;
  margin-right: 8px;
}
.addCustomerTestimonials .upload-list-inline [class*='-upload-list-rtl'] :deep(.ant-upload-list-item) {
  float: right;
}
.addCustomerTestimonials .upload {
  height: 35px;
}
.addCustomerTestimonials .upload .ant-btn-dashed {
  float: right;
}

