.staff-board-page[data-v-5563e756] {
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
[data-v-5563e756] .basic-container {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
}
[data-v-5563e756] .basic-container__card {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-5563e756] .basic-container__card .el-card__body {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission-center-container[data-v-5563e756] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
}
.main-content[data-v-5563e756] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #fff;
}
.toolbar-row[data-v-5563e756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 12px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 10px;
}
.page-title[data-v-5563e756] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2329;
  margin-right: 4px;
}
.summary-row[data-v-5563e756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 20px;
  background: #f0f5ff;
  border: 1px solid #d6e4ff;
  border-radius: 8px;
  margin: 0 4px 10px;
}
.sum-item[data-v-5563e756] {
  text-align: center;
  padding: 0 16px;
}
.sum-value[data-v-5563e756] {
  font-size: 22px;
  font-weight: 700;
  color: #303133;
  line-height: 1.2;
}
.sum-label[data-v-5563e756] {
  font-size: 12px;
  color: #909399;
  margin-top: 2px;
}
.sum-divider[data-v-5563e756] {
  width: 1px;
  height: 32px;
  background: #d6e4ff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.warn-text[data-v-5563e756] {
  color: #e6a23c !important;
}
.overload-text[data-v-5563e756] {
  color: #f56c6c !important;
}
.high-text[data-v-5563e756] {
  color: #e6a23c !important;
}
.table-scroll[data-v-5563e756] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 0 4px 10px;
}
.staff-cell[data-v-5563e756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.staff-avatar[data-v-5563e756] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  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;
  font-size: 14px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.staff-name[data-v-5563e756] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2329;
  line-height: 1.3;
}
.staff-dept[data-v-5563e756] {
  font-size: 11px;
  color: #909399;
}
.num-bold[data-v-5563e756] {
  font-weight: 600;
  color: #303133;
}
.num-muted[data-v-5563e756] {
  color: #909399;
}
.num-ok[data-v-5563e756] {
  color: #67c23a;
}
.num-zero[data-v-5563e756] {
  color: #dcdfe6;
}
.workload-bar-wrap[data-v-5563e756] {
  width: 100%;
  height: 6px;
  background: #f0f2f5;
  border-radius: 3px;
  overflow: hidden;
}
.workload-bar[data-v-5563e756] {
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.workload-bar.low[data-v-5563e756] {
  background: #67c23a;
}
.workload-bar.medium[data-v-5563e756] {
  background: #e6a23c;
}
.workload-bar.high[data-v-5563e756] {
  background: #e6a23c;
}
.workload-bar.overload[data-v-5563e756] {
  background: #f56c6c;
}
.workload-text[data-v-5563e756] {
  font-size: 11px;
  color: #909399;
}
.workload-text.medium[data-v-5563e756] {
  color: #e6a23c;
}
.workload-text.high[data-v-5563e756] {
  color: #e6a23c;
  font-weight: 600;
}
.workload-text.overload[data-v-5563e756] {
  color: #f56c6c;
  font-weight: 600;
}
.expand-content[data-v-5563e756] {
  padding: 10px 16px 10px 48px;
}
.expand-title[data-v-5563e756] {
  font-size: 13px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 8px;
}
.expand-empty[data-v-5563e756] {
  text-align: center;
  color: #909399;
  font-size: 13px;
  padding: 16px 0;
}
.inner-table[data-v-5563e756] th {
  background: #fafafa !important;
  font-size: 12px;
}
.inner-table[data-v-5563e756] td {
  font-size: 12px;
}
.mission-center-container[data-v-5563e756], .main-content[data-v-5563e756] {
  -webkit-transform: none !important;
          transform: none !important;
}
[data-v-5563e756] .el-table {
  font-size: 13px;
}
[data-v-5563e756] .el-table__expanded-cell {
  padding: 0 !important;
  background: #fafbfc;
}
[data-v-5563e756] .el-radio-button__inner {
  padding: 7px 12px;
}
[data-v-5563e756] .el-button {
  font-size: 14px;
  font-weight: 400;
}
[data-v-5563e756] .el-input__inner {
  font-size: 14px;
  color: #1f2329;
}
