:root{--tour-shade: rgb(15 23 42 / 55%);--tour-ring: var(--bs-primary);--tour-tip-bg: var(--bs-body-bg);--tour-tip-border: var(--bs-border-color);--tour-shadow: 0 .5rem 1.5rem rgb(0 0 0 / 25%)}[data-bs-theme=dark]{--tour-shade: rgb(0 0 0 / 65%);--tour-shadow: 0 .5rem 1.5rem rgb(0 0 0 / 55%)}body.tour-open{overflow:hidden}.tour{position:fixed;inset:0;z-index:2000;pointer-events:none}.tour-panel{position:fixed;background:var(--tour-shade);pointer-events:auto}.tour-ring{position:fixed;border:2px solid var(--tour-ring);border-radius:.375rem;box-shadow:0 0 0 .25rem #0d6efd33;pointer-events:none}.tour-tip{position:fixed;width:20rem;max-width:calc(100vw - 1rem);padding:.75rem .875rem .625rem;background:var(--tour-tip-bg);border:1px solid var(--tour-tip-border);border-radius:.5rem;box-shadow:var(--tour-shadow);pointer-events:auto}.tour-tip-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.tour-progress{font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--bs-secondary-color)}.tour-tip-head .btn-close{margin-left:auto;--bs-btn-close-opacity: .4}.tour-tip-text{font-size:.9375rem;line-height:1.45;margin-bottom:.75rem}.tour-tip-foot{display:flex;align-items:center;gap:.375rem}.tour-help-btn{line-height:1}.tour-help{position:fixed;z-index:2010;width:18rem;max-width:calc(100vw - 1rem);padding:.625rem .75rem;background:var(--tour-tip-bg);border:1px solid var(--tour-tip-border);border-radius:.5rem;box-shadow:var(--tour-shadow)}.tour-help-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--bs-secondary-color);margin-bottom:.375rem}.tour-help-list{margin:0;padding-left:1.1rem;font-size:.875rem;line-height:1.4}.tour-help-list li+li{margin-top:.35rem}
