.wrap {
  width: 450px;
  margin: 0 auto;
}

.mat-label {
  display: block;
  font-size: 16px;
  transform: translateY(25px);
  color: #e2e2e2;
  transition: all 0.5s;
}

.mat-input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
}

.mat-div {
  padding: 30px 0 0 0;
  position: relative;
}

.mat-div:after, .mat-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2; 
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.mat-div::after {
  background-color: #8E8DBE;
  transform: scaleX(0);
}

.is-active::after {
  transform: scaleX(1);
}

.is-active .mat-label {
  color: #8E8DBE;
}

.is-completed .mat-label {
  font-size: 12px;
  transform: translateY(0);
}

button {
  background-color: #93E1D8;
  border: none;
  display: block;
  margin: 5px auto;
  padding: 15px 30px;
  border-radius: 10px;
  cursor: pointer;
}

#personnelTable_filter {
  color: black !important;
}

#personnelTable_wrapper #personnelTable_filter label {
  color: black;
  font-size: 20px;
}

#trainingTable_filter {
  color: black !important;
}

#trainingTable_wrapper #trainingTable_filter label {
  color: black;
  font-size: 20px;
}

#attendanceTable_filter {
  color: black !important;
}

#attendanceTable_wrapper #attendanceTable_filter label {
  color: black;
  font-size: 20px;
}

#speakerTable_wrapper {
  width: 1190px !important;
}

#speakerTable_filter {
  color: black !important;
}

#speakerTable_wrapper #speakerTable_filter label {
  color: black;
  font-size: 20px;
}

#noTrainingTable_filter {
  color: black !important;
}

#noTrainingTable_wrapper #noTrainingTable_filter label {
  color: black;
  font-size: 20px;
}