.panel,
.card,
.btn,
.input,
.tx-row,
.month-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:active,
.file-btn:active {
  transform: scale(0.98);
}

.tx-row:hover,
.month-card:hover,
.panel:hover,
.card:hover {
  transform: translateY(-1px);
}