html,body,#root{width:100%;height:100%;margin:0}body{background:#f8fafc}.patient-voice-wave{display:inline-flex;align-items:center;gap:3px;height:22px}.patient-voice-wave span{width:3px;height:7px;border-radius:999px;background:#94a3b873;transition:height .18s ease,background .18s ease,opacity .18s ease}.patient-voice-wave.is-active span{background:linear-gradient(180deg,#67e8f9,#38bdf8);animation:patient-voice-wave 1s ease-in-out infinite}.patient-voice-wave.is-active span:nth-child(2){animation-delay:.12s}.patient-voice-wave.is-active span:nth-child(3){animation-delay:.24s}.patient-voice-wave.is-active span:nth-child(4){animation-delay:.36s}.patient-voice-wave.is-active span:nth-child(5){animation-delay:.48s}@keyframes patient-voice-wave{0%,to{height:6px;opacity:.55}50%{height:20px;opacity:1}}
