.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}.driver-popover,.driver-popover *,.driver-overlay{pointer-events:auto!important}:not(body):has(>.driver-active-element){overflow:visible!important}.driver-popover{background-color:var(--popover);color:var(--popover-foreground);border-radius:calc(var(--radius) + 4px);box-shadow:0 0 0 1px var(--foreground),0 10px 30px -10px #00000040,0 4px 12px -4px #00000026;border:none}@supports (color:lab(0% 0 0)){.driver-popover{box-shadow:0 0 0 1px var(--foreground),0 10px 30px -10px lab(0% 0 0/.25),0 4px 12px -4px lab(0% 0 0/.15)}}@supports (color:color-mix(in lab, red, red)){.driver-popover{box-shadow:0 0 0 1px color-mix(in oklch,var(--foreground)10%,transparent),0 10px 30px -10px lab(0% 0 0/.25),0 4px 12px -4px lab(0% 0 0/.15)}}.driver-popover{font-family:var(--font-sans);min-width:260px;max-width:320px;padding:16px}.driver-popover *{font-family:inherit}.driver-popover-title{color:var(--foreground);border-bottom:1px solid var(--border);padding-bottom:12px;padding-right:28px;font-size:16px;font-weight:600;line-height:1.3}.driver-popover-description,.driver-popover-title[style*=block]+.driver-popover-description{color:var(--muted-foreground);margin-top:12px;margin-bottom:0;font-size:14px;line-height:1.5}.driver-popover-description code{font-family:var(--font-mono);background-color:var(--muted);color:var(--foreground);border-radius:var(--radius-sm);padding:1px 5px;font-size:12.5px}.driver-popover-description strong,.driver-popover-description em{color:var(--primary);font-style:normal;font-weight:500}.driver-popover-permission{color:var(--warning);font-size:13px;display:block}.driver-popover-permission code{color:var(--warning)}.driver-popover-close-btn{border-radius:var(--radius-md);width:28px;height:28px;color:var(--muted-foreground);justify-content:center;align-items:center;font-size:16px;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex;top:8px;right:8px}.driver-popover-close-btn:focus{color:var(--muted-foreground);background-color:#0000;outline:none}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus-visible{background-color:var(--muted);color:var(--foreground)}.driver-popover-close-btn:active{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.driver-popover-close-btn:active{background-color:color-mix(in oklch,var(--muted-foreground)15%,transparent)}}.driver-popover-close-btn:active{color:var(--foreground);box-shadow:0 0 0 2px oklch(from var(--primary)l c h/.22);transition-duration:75ms}.driver-popover-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding-top:12px;display:flex}.driver-popover-progress-text{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:13px}.driver-popover-navigation-btns{gap:8px;display:flex}.driver-popover-navigation-btns button+button{margin-left:0}.driver-popover-footer button{border-radius:var(--radius-lg);background-color:var(--primary);height:32px;color:var(--primary-foreground);text-shadow:none;border:1px solid #0000;padding:0 10px;font-size:14px;font-weight:500;line-height:1;transition:opacity .15s,box-shadow .15s,background-color .15s}.driver-popover-footer button:not(:disabled):not(.driver-popover-btn-disabled):hover,.driver-popover-footer button:not(:disabled):not(.driver-popover-btn-disabled):focus-visible{background-color:var(--primary);color:var(--primary-foreground);opacity:.9}.driver-popover-footer button:focus:not(:focus-visible){background-color:var(--primary);color:var(--primary-foreground);opacity:1}.driver-popover-footer button:active:not(:disabled):not(.driver-popover-btn-disabled){background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.driver-popover-footer button:active:not(:disabled):not(.driver-popover-btn-disabled){background-color:color-mix(in oklch,var(--primary)85%,transparent)}}.driver-popover-footer button:active:not(:disabled):not(.driver-popover-btn-disabled){box-shadow:0 0 0 2px oklch(from var(--primary)l c h/.22);opacity:1;transition-duration:75ms}.driver-popover-footer button:disabled,.driver-popover-footer button.driver-popover-btn-disabled{opacity:.4;cursor:not-allowed}.driver-popover-footer button:disabled,.driver-popover-footer button.driver-popover-btn-disabled,.driver-popover-footer button:disabled:hover,.driver-popover-footer button:disabled:focus,.driver-popover-footer button:disabled:focus-visible,.driver-popover-footer button.driver-popover-btn-disabled:hover,.driver-popover-footer button.driver-popover-btn-disabled:focus,.driver-popover-footer button.driver-popover-btn-disabled:focus-visible{background-color:var(--primary)!important;color:var(--primary-foreground)!important;opacity:.4!important;pointer-events:none!important}.driver-popover-arrow{border-width:7px}.driver-popover-arrow-side-left{border-left-color:var(--popover)}.driver-popover-arrow-side-right{border-right-color:var(--popover)}.driver-popover-arrow-side-top{border-top-color:var(--popover)}.driver-popover-arrow-side-bottom{border-bottom-color:var(--popover)}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-7px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-7px}
