.act-board-table-wrapper .btn-group-toggle {
  margin-bottom: 1rem;
}
.act-board-table-wrapper .btn-group-toggle .btn {
  padding: 0.4rem 2rem;
  font-size: 10pt;
  font-weight: bold;
  background: #f6f6f7;
  color: #3d495a;
}
.act-board-table-wrapper .btn-group-toggle .btn:hover {
  background: #f8ae36;
  color: #ffffff;
}
.act-board-table-wrapper .btn-group-toggle .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.act-board-table-wrapper .btn-group-toggle .btn.active {
  background: #ffd13f;
  color: #ffffff;
}
.act-board-table-wrapper .btn-group-toggle .btn.active:hover {
  background: #3d495a;
  color: #ffffff;
}
.act-board-table-wrapper .act-board-table-wrap {
  height: 60vh;
  overflow: auto;
}
.act-board-table-wrapper .act-board-table-wrap .act-board-table thead {
  position: sticky;
  top: 0;
}
.act-board-table-wrapper .act-board-table-wrap .act-board-table tbody td {
  white-space: nowrap;
}
.step-bloc .header-step .step {
  background: #ffd13f;
}
