.invalid-input {
  border: 2px solid red !important;
}

.p-inputtext {
  background-color: rgb(20, 26, 37) !important;
}

.p-selectable-row {
  cursor: pointer !important;
}

.p-selectable-row:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}