.driver-popover{background-color:#fff;border:1px solid rgb(229 231 235);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-radius:.5rem;max-width:400px}.dark .driver-popover{background-color:#111827;border-color:#374151}.driver-popover-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.dark .driver-popover-title{color:#f3f4f6}.driver-popover-description{font-size:.875rem;color:#4b5563;line-height:1.625;margin-bottom:1rem}.dark .driver-popover-description{color:#9ca3af}.driver-popover-progress-text{font-size:.75rem;color:#6b7280;font-weight:500}.dark .driver-popover-progress-text{color:#6b7280}.driver-popover-btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s}.driver-popover-next-btn,.driver-popover-prev-btn{background-color:#4f46e5;color:#fff}.driver-popover-next-btn:hover,.driver-popover-prev-btn:hover{background-color:#4338ca}.driver-popover-prev-btn{background-color:#e5e7eb;color:#374151}.driver-popover-prev-btn:hover{background-color:#d1d5db}.dark .driver-popover-prev-btn{background-color:#374151;color:#e5e7eb}.dark .driver-popover-prev-btn:hover{background-color:#4b5563}.driver-popover-close-btn{color:#9ca3af}.driver-popover-close-btn:hover{color:#4b5563}.dark .driver-popover-close-btn{color:#6b7280}.dark .driver-popover-close-btn:hover{color:#d1d5db}.driver-overlay{background-color:#000;opacity:.7}.driver-active-element{background-color:transparent!important}.driver-popover-arrow{border-color:#e5e7eb}.dark .driver-popover-arrow{border-color:#374151}.driver-popover-arrow-side-top{border-bottom-color:#e5e7eb}.dark .driver-popover-arrow-side-top{border-bottom-color:#374151}.driver-popover-arrow-side-bottom{border-top-color:#e5e7eb}.dark .driver-popover-arrow-side-bottom{border-top-color:#374151}.driver-popover-arrow-side-left{border-right-color:#e5e7eb}.dark .driver-popover-arrow-side-left{border-right-color:#374151}.driver-popover-arrow-side-right{border-left-color:#e5e7eb}.dark .driver-popover-arrow-side-right{border-left-color:#374151}.driver-popover-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.75rem;border-top:1px solid rgb(243 244 246)}.dark .driver-popover-footer{border-top-color:#1f2937}.driver-popover-progress-text{flex:1;text-align:left}.driver-popover{animation:driverPopoverIn .3s ease-out}@keyframes driverPopoverIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.driver-popover-wrapper{z-index:9999}.driver-overlay{z-index:9998}.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:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.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{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.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{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.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{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
