.table-action-button {
  width: 30px !important;
  height: 30px;
  padding: 0px !important;
  padding-top: 2px !important;
  border-radius: 999px;
}

.table-action-button i {
  font-size: 95%;
}

.table-action-icon {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  opacity: 0.8;
  display: flex;
}

.table-action-icon a {
  font-size: 90%;
  color: white;
  width: 100%;
  display: flex;
  align-self: center;
}

th,
td {
  font-size: 12.5px !important;
}

th:first-child,
td:first-child {
  padding-left: 0px !important;
}

th:last-child,
td:last-child {
  padding-right: 0px !important;
}
