.titu-manual,
.desc-manual,
.foot-manual {
  padding: 0px;
  margin: 0px;
}

.titu-manual {
  font-weight: bold;
  color: #32244a !important;
}

.desc-manual {
  color: #999999;
}

.foot-manual {
  color: #999999;
}

.table-hover > tbody > tr:hover > * {
  background-color: #c8c8c81a;
}

.titu-table-other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0.2rem;
}

.titu-table-other:hover {
  background-color: #c8c8c81a;
}

.titu-table-other span {
  margin-left: 10px;
}

tr.highlight td {
  background-color: #feffb9 !important; /* O el color que prefieras */
}
