/* CAMALARM T153 — Bouton client persistant */
#tab-dv-scope #dvCempty,
#tab-dvc-scope #dvcCempty,
#tab-fcr-scope #fcrCempty {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

/* Garder le bouton à côté de la carte visite client, pas perdu sous les champs */
#tab-dv-scope .dv-client-info,
#tab-dvc-scope .dv-client-info,
#tab-fcr-scope .dv-client-info {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

#tab-dv-scope .dv-client-info,
#tab-fcr-scope .dv-client-info {
  flex-direction: row !important;
  justify-content: space-between !important;
}

#tab-dvc-scope .dv-client-info {
  flex-direction: row !important;
  justify-content: space-between !important;
}

#tab-dv-scope #dvCI,
#tab-dvc-scope #dvcCI,
#tab-fcr-scope #fcrCI {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#tab-dv-scope #dvCempty,
#tab-dvc-scope #dvcCempty,
#tab-fcr-scope #fcrCempty {
  flex: 0 0 auto !important;
}
