.btn-custom[data-v-ef804bac] {
  margin-left: 12px;
}
.pass-percent-pass-class[data-v-ef804bac] {
  padding: 2px;
  width: 90px;
  background: #a6ffbb;
  color: #00aa00;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.pass-percent-not-pass-class[data-v-ef804bac] {
  padding: 2px;
  width: 90px;
  background: #fffac0;
  color: #ffaa00;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.status-draft-class[data-v-ef804bac] {
  padding: 2px;
  width: 80px;
  background: #e2ebe1;
  color: darkgrey;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.status-submit-class[data-v-ef804bac] {
  padding: 2px;
  width: 80px;
  background: #e4fbff;
  color: #5db4ff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
[data-v-ef804bac] .el-table .el-table__cell .tableLabel {
  line-height: 40px !important;
  height: 40px !important;
  vertical-align: middle !important;
}

