/* Modale de confirmation globale BioEnroll */

.app-confirm-modal {
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.app-confirm-modal .modal-header {
  align-items: flex-start;
  padding: 1.25rem 1.25rem 0;
  border-bottom: none;
}

.app-confirm-modal .modal-body {
  padding: 0.5rem 1.35rem 1rem;
}

.app-confirm-modal .modal-footer {
  padding: 0 1.25rem 1.25rem;
  gap: 0.5rem;
  border-top: none;
  justify-content: flex-end;
}

.app-confirm-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  flex-shrink: 0;
}

.app-confirm-icon.warn {
  background: rgba(255, 193, 7, 0.15);
  color: #b58100;
}

.app-confirm-icon.info {
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

.app-confirm-icon.success {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.app-confirm-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
}

.app-confirm-body {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #6c757d;
  white-space: pre-line;
}

.app-confirm-body ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  white-space: normal;
}

.app-confirm-body li {
  margin-bottom: 0.25rem;
}

.app-confirm-scope {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  font-size: 0.82rem;
  color: #495057;
  font-weight: 500;
  white-space: normal;
}
