.apps86-portal h2,
.apps86-portal h3 {
  color: #004459;
}

section.apps86-sec {
  margin: 2rem auto;
  text-align: center;
}

section.apps86-sec #doc-list,
#ca-send {
  margin-top: 1rem;
}

button#ca-send,
button#ca-send:hover,
button#ca-send.focus {
  border-radius: 50px;
  color: white !important;
  font-size: 18px;
  padding: 13px 24px;
  background-color: #004459 !important;
}

/* ===== Formulaires APPS86 (create account) ===== */
.apps86-fields {
  display: grid;
  gap: 1rem;
  max-width: 560px;
  margin: 1rem auto 0;
  text-align: left;
}

.apps86-field label {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  color: #004459;
}

.apps86-field input,
.apps86-field select {
  width: 100%;
  margin-top: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d6dde3;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.apps86-field input:focus,
.apps86-field select:focus {
  border-color: #004459;
  box-shadow: 0 0 0 3px rgba(0, 68, 89, 0.12);
}

/* ===== Résultats docteurs (#doc-list .doc-row) ===== */
/* Fond blanc, texte #004459, rayon ~25px */
#doc-list {
  display: grid;
  gap: 0.5rem;
}

#doc-list .doc-row {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  background: #fff; /* fond blanc */
  color: #004459; /* texte APPS86 */
  border: 1px solid #e5ebef;
  border-radius: 12px; /* rayon 25px */
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: transform 0.04s ease, box-shadow 0.15s ease,
    border-color 0.15s ease;
}

input#doc-search {
  width: 100%;
  border-radius: 12px;
}

#doc-list .doc-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  border-color: #d3dde3;
}

#doc-list .doc-row:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Bouton d’envoi déjà présent; je garde tes styles en les consolidant */
#ca-send {
  margin-top: 1rem;
  border-radius: 50px;
  color: #fff !important;
  font-size: 18px;
  padding: 13px 24px;
  background-color: #004459 !important;
}

.apps86-doc-modal p {
  margin: 0.5em 0;
}

/* ===== SweetAlert pour docteurs ===== */
.swal2-popup.apps86-swal {
  color: #004459;
  font-size: 16px;
}
button.swal2-confirm.swal2-styled {
    background-color: #004459;
    color: white;
}
.apps86-doc-modal p {
  margin: 0.5em 0;
}
.apps86-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.85em;
  background: #e8f1f4;
  color: #004459;
}
.apps86-badge--approved {
  background: #e7f8ef;
  color: #0f7b3d;
}
.apps86-badge--pending {
  background: #fff7e6;
  color: #a35d00;
}
.apps86-badge--rejected {
  background: #fdeaea;
  color: #a02020;
}

/* ===== Bouton primary ===== */
.apps86-btn-primary {
  background-color: #004459 !important; /* normal */
  color: #fff !important;
  border: 1px solid #003e50;
  border-radius: 50px;
  padding: 13px 24px;
  font-size: 18px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.03s ease;
}
.apps86-btn-primary:hover {
  background-color: #003a4a !important; /* hover (légèrement plus sombre) */
}
.apps86-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 68, 89, 0.25);
}
.apps86-btn-primary:active {
  transform: translateY(1px);
}

.title-liste-demandes {
  text-align: center;
}
