/* .apps86-portal h2,
.apps86-portal h3 {
  color: #79C4B5;
} */

section.apps86-sec {
  margin-top: 0 !important;
  margin: 1rem auto;
  text-align: center;
}

.apps86-h2{
  margin-top: 1rem;
  margin-bottom: 8px !important;
}

section.apps86-sec #doc-list,
#ca-send {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

button#ca-send,
button#ca-send:hover,
button#ca-send:focus {
  /* border-radius: 500px;
  color: white !important;
  font-size: 18px;
  padding: 13px 24px; */
  background-color: #F18A48 !important;
  border: 1px solid #F18A48;
}

button#ca-send-silent,
button#ca-send-silent:hover,
button#ca-send-silent:focus {
  color: #79C4B5;
  /* border-radius: 500px; */
  /* font-size: 18px; */
  /* padding: 13px 24px; */
  background-color: transparent;
  border: 2px solid #79C4B5;
}

/* ===== 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: #79C4B5;
}

.apps86-field input,
.apps86-field select {
  width: 100%;
  margin-top: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d6dde3;
  border-radius: 2px;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.apps86-field input:focus,
.apps86-field select:focus {
  border-color: #79C4B5;
  box-shadow: 0 0 0 3px rgba(0, 68, 89, 0.12);
}

/* ===== Résultats docteurs (#doc-list .doc-row) ===== */
/* Fond blanc, texte #79C4B5, 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: #F18A48; /* texte APPS86 */
  border: 2px solid #F18A48;
  border-radius: 500px; /* 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;
  text-align: center;
  font-size: 16px;
}

input#doc-search {
  width: 100%;
  border-radius: 2px;
  text-align: center;
}

#doc-list .doc-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  border-color: #F18A48;
  background-color: #F18A48;
  color: #fff;
}

#doc-list .doc-row:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#ca-send {
  margin-top: 1rem;
  border-radius: 50px;
  color: #fff !important;
  /* font-size: 18px; */
  /* padding: 13px 24px; */
  background-color: #79C4B5 !important;
}

.apps86-doc-modal p {
  margin: 0.5em 0;
}

/* ===== SweetAlert pour docteurs ===== */
.swal2-popup.apps86-swal {
  color: #79C4B5;
  font-size: 16px;
}
button.swal2-confirm.swal2-styled {
    background-color: #F18A48 !important;
    color: white;
    border-radius: 500px;
}
.apps86-doc-modal p {
  margin: 0.5em 0;
  color: black;
}
.apps86-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.85em;
  background: #e8f1f4;
  color: #79C4B5;
}
.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: #F18A48 !important; /* normal */
  color: #fff !important;
  border: 1px solid #F18A48;
  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;
  margin-top: 1rem;
}
