:root{--driver-popover-bg-color:#ffffff;--driver-popover-text-color:#262f3d;--driver-popover-title-color:#0f1419;--driver-popover-border-color:#e2e5e9;--driver-overlay-color:rgba(0,0,0,0.15);--driver-btn-bg-color:#2563eb;--driver-btn-text-color:#ffffff;--driver-btn-hover-bg-color:#1d4ed8;--driver-progress-bg-color:#f5f5f6;--driver-progress-bar-color:#2563eb}.dark{--driver-popover-bg-color:#1f2937;--driver-popover-text-color:#f0f0f1;--driver-popover-title-color:#fafafa;--driver-popover-border-color:#3f4753;--driver-overlay-color:rgba(0,0,0,0.2);--driver-btn-bg-color:#3b82f6;--driver-btn-text-color:#ffffff;--driver-btn-hover-bg-color:#2563eb;--driver-progress-bg-color:#3f4753;--driver-progress-bar-color:#3b82f6}.driver-popover{background-color:var(--driver-popover-bg-color)!important;color:var(--driver-popover-text-color)!important;border:1px solid var(--driver-popover-border-color)!important;border-radius:.75rem!important;box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)!important;max-width:360px!important;padding:1.25rem!important}.dark .driver-popover{box-shadow:0 20px 25px -5px rgb(0 0 0/.4),0 8px 10px -6px rgb(0 0 0/.3)!important}.driver-popover-title{color:var(--driver-popover-title-color)!important;font-size:1rem!important;font-weight:600!important;margin-bottom:.5rem!important;line-height:1.4!important}.driver-popover-description{color:var(--driver-popover-text-color)!important;font-size:.875rem!important;line-height:1.5!important;margin-bottom:0!important}.driver-popover-progress-text{color:var(--driver-popover-text-color)!important;font-size:.6875rem!important;opacity:.5;font-weight:400!important;margin-bottom:.75rem!important;display:block!important;text-align:left!important}.driver-popover-footer{display:flex!important;gap:.5rem!important;align-items:center!important;justify-content:flex-end!important;margin-top:1.25rem!important;padding-top:.75rem!important;border-top:1px solid var(--driver-popover-border-color)!important}.driver-popover-footer button{background-color:var(--driver-btn-bg-color)!important;color:var(--driver-btn-text-color)!important;border-radius:.375rem!important;padding:.4rem .75rem!important;font-size:.8125rem!important;font-weight:500!important;transition:all .2s ease!important;border:none!important;cursor:pointer!important;white-space:nowrap!important;min-width:auto!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.driver-popover-footer button:hover{background-color:var(--driver-btn-hover-bg-color)!important;transform:translateY(-1px)}.driver-popover-footer button:disabled{opacity:.5!important;cursor:not-allowed!important}.driver-popover-prev-btn{background-color:transparent!important;color:var(--driver-btn-bg-color)!important;border:1px solid var(--driver-popover-border-color)!important}.driver-popover-prev-btn:hover{background-color:var(--driver-progress-bg-color)!important;color:var(--driver-btn-bg-color)!important}.driver-popover-close-btn{border:none!important;opacity:.5!important}.driver-popover-close-btn,.driver-popover-close-btn:hover{background-color:transparent!important;color:var(--driver-popover-text-color)!important}.driver-popover-close-btn:hover{opacity:1!important}.driver-popover-progress-bar{background-color:var(--driver-progress-bg-color)!important;height:4px!important;border-radius:9999px!important;overflow:hidden!important;margin-top:.75rem!important}.driver-popover-progress-bar-filled{background-color:var(--driver-progress-bar-color)!important;transition:width .3s ease!important}.driver-overlay{background-color:var(--driver-overlay-color)!important;backdrop-filter:blur(2px)}.driver-popover-arrow{border-color:var(--driver-popover-bg-color)!important}.driver-active-element{outline:none!important;border:none!important;border-radius:.75rem!important;box-shadow:0 0 0 5px rgba(37,99,235,.5),0 0 25px 0 rgba(37,99,235,.3)!important;position:relative!important;z-index:10000000!important;margin:-.25rem!important;padding:.25rem!important}.driver-active-element *,.driver-active-element:after,.driver-active-element:before{outline:none!important;box-shadow:none!important;border:none!important}.dark .driver-active-element{box-shadow:0 0 0 5px rgba(59,130,246,.6),0 0 25px 0 rgba(59,130,246,.4)!important}@keyframes driver-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.driver-popover{animation:driver-fade-in .2s ease-out}@media (max-width:640px){.driver-popover{max-width:calc(100vw - 2rem)!important}.driver-popover-title{font-size:1rem!important}.driver-popover-description{font-size:.875rem!important}}