.t-crumb-scroll {
  width: 100% !important;

}

.t-crumb {
  height: 34px;
  padding: 5px 16px;
}

.t-disable-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .4);
}

.t-checkbox-field-icon-list.disabled {
  background-color: rgba(31, 56, 88, .1);
}

.dd-app-avatar {
  height: 101px !important;
}

.t-checkbox-field-icon-list {
  background: #38adff;
}

.select-member-div-top {
  left: 0;
  background: #f7f7f7;
}

//4.0规范修改样式
.t-search-bar-input[type=search] {
  border-radius: 83px !important;
}


.checkbox-inline > div {
  display: flex !important;
  flex-direction: row !important;
}

.select-row {
  display: flex;
  align-items: center;
}

.select-all-btn {
  flex-shrink: 0;   
  width: 100px;  /* 不压缩全选按钮 */
}
.t-checkbox-field-icon-wrapper+.t-checkbox-field-content {
    padding-right: 24px !important;
    padding-left: 0px !important;
}
.checkbox-field-wrapper {
  flex: 1;            /* 占满剩余空间 */
  min-width: 0;       /* 防止溢出 */
  overflow: hidden;   /* 超出隐藏 */
}