/* Stil personalizat pu input-ul cu doar linie jos */
input.form-control.border-bottom-only {
  border: none;
  border-bottom: 2px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
}

input.form-control.border-bottom-only:focus {
  border-bottom-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

/* Stil pentru butonul de stergere */
.btn-trash {
  cursor: pointer;
  padding: 0.5rem;
  background-color: #dc3545;
  border: none;
  border-radius: 0.25rem;
}

.btn-trash img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

/* Carduri dashboard (opțional) */
.card-stats {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
