:root{--theme-primary:#08445b;--theme-primary-border:#213a49;--theme-contrast:#ddb32c;--theme-secondary:#cef0ce;--theme-surface:#fff;--theme-background:#f4f4f2;--theme-on-primary:#fff;--theme-on-surface:#213a49;--theme-primary-hover:rgba(33,58,73,0.5);--theme-secondary-hover:rgba(17,149,191,0.14);--theme-button-hover:#3d6075;--theme-button-active:#1195bf;--theme-active-button-background:rgba(62,102,251,0.3);--theme-active-button-text:#3e66fb;--theme-primary-inactive:#f4f4f2;--theme-secondary-inactive:#07445b;--theme-button-disabled:rgba(0,0,0,0.2);--theme-grey-icon:#c2c9d1;--theme-text-disabled:rgba(0,0,0,0.38);--theme-error:#fb2424;--theme-modal-action:#d26856;--theme-modal-action-hover:#b73721;--theme-modal-action-active:#ff6950;--theme-modal-action-disabled:rgba(210,104,86,0.5);--theme-vertical-divider:#364585;--theme-success-border:#3cc13b;--theme-text-inactive:rgba(0,0,0,0.6);--theme-text-active:#000;--theme-text-modal-on-surface:rgba(0,0,0,0.87);--theme-green-light-apple:#c0daba;--theme-green-strong-apple:#bfd9ba;--theme-subtitle:#000;--theme-grey-border:rgba(0,0,0,0.12);--theme-lavender-border:#66799d;--theme-thumbnails-dashboard-background:#bbc1c6;--theme-table-column-header-text:rgba(0,0,0,0.5);--theme-expansion-panel-header-bg:hsla(0,0%,85.1%,0.2);--theme-blue-overlay:#c8ced1;--theme-box-shadow:rgba(0,0,0,0.1);--theme-white-border:#e3e3e3;--theme-grey-text:#667085;--theme-primary-overlay:#8f9ca4;--theme-card-title:#454b58;--theme-grey-disabled:#949494}[theme=dark]{--theme-primary:#2f2b2b;--theme-primary-border:#221f1f;--theme-contrast:#ddb32c;--theme-secondary:#cef0ce;--theme-surface:#3d3939;--theme-background:#1b1919;--theme-on-primary:#fff;--theme-on-surface:#fff;--theme-primary-hover:#1b1919;--theme-secondary-hover:rgba(17,149,191,0.14);--theme-button-hover:#3d6075;--theme-button-active:#1195bf;--theme-active-button-background:rgba(62,102,251,0.3);--theme-active-button-text:#3e66fb;--theme-primary-inactive:#f4f4f2;--theme-secondary-inactive:#07445b;--theme-button-disabled:rgba(0,0,0,0.2);--theme-grey-icon:#c2c9d1;--theme-text-disabled:rgba(0,0,0,0.38);--theme-error:#fb2424;--theme-modal-action:#d26856;--theme-modal-action-hover:#b73721;--theme-modal-action-active:#ff6950;--theme-modal-action-disabled:rgba(210,104,86,0.5);--theme-vertical-divider:#364585;--theme-success-border:#3cc13b;--theme-text-inactive:hsla(0,0%,100%,0.6);--theme-text-active:#fff;--theme-text-modal-on-surface:hsla(0,0%,100%,0.87);--theme-green-light-apple:#c0daba;--theme-green-strong-apple:#bfd9ba;--theme-subtitle:#000;--theme-grey-border:rgba(0,0,0,0.12);--theme-lavender-border:#66799d;--theme-thumbnails-dashboard-background:#99a0a1;--theme-table-column-header-text:rgba(0,0,0,0.5);--theme-expansion-panel-header-bg:hsla(0,0%,85.1%,0.2);--theme-blue-overlay:#c8ced1;--theme-box-shadow:rgba(0,0,0,0.1);--theme-white-border:#e3e3e3;--theme-grey-text:#667085;--theme-primary-overlay:#8f9ca4;--theme-card-title:#454b58;--theme-grey-disabled:#949494}:root.theme-transition,:root.theme-transition *{transition:background-color 1s!important;transition-delay:0s!important}.vue-slider-disabled .vue-slider-rail{background-color:#ccc}.vue-slider-disabled .vue-slider-dot-handle,.vue-slider-disabled .vue-slider-mark-step,.vue-slider-disabled .vue-slider-process{background-color:#666}.vue-slider-disabled .vue-slider-mark-step-active{background-color:#ccc}.vue-slider-rail{background-color:var(--theme-contrast);border-radius:15px}.vue-slider-process{background-color:var(--theme-on-surface);border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:var(--theme-on-surface)}.vue-slider-mark-step-active{background-color:var(--theme-contrast)}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;position:relative;width:100%;height:100%;border-radius:50%;background-color:var(--theme-on-surface);box-sizing:border-box}.vue-slider-dot-handle:after{content:"";position:absolute;left:50%;top:50%;width:200%;height:200%;background-color:rgba(var(--theme-on-surface),.38);border-radius:50%;transform:translate(-50%,-50%) scale(0);z-index:-1;transition:transform .2s}.vue-slider-dot-handle-focus:after{transform:translate(-50%,-50%) scale(1)}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#666!important}.vue-slider-dot-tooltip{visibility:visible}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner{opacity:1}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top{transform:rotate(-45deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-bottom{transform:rotate(135deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-left{transform:rotate(-135deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-right{transform:rotate(45deg)}.vue-slider-dot-tooltip-inner{border-radius:50% 50% 50% 0;background-color:var(--theme-on-surface);opacity:0;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .2s linear}.vue-slider-dot-tooltip-inner-top{transform:translateY(50%) scale(.01) rotate(-45deg)}.vue-slider-dot-tooltip-inner-bottom{transform:translateY(-50%) scale(.01) rotate(135deg)}.vue-slider-dot-tooltip-inner-left{transform:translate(50%) scale(.01) rotate(-135deg)}.vue-slider-dot-tooltip-inner-right{transform:translate(-50%) scale(.01) rotate(45deg)}.vue-slider-dot-tooltip-text{font-size:12px;white-space:nowrap;text-align:center;color:var(--theme-surface);width:30px;height:30px;display:flex;align-items:center;justify-content:center;box-sizing:content-box}.vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text{transform:rotate(45deg)}.vue-slider-dot-tooltip-inner-bottom .vue-slider-dot-tooltip-text{transform:rotate(-135deg)}.vue-slider-dot-tooltip-inner-left .vue-slider-dot-tooltip-text{transform:rotate(135deg)}.vue-slider-dot-tooltip-inner-right .vue-slider-dot-tooltip-text{transform:rotate(-45deg)}[data-v-89db4036] .v-skeleton-loader.v-skeleton-loader--is-loading .v-skeleton-loader__image{height:100%}.v-row[data-v-89db4036]{margin-top:20px}.v-card[data-v-89db4036]{padding:16px;border-radius:24px}#recog-by-field-all-suppliers[data-v-89db4036]{width:100%;float:left;position:relative;transition:transform 1s ease;z-index:3}#recog-by-field-all-suppliers.chart-quarter-activated[data-v-89db4036]{transform:translateX(0);transition:transform 1s ease}#supplier-recog-for-selected-field[data-v-89db4036]{width:100%;float:left;position:relative;z-index:-2;transition:transform 1s ease;min-height:30vh}#supplier-recog-for-selected-field.active[data-v-89db4036]{transition:transform 1.1s ease-in-out;transform:translateX(0);z-index:1}#loading-supplier-recog-chart[data-v-89db4036]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;opacity:1}#invoice-list-recog-analytics[data-v-89db4036]{height:100vh;margin-bottom:20px}.invoice-list-container[data-v-89db4036]{display:flex;flex-wrap:wrap;max-height:70vh;overflow-y:auto}.invoice-list-container .card[data-v-89db4036]{box-shadow:none;border:1px solid var(--theme-grey-icon)!important;width:95%;margin-bottom:2px}.invoice-list-container .card[data-v-89db4036]:hover{cursor:pointer}#page-break[data-v-89db4036]{height:200%;padding:20px;background-color:var(--theme-primary);color:var(--theme-on-primary)}.slider-bounding-box[data-v-89db4036]{margin-bottom:4px;padding-left:4px;padding-right:4px}#document-viewer-container[data-v-89db4036]{height:80vh;overflow-y:auto}.unavailable-image[data-v-89db4036]{border:1px solid var(--theme-button-disabled);border-radius:8px;background-color:var(--theme-primary-inactive);padding:56px;color:var(--theme-text-inactive)}.unavailable-image h2[data-v-89db4036]{font-family:Karla,sans-serif}.unavailable-image p[data-v-89db4036]{text-align:center}