.toggle-container{display:inline-block}.toggle-container:focus{box-shadow:0 0 0 var(--toggle-ring-width,3px) var(--toggle-ring-color,#10b98130);outline:none}.toggle{border:var(--toggle-border,.125rem) solid;box-sizing:content-box;cursor:pointer;font-size:var(--toggle-font-size,.75rem);height:var(--toggle-height,1.25rem);width:var(--toggle-width,3rem);border-radius:999px;align-items:center;line-height:1;transition:all .3s;display:flex;position:relative}.toggle-on{background:var(--toggle-bg-on,#10b981);border-color:var(--toggle-border-on,#10b981);color:var(--toggle-text-on,#fff);justify-content:flex-start}.toggle-off{background:var(--toggle-bg-off,#e5e7eb);border-color:var(--toggle-border-off,#e5e7eb);color:var(--toggle-text-off,#374151);justify-content:flex-end}.toggle-on-disabled{background:var(--toggle-bg-on-disabled,#d1d5db);border-color:var(--toggle-border-on-disabled,#d1d5db);color:var(--toggle-text-on-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-start}.toggle-off-disabled{background:var(--toggle-bg-off-disabled,#e5e7eb);border-color:var(--toggle-border-off-disabled,#e5e7eb);color:var(--toggle-text-off-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-end}.toggle-handle{background:var(--toggle-handle-enabled,#fff);height:var(--toggle-height,1.25rem);transition-duration:var(--toggle-duration,.15s);width:var(--toggle-height,1.25rem);border-radius:50%;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-block;position:absolute;top:0}.toggle-handle-on{left:100%;transform:translate(-100%)}.toggle-handle-off{left:0}.toggle-handle-on-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:100%;transform:translate(-100%)}.toggle-handle-off-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:0}.toggle-label{box-sizing:border-box;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;width:calc(var(--toggle-width,3.25rem) - var(--toggle-height,1.25rem))}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{background-color:#00000029;border-radius:50%;width:100%;height:100%}.vue-slider-mark-label{white-space:nowrap;font-size:14px}.vue-slider-dot-handle{cursor:pointer;box-sizing:border-box;background-color:#fff;border-radius:50%;width:100%;height:100%;box-shadow:.5px .5px 2px 1px #00000052}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px #3498db5c}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{white-space:nowrap;text-align:center;color:#fff;box-sizing:content-box;background-color:#3498db;border-color:#3498db;border-radius:5px;min-width:20px;padding:2px 5px;font-size:14px}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{border:5px solid #0000;border-top-color:inherit;width:0;height:0;top:100%;left:50%;transform:translate(-50%)}.vue-slider-dot-tooltip-inner-bottom:after{border:5px solid #0000;border-bottom-color:inherit;width:0;height:0;bottom:100%;left:50%;transform:translate(-50%)}.vue-slider-dot-tooltip-inner-left:after{border:5px solid #0000;border-left-color:inherit;width:0;height:0;top:50%;left:100%;transform:translateY(-50%)}.vue-slider-dot-tooltip-inner-right:after{border:5px solid #0000;border-right-color:inherit;width:0;height:0;top:50%;right:100%;transform:translateY(-50%)}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}
