.appointment-screen-container{max-width:1260px;margin:0 auto;padding:10px 0 30px}.appointment-dual-layout{display:grid;grid-template-columns:1.55fr 1fr;gap:32px;align-items:start}@media(max-width:992px){.appointment-dual-layout{grid-template-columns:1fr;gap:28px}}.appointment-wizard-card{background:#fff;border-radius:20px;border:1.5px solid #bfdbfe;box-shadow:0 12px 35px #0d6efd14;padding:36px;position:relative;overflow:hidden}.appointment-wizard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#0d6efd,#38bdf8)}@media(max-width:640px){.appointment-wizard-card{padding:22px 18px}}.appointment-steps-bar{display:flex;justify-content:space-between;position:relative;margin-bottom:36px}.appointment-steps-bar:before{content:"";position:absolute;top:18px;left:10%;right:10%;height:3px;background:#e2e8f0;z-index:1}.step-node{position:relative;z-index:2;background:#fff;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 10px}.step-circle{width:38px;height:38px;border-radius:50%;background:#f8fafc;color:#64748b;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;transition:all .3s ease}.step-node.active .step-circle{background:#0d6efd;color:#fff;border-color:#0d6efd;box-shadow:0 0 0 5px #0d6efd33}.step-node.completed .step-circle{background:#10b981;color:#fff;border-color:#10b981}.step-label{font-size:.82rem;font-weight:600;color:#64748b}.step-node.active .step-label{color:#072d69;font-weight:800}.form-group-custom{margin-bottom:22px}.form-label-custom{display:block;font-weight:700;font-size:.92rem;color:var(--primary-dark);margin-bottom:8px}.form-control-custom{width:100%;padding:13px 18px;border-radius:12px;border:1.5px solid #cbd5e1;font-family:inherit;font-size:.95rem;color:#1e293b;outline:none;background:#f8fafc;transition:all .25s ease;box-sizing:border-box}.form-control-custom:focus{background:#fff;border-color:#0d6efd;box-shadow:0 0 0 4px #0d6efd24}.patient-type-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.radio-card-option{border:1.5px solid #cbd5e1;border-radius:12px;padding:14px 18px;background:#f8fafc;cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:600;color:#334155;transition:all .2s ease}.radio-card-option:hover{border-color:#0d6efd;background:#eff6ff}.radio-card-option input[type=radio]{accent-color:#0d6efd;width:18px;height:18px}.slot-time-section{margin-bottom:18px}.slot-time-heading{font-size:.86rem;font-weight:700;color:#475569;margin-bottom:8px;display:flex;align-items:center;gap:6px}.slot-pills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:10px}.slot-pill-btn{background:#f8fafc;border:1.5px solid #cbd5e1;padding:10px 8px;border-radius:10px;font-size:.86rem;font-weight:700;color:#334155;cursor:pointer;text-align:center;transition:all .2s ease;font-family:inherit}.slot-pill-btn:hover{border-color:#0d6efd;background:#eff6ff;color:#0d6efd}.slot-pill-btn.selected{background:linear-gradient(135deg,#0d6efd,#084298);color:#fff;border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd4d}.booking-live-summary-card{background:#fff;border-radius:20px;border:1.5px solid #bfdbfe;padding:28px;box-shadow:0 12px 35px #0d6efd14;position:sticky;top:100px}.summary-card-header{border-bottom:1.5px solid #e2e8f0;padding-bottom:14px;margin-bottom:18px}.summary-card-header h3{font-size:1.25rem;font-weight:800;color:var(--primary-dark);margin:0 0 4px;display:flex;align-items:center;gap:8px}.summary-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px dashed #f1f5f9;font-size:.9rem}.summary-item-label{color:#64748b;font-weight:600}.summary-item-val{color:#072d69;font-weight:700;text-align:right;max-width:60%}.summary-perks-list{margin-top:20px;padding-top:16px;border-top:1.5px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;font-size:.84rem;color:#334155}.summary-perk-item{display:flex;align-items:center;gap:8px}.summary-perk-item i{color:#10b981}.summary-help-box{background:#eff6ff;border-radius:12px;padding:14px;margin-top:20px;display:flex;align-items:center;gap:12px}.summary-help-icon{width:38px;height:38px;border-radius:50%;background:#0d6efd;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
