body {
  background-color: rgb(255, 255, 255);
}

/* === ICÔNES ACTIONS === */
.icon-action {
  font-size: 20px;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.icon-action:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/* Icônes spécifiques */
.icon-edit {
  color: #172c56 !important; /* Vert KOOREO */
}

.icon-delete {
  color: #dc2626 !important; /* Rouge classique */
}

.icon-password {
  color: #f59e0b !important; /* Jaune */
}

.icon-send,
.icon-view {
  color: #1d4ed8   !important; /* Bleu KOOREO */
}
