@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap);.image-custom[data-v-c40d2ba0]{-o-object-fit:contain;object-fit:contain}.theme--light.v-slider .v-slider__thumb,.theme--light.v-slider .v-slider__track-background,.theme--light.v-slider .v-slider__track-fill{background:rgba(0,0,0,.26)}.theme--dark.v-slider .v-slider__thumb,.theme--dark.v-slider .v-slider__track-background,.theme--dark.v-slider .v-slider__track-fill{background:hsla(0,0%,100%,.2)}.v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider input{cursor:default;padding:0;width:100%;display:none}.v-slider__track-container{position:absolute;border-radius:0}.v-slider__thumb-container,.v-slider__track-background,.v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb-container{outline:none;top:50%}.v-slider__thumb-container:hover .v-slider__thumb:before{transform:scale(1)}.v-slider__thumb{width:12px;height:12px;left:-6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider__thumb,.v-slider__thumb:before{position:absolute;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb:before{content:"";color:inherit;width:36px;height:36px;background:currentColor;opacity:.3;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.v-slider__thumb:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider__tick,.v-slider__ticks-container{position:absolute}.v-slider__tick{opacity:0;background-color:rgba(0,0,0,.5);transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.v-slider__tick--filled{background-color:hsla(0,0%,100%,.5)}.v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label{transform:none}.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(100%)}.v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label{transform:none}.v-slider__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.v-slider__thumb-label-container{top:0}.v-slider__thumb-label,.v-slider__thumb-label-container{position:absolute;left:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;bottom:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider--horizontal{min-height:32px;margin-left:8px;margin-right:8px}.v-slider--horizontal .v-slider__track-container{width:100%;height:2px;left:0;top:50%;transform:translateY(-50%)}.v-slider--horizontal .v-slider__track-background,.v-slider--horizontal .v-slider__track-fill{height:100%}.v-slider--horizontal .v-slider__ticks-container{left:0;height:2px;width:100%}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(0)}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(100%)}.v-slider--horizontal .v-slider__tick .v-slider__tick-label{top:8px}.v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(-50%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(50%)}.v-slider--horizontal .v-slider__thumb-label{transform:translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)}.v-slider--horizontal .v-slider__thumb-label>*{transform:rotate(-45deg)}.v-slider--vertical{min-height:150px;margin-top:12px;margin-bottom:12px}.v-slider--vertical .v-slider__track-container{height:100%;width:2px;left:50%;top:0;transform:translateX(-50%)}.v-slider--vertical .v-slider__track-background,.v-slider--vertical .v-slider__track-fill{width:100%}.v-slider--vertical .v-slider__thumb-container{left:50%}.v-slider--vertical .v-slider__ticks-container{top:0;width:2px;height:100%;left:50%;transform:translateX(-50%)}.v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);left:12px}.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);right:12px}.v-slider--vertical .v-slider__thumb-label>*{transform:rotate(-135deg)}.v-slider__thumb-container--focused .v-slider__thumb:before{transform:scale(1)}.v-slider--active .v-slider__tick{opacity:1}.v-slider__thumb-container--active .v-slider__thumb:before{transform:scale(1.5)!important}.v-slider--disabled{pointer-events:none}.v-slider--disabled .v-slider__thumb{width:8px;height:8px;left:-4px}.v-slider--disabled .v-slider__thumb:before{display:none}.v-slider__ticks-container--always-show .v-slider__tick{opacity:1}.v-input__slider.v-input--is-readonly>.v-input__control{pointer-events:none}.v-application--is-ltr .v-input__slider .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label,.v-application--is-rtl .v-input__slider .v-input__slot .v-label{margin-right:0;margin-left:12px}.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-input__slider--vertical{align-items:center}.v-application--is-ltr .v-input__slider--vertical{flex-direction:column-reverse}.v-application--is-rtl .v-input__slider--vertical{flex-direction:column}.v-input__slider--vertical .v-input__append-outer,.v-input__slider--vertical .v-input__prepend-outer,.v-input__slider--vertical .v-input__slot{margin:0}.v-input__slider--vertical .v-messages{display:none}.v-input--has-state .v-slider__track-background{opacity:.4}.v-divider[data-v-7bcd238d]{border-width:1px!important;background-color:var(--v-primary-base)!important}.v-rating{max-width:100%;white-space:nowrap}.v-rating .v-icon{padding:.5rem;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.v-rating .v-icon:after{display:none}.v-application--is-ltr .v-rating .v-icon{transform:scaleX(1)}.v-application--is-rtl .v-rating .v-icon{transform:scaleX(-1)}.v-rating--readonly .v-icon{pointer-events:none}.v-rating--dense .v-icon{padding:.1rem}.image-container[data-v-5b1b8162]{width:100%}[data-v-5b1b8162] .v-slide-group__next,[data-v-5b1b8162] .v-slide-group__prev{min-width:0;width:40px}[data-v-5b1b8162] .v-slide-group__content{margin:0 20px}.v-chip.v-size--small[data-v-12160b46]{border-radius:10px!important;height:auto}.v-application[data-v-12160b46]{font-family:Poppins}.v-application p[data-v-12160b46]{margin-bottom:0}.p[data-v-12160b46]{font-family:Poppins}.v-btn[data-v-12160b46]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-12160b46],.v-menu__content[data-v-12160b46]{border-radius:10px!important}.v-tab[data-v-12160b46]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-12160b46]{box-shadow:none!important}svg[data-v-12160b46]{fill:currentColor}svg.white--text[data-v-12160b46]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-12160b46]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-12160b46]:after,.tooltip--top[data-v-12160b46]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-12160b46]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-12160b46]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-12160b46]:after,.tooltip--right[data-v-12160b46]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-12160b46]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-12160b46],.tooltip--left.grey[data-v-12160b46],.tooltip--right.grey[data-v-12160b46],.tooltip--top.grey[data-v-12160b46]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-12160b46],.tooltip--left.primary[data-v-12160b46],.tooltip--right.primary[data-v-12160b46],.tooltip--top.primary[data-v-12160b46]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-12160b46],.tooltip--left.secondary[data-v-12160b46],.tooltip--right.secondary[data-v-12160b46],.tooltip--top.secondary[data-v-12160b46]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-12160b46],.tooltip--left.error[data-v-12160b46],.tooltip--right.error[data-v-12160b46],.tooltip--top.error[data-v-12160b46]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-12160b46],.tooltip--left.success[data-v-12160b46],.tooltip--right.success[data-v-12160b46],.tooltip--top.success[data-v-12160b46]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-12160b46],.tooltip--left.warning[data-v-12160b46],.tooltip--right.warning[data-v-12160b46],.tooltip--top.warning[data-v-12160b46]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-12160b46],.tooltip--left.info[data-v-12160b46],.tooltip--right.info[data-v-12160b46],.tooltip--top.info[data-v-12160b46]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-12160b46],.tooltip--left.blue[data-v-12160b46],.tooltip--right.blue[data-v-12160b46],.tooltip--top.blue[data-v-12160b46]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-12160b46],.tooltip--left.red[data-v-12160b46],.tooltip--right.red[data-v-12160b46],.tooltip--top.red[data-v-12160b46]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-12160b46],.tooltip--left.green[data-v-12160b46],.tooltip--right.green[data-v-12160b46],.tooltip--top.green[data-v-12160b46]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-12160b46],.tooltip--left.black[data-v-12160b46],.tooltip--right.black[data-v-12160b46],.tooltip--top.black[data-v-12160b46]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-12160b46],.tooltip--left.white[data-v-12160b46],.tooltip--right.white[data-v-12160b46],.tooltip--top.white[data-v-12160b46]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-12160b46],.v-select.v-text-field--outlined fieldset[data-v-12160b46],.v-text-field--outlined fieldset[data-v-12160b46],.v-textarea.v-text-field--outlined fieldset[data-v-12160b46]{background-color:#fff}.g-text-field input[type=number][data-v-12160b46]::-webkit-inner-spin-button,input[type=number][data-v-12160b46]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-12160b46] .v-slider__thumb-label{font-size:10px!important}.pdf[data-v-12160b46]{padding-top:-16px;background-color:#fff;width:111.11111mm;height:157.14286mm;padding:15px 20px;position:relative}.pdf .current-date[data-v-12160b46]{position:absolute;top:24px;right:16px}.pdf .progress-bar[data-v-12160b46]{width:100%;max-height:5px;height:5px;border-radius:5rem;padding-bottom:0;padding-top:0;height:6px;position:relative}.pdf .progress-bar p[data-v-12160b46]{padding:0;color:#fff;position:absolute;left:50%;transform:translateX(-50%);top:-3.5px;font-size:5px;z-index:5}.pdf .progress-bar .progress-bar-content[data-v-12160b46]{border-radius:5rem;position:absolute;top:0;height:100%;overflow:hidden;display:block}.pdf .reduce-bottom[data-v-12160b46]{padding-bottom:8px}.pdf .header-line[data-v-12160b46]{font-style:italic;font-size:6.875px}.pdf .header-line[data-v-12160b46]:first-child{font-weight:700;font-style:normal}.pdf .car-title [data-v-12160b46]{font-size:10px;text-align:center}.pdf .car-title h2[data-v-12160b46]{font-weight:700}.pdf .car-title h3[data-v-12160b46]{font-weight:400}.pdf .license-plate[data-v-12160b46]{border:1px solid #737373;width:-moz-fit-content;width:fit-content;border-radius:2px;font-size:11.25px;font-weight:500;text-align:center;position:absolute;right:16px;top:10px;line-height:10px}.pdf .license-plate p[data-v-12160b46]{font-size:3.75px;line-height:3.125px;text-transform:capitalize();letter-spacing:2px;padding-top:0}.pdf [data-v-12160b46]{font-family:Arial,Helvetica,sans-serif;color:#737373;font-size:6.25px}.pdf svg[data-v-12160b46]{position:relative;height:-moz-min-content;height:min-content;width:-moz-min-content;width:min-content}.pdf svg path[data-v-12160b46]{color:#6185db}.pdf p[data-v-12160b46]{line-height:10px}.pdf h1[data-v-12160b46]{color:#6185db;font-size:15px}.pdf table[data-v-12160b46]{width:100%;margin:0}.pdf table [data-v-12160b46]{text-align:center;border:none}.pdf table th[data-v-12160b46]{font-weight:700}.pdf table td[data-v-12160b46]{border:none}.pdf table tr[data-v-12160b46]{height:10px}.pdf table tr[data-v-12160b46] :first-child{text-align:left;padding-left:2px}.pdf table tr[data-v-12160b46] :last-child{text-align:end}.pdf table tr[data-v-12160b46]:nth-child(odd){background-color:#f6f5f5}.pdf table tr[data-v-12160b46]:first-child{background-color:#d9d9d9}.pdf table tr:first-child th[data-v-12160b46]{border-right:1px solid #fff}.pdf .v-html[data-v-12160b46] ul{margin-left:6px}.pdf .v-html[data-v-12160b46] ul li{padding-left:6px}.pdf .less-margin[data-v-12160b46]{margin:-12px -10px}.pdf .align-end[data-v-12160b46]{text-align:end}.pdf .align-start[data-v-12160b46]{text-align:left}.pdf .align-center[data-v-12160b46]{text-align:center;width:100%}.pdf .margin-right[data-v-12160b46]{margin-right:1.5px}.pdf .margin-left[data-v-12160b46]{margin-left:1.5px}.pdf .margin-all[data-v-12160b46]{margin:1.5px}.pdf .photo-tag[data-v-12160b46]{background-color:#f9fbff;border-radius:5rem;left:2px;top:6px;padding-bottom:4px;padding-left:2px;padding-right:2px;padding-top:0;position:relative}.pdf .flex-spacing[data-v-12160b46]{display:flex;justify-content:space-between;align-items:space-between}.pdf .border[data-v-12160b46]{border:1px solid #eaeffa;border-radius:5px;overflow:hidden}.pdf .sign-section[data-v-12160b46]{margin:55px 90px auto}.pdf .sign-field[data-v-12160b46]{border-top:1px solid #eaeffa}.pdf .margin-x[data-v-12160b46]{margin:auto 32px}.pdf .margin-x-small[data-v-12160b46]{margin-left:4px;margin-right:4px}.pdf .border-bottom[data-v-12160b46],.pdf .header[data-v-12160b46]{border-bottom:1px solid #f4f4f4}.pdf .header[data-v-12160b46]{font-size:7.5px;margin-bottom:-9px}.pdf .header [data-v-12160b46]{padding-top:0;padding-bottom:0}.pdf .box[data-v-12160b46]{border-radius:3px;border:1px solid #eaeffa;margin-bottom:3px;padding-bottom:15px}.pdf .box table[data-v-12160b46]{margin:0}.pdf .box h2[data-v-12160b46]{border-radius:2px 2px 0 0;color:#fff;background-color:#6185db;width:100%;text-align:left;padding-left:3px;padding-bottom:1px;margin-bottom:0p;position:relative;top:0;left:0}.pdf .box h2 span[data-v-12160b46]{color:#fff;position:relative;right:0}.pdf .box p[data-v-12160b46]{padding-left:3px}.pdf .footer[data-v-12160b46]{position:absolute;width:calc(100% - 20px);bottom:36px}.pdf .no-padding[data-v-12160b46]{padding:0}.pdf .powered-by[data-v-12160b46]{position:absolute;bottom:24px;left:0;right:0;margin-inline:auto;width:-moz-fit-content;width:fit-content}.pdf .powered-by p[data-v-12160b46]{font-size:7.5px;color:#6185db;white-space:nowrap}.pdf .powered-by img[data-v-12160b46]{margin-top:0}.pdf .powered-by span p[data-v-12160b46]{width:-moz-min-content;width:min-content}.v-chip.v-size--small[data-v-5787c6b6]{border-radius:10px!important;height:auto}.v-application[data-v-5787c6b6]{font-family:Poppins}.v-application p[data-v-5787c6b6]{margin-bottom:0}.p[data-v-5787c6b6]{font-family:Poppins}.v-btn[data-v-5787c6b6]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-5787c6b6],.v-menu__content[data-v-5787c6b6]{border-radius:10px!important}.v-tab[data-v-5787c6b6]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-5787c6b6]{box-shadow:none!important}svg[data-v-5787c6b6]{fill:currentColor}svg.white--text[data-v-5787c6b6]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-5787c6b6]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-5787c6b6]:after,.tooltip--top[data-v-5787c6b6]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-5787c6b6]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-5787c6b6]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-5787c6b6]:after,.tooltip--right[data-v-5787c6b6]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-5787c6b6]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-5787c6b6],.tooltip--left.grey[data-v-5787c6b6],.tooltip--right.grey[data-v-5787c6b6],.tooltip--top.grey[data-v-5787c6b6]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-5787c6b6],.tooltip--left.primary[data-v-5787c6b6],.tooltip--right.primary[data-v-5787c6b6],.tooltip--top.primary[data-v-5787c6b6]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-5787c6b6],.tooltip--left.secondary[data-v-5787c6b6],.tooltip--right.secondary[data-v-5787c6b6],.tooltip--top.secondary[data-v-5787c6b6]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-5787c6b6],.tooltip--left.error[data-v-5787c6b6],.tooltip--right.error[data-v-5787c6b6],.tooltip--top.error[data-v-5787c6b6]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-5787c6b6],.tooltip--left.success[data-v-5787c6b6],.tooltip--right.success[data-v-5787c6b6],.tooltip--top.success[data-v-5787c6b6]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-5787c6b6],.tooltip--left.warning[data-v-5787c6b6],.tooltip--right.warning[data-v-5787c6b6],.tooltip--top.warning[data-v-5787c6b6]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-5787c6b6],.tooltip--left.info[data-v-5787c6b6],.tooltip--right.info[data-v-5787c6b6],.tooltip--top.info[data-v-5787c6b6]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-5787c6b6],.tooltip--left.blue[data-v-5787c6b6],.tooltip--right.blue[data-v-5787c6b6],.tooltip--top.blue[data-v-5787c6b6]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-5787c6b6],.tooltip--left.red[data-v-5787c6b6],.tooltip--right.red[data-v-5787c6b6],.tooltip--top.red[data-v-5787c6b6]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-5787c6b6],.tooltip--left.green[data-v-5787c6b6],.tooltip--right.green[data-v-5787c6b6],.tooltip--top.green[data-v-5787c6b6]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-5787c6b6],.tooltip--left.black[data-v-5787c6b6],.tooltip--right.black[data-v-5787c6b6],.tooltip--top.black[data-v-5787c6b6]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-5787c6b6],.tooltip--left.white[data-v-5787c6b6],.tooltip--right.white[data-v-5787c6b6],.tooltip--top.white[data-v-5787c6b6]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-5787c6b6],.v-select.v-text-field--outlined fieldset[data-v-5787c6b6],.v-text-field--outlined fieldset[data-v-5787c6b6],.v-textarea.v-text-field--outlined fieldset[data-v-5787c6b6]{background-color:#fff}.g-text-field input[type=number][data-v-5787c6b6]::-webkit-inner-spin-button,input[type=number][data-v-5787c6b6]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-5787c6b6] .v-slider__thumb-label{font-size:10px!important}.invert-order[data-v-5787c6b6]{display:flex;flex-direction:column-reverse}.row[data-v-5787c6b6]{margin:0}.flex-column[data-v-5787c6b6]>:not(:first-child){margin-top:8px}.actions[data-v-5787c6b6],.favorites[data-v-5787c6b6]{height:25%}.actions div[data-v-5787c6b6],.favorites div[data-v-5787c6b6]{text-align:center;width:100%}.actions div div[data-v-5787c6b6],.favorites div div[data-v-5787c6b6]{width:100%}.v-chip.v-size--small[data-v-281805bc]{border-radius:10px!important;height:auto}.v-application[data-v-281805bc]{font-family:Poppins}.v-application p[data-v-281805bc]{margin-bottom:0}.p[data-v-281805bc]{font-family:Poppins}.v-btn[data-v-281805bc]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-281805bc],.v-menu__content[data-v-281805bc]{border-radius:10px!important}.v-tab[data-v-281805bc]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-281805bc]{box-shadow:none!important}svg[data-v-281805bc]{fill:currentColor}svg.white--text[data-v-281805bc]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-281805bc]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-281805bc]:after,.tooltip--top[data-v-281805bc]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-281805bc]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-281805bc]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-281805bc]:after,.tooltip--right[data-v-281805bc]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-281805bc]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-281805bc],.tooltip--left.grey[data-v-281805bc],.tooltip--right.grey[data-v-281805bc],.tooltip--top.grey[data-v-281805bc]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-281805bc],.tooltip--left.primary[data-v-281805bc],.tooltip--right.primary[data-v-281805bc],.tooltip--top.primary[data-v-281805bc]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-281805bc],.tooltip--left.secondary[data-v-281805bc],.tooltip--right.secondary[data-v-281805bc],.tooltip--top.secondary[data-v-281805bc]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-281805bc],.tooltip--left.error[data-v-281805bc],.tooltip--right.error[data-v-281805bc],.tooltip--top.error[data-v-281805bc]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-281805bc],.tooltip--left.success[data-v-281805bc],.tooltip--right.success[data-v-281805bc],.tooltip--top.success[data-v-281805bc]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-281805bc],.tooltip--left.warning[data-v-281805bc],.tooltip--right.warning[data-v-281805bc],.tooltip--top.warning[data-v-281805bc]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-281805bc],.tooltip--left.info[data-v-281805bc],.tooltip--right.info[data-v-281805bc],.tooltip--top.info[data-v-281805bc]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-281805bc],.tooltip--left.blue[data-v-281805bc],.tooltip--right.blue[data-v-281805bc],.tooltip--top.blue[data-v-281805bc]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-281805bc],.tooltip--left.red[data-v-281805bc],.tooltip--right.red[data-v-281805bc],.tooltip--top.red[data-v-281805bc]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-281805bc],.tooltip--left.green[data-v-281805bc],.tooltip--right.green[data-v-281805bc],.tooltip--top.green[data-v-281805bc]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-281805bc],.tooltip--left.black[data-v-281805bc],.tooltip--right.black[data-v-281805bc],.tooltip--top.black[data-v-281805bc]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-281805bc],.tooltip--left.white[data-v-281805bc],.tooltip--right.white[data-v-281805bc],.tooltip--top.white[data-v-281805bc]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-281805bc],.v-select.v-text-field--outlined fieldset[data-v-281805bc],.v-text-field--outlined fieldset[data-v-281805bc],.v-textarea.v-text-field--outlined fieldset[data-v-281805bc]{background-color:#fff}.g-text-field input[type=number][data-v-281805bc]::-webkit-inner-spin-button,input[type=number][data-v-281805bc]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-281805bc] .v-slider__thumb-label{font-size:10px!important}span[data-v-281805bc]{background-color:#f5f5f5;border-radius:1rem}.legend[data-v-281805bc]{max-height:300px;overflow-y:auto}.legend .line[data-v-281805bc]{max-height:1.5rem}.legend-line[data-v-281805bc]{width:2rem}.total-line[data-v-281805bc]{position:relative;width:100%;max-width:100%}.v-chip.v-size--small[data-v-9c6c735a]{border-radius:10px!important;height:auto}.v-application[data-v-9c6c735a]{font-family:Poppins}.v-application p[data-v-9c6c735a]{margin-bottom:0}.p[data-v-9c6c735a]{font-family:Poppins}.v-btn[data-v-9c6c735a]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-9c6c735a],.v-menu__content[data-v-9c6c735a]{border-radius:10px!important}.v-tab[data-v-9c6c735a]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-9c6c735a]{box-shadow:none!important}svg[data-v-9c6c735a]{fill:currentColor}svg.white--text[data-v-9c6c735a]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-9c6c735a]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-9c6c735a]:after,.tooltip--top[data-v-9c6c735a]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-9c6c735a]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-9c6c735a]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-9c6c735a]:after,.tooltip--right[data-v-9c6c735a]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-9c6c735a]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-9c6c735a],.tooltip--left.grey[data-v-9c6c735a],.tooltip--right.grey[data-v-9c6c735a],.tooltip--top.grey[data-v-9c6c735a]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-9c6c735a],.tooltip--left.primary[data-v-9c6c735a],.tooltip--right.primary[data-v-9c6c735a],.tooltip--top.primary[data-v-9c6c735a]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-9c6c735a],.tooltip--left.secondary[data-v-9c6c735a],.tooltip--right.secondary[data-v-9c6c735a],.tooltip--top.secondary[data-v-9c6c735a]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-9c6c735a],.tooltip--left.error[data-v-9c6c735a],.tooltip--right.error[data-v-9c6c735a],.tooltip--top.error[data-v-9c6c735a]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-9c6c735a],.tooltip--left.success[data-v-9c6c735a],.tooltip--right.success[data-v-9c6c735a],.tooltip--top.success[data-v-9c6c735a]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-9c6c735a],.tooltip--left.warning[data-v-9c6c735a],.tooltip--right.warning[data-v-9c6c735a],.tooltip--top.warning[data-v-9c6c735a]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-9c6c735a],.tooltip--left.info[data-v-9c6c735a],.tooltip--right.info[data-v-9c6c735a],.tooltip--top.info[data-v-9c6c735a]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-9c6c735a],.tooltip--left.blue[data-v-9c6c735a],.tooltip--right.blue[data-v-9c6c735a],.tooltip--top.blue[data-v-9c6c735a]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-9c6c735a],.tooltip--left.red[data-v-9c6c735a],.tooltip--right.red[data-v-9c6c735a],.tooltip--top.red[data-v-9c6c735a]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-9c6c735a],.tooltip--left.green[data-v-9c6c735a],.tooltip--right.green[data-v-9c6c735a],.tooltip--top.green[data-v-9c6c735a]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-9c6c735a],.tooltip--left.black[data-v-9c6c735a],.tooltip--right.black[data-v-9c6c735a],.tooltip--top.black[data-v-9c6c735a]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-9c6c735a],.tooltip--left.white[data-v-9c6c735a],.tooltip--right.white[data-v-9c6c735a],.tooltip--top.white[data-v-9c6c735a]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-9c6c735a],.v-select.v-text-field--outlined fieldset[data-v-9c6c735a],.v-text-field--outlined fieldset[data-v-9c6c735a],.v-textarea.v-text-field--outlined fieldset[data-v-9c6c735a]{background-color:#fff}.g-text-field input[type=number][data-v-9c6c735a]::-webkit-inner-spin-button,input[type=number][data-v-9c6c735a]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-9c6c735a] .v-slider__thumb-label{font-size:10px!important}.legend[data-v-9c6c735a]{max-height:300px;overflow-y:auto}.legend .line[data-v-9c6c735a]{max-height:1.5rem}.total-line[data-v-9c6c735a]{font-weight:700;text-align:center}.legend-line[data-v-9c6c735a]{height:1.25rem}.legend-row[data-v-9c6c735a]{cursor:pointer}span[data-v-9c6c735a]{background-color:#f5f5f5;border-radius:1rem}.v-chip.v-size--small[data-v-5c00d846]{border-radius:10px!important;height:auto}.v-application[data-v-5c00d846]{font-family:Poppins}.v-application p[data-v-5c00d846]{margin-bottom:0}.p[data-v-5c00d846]{font-family:Poppins}.v-btn[data-v-5c00d846]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-5c00d846],.v-menu__content[data-v-5c00d846]{border-radius:10px!important}.v-tab[data-v-5c00d846]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-5c00d846]{box-shadow:none!important}svg[data-v-5c00d846]{fill:currentColor}svg.white--text[data-v-5c00d846]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-5c00d846]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-5c00d846]:after,.tooltip--top[data-v-5c00d846]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-5c00d846]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-5c00d846]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-5c00d846]:after,.tooltip--right[data-v-5c00d846]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-5c00d846]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-5c00d846],.tooltip--left.grey[data-v-5c00d846],.tooltip--right.grey[data-v-5c00d846],.tooltip--top.grey[data-v-5c00d846]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-5c00d846],.tooltip--left.primary[data-v-5c00d846],.tooltip--right.primary[data-v-5c00d846],.tooltip--top.primary[data-v-5c00d846]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-5c00d846],.tooltip--left.secondary[data-v-5c00d846],.tooltip--right.secondary[data-v-5c00d846],.tooltip--top.secondary[data-v-5c00d846]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-5c00d846],.tooltip--left.error[data-v-5c00d846],.tooltip--right.error[data-v-5c00d846],.tooltip--top.error[data-v-5c00d846]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-5c00d846],.tooltip--left.success[data-v-5c00d846],.tooltip--right.success[data-v-5c00d846],.tooltip--top.success[data-v-5c00d846]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-5c00d846],.tooltip--left.warning[data-v-5c00d846],.tooltip--right.warning[data-v-5c00d846],.tooltip--top.warning[data-v-5c00d846]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-5c00d846],.tooltip--left.info[data-v-5c00d846],.tooltip--right.info[data-v-5c00d846],.tooltip--top.info[data-v-5c00d846]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-5c00d846],.tooltip--left.blue[data-v-5c00d846],.tooltip--right.blue[data-v-5c00d846],.tooltip--top.blue[data-v-5c00d846]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-5c00d846],.tooltip--left.red[data-v-5c00d846],.tooltip--right.red[data-v-5c00d846],.tooltip--top.red[data-v-5c00d846]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-5c00d846],.tooltip--left.green[data-v-5c00d846],.tooltip--right.green[data-v-5c00d846],.tooltip--top.green[data-v-5c00d846]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-5c00d846],.tooltip--left.black[data-v-5c00d846],.tooltip--right.black[data-v-5c00d846],.tooltip--top.black[data-v-5c00d846]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-5c00d846],.tooltip--left.white[data-v-5c00d846],.tooltip--right.white[data-v-5c00d846],.tooltip--top.white[data-v-5c00d846]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-5c00d846],.v-select.v-text-field--outlined fieldset[data-v-5c00d846],.v-text-field--outlined fieldset[data-v-5c00d846],.v-textarea.v-text-field--outlined fieldset[data-v-5c00d846]{background-color:#fff}.g-text-field input[type=number][data-v-5c00d846]::-webkit-inner-spin-button,input[type=number][data-v-5c00d846]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-5c00d846] .v-slider__thumb-label{font-size:10px!important}span[data-v-5c00d846]{background-color:#f5f5f5;border-radius:1rem}.legend[data-v-5c00d846]{max-height:300px;overflow-y:auto}.legend-line[data-v-5c00d846]{width:-moz-min-content;width:min-content;padding-left:.75rem;padding-right:.75rem;height:1.25rem}.total-line[data-v-5c00d846]{position:relative;bottom:2rem;width:100%;padding-top:2rem}.v-expansion-panel .v-expansion-panel-header[data-v-5c00d846]{height:1rem}.v-expansion-panel [data-v-5c00d846]{color:#737373}.v-chip.v-size--small[data-v-4eee300e]{border-radius:10px!important;height:auto}.v-application[data-v-4eee300e]{font-family:Poppins}.v-application p[data-v-4eee300e]{margin-bottom:0}.p[data-v-4eee300e]{font-family:Poppins}.v-btn[data-v-4eee300e]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-4eee300e],.v-menu__content[data-v-4eee300e]{border-radius:10px!important}.v-tab[data-v-4eee300e]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-4eee300e]{box-shadow:none!important}svg[data-v-4eee300e]{fill:currentColor}svg.white--text[data-v-4eee300e]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-4eee300e]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-4eee300e]:after,.tooltip--top[data-v-4eee300e]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-4eee300e]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-4eee300e]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-4eee300e]:after,.tooltip--right[data-v-4eee300e]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-4eee300e]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-4eee300e],.tooltip--left.grey[data-v-4eee300e],.tooltip--right.grey[data-v-4eee300e],.tooltip--top.grey[data-v-4eee300e]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-4eee300e],.tooltip--left.primary[data-v-4eee300e],.tooltip--right.primary[data-v-4eee300e],.tooltip--top.primary[data-v-4eee300e]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-4eee300e],.tooltip--left.secondary[data-v-4eee300e],.tooltip--right.secondary[data-v-4eee300e],.tooltip--top.secondary[data-v-4eee300e]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-4eee300e],.tooltip--left.error[data-v-4eee300e],.tooltip--right.error[data-v-4eee300e],.tooltip--top.error[data-v-4eee300e]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-4eee300e],.tooltip--left.success[data-v-4eee300e],.tooltip--right.success[data-v-4eee300e],.tooltip--top.success[data-v-4eee300e]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-4eee300e],.tooltip--left.warning[data-v-4eee300e],.tooltip--right.warning[data-v-4eee300e],.tooltip--top.warning[data-v-4eee300e]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-4eee300e],.tooltip--left.info[data-v-4eee300e],.tooltip--right.info[data-v-4eee300e],.tooltip--top.info[data-v-4eee300e]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-4eee300e],.tooltip--left.blue[data-v-4eee300e],.tooltip--right.blue[data-v-4eee300e],.tooltip--top.blue[data-v-4eee300e]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-4eee300e],.tooltip--left.red[data-v-4eee300e],.tooltip--right.red[data-v-4eee300e],.tooltip--top.red[data-v-4eee300e]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-4eee300e],.tooltip--left.green[data-v-4eee300e],.tooltip--right.green[data-v-4eee300e],.tooltip--top.green[data-v-4eee300e]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-4eee300e],.tooltip--left.black[data-v-4eee300e],.tooltip--right.black[data-v-4eee300e],.tooltip--top.black[data-v-4eee300e]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-4eee300e],.tooltip--left.white[data-v-4eee300e],.tooltip--right.white[data-v-4eee300e],.tooltip--top.white[data-v-4eee300e]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-4eee300e],.v-select.v-text-field--outlined fieldset[data-v-4eee300e],.v-text-field--outlined fieldset[data-v-4eee300e],.v-textarea.v-text-field--outlined fieldset[data-v-4eee300e]{background-color:#fff}.g-text-field input[type=number][data-v-4eee300e]::-webkit-inner-spin-button,input[type=number][data-v-4eee300e]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-4eee300e] .v-slider__thumb-label{font-size:10px!important}span[data-v-4eee300e]{background-color:#f5f5f5;border-radius:1rem}.legend[data-v-4eee300e]{max-height:300px;overflow-y:auto}.legend-line[data-v-4eee300e]{width:-moz-min-content;width:min-content;padding-left:.75rem;padding-right:.75rem;height:1.25rem}.v-expansion-panel .v-expansion-panel-header[data-v-4eee300e]{height:1rem}.v-expansion-panel [data-v-4eee300e]{color:#737373}.v-chip.v-size--small[data-v-69289e06]{border-radius:10px!important;height:auto}.v-application[data-v-69289e06]{font-family:Poppins}.v-application p[data-v-69289e06]{margin-bottom:0}.p[data-v-69289e06]{font-family:Poppins}.v-btn[data-v-69289e06]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-69289e06],.v-menu__content[data-v-69289e06]{border-radius:10px!important}.v-tab[data-v-69289e06]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-69289e06]{box-shadow:none!important}svg[data-v-69289e06]{fill:currentColor}svg.white--text[data-v-69289e06]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-69289e06]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-69289e06]:after,.tooltip--top[data-v-69289e06]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-69289e06]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-69289e06]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-69289e06]:after,.tooltip--right[data-v-69289e06]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-69289e06]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-69289e06],.tooltip--left.grey[data-v-69289e06],.tooltip--right.grey[data-v-69289e06],.tooltip--top.grey[data-v-69289e06]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-69289e06],.tooltip--left.primary[data-v-69289e06],.tooltip--right.primary[data-v-69289e06],.tooltip--top.primary[data-v-69289e06]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-69289e06],.tooltip--left.secondary[data-v-69289e06],.tooltip--right.secondary[data-v-69289e06],.tooltip--top.secondary[data-v-69289e06]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-69289e06],.tooltip--left.error[data-v-69289e06],.tooltip--right.error[data-v-69289e06],.tooltip--top.error[data-v-69289e06]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-69289e06],.tooltip--left.success[data-v-69289e06],.tooltip--right.success[data-v-69289e06],.tooltip--top.success[data-v-69289e06]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-69289e06],.tooltip--left.warning[data-v-69289e06],.tooltip--right.warning[data-v-69289e06],.tooltip--top.warning[data-v-69289e06]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-69289e06],.tooltip--left.info[data-v-69289e06],.tooltip--right.info[data-v-69289e06],.tooltip--top.info[data-v-69289e06]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-69289e06],.tooltip--left.blue[data-v-69289e06],.tooltip--right.blue[data-v-69289e06],.tooltip--top.blue[data-v-69289e06]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-69289e06],.tooltip--left.red[data-v-69289e06],.tooltip--right.red[data-v-69289e06],.tooltip--top.red[data-v-69289e06]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-69289e06],.tooltip--left.green[data-v-69289e06],.tooltip--right.green[data-v-69289e06],.tooltip--top.green[data-v-69289e06]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-69289e06],.tooltip--left.black[data-v-69289e06],.tooltip--right.black[data-v-69289e06],.tooltip--top.black[data-v-69289e06]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-69289e06],.tooltip--left.white[data-v-69289e06],.tooltip--right.white[data-v-69289e06],.tooltip--top.white[data-v-69289e06]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-69289e06],.v-select.v-text-field--outlined fieldset[data-v-69289e06],.v-text-field--outlined fieldset[data-v-69289e06],.v-textarea.v-text-field--outlined fieldset[data-v-69289e06]{background-color:#fff}.g-text-field input[type=number][data-v-69289e06]::-webkit-inner-spin-button,input[type=number][data-v-69289e06]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-69289e06] .v-slider__thumb-label{font-size:10px!important}span[data-v-69289e06]{background-color:#f5f5f5;border-radius:1rem}.legend-line[data-v-69289e06]{max-width:3rem;width:3rem}.v-expansion-panel [data-v-69289e06]{color:#737373}.v-chip.v-size--small[data-v-52c19eea]{border-radius:10px!important;height:auto}.v-application[data-v-52c19eea]{font-family:Poppins}.v-application p[data-v-52c19eea]{margin-bottom:0}.p[data-v-52c19eea]{font-family:Poppins}.v-btn[data-v-52c19eea]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-52c19eea],.v-menu__content[data-v-52c19eea]{border-radius:10px!important}.v-tab[data-v-52c19eea]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-52c19eea]{box-shadow:none!important}svg[data-v-52c19eea]{fill:currentColor}svg.white--text[data-v-52c19eea]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-52c19eea]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-52c19eea]:after,.tooltip--top[data-v-52c19eea]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-52c19eea]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-52c19eea]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-52c19eea]:after,.tooltip--right[data-v-52c19eea]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-52c19eea]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-52c19eea],.tooltip--left.grey[data-v-52c19eea],.tooltip--right.grey[data-v-52c19eea],.tooltip--top.grey[data-v-52c19eea]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-52c19eea],.tooltip--left.primary[data-v-52c19eea],.tooltip--right.primary[data-v-52c19eea],.tooltip--top.primary[data-v-52c19eea]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-52c19eea],.tooltip--left.secondary[data-v-52c19eea],.tooltip--right.secondary[data-v-52c19eea],.tooltip--top.secondary[data-v-52c19eea]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-52c19eea],.tooltip--left.error[data-v-52c19eea],.tooltip--right.error[data-v-52c19eea],.tooltip--top.error[data-v-52c19eea]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-52c19eea],.tooltip--left.success[data-v-52c19eea],.tooltip--right.success[data-v-52c19eea],.tooltip--top.success[data-v-52c19eea]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-52c19eea],.tooltip--left.warning[data-v-52c19eea],.tooltip--right.warning[data-v-52c19eea],.tooltip--top.warning[data-v-52c19eea]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-52c19eea],.tooltip--left.info[data-v-52c19eea],.tooltip--right.info[data-v-52c19eea],.tooltip--top.info[data-v-52c19eea]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-52c19eea],.tooltip--left.blue[data-v-52c19eea],.tooltip--right.blue[data-v-52c19eea],.tooltip--top.blue[data-v-52c19eea]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-52c19eea],.tooltip--left.red[data-v-52c19eea],.tooltip--right.red[data-v-52c19eea],.tooltip--top.red[data-v-52c19eea]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-52c19eea],.tooltip--left.green[data-v-52c19eea],.tooltip--right.green[data-v-52c19eea],.tooltip--top.green[data-v-52c19eea]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-52c19eea],.tooltip--left.black[data-v-52c19eea],.tooltip--right.black[data-v-52c19eea],.tooltip--top.black[data-v-52c19eea]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-52c19eea],.tooltip--left.white[data-v-52c19eea],.tooltip--right.white[data-v-52c19eea],.tooltip--top.white[data-v-52c19eea]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-52c19eea],.v-select.v-text-field--outlined fieldset[data-v-52c19eea],.v-text-field--outlined fieldset[data-v-52c19eea],.v-textarea.v-text-field--outlined fieldset[data-v-52c19eea]{background-color:#fff}.g-text-field input[type=number][data-v-52c19eea]::-webkit-inner-spin-button,input[type=number][data-v-52c19eea]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-52c19eea] .v-slider__thumb-label{font-size:10px!important}span[data-v-52c19eea]{background-color:#f5f5f5;border-radius:1rem}.legend-line[data-v-52c19eea]{max-width:3rem;width:3rem}.v-expansion-panel [data-v-52c19eea]{color:#737373}span[data-v-a90efdda]{background-color:#f5f5f5;border-radius:1rem}.total-line[data-v-a90efdda]{position:relative;bottom:1rem;width:100%}.legend-line[data-v-a90efdda]{width:2rem}.v-chip-block[data-v-d4a8660c]{display:block;width:100%;text-align:center;font-size:16px;padding:2px 0;box-sizing:border-box}.v-chip.v-size--small[data-v-67048b1c]{border-radius:10px!important;height:auto}.v-application[data-v-67048b1c]{font-family:Poppins}.v-application p[data-v-67048b1c]{margin-bottom:0}.p[data-v-67048b1c]{font-family:Poppins}.v-btn[data-v-67048b1c]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-67048b1c],.v-menu__content[data-v-67048b1c]{border-radius:10px!important}.v-tab[data-v-67048b1c]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-67048b1c]{box-shadow:none!important}svg[data-v-67048b1c]{fill:currentColor}svg.white--text[data-v-67048b1c]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-67048b1c]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-67048b1c]:after,.tooltip--top[data-v-67048b1c]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-67048b1c]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-67048b1c]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-67048b1c]:after,.tooltip--right[data-v-67048b1c]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-67048b1c]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-67048b1c],.tooltip--left.grey[data-v-67048b1c],.tooltip--right.grey[data-v-67048b1c],.tooltip--top.grey[data-v-67048b1c]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-67048b1c],.tooltip--left.primary[data-v-67048b1c],.tooltip--right.primary[data-v-67048b1c],.tooltip--top.primary[data-v-67048b1c]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-67048b1c],.tooltip--left.secondary[data-v-67048b1c],.tooltip--right.secondary[data-v-67048b1c],.tooltip--top.secondary[data-v-67048b1c]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-67048b1c],.tooltip--left.error[data-v-67048b1c],.tooltip--right.error[data-v-67048b1c],.tooltip--top.error[data-v-67048b1c]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-67048b1c],.tooltip--left.success[data-v-67048b1c],.tooltip--right.success[data-v-67048b1c],.tooltip--top.success[data-v-67048b1c]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-67048b1c],.tooltip--left.warning[data-v-67048b1c],.tooltip--right.warning[data-v-67048b1c],.tooltip--top.warning[data-v-67048b1c]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-67048b1c],.tooltip--left.info[data-v-67048b1c],.tooltip--right.info[data-v-67048b1c],.tooltip--top.info[data-v-67048b1c]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-67048b1c],.tooltip--left.blue[data-v-67048b1c],.tooltip--right.blue[data-v-67048b1c],.tooltip--top.blue[data-v-67048b1c]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-67048b1c],.tooltip--left.red[data-v-67048b1c],.tooltip--right.red[data-v-67048b1c],.tooltip--top.red[data-v-67048b1c]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-67048b1c],.tooltip--left.green[data-v-67048b1c],.tooltip--right.green[data-v-67048b1c],.tooltip--top.green[data-v-67048b1c]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-67048b1c],.tooltip--left.black[data-v-67048b1c],.tooltip--right.black[data-v-67048b1c],.tooltip--top.black[data-v-67048b1c]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-67048b1c],.tooltip--left.white[data-v-67048b1c],.tooltip--right.white[data-v-67048b1c],.tooltip--top.white[data-v-67048b1c]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-67048b1c],.v-select.v-text-field--outlined fieldset[data-v-67048b1c],.v-text-field--outlined fieldset[data-v-67048b1c],.v-textarea.v-text-field--outlined fieldset[data-v-67048b1c]{background-color:#fff}.g-text-field input[type=number][data-v-67048b1c]::-webkit-inner-spin-button,input[type=number][data-v-67048b1c]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-67048b1c] .v-slider__thumb-label{font-size:10px!important}span[data-v-67048b1c]{background-color:#f5f5f5;border-radius:1rem}.legend-line[data-v-67048b1c]{max-width:3rem;width:3rem}.v-expansion-panel [data-v-67048b1c]{color:#737373}.v-chip.v-size--small[data-v-006e5abe]{border-radius:10px!important;height:auto}.v-application[data-v-006e5abe]{font-family:Poppins}.v-application p[data-v-006e5abe]{margin-bottom:0}.p[data-v-006e5abe]{font-family:Poppins}.v-btn[data-v-006e5abe]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-006e5abe],.v-menu__content[data-v-006e5abe]{border-radius:10px!important}.v-tab[data-v-006e5abe]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-006e5abe]{box-shadow:none!important}svg[data-v-006e5abe]{fill:currentColor}svg.white--text[data-v-006e5abe]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-006e5abe]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-006e5abe]:after,.tooltip--top[data-v-006e5abe]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-006e5abe]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-006e5abe]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-006e5abe]:after,.tooltip--right[data-v-006e5abe]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-006e5abe]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-006e5abe],.tooltip--left.grey[data-v-006e5abe],.tooltip--right.grey[data-v-006e5abe],.tooltip--top.grey[data-v-006e5abe]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-006e5abe],.tooltip--left.primary[data-v-006e5abe],.tooltip--right.primary[data-v-006e5abe],.tooltip--top.primary[data-v-006e5abe]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-006e5abe],.tooltip--left.secondary[data-v-006e5abe],.tooltip--right.secondary[data-v-006e5abe],.tooltip--top.secondary[data-v-006e5abe]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-006e5abe],.tooltip--left.error[data-v-006e5abe],.tooltip--right.error[data-v-006e5abe],.tooltip--top.error[data-v-006e5abe]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-006e5abe],.tooltip--left.success[data-v-006e5abe],.tooltip--right.success[data-v-006e5abe],.tooltip--top.success[data-v-006e5abe]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-006e5abe],.tooltip--left.warning[data-v-006e5abe],.tooltip--right.warning[data-v-006e5abe],.tooltip--top.warning[data-v-006e5abe]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-006e5abe],.tooltip--left.info[data-v-006e5abe],.tooltip--right.info[data-v-006e5abe],.tooltip--top.info[data-v-006e5abe]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-006e5abe],.tooltip--left.blue[data-v-006e5abe],.tooltip--right.blue[data-v-006e5abe],.tooltip--top.blue[data-v-006e5abe]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-006e5abe],.tooltip--left.red[data-v-006e5abe],.tooltip--right.red[data-v-006e5abe],.tooltip--top.red[data-v-006e5abe]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-006e5abe],.tooltip--left.green[data-v-006e5abe],.tooltip--right.green[data-v-006e5abe],.tooltip--top.green[data-v-006e5abe]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-006e5abe],.tooltip--left.black[data-v-006e5abe],.tooltip--right.black[data-v-006e5abe],.tooltip--top.black[data-v-006e5abe]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-006e5abe],.tooltip--left.white[data-v-006e5abe],.tooltip--right.white[data-v-006e5abe],.tooltip--top.white[data-v-006e5abe]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-006e5abe],.v-select.v-text-field--outlined fieldset[data-v-006e5abe],.v-text-field--outlined fieldset[data-v-006e5abe],.v-textarea.v-text-field--outlined fieldset[data-v-006e5abe]{background-color:#fff}.g-text-field input[type=number][data-v-006e5abe]::-webkit-inner-spin-button,input[type=number][data-v-006e5abe]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-006e5abe] .v-slider__thumb-label{font-size:10px!important}span[data-v-006e5abe],span[data-v-6db6ca1d]{background-color:#f5f5f5;border-radius:1rem}.legend-line[data-v-6db6ca1d]{width:2rem}.v-chip.v-size--small[data-v-db219368]{border-radius:10px!important;height:auto}.v-application[data-v-db219368]{font-family:Poppins}.v-application p[data-v-db219368]{margin-bottom:0}.p[data-v-db219368]{font-family:Poppins}.v-btn[data-v-db219368]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-db219368],.v-menu__content[data-v-db219368]{border-radius:10px!important}.v-tab[data-v-db219368]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-db219368]{box-shadow:none!important}svg[data-v-db219368]{fill:currentColor}svg.white--text[data-v-db219368]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-db219368]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-db219368]:after,.tooltip--top[data-v-db219368]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-db219368]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-db219368]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-db219368]:after,.tooltip--right[data-v-db219368]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-db219368]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-db219368],.tooltip--left.grey[data-v-db219368],.tooltip--right.grey[data-v-db219368],.tooltip--top.grey[data-v-db219368]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-db219368],.tooltip--left.primary[data-v-db219368],.tooltip--right.primary[data-v-db219368],.tooltip--top.primary[data-v-db219368]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-db219368],.tooltip--left.secondary[data-v-db219368],.tooltip--right.secondary[data-v-db219368],.tooltip--top.secondary[data-v-db219368]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-db219368],.tooltip--left.error[data-v-db219368],.tooltip--right.error[data-v-db219368],.tooltip--top.error[data-v-db219368]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-db219368],.tooltip--left.success[data-v-db219368],.tooltip--right.success[data-v-db219368],.tooltip--top.success[data-v-db219368]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-db219368],.tooltip--left.warning[data-v-db219368],.tooltip--right.warning[data-v-db219368],.tooltip--top.warning[data-v-db219368]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-db219368],.tooltip--left.info[data-v-db219368],.tooltip--right.info[data-v-db219368],.tooltip--top.info[data-v-db219368]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-db219368],.tooltip--left.blue[data-v-db219368],.tooltip--right.blue[data-v-db219368],.tooltip--top.blue[data-v-db219368]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-db219368],.tooltip--left.red[data-v-db219368],.tooltip--right.red[data-v-db219368],.tooltip--top.red[data-v-db219368]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-db219368],.tooltip--left.green[data-v-db219368],.tooltip--right.green[data-v-db219368],.tooltip--top.green[data-v-db219368]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-db219368],.tooltip--left.black[data-v-db219368],.tooltip--right.black[data-v-db219368],.tooltip--top.black[data-v-db219368]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-db219368],.tooltip--left.white[data-v-db219368],.tooltip--right.white[data-v-db219368],.tooltip--top.white[data-v-db219368]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-db219368],.v-select.v-text-field--outlined fieldset[data-v-db219368],.v-text-field--outlined fieldset[data-v-db219368],.v-textarea.v-text-field--outlined fieldset[data-v-db219368]{background-color:#fff}.g-text-field input[type=number][data-v-db219368]::-webkit-inner-spin-button,input[type=number][data-v-db219368]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-db219368] .v-slider__thumb-label{font-size:10px!important}.card-title[data-v-db219368]{background-color:#6185db;color:#fff}.card-text[data-v-db219368]{height:800px;max-height:800px;overflow:auto;background-color:#f5f5f5}.buttons[data-v-db219368]{position:absolute;bottom:40px;right:40px}.pdf-container .pdf[data-v-db219368]{transform:scale(2);transform-origin:0 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;background-color:#fff;filter:drop-shadow(0 2px 4px #0033A54C);margin-left:300px}.pdf-container .pdf[data-v-db219368]:nth-child(2){margin-top:625px}.pdf[data-v-db219368]{margin-left:0;width:111.11111mm;height:157.14286mm;padding:15px 20px;position:relative}.pdf [data-v-db219368]{font-family:Arial,Helvetica,sans-serif;color:#737373;font-size:6.25px;line-height:6.25px}.pdf svg[data-v-db219368]{position:relative;height:-moz-min-content;height:min-content;width:-moz-min-content;width:min-content}.pdf svg path[data-v-db219368]{color:#6185db}.pdf p[data-v-db219368]{line-height:10px}.pdf h1[data-v-db219368]{color:#6185db;font-size:15px;line-height:15px}.pdf table[data-v-db219368]{width:100%}.pdf table [data-v-db219368]{text-align:center;border:none}.pdf table th[data-v-db219368]{font-weight:700}.pdf table td[data-v-db219368]{border:none}.pdf table tr[data-v-db219368]{height:10px}.pdf table tr[data-v-db219368] :first-child{text-align:left;padding-left:2px}.pdf table tr[data-v-db219368] :nth-child{text-align:end}.pdf table tr[data-v-db219368]:nth-child(2n){background-color:#f6f5f5}.pdf .align-end[data-v-db219368]{text-align:end}.pdf .align-center[data-v-db219368]{text-align:center;width:100%}.pdf .margin-right[data-v-db219368]{margin-right:1.5px}.pdf .margin-left[data-v-db219368]{margin-left:1.5px}.pdf .v-html[data-v-db219368] ul{margin-left:6px}.pdf .v-html[data-v-db219368] ul li{padding-left:6px}.pdf .less-margin[data-v-db219368]{margin:-12px -10px}.pdf .sign-section[data-v-db219368]{margin:55px 90px auto}.pdf .sign-field[data-v-db219368]{border-top:1px solid #eaeffa}.pdf .margin-x[data-v-db219368]{margin:auto 32px}.pdf .margin-x-small[data-v-db219368]{margin-left:4px;margin-right:4px}.pdf .header[data-v-db219368]{font-size:7.5px;border-bottom:1px solid #f4f4f4;margin-bottom:-9px}.pdf .box[data-v-db219368]{border-radius:3px;border:1px solid #eaeffa;margin-bottom:2px;padding-bottom:15px}.pdf .box h2[data-v-db219368]{border-radius:2px 2px 0 0;color:#fff;background-color:#6185db;width:100%;text-align:left;padding-left:3px;padding-bottom:3px;margin-bottom:2px;position:relative;top:0;left:0}.pdf .box p[data-v-db219368]{padding-left:3px}.pdf .footer[data-v-db219368]{position:absolute;width:calc(100% - 20px);bottom:36px}.pdf .no-padding[data-v-db219368]{padding:0}.pdf .powered-by[data-v-db219368]{position:absolute;bottom:24px;left:0;right:0;margin-inline:auto;width:-moz-fit-content;width:fit-content}.pdf .powered-by p[data-v-db219368]{font-size:7.5px;color:#6185db;white-space:nowrap}.pdf .powered-by img[data-v-db219368]{margin-top:0}.pdf .powered-by span p[data-v-db219368]{width:-moz-min-content;width:min-content}.simple-chart-container[data-v-db219368]{position:relative;width:50px;height:50px;border-radius:50%;overflow:hidden;cursor:pointer;background-color:transparent}.line-chart-with-axes[data-v-db219368]{position:relative;width:100%;height:75px;padding-left:5px;padding-bottom:18px}.line-chart-container[data-v-db219368]{position:relative;width:180px;height:55px;background-color:transparent;margin-left:5px;overflow:hidden}.x-axis-line[data-v-db219368]{position:absolute;bottom:0;left:0;width:-moz-fit-content;width:fit-content;height:1px;background-color:#e0e0e0;min-width:100%}.y-axis-line[data-v-db219368]{position:absolute;bottom:0;left:0;width:1px;height:55px;background-color:#e0e0e0}.y-axis-label[data-v-db219368]{font-family:Arial,sans-serif;font-size:5px;color:#737373}.x-axis-labels[data-v-db219368]{position:absolute;bottom:0;left:5px;width:180px;height:20px;overflow:visible}.x-axis-label[data-v-db219368]{font-family:Arial,sans-serif;font-size:5px;color:#737373}.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:#bababa}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:#bababa}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:#5c5c5c}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:#5c5c5c}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:#5c5c5c}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:#737373}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.v-chip.v-size--small{border-radius:10px!important;height:auto}.v-application{font-family:Poppins}.v-application p{margin-bottom:0}.p,.v-btn{font-family:Poppins}.v-btn{letter-spacing:0;text-transform:none!important}.v-card,.v-menu__content{border-radius:10px!important}.v-tab{text-transform:none!important;letter-spacing:normal!important}.v-dialog{box-shadow:none!important}svg{fill:currentColor}svg.white--text{fill:rgba(0,0,0,.26)!important}.tooltip--top:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom:after,.tooltip--top:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left:after,.tooltip--right:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey,.tooltip--left.grey,.tooltip--right.grey,.tooltip--top.grey{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary,.tooltip--left.primary,.tooltip--right.primary,.tooltip--top.primary{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary,.tooltip--left.secondary,.tooltip--right.secondary,.tooltip--top.secondary{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error,.tooltip--left.error,.tooltip--right.error,.tooltip--top.error{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success,.tooltip--left.success,.tooltip--right.success,.tooltip--top.success{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning,.tooltip--left.warning,.tooltip--right.warning,.tooltip--top.warning{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info,.tooltip--left.info,.tooltip--right.info,.tooltip--top.info{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue,.tooltip--left.blue,.tooltip--right.blue,.tooltip--top.blue{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red,.tooltip--left.red,.tooltip--right.red,.tooltip--top.red{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green,.tooltip--left.green,.tooltip--right.green,.tooltip--top.green{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black,.tooltip--left.black,.tooltip--right.black,.tooltip--top.black{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white,.tooltip--left.white,.tooltip--right.white,.tooltip--top.white{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset,.v-select.v-text-field--outlined fieldset,.v-text-field--outlined fieldset,.v-textarea.v-text-field--outlined fieldset{background-color:#fff}.g-text-field input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}:deep(.v-slider__thumb-label){font-size:10px!important}.theme--light.v-pagination .v-pagination__item{background:#fff;color:#5c5c5c}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}.v-chip.v-size--small[data-v-cf22e07a]{border-radius:10px!important;height:auto}.v-application[data-v-cf22e07a]{font-family:Poppins}.v-application p[data-v-cf22e07a]{margin-bottom:0}.p[data-v-cf22e07a]{font-family:Poppins}.v-btn[data-v-cf22e07a]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-cf22e07a],.v-menu__content[data-v-cf22e07a]{border-radius:10px!important}.v-tab[data-v-cf22e07a]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-cf22e07a]{box-shadow:none!important}svg[data-v-cf22e07a]{fill:currentColor}svg.white--text[data-v-cf22e07a]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-cf22e07a]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-cf22e07a]:after,.tooltip--top[data-v-cf22e07a]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-cf22e07a]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-cf22e07a]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-cf22e07a]:after,.tooltip--right[data-v-cf22e07a]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-cf22e07a]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-cf22e07a],.tooltip--left.grey[data-v-cf22e07a],.tooltip--right.grey[data-v-cf22e07a],.tooltip--top.grey[data-v-cf22e07a]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-cf22e07a],.tooltip--left.primary[data-v-cf22e07a],.tooltip--right.primary[data-v-cf22e07a],.tooltip--top.primary[data-v-cf22e07a]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-cf22e07a],.tooltip--left.secondary[data-v-cf22e07a],.tooltip--right.secondary[data-v-cf22e07a],.tooltip--top.secondary[data-v-cf22e07a]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-cf22e07a],.tooltip--left.error[data-v-cf22e07a],.tooltip--right.error[data-v-cf22e07a],.tooltip--top.error[data-v-cf22e07a]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-cf22e07a],.tooltip--left.success[data-v-cf22e07a],.tooltip--right.success[data-v-cf22e07a],.tooltip--top.success[data-v-cf22e07a]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-cf22e07a],.tooltip--left.warning[data-v-cf22e07a],.tooltip--right.warning[data-v-cf22e07a],.tooltip--top.warning[data-v-cf22e07a]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-cf22e07a],.tooltip--left.info[data-v-cf22e07a],.tooltip--right.info[data-v-cf22e07a],.tooltip--top.info[data-v-cf22e07a]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-cf22e07a],.tooltip--left.blue[data-v-cf22e07a],.tooltip--right.blue[data-v-cf22e07a],.tooltip--top.blue[data-v-cf22e07a]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-cf22e07a],.tooltip--left.red[data-v-cf22e07a],.tooltip--right.red[data-v-cf22e07a],.tooltip--top.red[data-v-cf22e07a]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-cf22e07a],.tooltip--left.green[data-v-cf22e07a],.tooltip--right.green[data-v-cf22e07a],.tooltip--top.green[data-v-cf22e07a]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-cf22e07a],.tooltip--left.black[data-v-cf22e07a],.tooltip--right.black[data-v-cf22e07a],.tooltip--top.black[data-v-cf22e07a]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-cf22e07a],.tooltip--left.white[data-v-cf22e07a],.tooltip--right.white[data-v-cf22e07a],.tooltip--top.white[data-v-cf22e07a]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-cf22e07a],.v-select.v-text-field--outlined fieldset[data-v-cf22e07a],.v-text-field--outlined fieldset[data-v-cf22e07a],.v-textarea.v-text-field--outlined fieldset[data-v-cf22e07a]{background-color:#fff}.g-text-field input[type=number][data-v-cf22e07a]::-webkit-inner-spin-button,input[type=number][data-v-cf22e07a]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-cf22e07a] .v-slider__thumb-label{font-size:10px!important}.stock-leads-card[data-v-cf22e07a]{display:flex!important;flex-direction:column;height:100%}.stock-leads-header[data-v-cf22e07a]{flex:0 0 auto}.v-card__text[data-v-cf22e07a]{display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden}.v-divider[data-v-cf22e07a]{flex:0 0 auto}.stock-leads-footer[data-v-cf22e07a]{flex:0 0 auto;background:#fff}.fixed-header-table[data-v-cf22e07a] .v-data-table-header{background-color:#6185db!important;position:sticky!important;top:0!important;z-index:10!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.fixed-header-table[data-v-cf22e07a] .v-data-table-header tr{background-color:#6185db!important;height:50px!important}.fixed-header-table[data-v-cf22e07a] .v-data-table-header tr th{background-color:#6185db!important;color:#fff!important;font-weight:400!important;text-transform:uppercase!important;font-size:.75rem!important;border:none!important}.fixed-header-table[data-v-cf22e07a] .v-data-table-header tr th .v-data-table-header__content{color:#fff!important;font-weight:400!important;text-transform:uppercase!important;justify-content:center!important}.fixed-header-table[data-v-cf22e07a] .v-data-table-header tr th:hover{background-color:#6185db!important}span[data-v-dc181a90]{background-color:#f5f5f5;border-radius:1rem}.legend-line[data-v-dc181a90]{width:2rem}.total-line[data-v-dc181a90]{font-weight:700;text-align:center}.v-chip.v-size--small[data-v-69353bb2]{border-radius:10px!important;height:auto}.v-application[data-v-69353bb2]{font-family:Poppins}.v-application p[data-v-69353bb2]{margin-bottom:0}.p[data-v-69353bb2]{font-family:Poppins}.v-btn[data-v-69353bb2]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-69353bb2],.v-menu__content[data-v-69353bb2]{border-radius:10px!important}.v-tab[data-v-69353bb2]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-69353bb2]{box-shadow:none!important}svg[data-v-69353bb2]{fill:currentColor}svg.white--text[data-v-69353bb2]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-69353bb2]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-69353bb2]:after,.tooltip--top[data-v-69353bb2]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-69353bb2]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-69353bb2]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-69353bb2]:after,.tooltip--right[data-v-69353bb2]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-69353bb2]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-69353bb2],.tooltip--left.grey[data-v-69353bb2],.tooltip--right.grey[data-v-69353bb2],.tooltip--top.grey[data-v-69353bb2]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-69353bb2],.tooltip--left.primary[data-v-69353bb2],.tooltip--right.primary[data-v-69353bb2],.tooltip--top.primary[data-v-69353bb2]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-69353bb2],.tooltip--left.secondary[data-v-69353bb2],.tooltip--right.secondary[data-v-69353bb2],.tooltip--top.secondary[data-v-69353bb2]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-69353bb2],.tooltip--left.error[data-v-69353bb2],.tooltip--right.error[data-v-69353bb2],.tooltip--top.error[data-v-69353bb2]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-69353bb2],.tooltip--left.success[data-v-69353bb2],.tooltip--right.success[data-v-69353bb2],.tooltip--top.success[data-v-69353bb2]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-69353bb2],.tooltip--left.warning[data-v-69353bb2],.tooltip--right.warning[data-v-69353bb2],.tooltip--top.warning[data-v-69353bb2]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-69353bb2],.tooltip--left.info[data-v-69353bb2],.tooltip--right.info[data-v-69353bb2],.tooltip--top.info[data-v-69353bb2]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-69353bb2],.tooltip--left.blue[data-v-69353bb2],.tooltip--right.blue[data-v-69353bb2],.tooltip--top.blue[data-v-69353bb2]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-69353bb2],.tooltip--left.red[data-v-69353bb2],.tooltip--right.red[data-v-69353bb2],.tooltip--top.red[data-v-69353bb2]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-69353bb2],.tooltip--left.green[data-v-69353bb2],.tooltip--right.green[data-v-69353bb2],.tooltip--top.green[data-v-69353bb2]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-69353bb2],.tooltip--left.black[data-v-69353bb2],.tooltip--right.black[data-v-69353bb2],.tooltip--top.black[data-v-69353bb2]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-69353bb2],.tooltip--left.white[data-v-69353bb2],.tooltip--right.white[data-v-69353bb2],.tooltip--top.white[data-v-69353bb2]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-69353bb2],.v-select.v-text-field--outlined fieldset[data-v-69353bb2],.v-text-field--outlined fieldset[data-v-69353bb2],.v-textarea.v-text-field--outlined fieldset[data-v-69353bb2]{background-color:#fff}.g-text-field input[type=number][data-v-69353bb2]::-webkit-inner-spin-button,input[type=number][data-v-69353bb2]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-69353bb2] .v-slider__thumb-label{font-size:10px!important}.row[data-v-69353bb2]{margin:0}.flex-column[data-v-69353bb2]>:not(:first-child){margin-top:8px}.actions[data-v-69353bb2],.favorites[data-v-69353bb2]{height:25%}.actions div[data-v-69353bb2],.favorites div[data-v-69353bb2]{text-align:center;min-width:142px;width:100%}.actions div div[data-v-69353bb2],.favorites div div[data-v-69353bb2]{width:100%}.v-chip.v-size--small[data-v-002ae5e4]{border-radius:10px!important;height:auto}.v-application[data-v-002ae5e4]{font-family:Poppins}.v-application p[data-v-002ae5e4]{margin-bottom:0}.p[data-v-002ae5e4]{font-family:Poppins}.v-btn[data-v-002ae5e4]{font-family:Poppins;letter-spacing:0;text-transform:none!important}.v-card[data-v-002ae5e4],.v-menu__content[data-v-002ae5e4]{border-radius:10px!important}.v-tab[data-v-002ae5e4]{text-transform:none!important;letter-spacing:normal!important}.v-dialog[data-v-002ae5e4]{box-shadow:none!important}svg[data-v-002ae5e4]{fill:currentColor}svg.white--text[data-v-002ae5e4]{fill:rgba(0,0,0,.26)!important}.tooltip--top[data-v-002ae5e4]:after{border-top:solid 7px var(--arrow-color,currentColor);top:100%}.tooltip--bottom[data-v-002ae5e4]:after,.tooltip--top[data-v-002ae5e4]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-left:7px solid transparent;border-right:7px solid transparent;left:50%;transform:translateX(-50%)}.tooltip--bottom[data-v-002ae5e4]:after{border-bottom:solid 7px var(--arrow-color,currentColor);bottom:100%}.tooltip--left[data-v-002ae5e4]:after{border-left:solid 7px var(--arrow-color,currentColor);left:100%}.tooltip--left[data-v-002ae5e4]:after,.tooltip--right[data-v-002ae5e4]:after{content:"";position:absolute;width:0;height:0;z-index:-1;border-top:7px solid transparent;border-bottom:7px solid transparent;top:50%;transform:translateY(-50%)}.tooltip--right[data-v-002ae5e4]:after{border-right:solid 7px var(--arrow-color,currentColor);right:100%}.tooltip--bottom.grey[data-v-002ae5e4],.tooltip--left.grey[data-v-002ae5e4],.tooltip--right.grey[data-v-002ae5e4],.tooltip--top.grey[data-v-002ae5e4]{background-color:#737373!important;--arrow-color:#737373;color:#fff!important}.tooltip--bottom.primary[data-v-002ae5e4],.tooltip--left.primary[data-v-002ae5e4],.tooltip--right.primary[data-v-002ae5e4],.tooltip--top.primary[data-v-002ae5e4]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.secondary[data-v-002ae5e4],.tooltip--left.secondary[data-v-002ae5e4],.tooltip--right.secondary[data-v-002ae5e4],.tooltip--top.secondary[data-v-002ae5e4]{background-color:#101038!important;--arrow-color:#101038;color:#fff!important}.tooltip--bottom.error[data-v-002ae5e4],.tooltip--left.error[data-v-002ae5e4],.tooltip--right.error[data-v-002ae5e4],.tooltip--top.error[data-v-002ae5e4]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.success[data-v-002ae5e4],.tooltip--left.success[data-v-002ae5e4],.tooltip--right.success[data-v-002ae5e4],.tooltip--top.success[data-v-002ae5e4]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.warning[data-v-002ae5e4],.tooltip--left.warning[data-v-002ae5e4],.tooltip--right.warning[data-v-002ae5e4],.tooltip--top.warning[data-v-002ae5e4]{background-color:#ff9e2c!important;--arrow-color:#ff9e2c;color:#fff!important}.tooltip--bottom.info[data-v-002ae5e4],.tooltip--left.info[data-v-002ae5e4],.tooltip--right.info[data-v-002ae5e4],.tooltip--top.info[data-v-002ae5e4]{background-color:#1fb6ff!important;--arrow-color:#1fb6ff;color:#fff!important}.tooltip--bottom.blue[data-v-002ae5e4],.tooltip--left.blue[data-v-002ae5e4],.tooltip--right.blue[data-v-002ae5e4],.tooltip--top.blue[data-v-002ae5e4]{background-color:#6185db!important;--arrow-color:#6185db;color:#fff!important}.tooltip--bottom.red[data-v-002ae5e4],.tooltip--left.red[data-v-002ae5e4],.tooltip--right.red[data-v-002ae5e4],.tooltip--top.red[data-v-002ae5e4]{background-color:#f03738!important;--arrow-color:#f03738;color:#fff!important}.tooltip--bottom.green[data-v-002ae5e4],.tooltip--left.green[data-v-002ae5e4],.tooltip--right.green[data-v-002ae5e4],.tooltip--top.green[data-v-002ae5e4]{background-color:#13ce66!important;--arrow-color:#13ce66;color:#fff!important}.tooltip--bottom.black[data-v-002ae5e4],.tooltip--left.black[data-v-002ae5e4],.tooltip--right.black[data-v-002ae5e4],.tooltip--top.black[data-v-002ae5e4]{background-color:#000!important;--arrow-color:#000;color:#fff!important}.tooltip--bottom.white[data-v-002ae5e4],.tooltip--left.white[data-v-002ae5e4],.tooltip--right.white[data-v-002ae5e4],.tooltip--top.white[data-v-002ae5e4]{background-color:#fff!important;--arrow-color:#fff;color:#737373!important}.v-autocomplete.v-text-field--outlined fieldset[data-v-002ae5e4],.v-select.v-text-field--outlined fieldset[data-v-002ae5e4],.v-text-field--outlined fieldset[data-v-002ae5e4],.v-textarea.v-text-field--outlined fieldset[data-v-002ae5e4]{background-color:#fff}.g-text-field input[type=number][data-v-002ae5e4]::-webkit-inner-spin-button,input[type=number][data-v-002ae5e4]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-002ae5e4] .v-slider__thumb-label{font-size:10px!important}.row[data-v-002ae5e4]{margin:0}.flex-column[data-v-002ae5e4]>:not(:first-child){margin-top:8px}.actions[data-v-002ae5e4],.favorites[data-v-002ae5e4]{height:25%}.actions div[data-v-002ae5e4],.favorites div[data-v-002ae5e4]{text-align:center;min-width:142px;width:100%}.actions div div[data-v-002ae5e4],.favorites div div[data-v-002ae5e4]{width:100%}