@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&display=swap";
@keyframes drawCircle{0%{stroke-dashoffset:720px}to{stroke-dashoffset:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes fillBar{0%{width:0%}to{width:100%}}.appointment-flow-route{background:#f7f4ef;min-height:100vh;position:relative}.appointment-flow-route__controls{z-index:20;gap:8px;font-family:Instrument Sans,sans-serif;display:flex;position:fixed;top:14px;right:14px}.appointment-flow-route__controls a{color:#1c1a18;background:#f7f4eff0;border:1px solid #e5e0d8;border-radius:999px;align-items:center;min-height:34px;padding:7px 10px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 10px #1c1a1814}.appointment-flow-route__controls a:last-child{color:#fff;background:#1c1a18;border-color:#1c1a18}.appointment-flow-route__controls a:focus-visible{outline-offset:2px;outline:3px solid #294b8e}@media (max-width:640px){.appointment-flow-route__controls{gap:6px;top:10px;right:10px}.appointment-flow-route__controls a{min-height:30px;padding:5px 8px;font-size:10px}}
