/* CRM V84 AI patient and appointment wizard */
.crm-ai-wizard-card{
  border:1px solid #dbe4ef;
  border-radius:14px;
  background:#fbfdff;
  padding:12px;
}
.crm-ai-wizard-progress{
  margin-bottom:7px;
  color:#8193aa;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.crm-ai-wizard-title{
  color:#10243f;
  font-size:13px;
  line-height:1.4;
  font-weight:900;
}
.crm-ai-wizard-help{
  margin-top:5px;
  color:#61758e;
  font-size:11px;
  line-height:1.5;
}
.crm-ai-wizard-options{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:10px;
}
.crm-ai-wizard-options button{
  min-height:34px;
  padding:0 11px;
  border:1px solid #d6e0ec;
  border-radius:9px;
  background:#fff;
  color:#263b54;
  font-size:10.5px;
  font-weight:850;
  cursor:pointer;
}
.crm-ai-wizard-options button:hover{
  border-color:#ff9d82;
  background:#fff7f3;
  color:#dc4b28;
}
.crm-ai-wizard-options button.primary{
  border-color:#ff5c35;
  background:#ff5c35;
  color:#fff;
}
.crm-ai-wizard-summary{
  display:grid;
  gap:7px;
  margin-top:10px;
}
.crm-ai-wizard-summary-row{
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  gap:8px;
  padding:7px 8px;
  border:1px solid #e6edf5;
  border-radius:9px;
  background:#fff;
  font-size:10.5px;
  line-height:1.4;
}
.crm-ai-wizard-summary-row span{
  color:#7b8ea8;
  font-weight:800;
}
.crm-ai-wizard-summary-row strong{
  color:#18314d;
  font-weight:900;
  overflow-wrap:anywhere;
}
body.crm-night-mode .crm-ai-wizard-card,
body.crm-night-mode .crm-ai-wizard-summary-row,
body.crm-night-mode .crm-ai-wizard-options button{
  background:#2b323a;
  border-color:#46515e;
  color:#f2f5f8;
}
body.crm-night-mode .crm-ai-wizard-title,
body.crm-night-mode .crm-ai-wizard-summary-row strong{
  color:#f2f5f8;
}
