.table {
  --bs-table-active-bg: rgba(127, 57, 251, 0.2);
  --bs-table-active-color: #000;
}

.param-result__long .table>thead>*>* {
  font-size: 0.875rem;
  font-family: "SemiBold", sans-serif;
  white-space: nowrap;
  font-weight: normal;
}

.param-result__long .table>thead>*>* {
  padding: 0.8rem 0.8rem;
}

.param-result__long .table>tbody>*>* {
  padding: 0.4rem 0.8rem;
}

.add-edit__history .btn {
  font-size: 0.875rem;
  font-family: "Medium", sans-serif;
}

.add-edit__history .table>thead>*>* {
  font-size: 0.875rem;
  font-family: "SemiBold", sans-serif;
  white-space: nowrap;
  font-weight: normal;
}

.add-edit__history .table>tbody>*>* {
  font-size: 0.875rem;
}

.add-edit__history .table>thead>*>* {
  padding: 0.8rem 0.8rem;
}

.add-edit__history .table>tbody>*>* {
  padding: 0.5rem 0.8rem;
}