.fc-table-item {
  display: block;
  min-width: 0;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
}
.hc-sub-menu .hc-sub-menu__icon {
  position: relative;
}
.main {
  width: 86%;
  box-sizing: border-box;
  position: absolute;
  left: 7%;
  padding: 1%;
  padding: 20px;
}
.main .el-select {
  width: 100%;
}
.tox-tinymce-aux {
  position: relative;
  z-index: 99999 !important;
}
.showProcessDetail {
  color: #1d90e6;
}
.showProcessDetail:hover {
  cursor: pointer;
}
.el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.group-title {
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}
.group-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #507afe;
}
.dialog-footer {
  display: flex;
  justify-content: center;
}
.el-dialog__body {
  padding: 20px;
}
.el-dialog__body .el-select {
  width: 100%;
}

