.pwt-table-action-btn {
  display: inline-block;
  cursor: pointer;
  padding: 0 0.25rem 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border: 0;
  border-radius: 0.375rem;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pwt-table-action-btn-manage {
  color: #198754;
}
.pwt-table-action-btn-manage:hover {
  background: #198754;
  color: white;
}
.pwt-table-action-btn-manage:focus-within {
  background: #115c39;
  color: white;
}

.pwt-table-action-btn-edit {
  color: #33a0ff;
}
.pwt-table-action-btn-edit:hover {
  background: #33a0ff;
  color: white;
}
.pwt-table-action-btn-edit:focus-within {
  background: #0088ff;
  color: white;
}

.pwt-table-action-btn-delete {
  color: #ff3333;
}
.pwt-table-action-btn-delete:hover {
  background: #ff3333;
  color: white;
}
.pwt-table-action-btn-delete:focus-within {
  background: red;
  color: white;
}

.pwt-table th {
  transition: border-color 0.25s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.pwt-table th:hover {
  border-color: grey;
}
.pwt-table th:active {
  box-shadow: inset 0 0 5rem #d7d7d7;
}

/*# sourceMappingURL=power-table.css.map */
