.lcs-table-header__mark {
  color: #e84026;
  float: right;
  position: absolute;
  top: 2px;
  right: 2px;
}

.el-popover__reference .el-badge__content.is-fixed,
.lcs-custom-badge .el-badge__content.is-fixed {
  line-height: 10px;
  border-radius: 10px 10px 10px 0px;
  padding: 5px;
  min-width: 8px;
  box-shadow: 1px 1px 1px #FA8C16;
  height: 20px;
  box-sizing: border-box;
  background-color: #FA8C16;
  z-index: 200;
  top: 10px;
}

.el-button .el-popover__reference .el-badge__content.is-fixed,
.el-button .lcs-custom-badge .el-badge__content.is-fixed {
  right: 0px;
  top: 0px;
}

.lcs-table-button--group .el-popover__reference .el-badge__content.is-fixed,
.lcs-table-button--group .lcs-custom-badge .el-badge__content.is-fixed {
  right: 8px;
  top: -5px;
}

.lcs-page-popover .el-drawer__body .header {
  line-height: 8px;
  border-radius: 10px 10px 10px 0px;
  padding: 5px;
  min-width: 8px;
  box-shadow: 1px 2px 3px #888888;
  height: 20px;
  box-sizing: border-box;
  background-color: #FA8C16;
  color: white;
  border: 1px solid;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 8px;
}

.lcs-page-popover .el-drawer__header {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #D9D9D9;
}

.lcs-page-popover .el-drawer__body {
  padding-left: 5px;
  font-size: 12px;
  height: 100%;
  overflow: auto;
}

.lcs-page-popover .el-drawer__body li {
  list-style-type: disclosure-closed;
}

.el-form-item__content>.lec {
  display: block;
}

.lcs-page-popover .el-drawer__body .lcs-prototype-header {
  line-height: 38px;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  font-weight: 600;
}

.lcs-page-popover .el-drawer__body .content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.lcs-page-popover .el-drawer__body .main-box {
  padding-left: 36px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
  font-weight: 400;
}

.lcs-page-popover .el-drawer__body .popover-event-item {
  padding-left: 34px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.lcs-popover-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.lcs-popover-content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
  font-weight: 400;
  word-break: break-all;
}
