
.custom-table {
  width: 100%;
  border-collapse: collapse;
}
.custom-table th, .custom-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.custom-table th {
  background-color: #f4f4f4;
  color: #333;
}
.activateAction {
  font-size: 14px;
  color:green;font-weight: bold;cursor: pointer;
}
.activateAction:hover {
  color: green;
}

