/* EriFaye TV V8.39 - Icônes UI maîtrisées */
.ef-ui-icon,
.ef-label-icon,
.ef-title-icon,
.ef-tab-icon,
.ef-btn-icon,
.ef-validation-channel-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  line-height: 1 !important;
  vertical-align: -0.18em !important;
  color: currentColor;
  overflow: hidden !important;
}

.ef-ui-icon svg,
.ef-label-icon svg,
.ef-title-icon svg,
.ef-tab-icon svg,
.ef-btn-icon svg,
.ef-validation-channel-icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  flex: 0 0 auto !important;
}

.ef-title-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin-right: .48rem !important;
  color: #ef0d19;
}

.ef-label-icon {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  max-width: 17px !important;
  min-height: 17px !important;
  max-height: 17px !important;
  margin-right: .42rem !important;
  color: rgba(255,255,255,.78);
}

.ef-tab-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin-right: .44rem !important;
  color: rgba(255,255,255,.86);
}

.ef-btn-icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin-right: .38rem !important;
}

.ef-validation-channel-icon {
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  max-width: 23px !important;
  min-height: 23px !important;
  max-height: 23px !important;
  color: #ef0d19;
  margin-right: .5rem !important;
}

.ef-ico-whatsapp { color: #25D366 !important; }
.ef-ico-email { color: #ff4b55 !important; }
.ef-ico-mobile { color: #55b7ff !important; }
.ef-ico-shield { color: #75f0ac !important; }

.ef-icon-wrap,
.ef-label-text,
.ef-account-tabs button,
.ef-panel-head h2,
.ef-account-card h3,
.ef-step-title h2,
.ef-validation-top h3,
.ef-btn {
  display: inline-flex;
  align-items: center;
}

.ef-account-tabs button {
  gap: .45rem;
}

.ef-panel-head h2,
.ef-account-card h3,
.ef-step-title h2,
.ef-validation-top h3 {
  gap: .1rem;
}

.ef-form-grid label > .ef-label-text,
.ef-form-block label > .ef-label-text {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.ef-btn {
  justify-content: center;
  gap: .38rem;
}

.ef-choice-card .ef-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ef-choice-card .ef-choice-icon .ef-ui-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}

.ef-validation-check-big .ef-ui-icon,
.ef-validation-ok .ef-ui-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  color: #75f0ac;
}

@media (max-width: 560px) {
  .ef-title-icon {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    max-width: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    margin-right: .32rem !important;
  }
  .ef-tab-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin-right: .25rem !important;
  }
  .ef-validation-channel-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
}

/* V8.40 - Icônes canal dans les blocs Validation Mon compte */
.ef-validation-channel-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: .55rem !important;
  margin: 0 !important;
}

.ef-validation-card .ef-validation-channel-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  margin-right: 0 !important;
}

.ef-validation-card .ef-validation-channel-icon svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}

.ef-validation-card .ef-ico-mobile {
  color: #5dbbff !important;
  background: rgba(93,187,255,.12);
}

.ef-validation-card .ef-ico-whatsapp {
  color: #25D366 !important;
  background: rgba(37,211,102,.13);
}

.ef-validation-card .ef-ico-email {
  color: #ffbc42 !important;
  background: rgba(255,188,66,.14);
}

